8066433: Move Whitebox test library to top level repository
Moved Whitebox test library to top level repository. Reviewed-by: iignatyev, sla, mr
This commit is contained in:
parent
46714a7809
commit
bf022cf7dc
@ -26,7 +26,7 @@
|
||||
* @bug 8031321
|
||||
* @summary Verify processing of UseBMI1Instructions option on CPU with
|
||||
* BMI1 feature support.
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestUseBMI1InstructionsOnSupportedCPU
|
||||
* BMISupportedCPUTest
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
@ -26,7 +26,7 @@
|
||||
* @bug 8031321
|
||||
* @summary Verify processing of UseBMI1Instructions option on CPU without
|
||||
* BMI1 feature support.
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestUseBMI1InstructionsOnUnsupportedCPU
|
||||
* BMIUnsupportedCPUTest
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
@ -26,7 +26,7 @@
|
||||
* @bug 8031321
|
||||
* @summary Verify processing of UseCountLeadingZerosInstruction option
|
||||
* on CPU with LZCNT support.
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestUseCountLeadingZerosInstructionOnSupportedCPU
|
||||
* BMISupportedCPUTest
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
@ -26,7 +26,7 @@
|
||||
* @bug 8031321
|
||||
* @summary Verify processing of UseCountLeadingZerosInstruction option
|
||||
* on CPU without LZCNT support.
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestUseCountLeadingZerosInstructionOnUnsupportedCPU
|
||||
* BMIUnsupportedCPUTest
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
@ -26,7 +26,7 @@
|
||||
* @bug 8031321
|
||||
* @summary Verify processing of UseCountTrailingZerosInstruction option
|
||||
* on CPU with TZCNT (BMI1 feature) support.
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestUseCountTrailingZerosInstructionOnSupportedCPU
|
||||
* BMISupportedCPUTest
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
@ -26,7 +26,7 @@
|
||||
* @bug 8031321
|
||||
* @summary Verify processing of UseCountTrailingZerosInstruction option
|
||||
* on CPU without TZCNT instruction (BMI1 feature) support.
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestUseCountTrailingZerosInstructionOnUnsupportedCPU
|
||||
* BMIUnsupportedCPUTest
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
@ -26,7 +26,7 @@
|
||||
* @bug 6589834
|
||||
* @summary Safepoint placed between stack pointer increment and decrement leads
|
||||
* to interpreter's stack corruption after deoptimization.
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build ClassFileInstaller sun.hotspot.WhiteBox com.oracle.java.testlibrary.*
|
||||
* Test_ia32 InlinedArrayCloneTestCase
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
@ -33,7 +33,7 @@ import java.net.URLConnection;
|
||||
* @test TestAnonymousClassUnloading
|
||||
* @bug 8054402
|
||||
* @summary "Tests unloading of anonymous classes."
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @compile TestAnonymousClassUnloading.java
|
||||
* @run main ClassFileInstaller TestAnonymousClassUnloading
|
||||
* sun.hotspot.WhiteBox
|
||||
|
@ -31,7 +31,7 @@ import java.net.URLClassLoader;
|
||||
* @test MethodUnloadingTest
|
||||
* @bug 8029443
|
||||
* @summary "Tests the unloading of methods to to class unloading"
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestMethodUnloading
|
||||
* @build WorkerClass
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
@ -27,7 +27,7 @@ import sun.hotspot.WhiteBox;
|
||||
/*
|
||||
* @test CheckSegmentedCodeCache
|
||||
* @bug 8015774
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @summary "Checks VM options related to the segmented code cache"
|
||||
* @build CheckSegmentedCodeCache
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
@ -34,7 +34,7 @@ import com.oracle.java.testlibrary.Asserts;
|
||||
/*
|
||||
* @test OverflowCodeCacheTest
|
||||
* @bug 8059550
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build OverflowCodeCacheTest
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031321
|
||||
* @summary Verify that results of computations are the same w/
|
||||
* and w/o usage of ANDN instruction
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestAndnI BMITestRunner Expr
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031321
|
||||
* @summary Verify that results of computations are the same w/
|
||||
* and w/o usage of ANDN instruction
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestAndnL BMITestRunner Expr
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031321
|
||||
* @summary Verify that results of computations are the same w/
|
||||
* and w/o usage of BLSI instruction
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestBlsiI BMITestRunner Expr
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031321
|
||||
* @summary Verify that results of computations are the same w/
|
||||
* and w/o usage of BLSI instruction
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestBlsiL BMITestRunner Expr
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031321
|
||||
* @summary Verify that results of computations are the same w/
|
||||
* and w/o usage of BLSMSK instruction
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestBlsmskI BMITestRunner Expr
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031321
|
||||
* @summary Verify that results of computations are the same w/
|
||||
* and w/o usage of BLSMSK instruction
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestBlsmskL BMITestRunner Expr
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031321
|
||||
* @summary Verify that results of computations are the same w/
|
||||
* and w/o usage of BLSR instruction
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestBlsrI BMITestRunner Expr
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031321
|
||||
* @summary Verify that results of computations are the same w/
|
||||
* and w/o usage of BLSR instruction
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestBlsrL BMITestRunner Expr
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031321
|
||||
* @summary Verify that results of computations are the same w/
|
||||
* and w/o usage of intrinsic
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestLzcntI BMITestRunner Expr
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031321
|
||||
* @summary Verify that results of computations are the same w/
|
||||
* and w/o usage of intrinsic
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestLzcntL BMITestRunner Expr
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031321
|
||||
* @summary Verify that results of computations are the same w/
|
||||
* and w/o usage of intrinsic
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestTzcntI BMITestRunner Expr
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031321
|
||||
* @summary Verify that results of computations are the same w/
|
||||
* and w/o usage of intrinsic
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestTzcntL BMITestRunner Expr
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -24,7 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @bug 8031321
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox ..
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox ..
|
||||
* @build AddnTestI
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -24,7 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @bug 8031321
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox ..
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox ..
|
||||
* @build AddnTestL
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -24,7 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @bug 8031321
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox ..
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox ..
|
||||
* @build BlsiTestI
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -24,7 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @bug 8031321
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox ..
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox ..
|
||||
* @build BlsiTestL
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -24,7 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @bug 8031321
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox ..
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox ..
|
||||
* @build BlsmskTestI
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -24,7 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @bug 8031321
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox ..
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox ..
|
||||
* @build BlsmskTestL
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -24,7 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @bug 8031321
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox ..
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox ..
|
||||
* @build BlsrTestI
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -24,7 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @bug 8031321
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox ..
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox ..
|
||||
* @build BlsrTestL
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -24,7 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @bug 8031321
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox ..
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox ..
|
||||
* @build LZcntTestI
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -24,7 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @bug 8031321
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox ..
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox ..
|
||||
* @build LZcntTestL
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -24,7 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @bug 8031321
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox ..
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox ..
|
||||
* @build TZcntTestI
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -24,7 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @bug 8031321
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox ..
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox ..
|
||||
* @build TZcntTestL
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -25,7 +25,7 @@
|
||||
* @test NullCheckDroppingsTest
|
||||
* @bug 8054492
|
||||
* @summary "Casting can result in redundant null checks in generated code"
|
||||
* @library /testlibrary /testlibrary/whitebox /testlibrary/com/oracle/java/testlibrary
|
||||
* @library /testlibrary /../../test/lib /testlibrary/com/oracle/java/testlibrary
|
||||
* @build NullCheckDroppingsTest
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox
|
||||
* /compiler/testlibrary
|
||||
* @build AddExactIntTest
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox
|
||||
* /compiler/testlibrary
|
||||
* @build AddExactLongTest
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox
|
||||
* /compiler/testlibrary
|
||||
* @build DecrementExactIntTest
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox
|
||||
* /compiler/testlibrary
|
||||
* @build DecrementExactLongTest
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox
|
||||
* /compiler/testlibrary
|
||||
* @build IncrementExactIntTest
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox
|
||||
* /compiler/testlibrary
|
||||
* @build IncrementExactLongTest
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox
|
||||
* /compiler/testlibrary
|
||||
* @build MultiplyExactIntTest
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox
|
||||
* /compiler/testlibrary
|
||||
* @build MultiplyExactLongTest
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox
|
||||
* /compiler/testlibrary
|
||||
* @build NegateExactIntTest
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox
|
||||
* /compiler/testlibrary
|
||||
* @build NegateExactLongTest
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox
|
||||
* /compiler/testlibrary
|
||||
* @build SubtractExactIntTest
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox
|
||||
* @library /testlibrary /../../test/lib /compiler/whitebox
|
||||
* /compiler/testlibrary
|
||||
* @build SubtractExactLongTest
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
|
@ -25,7 +25,7 @@
|
||||
* @test
|
||||
* @bug 8035968
|
||||
* @summary Verify UseSHA1Intrinsics option processing on supported CPU,
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary testcases
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary testcases
|
||||
* @build TestUseSHA1IntrinsicsOptionOnSupportedCPU
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -25,7 +25,7 @@
|
||||
* @test
|
||||
* @bug 8035968
|
||||
* @summary Verify UseSHA1Intrinsics option processing on unsupported CPU,
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary testcases
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary testcases
|
||||
* @build TestUseSHA1IntrinsicsOptionOnUnsupportedCPU
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -25,7 +25,7 @@
|
||||
* @test
|
||||
* @bug 8035968
|
||||
* @summary Verify UseSHA256Intrinsics option processing on supported CPU,
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary testcases
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary testcases
|
||||
* @build TestUseSHA256IntrinsicsOptionOnSupportedCPU
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -25,7 +25,7 @@
|
||||
* @test
|
||||
* @bug 8035968
|
||||
* @summary Verify UseSHA256Intrinsics option processing on unsupported CPU,
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary testcases
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary testcases
|
||||
* @build TestUseSHA256IntrinsicsOptionOnUnsupportedCPU
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -25,7 +25,7 @@
|
||||
* @test
|
||||
* @bug 8035968
|
||||
* @summary Verify UseSHA512Intrinsics option processing on supported CPU.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary testcases
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary testcases
|
||||
* @build TestUseSHA512IntrinsicsOptionOnSupportedCPU
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -25,7 +25,7 @@
|
||||
* @test
|
||||
* @bug 8035968
|
||||
* @summary Verify UseSHA512Intrinsics option processing on unsupported CPU,
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary testcases
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary testcases
|
||||
* @build TestUseSHA512IntrinsicsOptionOnUnsupportedCPU
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -25,7 +25,7 @@
|
||||
* @test
|
||||
* @bug 8035968
|
||||
* @summary Verify UseSHA option processing on supported CPU,
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary testcases
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary testcases
|
||||
* @build TestUseSHAOptionOnSupportedCPU
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -25,7 +25,7 @@
|
||||
* @test
|
||||
* @bug 8035968
|
||||
* @summary Verify UseSHA option processing on unsupported CPU.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary testcases
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary testcases
|
||||
* @build TestUseSHAOptionOnUnsupportedCPU
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -25,7 +25,7 @@
|
||||
* @test
|
||||
* @bug 8035968
|
||||
* @summary Verify that SHA-1 intrinsic is actually used.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary ../
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary ../
|
||||
* @build TestSHA intrinsics.Verifier TestSHA1Intrinsics
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@ import sha.predicate.IntrinsicPredicates;
|
||||
* @test
|
||||
* @bug 8035968
|
||||
* @summary Verify that SHA-1 multi block intrinsic is actually used.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary ../
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary ../
|
||||
* @build TestSHA intrinsics.Verifier TestSHA1MultiBlockIntrinsics
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@ import sha.predicate.IntrinsicPredicates;
|
||||
* @test
|
||||
* @bug 8035968
|
||||
* @summary Verify that SHA-256 intrinsic is actually used.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary ../
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary ../
|
||||
* @build TestSHA intrinsics.Verifier TestSHA256Intrinsics
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@ import sha.predicate.IntrinsicPredicates;
|
||||
* @test
|
||||
* @bug 8035968
|
||||
* @summary Verify that SHA-256 multi block intrinsic is actually used.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary ../
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary ../
|
||||
* @build TestSHA intrinsics.Verifier TestSHA256MultiBlockIntrinsics
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@ import sha.predicate.IntrinsicPredicates;
|
||||
* @test
|
||||
* @bug 8035968
|
||||
* @summary Verify that SHA-512 intrinsic is actually used.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary ../
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary ../
|
||||
* @build TestSHA intrinsics.Verifier TestSHA512Intrinsics
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@ import sha.predicate.IntrinsicPredicates;
|
||||
* @test
|
||||
* @bug 8035968
|
||||
* @summary Verify that SHA-512 multi block intrinsic is actually used.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary ../
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary ../
|
||||
* @build TestSHA intrinsics.Verifier TestSHA512MultiBlockIntrinsics
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify PrintPreciseRTMLockingStatistics on CPUs with
|
||||
* rtm support and on VM with rtm locking support,
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestPrintPreciseRTMLockingStatisticsOptionOnSupportedConfig
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify PrintPreciseRTMLockingStatistics on CPUs without
|
||||
* rtm support and/or unsupported VM.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestPrintPreciseRTMLockingStatisticsOptionOnUnsupportedConfig
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify RTMAbortRatio option processing on CPU with rtm
|
||||
* support and on VM with rtm locking support.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestRTMAbortRatioOptionOnSupportedConfig
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify RTMAbortRatio option processing on CPU without rtm
|
||||
* support or on VM that does not support rtm locking.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestRTMAbortRatioOptionOnUnsupportedConfig
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify RTMTotalCountIncrRate option processing on CPU with
|
||||
* rtm support and on VM with rtm locking support.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestRTMTotalCountIncrRateOptionOnSupportedConfig
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -32,7 +32,7 @@ import rtm.predicate.SupportedVM;
|
||||
* @bug 8031320
|
||||
* @summary Verify RTMTotalCountIncrRate option processing on CPU without
|
||||
* rtm support and/or on VM without rtm locking support.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestRTMTotalCountIncrRateOptionOnUnsupportedConfig
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify UseRTMDeopt option processing on CPUs with rtm support
|
||||
* when rtm locking is supported by VM.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestUseRTMDeoptOptionOnSupportedConfig
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify UseRTMDeopt option processing on CPUs without rtm support
|
||||
* or on VMs without rtm locking support.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestUseRTMDeoptOptionOnUnsupportedConfig
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify UseRTMForStackLocks option processing on CPU with
|
||||
* rtm support when VM supports rtm locking.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestUseRTMForStackLocksOptionOnSupportedConfig
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify UseRTMForStackLocks option processing on CPUs without
|
||||
* rtm support and/or on VMs without rtm locking support.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestUseRTMForStackLocksOptionOnUnsupportedConfig
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify UseRTMLocking option processing on CPU with rtm support and
|
||||
* on VM with rtm-locking support.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestUseRTMLockingOptionOnSupportedConfig
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify UseRTMLocking option processing on CPU without
|
||||
* rtm support.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestUseRTMLockingOptionOnUnsupportedCPU
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify UseRTMLocking option processing on CPU with rtm support
|
||||
* in case when VM should not support this option.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestUseRTMLockingOptionOnUnsupportedVM
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify processing of UseRTMLocking and UseBiasedLocking
|
||||
* options combination on CPU and VM with rtm support.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestUseRTMLockingOptionWithBiasedLocking
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify that RTMAbortRatio affects amount of aborts before
|
||||
* deoptimization.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestRTMAbortRatio
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify that RTMAbortThreshold option affects
|
||||
* amount of aborts after which abort ratio is calculated.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestRTMAbortThreshold
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -29,7 +29,7 @@
|
||||
* caused by reason other then rtm_state_change will reset
|
||||
* method's RTM state. And if we don't use RTMDeopt, then
|
||||
* RTM state remain the same after such deoptimization.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestRTMAfterNonRTMDeopt
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify that on high abort ratio method will be recompiled
|
||||
* without rtm locking.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestRTMDeoptOnHighAbortRatio
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -26,7 +26,7 @@
|
||||
* @test
|
||||
* @bug 8031320
|
||||
* @summary Verify that on low abort ratio method will be recompiled.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestRTMDeoptOnLowAbortRatio
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify that RTMLockingCalculationDelay affect when
|
||||
* abort ratio calculation is started.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestRTMLockingCalculationDelay
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify that RTMLockingThreshold affects rtm state transition
|
||||
* ProfileRTM => UseRTM.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestRTMLockingThreshold
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -26,7 +26,7 @@
|
||||
* @test
|
||||
* @bug 8031320
|
||||
* @summary Verify that RTMRetryCount affects actual amount of retries.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestRTMRetryCount
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify that RTMSpinLoopCount affects time spent
|
||||
* between locking attempts.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestRTMSpinLoopCount
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify that RTMTotalCountIncrRate option affects
|
||||
* RTM locking statistics.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestRTMTotalCountIncrRate
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify that rtm locking is used for stack locks before
|
||||
* inflation and after it used for inflated locks.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestUseRTMAfterLockInflation
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify that UseRTMDeopt affects uncommon trap installation in
|
||||
* copmpiled methods with synchronized block.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestUseRTMDeopt
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -26,7 +26,7 @@
|
||||
* @test
|
||||
* @bug 8031320
|
||||
* @summary Verify that rtm locking is used for inflated locks.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestUseRTMForInflatedLocks
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -26,7 +26,7 @@
|
||||
* @test
|
||||
* @bug 8031320
|
||||
* @summary Verify that rtm locking is used for stack locks.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestUseRTMForStackLocks
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify that UseRTMXendForLockBusy option affects
|
||||
* method behaviour if lock is busy.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestUseRTMXendForLockBusy
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 8031320
|
||||
* @summary Verify that NoRTMLockEliding option could be applied to
|
||||
* specified method and that such method will not use rtm.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestNoRTMLockElidingOption
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @summary Verify that UseRTMLockEliding option could be applied to
|
||||
* specified method and that such method will not be deoptimized
|
||||
* on high abort ratio.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestUseRTMLockElidingOption
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -29,7 +29,7 @@
|
||||
* on overall aborts and locks count and count of aborts of
|
||||
* different types. Test also verify that VM output does not
|
||||
* contain rtm locking statistics when it should not.
|
||||
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
|
||||
* @library /testlibrary /../../test/lib /compiler/testlibrary
|
||||
* @build TestPrintPreciseRTMLockingStatistics
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -25,7 +25,7 @@
|
||||
* @test
|
||||
* @bug 8010927
|
||||
* @summary Kitchensink crashed with SIGSEGV, Problematic frame: v ~StubRoutines::checkcast_arraycopy
|
||||
* @library /testlibrary/whitebox /testlibrary
|
||||
* @library /../../test/lib /testlibrary
|
||||
* @build Test8010927
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -26,7 +26,7 @@
|
||||
/*
|
||||
* @test TestStableBoolean
|
||||
* @summary tests on stable fields and arrays
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestStableBoolean StableConfiguration sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main ClassFileInstaller
|
||||
|
@ -26,7 +26,7 @@
|
||||
/*
|
||||
* @test TestStableByte
|
||||
* @summary tests on stable fields and arrays
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestStableByte StableConfiguration sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main ClassFileInstaller
|
||||
|
@ -26,7 +26,7 @@
|
||||
/*
|
||||
* @test TestStableChar
|
||||
* @summary tests on stable fields and arrays
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestStableChar StableConfiguration sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main ClassFileInstaller
|
||||
|
@ -26,7 +26,7 @@
|
||||
/*
|
||||
* @test TestStableDouble
|
||||
* @summary tests on stable fields and arrays
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestStableDouble StableConfiguration sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main ClassFileInstaller
|
||||
|
@ -26,7 +26,7 @@
|
||||
/*
|
||||
* @test TestStableFloat
|
||||
* @summary tests on stable fields and arrays
|
||||
* @library /testlibrary /testlibrary/whitebox
|
||||
* @library /testlibrary /../../test/lib
|
||||
* @build TestStableFloat StableConfiguration sun.hotspot.WhiteBox
|
||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main ClassFileInstaller
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user