8186635: ClassFileInstaller should be run as a driver
Reviewed-by: dholmes
This commit is contained in:
parent
20dfdc0720
commit
71a40bce38
test/hotspot/jtreg
compiler
aot
DeoptimizationTest.javaRecompilationTest.java
calls
fromAot
AotInvokeDynamic2AotTest.javaAotInvokeDynamic2CompiledTest.javaAotInvokeDynamic2InterpretedTest.javaAotInvokeDynamic2NativeTest.javaAotInvokeInterface2AotTest.javaAotInvokeInterface2CompiledTest.javaAotInvokeInterface2InterpretedTest.javaAotInvokeInterface2NativeTest.javaAotInvokeSpecial2AotTest.javaAotInvokeSpecial2CompiledTest.javaAotInvokeSpecial2InterpretedTest.javaAotInvokeSpecial2NativeTest.javaAotInvokeStatic2AotTest.javaAotInvokeStatic2CompiledTest.javaAotInvokeStatic2InterpretedTest.javaAotInvokeStatic2NativeTest.javaAotInvokeVirtual2AotTest.javaAotInvokeVirtual2CompiledTest.javaAotInvokeVirtual2InterpretedTest.javaAotInvokeVirtual2NativeTest.java
fromCompiled
CompiledInvokeDynamic2AotTest.javaCompiledInvokeInterface2AotTest.javaCompiledInvokeSpecial2AotTest.javaCompiledInvokeStatic2AotTest.javaCompiledInvokeVirtual2AotTest.java
fromInterpreted
InterpretedInvokeDynamic2AotTest.javaInterpretedInvokeInterface2AotTest.javaInterpretedInvokeSpecial2AotTest.javaInterpretedInvokeStatic2AotTest.javaInterpretedInvokeVirtual2AotTest.java
fromNative
ciReplay
gc
TestAgeOutput.javaTestNumWorkerOutput.javaTestSmallHeap.java
arguments
TestCMSHeapSizeFlags.javaTestG1HeapSizeFlags.javaTestMinAndInitialSurvivorRatioFlags.javaTestMinInitialErgonomics.javaTestNewRatioFlag.javaTestNewSizeFlags.javaTestParallelHeapSizeFlags.javaTestSerialHeapSizeFlags.javaTestSmallInitialHeapWithLargePageAndNUMA.javaTestSurvivorRatioFlag.javaTestTargetSurvivorRatioFlag.javaTestUseCompressedOopsErgo.java
class_unloading
concurrent_phase_control
TestConcurrentPhaseControlCMS.javaTestConcurrentPhaseControlG1.javaTestConcurrentPhaseControlG1Basics.javaTestConcurrentPhaseControlParallel.javaTestConcurrentPhaseControlSerial.java
g1
TestEagerReclaimHumongousRegionsLog.javaTestGCLogMessages.javaTestHumongousCodeCacheRoots.java
TestJNIWeakG1
TestLargePageUseForAuxMemory.javaTestNoEagerReclaimOfHumongousRegions.javaTestPLABOutput.javaTestRegionLivenessPrint.javaTestRemsetLogging.javaTestRemsetLoggingPerRegion.javaTestShrinkAuxiliaryData00.javaTestShrinkAuxiliaryData05.javaTestShrinkAuxiliaryData10.javaTestShrinkAuxiliaryData15.javaTestShrinkAuxiliaryData20.javaTestShrinkAuxiliaryData25.javaTestShrinkAuxiliaryData30.javaTestVerifyGCType.javamixedgc
plab
metaspace
stress
survivorAlignment
TestAllocationInEden.javaTestPromotionFromEdenToTenured.javaTestPromotionFromSurvivorToTenuredAfterFullGC.javaTestPromotionFromSurvivorToTenuredAfterMinorGC.javaTestPromotionToSurvivor.java
whitebox
runtime
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.aot.DeoptimizationTest
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname libDeoptimizationTest.so
|
||||
* -class compiler.aot.DeoptimizationTest
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.aot.RecompilationTest
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname libRecompilationTest1.so
|
||||
* -class compiler.whitebox.SimpleTestCaseHelper
|
||||
|
@ -31,7 +31,7 @@
|
||||
* compiler.calls.common.InvokeDynamicPatcher
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main compiler.calls.common.InvokeDynamicPatcher
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname AotInvokeDynamic2AotTest.so
|
||||
* -class compiler.calls.common.InvokeDynamic
|
||||
|
@ -31,7 +31,7 @@
|
||||
* compiler.calls.common.InvokeDynamicPatcher
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main compiler.calls.common.InvokeDynamicPatcher
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname AotInvokeDynamic2CompiledTest.so
|
||||
* -class compiler.calls.common.InvokeDynamic
|
||||
|
@ -31,7 +31,7 @@
|
||||
* compiler.calls.common.InvokeDynamicPatcher
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main compiler.calls.common.InvokeDynamicPatcher
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* -libname AotInvokeDynamic2InterpretedTest.so
|
||||
|
@ -31,7 +31,7 @@
|
||||
* compiler.calls.common.InvokeDynamicPatcher
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main compiler.calls.common.InvokeDynamicPatcher
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname AotInvokeDynamic2NativeTest.so
|
||||
* -class compiler.calls.common.InvokeDynamic
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeInterface
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname AotInvokeInterface2AotTest.so
|
||||
* -class compiler.calls.common.InvokeInterface
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeInterface
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* -libname AotInvokeInterface2CompiledTest.so
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeInterface
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* -libname AotInvokeInterface2InterpretedTest.so
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeInterface
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname AotInvokeInterface2NativeTest.so
|
||||
* -class compiler.calls.common.InvokeInterface
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeSpecial
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname AotInvokeSpecial2AotTest.so
|
||||
* -class compiler.calls.common.InvokeSpecial
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeSpecial
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname AotInvokeSpecial2CompiledTest.so
|
||||
* -class compiler.calls.common.InvokeSpecial
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeSpecial
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* -libname AotInvokeSpecial2InterpretedTest.so
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeSpecial
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname AotInvokeSpecial2NativeTest.so
|
||||
* -class compiler.calls.common.InvokeSpecial
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeStatic
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname AotInvokeStatic2AotTest.so
|
||||
* -class compiler.calls.common.InvokeStatic
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeStatic
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname AotInvokeStatic2CompiledTest.so
|
||||
* -class compiler.calls.common.InvokeStatic
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeStatic
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* -libname AotInvokeStatic2InterpretedTest.so
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeStatic
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname AotInvokeStatic2NativeTest.so
|
||||
* -class compiler.calls.common.InvokeStatic
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeVirtual
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname AotInvokeVirtual2AotTest.so
|
||||
* -class compiler.calls.common.InvokeVirtual
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeVirtual
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname AotInvokeVirtual2CompiledTest.so
|
||||
* -class compiler.calls.common.InvokeVirtual
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeVirtual
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* -libname AotInvokeVirtual2InterpretedTest.so
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeVirtual
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname AotInvokeVirtual2NativeTest.so
|
||||
* -class compiler.calls.common.InvokeVirtual
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @build compiler.calls.common.InvokeDynamic
|
||||
* compiler.calls.common.InvokeDynamicPatcher
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.calls.common.InvokeDynamicPatcher
|
||||
* @run main compiler.aot.AotCompiler -libname CompiledInvokeDynamic2AotTest.so
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeInterface
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* -libname CompiledInvokeInterface2AotTest.so
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeSpecial
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname CompiledInvokeSpecial2AotTest.so
|
||||
* -class compiler.calls.common.InvokeSpecial
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeStatic
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname CompiledInvokeStatic2AotTest.so
|
||||
* -class compiler.calls.common.InvokeStatic
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeVirtual
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname CompiledInvokeVirtual2AotTest.so
|
||||
* -class compiler.calls.common.InvokeVirtual
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @build compiler.calls.common.InvokeDynamic
|
||||
* compiler.calls.common.InvokeDynamicPatcher
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.calls.common.InvokeDynamicPatcher
|
||||
* @run main compiler.aot.AotCompiler
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeInterface
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* -libname InterpretedInvokeInterface2AotTest.so
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeSpecial
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* -libname InterpretedInvokeSpecial2AotTest.so
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeStatic
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* -libname InterpretedInvokeStatic2AotTest.so
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeVirtual
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* -libname InterpretedInvokeVirtual2AotTest.so
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeSpecial
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname NativeInvokeSpecial2AotTest.so
|
||||
* -class compiler.calls.common.InvokeSpecial
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeStatic
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname NativeInvokeStatic2AotTest.so
|
||||
* -class compiler.calls.common.InvokeStatic
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.calls.common.InvokeVirtual
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname NativeInvokeVirtual2AotTest.so
|
||||
* -class compiler.calls.common.InvokeVirtual
|
||||
|
@ -26,7 +26,7 @@
|
||||
* @library /test/lib
|
||||
* @modules java.base/jdk.internal.misc:+open
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+IgnoreUnrecognizedVMOptions
|
||||
* -Xbootclasspath/a:. -XX:+WhiteBoxAPI
|
||||
* -Xbatch -XX:-TieredCompilation -XX:+AlwaysIncrementalInline
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @library /test/lib
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run main/othervm -XX:+UseSerialGC TestAgeOutput UseSerialGC
|
||||
* @run main/othervm -XX:+UseConcMarkSweepGC TestAgeOutput UseConcMarkSweepGC
|
||||
* @run main/othervm -XX:+UseG1GC TestAgeOutput UseG1GC
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @library /test/lib
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run main/othervm -XX:+UseConcMarkSweepGC TestNumWorkerOutput UseConcMarkSweepGC
|
||||
* @run main/othervm -XX:+UseG1GC TestNumWorkerOutput UseG1GC
|
||||
*/
|
||||
|
@ -29,7 +29,7 @@
|
||||
* @library /test/lib
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI TestSmallHeap
|
||||
*/
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm TestCMSHeapSizeFlags
|
||||
* @author thomas.schatzl@oracle.com
|
||||
|
@ -31,7 +31,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm TestG1HeapSizeFlags
|
||||
* @author thomas.schatzl@oracle.com
|
||||
|
@ -29,7 +29,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver TestMinAndInitialSurvivorRatioFlags
|
||||
*/
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm TestMinInitialErgonomics
|
||||
* @author thomas.schatzl@oracle.com
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver TestNewRatioFlag
|
||||
*/
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver/timeout=240 TestNewSizeFlags
|
||||
*/
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm TestParallelHeapSizeFlags
|
||||
* @author thomas.schatzl@oracle.com
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm TestSerialHeapSizeFlags
|
||||
* @author thomas.schatzl@oracle.com
|
||||
|
@ -31,7 +31,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @modules java.management/sun.management
|
||||
* @build TestSmallInitialHeapWithLargePageAndNUMA
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UseHugeTLBFS -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI TestSmallInitialHeapWithLargePageAndNUMA
|
||||
*/
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver TestSurvivorRatioFlag
|
||||
*/
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver TestTargetSurvivorRatioFlag
|
||||
*/
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management/sun.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm TestUseCompressedOopsErgo -XX:+UseG1GC
|
||||
* @run main/othervm TestUseCompressedOopsErgo -XX:+UseParallelGC
|
||||
|
@ -29,7 +29,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run driver TestCMSClassUnloadingEnabledHWM
|
||||
* @summary Test that -XX:-CMSClassUnloadingEnabled will trigger a Full GC when more than MetaspaceSize metadata is allocated.
|
||||
|
@ -32,7 +32,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
*
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
|
||||
|
@ -29,7 +29,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run driver TestG1ClassUnloadingHWM
|
||||
* @summary Test that -XX:-ClassUnloadingWithConcurrentMark will trigger a Full GC when more than MetaspaceSize metadata is allocated.
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @modules java.base
|
||||
* @library /test/lib /
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -XX:+UseConcMarkSweepGC
|
||||
* -Xbootclasspath/a:.
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @modules java.base
|
||||
* @library /test/lib /
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run driver TestConcurrentPhaseControlG1
|
||||
*/
|
||||
|
@ -31,7 +31,7 @@
|
||||
* @modules java.base
|
||||
* @library /test/lib /
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -XX:+UseG1GC
|
||||
* -Xbootclasspath/a:.
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @modules java.base
|
||||
* @library /test/lib /
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -XX:+UseParallelGC
|
||||
* -Xbootclasspath/a:.
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @modules java.base
|
||||
* @library /test/lib /
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -XX:+UseSerialGC
|
||||
* -Xbootclasspath/a:.
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver TestEagerReclaimHumongousRegionsLog
|
||||
*/
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run main TestGCLogMessages
|
||||
*/
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @summary Humongous objects may have references from the code cache
|
||||
* @run main TestHumongousCodeCacheRoots
|
||||
|
@ -31,7 +31,7 @@
|
||||
* @modules java.base
|
||||
* @library /test/lib
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm/native
|
||||
* -Xbootclasspath/a:.
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @library /test/lib
|
||||
* @requires vm.gc.G1
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UseG1GC -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:+IgnoreUnrecognizedVMOptions -XX:+UseLargePages TestLargePageUseForAuxMemory
|
||||
*/
|
||||
|
@ -32,7 +32,7 @@
|
||||
* @library /test/lib
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -Xlog:gc,gc+humongous=debug -XX:+UseG1GC -XX:MaxTenuringThreshold=0 -XX:G1RSetSparseRegionEntries=32 -XX:G1HeapRegionSize=1m -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI TestNoEagerReclaimOfHumongousRegions
|
||||
*/
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @library /test/lib
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver TestPLABOutput
|
||||
*/
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @library /test/lib
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:+UseG1GC -Xmx128M -XX:G1HeapRegionSize=1m -Xlog:gc+liveness=trace TestRegionLivenessPrint
|
||||
*/
|
||||
|
@ -29,7 +29,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management/sun.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @summary Verify output of -Xlog:gc+remset*=trace
|
||||
* @run main TestRemsetLogging
|
||||
|
@ -29,7 +29,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management/sun.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @summary Verify output of -Xlog:gc+remset*=trace in regards to per-region type output
|
||||
* @run main TestRemsetLoggingPerRegion
|
||||
|
@ -32,7 +32,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/timeout=720 TestShrinkAuxiliaryData00
|
||||
*/
|
||||
|
@ -32,7 +32,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/timeout=720 TestShrinkAuxiliaryData05
|
||||
*/
|
||||
|
@ -32,7 +32,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/timeout=720 TestShrinkAuxiliaryData10
|
||||
*/
|
||||
|
@ -32,7 +32,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/timeout=720 TestShrinkAuxiliaryData15
|
||||
*/
|
||||
|
@ -32,7 +32,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/timeout=720 TestShrinkAuxiliaryData20
|
||||
*/
|
||||
|
@ -32,7 +32,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/timeout=720 TestShrinkAuxiliaryData25
|
||||
*/
|
||||
|
@ -32,7 +32,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/timeout=720 TestShrinkAuxiliaryData30
|
||||
*/
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @requires vm.gc.G1
|
||||
* @library /test/lib
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver TestVerifyGCType
|
||||
*/
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @modules java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver gc.g1.mixedgc.TestLogging
|
||||
*/
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @modules java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/timeout=240 gc.g1.plab.TestPLABPromotion
|
||||
*/
|
||||
|
@ -31,7 +31,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @modules java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main gc.g1.plab.TestPLABResize
|
||||
*/
|
||||
|
@ -29,7 +29,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI TestCapacityUntilGCWrapAround
|
||||
*/
|
||||
|
@ -31,7 +31,7 @@ import sun.hotspot.WhiteBox;
|
||||
* @library /test/lib
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run main/othervm TestMetaspaceCMSCancel
|
||||
*/
|
||||
|
||||
|
@ -39,7 +39,7 @@ import sun.hotspot.WhiteBox;
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @library /test/lib
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
|
||||
* -XX:+UseG1GC -XX:G1SummarizeRSetStatsPeriod=1 -Xlog:gc
|
||||
|
@ -36,7 +36,7 @@ import sun.hotspot.WhiteBox;
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @library /test/lib
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm/timeout=300
|
||||
* -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
|
||||
* -XX:+WhiteBoxAPI -XX:NewSize=64m -XX:MaxNewSize=64m
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
|
||||
* -XX:+WhiteBoxAPI -XX:NewSize=64m -XX:MaxNewSize=64m
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
|
||||
* -XX:+WhiteBoxAPI -XX:NewSize=128m -XX:MaxNewSize=128m
|
||||
|
@ -31,7 +31,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
|
||||
* -XX:+WhiteBoxAPI -XX:NewSize=128m -XX:MaxNewSize=128m
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
|
||||
* -XX:+WhiteBoxAPI -XX:NewSize=128m -XX:MaxNewSize=128m
|
||||
|
@ -31,7 +31,7 @@
|
||||
* java.management
|
||||
* jdk.internal.jvmstat/sun.jvmstat.monitor
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:+UseG1GC TestConcMarkCycleWB
|
||||
* @summary Verifies that ConcurrentMarking-related WB works properly
|
||||
|
@ -29,7 +29,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver TestWBGC
|
||||
*/
|
||||
import jdk.test.lib.Asserts;
|
||||
|
@ -30,7 +30,7 @@
|
||||
* @modules java.base/jdk.internal.org.objectweb.asm
|
||||
* java.base/jdk.internal.misc
|
||||
* @compile -XDignore.symbol.file InvokeSpecialAnonTest.java
|
||||
* @run main ClassFileInstaller InvokeSpecialAnonTest AnonTester
|
||||
* @run driver ClassFileInstaller InvokeSpecialAnonTest AnonTester
|
||||
* @run main/othervm -Xbootclasspath/a:. -Xverify:all InvokeSpecialAnonTest
|
||||
*/
|
||||
import jdk.internal.org.objectweb.asm.*;
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @library /test/lib /runtime/testlibrary
|
||||
* @library classes
|
||||
* @build sun.hotspot.WhiteBox test.Empty
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -Xmn8m -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI KeepAliveClass
|
||||
*/
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @library /test/lib /runtime/testlibrary
|
||||
* @library classes
|
||||
* @build sun.hotspot.WhiteBox test.Empty
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -Xmn8m -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI KeepAliveClassLoader
|
||||
*/
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @library /test/lib /runtime/testlibrary
|
||||
* @library classes
|
||||
* @build sun.hotspot.WhiteBox test.Empty
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -Xmn8m -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI KeepAliveObject
|
||||
*/
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @library /test/lib /runtime/testlibrary
|
||||
* @library classes
|
||||
* @build sun.hotspot.WhiteBox test.Empty
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -Xmn8m -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI KeepAliveSoftReference
|
||||
*/
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @library /runtime/testlibrary /test/lib
|
||||
* @library classes
|
||||
* @build sun.hotspot.WhiteBox test.Empty
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -Xmn8m -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI UnloadTest
|
||||
*/
|
||||
|
@ -29,7 +29,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @library /test/lib
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ChangeTrackingLevel
|
||||
*/
|
||||
|
@ -29,7 +29,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail CommitOverlappingRegions
|
||||
*/
|
||||
|
@ -29,7 +29,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail JcmdDetailDiff
|
||||
*/
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user