mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 08:34:30 +02:00
8132919: Put compiler tests in packages
Reviewed-by: vlivanov, dpochepk
This commit is contained in:
parent
4710cf65a7
commit
a0381422dd
942 changed files with 12622 additions and 9353 deletions
|
@ -23,16 +23,23 @@
|
|||
|
||||
/*
|
||||
* @test UsageThresholdExceededSeveralTimesTest
|
||||
* @library /testlibrary /test/lib
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build UsageThresholdExceededTest
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:-UseCodeCacheFlushing
|
||||
* -XX:-MethodFlushing -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
|
||||
* -XX:+SegmentedCodeCache -XX:CompileCommand=compileonly,null::*
|
||||
* -Djdk.test.lib.iterations=10 UsageThresholdExceededTest
|
||||
* @summary verifying that getUsageThresholdCount() returns correct value
|
||||
* after threshold has been hit several times
|
||||
* @library /testlibrary /test/lib /
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
*
|
||||
* @build compiler.codecache.jmx.UsageThresholdExceededTest
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
|
||||
* -XX:+WhiteBoxAPI -XX:-UseCodeCacheFlushing -XX:-MethodFlushing
|
||||
* -XX:CompileCommand=compileonly,null::* -Djdk.test.lib.iterations=10
|
||||
* -XX:+SegmentedCodeCache
|
||||
* compiler.codecache.jmx.UsageThresholdExceededTest
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
|
||||
* -XX:+WhiteBoxAPI -XX:-UseCodeCacheFlushing -XX:-MethodFlushing
|
||||
* -XX:CompileCommand=compileonly,null::* -Djdk.test.lib.iterations=10
|
||||
* -XX:-SegmentedCodeCache
|
||||
* compiler.codecache.jmx.UsageThresholdExceededTest
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue