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:
Tobias Hartmann 2014-12-12 09:37:38 +01:00
parent 46714a7809
commit bf022cf7dc
191 changed files with 191 additions and 191 deletions

View file

@ -26,7 +26,7 @@
* @bug 8031321 * @bug 8031321
* @summary Verify processing of UseBMI1Instructions option on CPU with * @summary Verify processing of UseBMI1Instructions option on CPU with
* BMI1 feature support. * BMI1 feature support.
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestUseBMI1InstructionsOnSupportedCPU * @build TestUseBMI1InstructionsOnSupportedCPU
* BMISupportedCPUTest * BMISupportedCPUTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -26,7 +26,7 @@
* @bug 8031321 * @bug 8031321
* @summary Verify processing of UseBMI1Instructions option on CPU without * @summary Verify processing of UseBMI1Instructions option on CPU without
* BMI1 feature support. * BMI1 feature support.
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestUseBMI1InstructionsOnUnsupportedCPU * @build TestUseBMI1InstructionsOnUnsupportedCPU
* BMIUnsupportedCPUTest * BMIUnsupportedCPUTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -26,7 +26,7 @@
* @bug 8031321 * @bug 8031321
* @summary Verify processing of UseCountLeadingZerosInstruction option * @summary Verify processing of UseCountLeadingZerosInstruction option
* on CPU with LZCNT support. * on CPU with LZCNT support.
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestUseCountLeadingZerosInstructionOnSupportedCPU * @build TestUseCountLeadingZerosInstructionOnSupportedCPU
* BMISupportedCPUTest * BMISupportedCPUTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -26,7 +26,7 @@
* @bug 8031321 * @bug 8031321
* @summary Verify processing of UseCountLeadingZerosInstruction option * @summary Verify processing of UseCountLeadingZerosInstruction option
* on CPU without LZCNT support. * on CPU without LZCNT support.
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestUseCountLeadingZerosInstructionOnUnsupportedCPU * @build TestUseCountLeadingZerosInstructionOnUnsupportedCPU
* BMIUnsupportedCPUTest * BMIUnsupportedCPUTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -26,7 +26,7 @@
* @bug 8031321 * @bug 8031321
* @summary Verify processing of UseCountTrailingZerosInstruction option * @summary Verify processing of UseCountTrailingZerosInstruction option
* on CPU with TZCNT (BMI1 feature) support. * on CPU with TZCNT (BMI1 feature) support.
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestUseCountTrailingZerosInstructionOnSupportedCPU * @build TestUseCountTrailingZerosInstructionOnSupportedCPU
* BMISupportedCPUTest * BMISupportedCPUTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -26,7 +26,7 @@
* @bug 8031321 * @bug 8031321
* @summary Verify processing of UseCountTrailingZerosInstruction option * @summary Verify processing of UseCountTrailingZerosInstruction option
* on CPU without TZCNT instruction (BMI1 feature) support. * on CPU without TZCNT instruction (BMI1 feature) support.
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestUseCountTrailingZerosInstructionOnUnsupportedCPU * @build TestUseCountTrailingZerosInstructionOnUnsupportedCPU
* BMIUnsupportedCPUTest * BMIUnsupportedCPUTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -26,7 +26,7 @@
* @bug 6589834 * @bug 6589834
* @summary Safepoint placed between stack pointer increment and decrement leads * @summary Safepoint placed between stack pointer increment and decrement leads
* to interpreter's stack corruption after deoptimization. * to interpreter's stack corruption after deoptimization.
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build ClassFileInstaller sun.hotspot.WhiteBox com.oracle.java.testlibrary.* * @build ClassFileInstaller sun.hotspot.WhiteBox com.oracle.java.testlibrary.*
* Test_ia32 InlinedArrayCloneTestCase * Test_ia32 InlinedArrayCloneTestCase
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -33,7 +33,7 @@ import java.net.URLConnection;
* @test TestAnonymousClassUnloading * @test TestAnonymousClassUnloading
* @bug 8054402 * @bug 8054402
* @summary "Tests unloading of anonymous classes." * @summary "Tests unloading of anonymous classes."
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @compile TestAnonymousClassUnloading.java * @compile TestAnonymousClassUnloading.java
* @run main ClassFileInstaller TestAnonymousClassUnloading * @run main ClassFileInstaller TestAnonymousClassUnloading
* sun.hotspot.WhiteBox * sun.hotspot.WhiteBox

View file

@ -31,7 +31,7 @@ import java.net.URLClassLoader;
* @test MethodUnloadingTest * @test MethodUnloadingTest
* @bug 8029443 * @bug 8029443
* @summary "Tests the unloading of methods to to class unloading" * @summary "Tests the unloading of methods to to class unloading"
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestMethodUnloading * @build TestMethodUnloading
* @build WorkerClass * @build WorkerClass
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -27,7 +27,7 @@ import sun.hotspot.WhiteBox;
/* /*
* @test CheckSegmentedCodeCache * @test CheckSegmentedCodeCache
* @bug 8015774 * @bug 8015774
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @summary "Checks VM options related to the segmented code cache" * @summary "Checks VM options related to the segmented code cache"
* @build CheckSegmentedCodeCache * @build CheckSegmentedCodeCache
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -34,7 +34,7 @@ import com.oracle.java.testlibrary.Asserts;
/* /*
* @test OverflowCodeCacheTest * @test OverflowCodeCacheTest
* @bug 8059550 * @bug 8059550
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build OverflowCodeCacheTest * @build OverflowCodeCacheTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031321 * @bug 8031321
* @summary Verify that results of computations are the same w/ * @summary Verify that results of computations are the same w/
* and w/o usage of ANDN instruction * and w/o usage of ANDN instruction
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestAndnI BMITestRunner Expr * @build TestAndnI BMITestRunner Expr
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031321 * @bug 8031321
* @summary Verify that results of computations are the same w/ * @summary Verify that results of computations are the same w/
* and w/o usage of ANDN instruction * and w/o usage of ANDN instruction
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestAndnL BMITestRunner Expr * @build TestAndnL BMITestRunner Expr
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031321 * @bug 8031321
* @summary Verify that results of computations are the same w/ * @summary Verify that results of computations are the same w/
* and w/o usage of BLSI instruction * and w/o usage of BLSI instruction
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestBlsiI BMITestRunner Expr * @build TestBlsiI BMITestRunner Expr
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031321 * @bug 8031321
* @summary Verify that results of computations are the same w/ * @summary Verify that results of computations are the same w/
* and w/o usage of BLSI instruction * and w/o usage of BLSI instruction
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestBlsiL BMITestRunner Expr * @build TestBlsiL BMITestRunner Expr
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031321 * @bug 8031321
* @summary Verify that results of computations are the same w/ * @summary Verify that results of computations are the same w/
* and w/o usage of BLSMSK instruction * and w/o usage of BLSMSK instruction
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestBlsmskI BMITestRunner Expr * @build TestBlsmskI BMITestRunner Expr
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031321 * @bug 8031321
* @summary Verify that results of computations are the same w/ * @summary Verify that results of computations are the same w/
* and w/o usage of BLSMSK instruction * and w/o usage of BLSMSK instruction
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestBlsmskL BMITestRunner Expr * @build TestBlsmskL BMITestRunner Expr
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031321 * @bug 8031321
* @summary Verify that results of computations are the same w/ * @summary Verify that results of computations are the same w/
* and w/o usage of BLSR instruction * and w/o usage of BLSR instruction
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestBlsrI BMITestRunner Expr * @build TestBlsrI BMITestRunner Expr
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031321 * @bug 8031321
* @summary Verify that results of computations are the same w/ * @summary Verify that results of computations are the same w/
* and w/o usage of BLSR instruction * and w/o usage of BLSR instruction
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestBlsrL BMITestRunner Expr * @build TestBlsrL BMITestRunner Expr
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031321 * @bug 8031321
* @summary Verify that results of computations are the same w/ * @summary Verify that results of computations are the same w/
* and w/o usage of intrinsic * and w/o usage of intrinsic
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestLzcntI BMITestRunner Expr * @build TestLzcntI BMITestRunner Expr
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031321 * @bug 8031321
* @summary Verify that results of computations are the same w/ * @summary Verify that results of computations are the same w/
* and w/o usage of intrinsic * and w/o usage of intrinsic
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestLzcntL BMITestRunner Expr * @build TestLzcntL BMITestRunner Expr
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031321 * @bug 8031321
* @summary Verify that results of computations are the same w/ * @summary Verify that results of computations are the same w/
* and w/o usage of intrinsic * and w/o usage of intrinsic
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestTzcntI BMITestRunner Expr * @build TestTzcntI BMITestRunner Expr
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031321 * @bug 8031321
* @summary Verify that results of computations are the same w/ * @summary Verify that results of computations are the same w/
* and w/o usage of intrinsic * and w/o usage of intrinsic
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestTzcntL BMITestRunner Expr * @build TestTzcntL BMITestRunner Expr
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -24,7 +24,7 @@
/* /*
* @test * @test
* @bug 8031321 * @bug 8031321
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox .. * @library /testlibrary /../../test/lib /compiler/whitebox ..
* @build AddnTestI * @build AddnTestI
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -24,7 +24,7 @@
/* /*
* @test * @test
* @bug 8031321 * @bug 8031321
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox .. * @library /testlibrary /../../test/lib /compiler/whitebox ..
* @build AddnTestL * @build AddnTestL
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -24,7 +24,7 @@
/* /*
* @test * @test
* @bug 8031321 * @bug 8031321
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox .. * @library /testlibrary /../../test/lib /compiler/whitebox ..
* @build BlsiTestI * @build BlsiTestI
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -24,7 +24,7 @@
/* /*
* @test * @test
* @bug 8031321 * @bug 8031321
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox .. * @library /testlibrary /../../test/lib /compiler/whitebox ..
* @build BlsiTestL * @build BlsiTestL
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -24,7 +24,7 @@
/* /*
* @test * @test
* @bug 8031321 * @bug 8031321
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox .. * @library /testlibrary /../../test/lib /compiler/whitebox ..
* @build BlsmskTestI * @build BlsmskTestI
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -24,7 +24,7 @@
/* /*
* @test * @test
* @bug 8031321 * @bug 8031321
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox .. * @library /testlibrary /../../test/lib /compiler/whitebox ..
* @build BlsmskTestL * @build BlsmskTestL
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -24,7 +24,7 @@
/* /*
* @test * @test
* @bug 8031321 * @bug 8031321
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox .. * @library /testlibrary /../../test/lib /compiler/whitebox ..
* @build BlsrTestI * @build BlsrTestI
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -24,7 +24,7 @@
/* /*
* @test * @test
* @bug 8031321 * @bug 8031321
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox .. * @library /testlibrary /../../test/lib /compiler/whitebox ..
* @build BlsrTestL * @build BlsrTestL
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -24,7 +24,7 @@
/* /*
* @test * @test
* @bug 8031321 * @bug 8031321
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox .. * @library /testlibrary /../../test/lib /compiler/whitebox ..
* @build LZcntTestI * @build LZcntTestI
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -24,7 +24,7 @@
/* /*
* @test * @test
* @bug 8031321 * @bug 8031321
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox .. * @library /testlibrary /../../test/lib /compiler/whitebox ..
* @build LZcntTestL * @build LZcntTestL
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -24,7 +24,7 @@
/* /*
* @test * @test
* @bug 8031321 * @bug 8031321
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox .. * @library /testlibrary /../../test/lib /compiler/whitebox ..
* @build TZcntTestI * @build TZcntTestI
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -24,7 +24,7 @@
/* /*
* @test * @test
* @bug 8031321 * @bug 8031321
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox .. * @library /testlibrary /../../test/lib /compiler/whitebox ..
* @build TZcntTestL * @build TZcntTestL
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -25,7 +25,7 @@
* @test NullCheckDroppingsTest * @test NullCheckDroppingsTest
* @bug 8054492 * @bug 8054492
* @summary "Casting can result in redundant null checks in generated code" * @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 * @build NullCheckDroppingsTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -23,7 +23,7 @@
/* /*
* @test * @test
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox * @library /testlibrary /../../test/lib /compiler/whitebox
* /compiler/testlibrary * /compiler/testlibrary
* @build AddExactIntTest * @build AddExactIntTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -23,7 +23,7 @@
/* /*
* @test * @test
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox * @library /testlibrary /../../test/lib /compiler/whitebox
* /compiler/testlibrary * /compiler/testlibrary
* @build AddExactLongTest * @build AddExactLongTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -23,7 +23,7 @@
/* /*
* @test * @test
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox * @library /testlibrary /../../test/lib /compiler/whitebox
* /compiler/testlibrary * /compiler/testlibrary
* @build DecrementExactIntTest * @build DecrementExactIntTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -23,7 +23,7 @@
/* /*
* @test * @test
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox * @library /testlibrary /../../test/lib /compiler/whitebox
* /compiler/testlibrary * /compiler/testlibrary
* @build DecrementExactLongTest * @build DecrementExactLongTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -23,7 +23,7 @@
/* /*
* @test * @test
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox * @library /testlibrary /../../test/lib /compiler/whitebox
* /compiler/testlibrary * /compiler/testlibrary
* @build IncrementExactIntTest * @build IncrementExactIntTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -23,7 +23,7 @@
/* /*
* @test * @test
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox * @library /testlibrary /../../test/lib /compiler/whitebox
* /compiler/testlibrary * /compiler/testlibrary
* @build IncrementExactLongTest * @build IncrementExactLongTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -23,7 +23,7 @@
/* /*
* @test * @test
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox * @library /testlibrary /../../test/lib /compiler/whitebox
* /compiler/testlibrary * /compiler/testlibrary
* @build MultiplyExactIntTest * @build MultiplyExactIntTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -23,7 +23,7 @@
/* /*
* @test * @test
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox * @library /testlibrary /../../test/lib /compiler/whitebox
* /compiler/testlibrary * /compiler/testlibrary
* @build MultiplyExactLongTest * @build MultiplyExactLongTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -23,7 +23,7 @@
/* /*
* @test * @test
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox * @library /testlibrary /../../test/lib /compiler/whitebox
* /compiler/testlibrary * /compiler/testlibrary
* @build NegateExactIntTest * @build NegateExactIntTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -23,7 +23,7 @@
/* /*
* @test * @test
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox * @library /testlibrary /../../test/lib /compiler/whitebox
* /compiler/testlibrary * /compiler/testlibrary
* @build NegateExactLongTest * @build NegateExactLongTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -23,7 +23,7 @@
/* /*
* @test * @test
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox * @library /testlibrary /../../test/lib /compiler/whitebox
* /compiler/testlibrary * /compiler/testlibrary
* @build SubtractExactIntTest * @build SubtractExactIntTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -23,7 +23,7 @@
/* /*
* @test * @test
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox * @library /testlibrary /../../test/lib /compiler/whitebox
* /compiler/testlibrary * /compiler/testlibrary
* @build SubtractExactLongTest * @build SubtractExactLongTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8035968 * @bug 8035968
* @summary Verify UseSHA1Intrinsics option processing on supported CPU, * @summary Verify UseSHA1Intrinsics option processing on supported CPU,
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary testcases * @library /testlibrary /../../test/lib /compiler/testlibrary testcases
* @build TestUseSHA1IntrinsicsOptionOnSupportedCPU * @build TestUseSHA1IntrinsicsOptionOnSupportedCPU
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8035968 * @bug 8035968
* @summary Verify UseSHA1Intrinsics option processing on unsupported CPU, * @summary Verify UseSHA1Intrinsics option processing on unsupported CPU,
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary testcases * @library /testlibrary /../../test/lib /compiler/testlibrary testcases
* @build TestUseSHA1IntrinsicsOptionOnUnsupportedCPU * @build TestUseSHA1IntrinsicsOptionOnUnsupportedCPU
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8035968 * @bug 8035968
* @summary Verify UseSHA256Intrinsics option processing on supported CPU, * @summary Verify UseSHA256Intrinsics option processing on supported CPU,
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary testcases * @library /testlibrary /../../test/lib /compiler/testlibrary testcases
* @build TestUseSHA256IntrinsicsOptionOnSupportedCPU * @build TestUseSHA256IntrinsicsOptionOnSupportedCPU
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8035968 * @bug 8035968
* @summary Verify UseSHA256Intrinsics option processing on unsupported CPU, * @summary Verify UseSHA256Intrinsics option processing on unsupported CPU,
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary testcases * @library /testlibrary /../../test/lib /compiler/testlibrary testcases
* @build TestUseSHA256IntrinsicsOptionOnUnsupportedCPU * @build TestUseSHA256IntrinsicsOptionOnUnsupportedCPU
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8035968 * @bug 8035968
* @summary Verify UseSHA512Intrinsics option processing on supported CPU. * @summary Verify UseSHA512Intrinsics option processing on supported CPU.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary testcases * @library /testlibrary /../../test/lib /compiler/testlibrary testcases
* @build TestUseSHA512IntrinsicsOptionOnSupportedCPU * @build TestUseSHA512IntrinsicsOptionOnSupportedCPU
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8035968 * @bug 8035968
* @summary Verify UseSHA512Intrinsics option processing on unsupported CPU, * @summary Verify UseSHA512Intrinsics option processing on unsupported CPU,
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary testcases * @library /testlibrary /../../test/lib /compiler/testlibrary testcases
* @build TestUseSHA512IntrinsicsOptionOnUnsupportedCPU * @build TestUseSHA512IntrinsicsOptionOnUnsupportedCPU
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8035968 * @bug 8035968
* @summary Verify UseSHA option processing on supported CPU, * @summary Verify UseSHA option processing on supported CPU,
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary testcases * @library /testlibrary /../../test/lib /compiler/testlibrary testcases
* @build TestUseSHAOptionOnSupportedCPU * @build TestUseSHAOptionOnSupportedCPU
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8035968 * @bug 8035968
* @summary Verify UseSHA option processing on unsupported CPU. * @summary Verify UseSHA option processing on unsupported CPU.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary testcases * @library /testlibrary /../../test/lib /compiler/testlibrary testcases
* @build TestUseSHAOptionOnUnsupportedCPU * @build TestUseSHAOptionOnUnsupportedCPU
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8035968 * @bug 8035968
* @summary Verify that SHA-1 intrinsic is actually used. * @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 * @build TestSHA intrinsics.Verifier TestSHA1Intrinsics
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@ import sha.predicate.IntrinsicPredicates;
* @test * @test
* @bug 8035968 * @bug 8035968
* @summary Verify that SHA-1 multi block intrinsic is actually used. * @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 * @build TestSHA intrinsics.Verifier TestSHA1MultiBlockIntrinsics
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@ import sha.predicate.IntrinsicPredicates;
* @test * @test
* @bug 8035968 * @bug 8035968
* @summary Verify that SHA-256 intrinsic is actually used. * @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 * @build TestSHA intrinsics.Verifier TestSHA256Intrinsics
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@ import sha.predicate.IntrinsicPredicates;
* @test * @test
* @bug 8035968 * @bug 8035968
* @summary Verify that SHA-256 multi block intrinsic is actually used. * @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 * @build TestSHA intrinsics.Verifier TestSHA256MultiBlockIntrinsics
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@ import sha.predicate.IntrinsicPredicates;
* @test * @test
* @bug 8035968 * @bug 8035968
* @summary Verify that SHA-512 intrinsic is actually used. * @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 * @build TestSHA intrinsics.Verifier TestSHA512Intrinsics
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@ import sha.predicate.IntrinsicPredicates;
* @test * @test
* @bug 8035968 * @bug 8035968
* @summary Verify that SHA-512 multi block intrinsic is actually used. * @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 * @build TestSHA intrinsics.Verifier TestSHA512MultiBlockIntrinsics
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify PrintPreciseRTMLockingStatistics on CPUs with * @summary Verify PrintPreciseRTMLockingStatistics on CPUs with
* rtm support and on VM with rtm locking support, * rtm support and on VM with rtm locking support,
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestPrintPreciseRTMLockingStatisticsOptionOnSupportedConfig * @build TestPrintPreciseRTMLockingStatisticsOptionOnSupportedConfig
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify PrintPreciseRTMLockingStatistics on CPUs without * @summary Verify PrintPreciseRTMLockingStatistics on CPUs without
* rtm support and/or unsupported VM. * rtm support and/or unsupported VM.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestPrintPreciseRTMLockingStatisticsOptionOnUnsupportedConfig * @build TestPrintPreciseRTMLockingStatisticsOptionOnUnsupportedConfig
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify RTMAbortRatio option processing on CPU with rtm * @summary Verify RTMAbortRatio option processing on CPU with rtm
* support and on VM with rtm locking support. * support and on VM with rtm locking support.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestRTMAbortRatioOptionOnSupportedConfig * @build TestRTMAbortRatioOptionOnSupportedConfig
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify RTMAbortRatio option processing on CPU without rtm * @summary Verify RTMAbortRatio option processing on CPU without rtm
* support or on VM that does not support rtm locking. * support or on VM that does not support rtm locking.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestRTMAbortRatioOptionOnUnsupportedConfig * @build TestRTMAbortRatioOptionOnUnsupportedConfig
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify RTMTotalCountIncrRate option processing on CPU with * @summary Verify RTMTotalCountIncrRate option processing on CPU with
* rtm support and on VM with rtm locking support. * rtm support and on VM with rtm locking support.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestRTMTotalCountIncrRateOptionOnSupportedConfig * @build TestRTMTotalCountIncrRateOptionOnSupportedConfig
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -32,7 +32,7 @@ import rtm.predicate.SupportedVM;
* @bug 8031320 * @bug 8031320
* @summary Verify RTMTotalCountIncrRate option processing on CPU without * @summary Verify RTMTotalCountIncrRate option processing on CPU without
* rtm support and/or on VM without rtm locking support. * rtm support and/or on VM without rtm locking support.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestRTMTotalCountIncrRateOptionOnUnsupportedConfig * @build TestRTMTotalCountIncrRateOptionOnUnsupportedConfig
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify UseRTMDeopt option processing on CPUs with rtm support * @summary Verify UseRTMDeopt option processing on CPUs with rtm support
* when rtm locking is supported by VM. * when rtm locking is supported by VM.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestUseRTMDeoptOptionOnSupportedConfig * @build TestUseRTMDeoptOptionOnSupportedConfig
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify UseRTMDeopt option processing on CPUs without rtm support * @summary Verify UseRTMDeopt option processing on CPUs without rtm support
* or on VMs without rtm locking support. * or on VMs without rtm locking support.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestUseRTMDeoptOptionOnUnsupportedConfig * @build TestUseRTMDeoptOptionOnUnsupportedConfig
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify UseRTMForStackLocks option processing on CPU with * @summary Verify UseRTMForStackLocks option processing on CPU with
* rtm support when VM supports rtm locking. * rtm support when VM supports rtm locking.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestUseRTMForStackLocksOptionOnSupportedConfig * @build TestUseRTMForStackLocksOptionOnSupportedConfig
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify UseRTMForStackLocks option processing on CPUs without * @summary Verify UseRTMForStackLocks option processing on CPUs without
* rtm support and/or on VMs without rtm locking support. * rtm support and/or on VMs without rtm locking support.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestUseRTMForStackLocksOptionOnUnsupportedConfig * @build TestUseRTMForStackLocksOptionOnUnsupportedConfig
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify UseRTMLocking option processing on CPU with rtm support and * @summary Verify UseRTMLocking option processing on CPU with rtm support and
* on VM with rtm-locking support. * on VM with rtm-locking support.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestUseRTMLockingOptionOnSupportedConfig * @build TestUseRTMLockingOptionOnSupportedConfig
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify UseRTMLocking option processing on CPU without * @summary Verify UseRTMLocking option processing on CPU without
* rtm support. * rtm support.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestUseRTMLockingOptionOnUnsupportedCPU * @build TestUseRTMLockingOptionOnUnsupportedCPU
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify UseRTMLocking option processing on CPU with rtm support * @summary Verify UseRTMLocking option processing on CPU with rtm support
* in case when VM should not support this option. * in case when VM should not support this option.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestUseRTMLockingOptionOnUnsupportedVM * @build TestUseRTMLockingOptionOnUnsupportedVM
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify processing of UseRTMLocking and UseBiasedLocking * @summary Verify processing of UseRTMLocking and UseBiasedLocking
* options combination on CPU and VM with rtm support. * options combination on CPU and VM with rtm support.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestUseRTMLockingOptionWithBiasedLocking * @build TestUseRTMLockingOptionWithBiasedLocking
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify that RTMAbortRatio affects amount of aborts before * @summary Verify that RTMAbortRatio affects amount of aborts before
* deoptimization. * deoptimization.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestRTMAbortRatio * @build TestRTMAbortRatio
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify that RTMAbortThreshold option affects * @summary Verify that RTMAbortThreshold option affects
* amount of aborts after which abort ratio is calculated. * amount of aborts after which abort ratio is calculated.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestRTMAbortThreshold * @build TestRTMAbortThreshold
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -29,7 +29,7 @@
* caused by reason other then rtm_state_change will reset * caused by reason other then rtm_state_change will reset
* method's RTM state. And if we don't use RTMDeopt, then * method's RTM state. And if we don't use RTMDeopt, then
* RTM state remain the same after such deoptimization. * RTM state remain the same after such deoptimization.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestRTMAfterNonRTMDeopt * @build TestRTMAfterNonRTMDeopt
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify that on high abort ratio method will be recompiled * @summary Verify that on high abort ratio method will be recompiled
* without rtm locking. * without rtm locking.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestRTMDeoptOnHighAbortRatio * @build TestRTMDeoptOnHighAbortRatio
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -26,7 +26,7 @@
* @test * @test
* @bug 8031320 * @bug 8031320
* @summary Verify that on low abort ratio method will be recompiled. * @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 * @build TestRTMDeoptOnLowAbortRatio
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify that RTMLockingCalculationDelay affect when * @summary Verify that RTMLockingCalculationDelay affect when
* abort ratio calculation is started. * abort ratio calculation is started.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestRTMLockingCalculationDelay * @build TestRTMLockingCalculationDelay
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify that RTMLockingThreshold affects rtm state transition * @summary Verify that RTMLockingThreshold affects rtm state transition
* ProfileRTM => UseRTM. * ProfileRTM => UseRTM.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestRTMLockingThreshold * @build TestRTMLockingThreshold
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -26,7 +26,7 @@
* @test * @test
* @bug 8031320 * @bug 8031320
* @summary Verify that RTMRetryCount affects actual amount of retries. * @summary Verify that RTMRetryCount affects actual amount of retries.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestRTMRetryCount * @build TestRTMRetryCount
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify that RTMSpinLoopCount affects time spent * @summary Verify that RTMSpinLoopCount affects time spent
* between locking attempts. * between locking attempts.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestRTMSpinLoopCount * @build TestRTMSpinLoopCount
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify that RTMTotalCountIncrRate option affects * @summary Verify that RTMTotalCountIncrRate option affects
* RTM locking statistics. * RTM locking statistics.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestRTMTotalCountIncrRate * @build TestRTMTotalCountIncrRate
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify that rtm locking is used for stack locks before * @summary Verify that rtm locking is used for stack locks before
* inflation and after it used for inflated locks. * inflation and after it used for inflated locks.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestUseRTMAfterLockInflation * @build TestUseRTMAfterLockInflation
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify that UseRTMDeopt affects uncommon trap installation in * @summary Verify that UseRTMDeopt affects uncommon trap installation in
* copmpiled methods with synchronized block. * copmpiled methods with synchronized block.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestUseRTMDeopt * @build TestUseRTMDeopt
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -26,7 +26,7 @@
* @test * @test
* @bug 8031320 * @bug 8031320
* @summary Verify that rtm locking is used for inflated locks. * @summary Verify that rtm locking is used for inflated locks.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestUseRTMForInflatedLocks * @build TestUseRTMForInflatedLocks
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -26,7 +26,7 @@
* @test * @test
* @bug 8031320 * @bug 8031320
* @summary Verify that rtm locking is used for stack locks. * @summary Verify that rtm locking is used for stack locks.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestUseRTMForStackLocks * @build TestUseRTMForStackLocks
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify that UseRTMXendForLockBusy option affects * @summary Verify that UseRTMXendForLockBusy option affects
* method behaviour if lock is busy. * method behaviour if lock is busy.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestUseRTMXendForLockBusy * @build TestUseRTMXendForLockBusy
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @bug 8031320 * @bug 8031320
* @summary Verify that NoRTMLockEliding option could be applied to * @summary Verify that NoRTMLockEliding option could be applied to
* specified method and that such method will not use rtm. * specified method and that such method will not use rtm.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestNoRTMLockElidingOption * @build TestNoRTMLockElidingOption
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -28,7 +28,7 @@
* @summary Verify that UseRTMLockEliding option could be applied to * @summary Verify that UseRTMLockEliding option could be applied to
* specified method and that such method will not be deoptimized * specified method and that such method will not be deoptimized
* on high abort ratio. * on high abort ratio.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestUseRTMLockElidingOption * @build TestUseRTMLockElidingOption
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -29,7 +29,7 @@
* on overall aborts and locks count and count of aborts of * on overall aborts and locks count and count of aborts of
* different types. Test also verify that VM output does not * different types. Test also verify that VM output does not
* contain rtm locking statistics when it should not. * contain rtm locking statistics when it should not.
* @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @library /testlibrary /../../test/lib /compiler/testlibrary
* @build TestPrintPreciseRTMLockingStatistics * @build TestPrintPreciseRTMLockingStatistics
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8010927 * @bug 8010927
* @summary Kitchensink crashed with SIGSEGV, Problematic frame: v ~StubRoutines::checkcast_arraycopy * @summary Kitchensink crashed with SIGSEGV, Problematic frame: v ~StubRoutines::checkcast_arraycopy
* @library /testlibrary/whitebox /testlibrary * @library /../../test/lib /testlibrary
* @build Test8010927 * @build Test8010927
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -26,7 +26,7 @@
/* /*
* @test TestStableBoolean * @test TestStableBoolean
* @summary tests on stable fields and arrays * @summary tests on stable fields and arrays
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestStableBoolean StableConfiguration sun.hotspot.WhiteBox * @build TestStableBoolean StableConfiguration sun.hotspot.WhiteBox
* @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main ClassFileInstaller * @run main ClassFileInstaller

View file

@ -26,7 +26,7 @@
/* /*
* @test TestStableByte * @test TestStableByte
* @summary tests on stable fields and arrays * @summary tests on stable fields and arrays
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestStableByte StableConfiguration sun.hotspot.WhiteBox * @build TestStableByte StableConfiguration sun.hotspot.WhiteBox
* @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main ClassFileInstaller * @run main ClassFileInstaller

View file

@ -26,7 +26,7 @@
/* /*
* @test TestStableChar * @test TestStableChar
* @summary tests on stable fields and arrays * @summary tests on stable fields and arrays
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestStableChar StableConfiguration sun.hotspot.WhiteBox * @build TestStableChar StableConfiguration sun.hotspot.WhiteBox
* @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main ClassFileInstaller * @run main ClassFileInstaller

View file

@ -26,7 +26,7 @@
/* /*
* @test TestStableDouble * @test TestStableDouble
* @summary tests on stable fields and arrays * @summary tests on stable fields and arrays
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestStableDouble StableConfiguration sun.hotspot.WhiteBox * @build TestStableDouble StableConfiguration sun.hotspot.WhiteBox
* @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main ClassFileInstaller * @run main ClassFileInstaller

View file

@ -26,7 +26,7 @@
/* /*
* @test TestStableFloat * @test TestStableFloat
* @summary tests on stable fields and arrays * @summary tests on stable fields and arrays
* @library /testlibrary /testlibrary/whitebox * @library /testlibrary /../../test/lib
* @build TestStableFloat StableConfiguration sun.hotspot.WhiteBox * @build TestStableFloat StableConfiguration sun.hotspot.WhiteBox
* @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main ClassFileInstaller * @run main ClassFileInstaller

Some files were not shown because too many files have changed in this diff Show more