8342612: Increase memory usage of compiler/c2/TestScalarReplacementMaxLiveNodes.java

Backport-of: 21682bcdccbb35286cbffc21517b3b52abcb2476
This commit is contained in:
SendaoYan 2024-10-22 14:42:41 +00:00 committed by Martin Doerr
parent ce19269c9b
commit e1688ad9fd

View File

@ -36,6 +36,7 @@
* -XX:CompileCommand=inline,*String*::* * -XX:CompileCommand=inline,*String*::*
* -XX:CompileCommand=dontinline,*StringBuilder*::ensureCapacityInternal * -XX:CompileCommand=dontinline,*StringBuilder*::ensureCapacityInternal
* -XX:CompileCommand=dontinline,*String*::substring * -XX:CompileCommand=dontinline,*String*::substring
* -XX:CompileCommand=MemLimit,*.*,0
* -XX:NodeCountInliningCutoff=220000 * -XX:NodeCountInliningCutoff=220000
* -XX:DesiredMethodLimit=100000 * -XX:DesiredMethodLimit=100000
* compiler.c2.TestScalarReplacementMaxLiveNodes * compiler.c2.TestScalarReplacementMaxLiveNodes