mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 08:34:30 +02:00
8231626: DeoptimizeRandom should not be a product flag
The DeoptimizeRandom flag is changed to develop since it has no effect in production. Reviewed-by: neliasso, thartmann
This commit is contained in:
parent
48f186bb62
commit
8200eb4d45
3 changed files with 9 additions and 5 deletions
|
@ -385,7 +385,7 @@ const size_t minimumSymbolTableSize = 1024;
|
|||
notproduct(ccstrlist, DeoptimizeOnlyAt, "", \
|
||||
"A comma separated list of bcis to deoptimize at") \
|
||||
\
|
||||
product(bool, DeoptimizeRandom, false, \
|
||||
develop(bool, DeoptimizeRandom, false, \
|
||||
"Deoptimize random frames on random exit from the runtime system")\
|
||||
\
|
||||
notproduct(bool, ZombieALot, false, \
|
||||
|
|
|
@ -33,12 +33,14 @@
|
|||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
|
||||
* -XX:+WhiteBoxAPI -XX:-DeoptimizeRandom
|
||||
* -XX:+WhiteBoxAPI
|
||||
* -XX:+IgnoreUnrecognizedVMOptions -XX:-DeoptimizeRandom
|
||||
* -XX:CompileCommand=dontinline,compiler.codecache.stress.Helper$TestCase::method
|
||||
* -XX:-SegmentedCodeCache
|
||||
* compiler.codecache.stress.UnexpectedDeoptimizationAllTest
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
|
||||
* -XX:+WhiteBoxAPI -XX:-DeoptimizeRandom
|
||||
* -XX:+WhiteBoxAPI
|
||||
* -XX:+IgnoreUnrecognizedVMOptions -XX:-DeoptimizeRandom
|
||||
* -XX:CompileCommand=dontinline,compiler.codecache.stress.Helper$TestCase::method
|
||||
* -XX:+SegmentedCodeCache
|
||||
* compiler.codecache.stress.UnexpectedDeoptimizationAllTest
|
||||
|
|
|
@ -33,12 +33,14 @@
|
|||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
|
||||
* -XX:+WhiteBoxAPI -XX:-DeoptimizeRandom
|
||||
* -XX:+WhiteBoxAPI
|
||||
* -XX:+IgnoreUnrecognizedVMOptions -XX:-DeoptimizeRandom
|
||||
* -XX:CompileCommand=dontinline,compiler.codecache.stress.Helper$TestCase::method
|
||||
* -XX:-SegmentedCodeCache
|
||||
* compiler.codecache.stress.UnexpectedDeoptimizationTest
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
|
||||
* -XX:+WhiteBoxAPI -XX:-DeoptimizeRandom
|
||||
* -XX:+WhiteBoxAPI
|
||||
* -XX:+IgnoreUnrecognizedVMOptions -XX:-DeoptimizeRandom
|
||||
* -XX:CompileCommand=dontinline,compiler.codecache.stress.Helper$TestCase::method
|
||||
* -XX:+SegmentedCodeCache
|
||||
* compiler.codecache.stress.UnexpectedDeoptimizationTest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue