8153737: Unsupported Module
Reviewed-by: alanb, mchung, psandoz
This commit is contained in:
parent
39e36bdf78
commit
b7075c2db9
@ -24,6 +24,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
module jdk.vm.ci {
|
module jdk.vm.ci {
|
||||||
|
// 8153756
|
||||||
|
requires jdk.unsupported;
|
||||||
|
|
||||||
uses jdk.vm.ci.hotspot.HotSpotVMEventListener;
|
uses jdk.vm.ci.hotspot.HotSpotVMEventListener;
|
||||||
uses jdk.vm.ci.hotspot.HotSpotJVMCIBackendFactory;
|
uses jdk.vm.ci.hotspot.HotSpotJVMCIBackendFactory;
|
||||||
uses jdk.vm.ci.runtime.JVMCICompilerFactory;
|
uses jdk.vm.ci.runtime.JVMCICompilerFactory;
|
||||||
|
@ -29,7 +29,7 @@ import jdk.test.lib.*;
|
|||||||
* @bug 8132525
|
* @bug 8132525
|
||||||
* @summary Check that correct range of values for CICompilerCount are allowed depending on whether tiered is enabled or not
|
* @summary Check that correct range of values for CICompilerCount are allowed depending on whether tiered is enabled or not
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @run main CheckCICompilerCount
|
* @run main CheckCICompilerCount
|
||||||
*/
|
*/
|
||||||
|
@ -28,7 +28,7 @@ import jdk.test.lib.*;
|
|||||||
* @bug 8059604
|
* @bug 8059604
|
||||||
* @summary "Add CompileThresholdScaling flag to control when methods are first compiled (with +/-TieredCompilation)"
|
* @summary "Add CompileThresholdScaling flag to control when methods are first compiled (with +/-TieredCompilation)"
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @run main CheckCompileThresholdScaling
|
* @run main CheckCompileThresholdScaling
|
||||||
*/
|
*/
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @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 /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TestUseBMI1InstructionsOnSupportedCPU
|
* @build TestUseBMI1InstructionsOnSupportedCPU
|
||||||
* BMISupportedCPUTest
|
* BMISupportedCPUTest
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @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 /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TestUseBMI1InstructionsOnUnsupportedCPU
|
* @build TestUseBMI1InstructionsOnUnsupportedCPU
|
||||||
* BMIUnsupportedCPUTest
|
* BMIUnsupportedCPUTest
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @summary Verify processing of UseCountLeadingZerosInstruction option
|
* @summary Verify processing of UseCountLeadingZerosInstruction option
|
||||||
* on CPU with LZCNT support.
|
* on CPU with LZCNT support.
|
||||||
* @library /testlibrary /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TestUseCountLeadingZerosInstructionOnSupportedCPU
|
* @build TestUseCountLeadingZerosInstructionOnSupportedCPU
|
||||||
* BMISupportedCPUTest
|
* BMISupportedCPUTest
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @summary Verify processing of UseCountLeadingZerosInstruction option
|
* @summary Verify processing of UseCountLeadingZerosInstruction option
|
||||||
* on CPU without LZCNT support.
|
* on CPU without LZCNT support.
|
||||||
* @library /testlibrary /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TestUseCountLeadingZerosInstructionOnUnsupportedCPU
|
* @build TestUseCountLeadingZerosInstructionOnUnsupportedCPU
|
||||||
* BMIUnsupportedCPUTest
|
* BMIUnsupportedCPUTest
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @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 /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TestUseCountTrailingZerosInstructionOnSupportedCPU
|
* @build TestUseCountTrailingZerosInstructionOnSupportedCPU
|
||||||
* BMISupportedCPUTest
|
* BMISupportedCPUTest
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @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 /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TestUseCountTrailingZerosInstructionOnUnsupportedCPU
|
* @build TestUseCountTrailingZerosInstructionOnUnsupportedCPU
|
||||||
* BMIUnsupportedCPUTest
|
* BMIUnsupportedCPUTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8072016
|
* @bug 8072016
|
||||||
* @summary Infinite deoptimization/recompilation cycles in case of arraycopy with tightly coupled allocation
|
* @summary Infinite deoptimization/recompilation cycles in case of arraycopy with tightly coupled allocation
|
||||||
* @library /testlibrary /test/lib /compiler/whitebox /
|
* @library /testlibrary /test/lib /compiler/whitebox /
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TestArrayCopyNoInitDeopt
|
* @build TestArrayCopyNoInitDeopt
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @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 /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.compiler
|
* java.compiler
|
||||||
* java.management
|
* java.management
|
||||||
* jdk.jvmstat/sun.jvmstat.monitor
|
* jdk.jvmstat/sun.jvmstat.monitor
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @bug 6857159
|
* @bug 6857159
|
||||||
* @summary local schedule failed with checkcast of Thread.currentThread()
|
* @summary local schedule failed with checkcast of Thread.currentThread()
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @bug 6968348
|
* @bug 6968348
|
||||||
* @summary Byteswapped memory access can point to wrong location after JIT
|
* @summary Byteswapped memory access can point to wrong location after JIT
|
||||||
*
|
*
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @run main Test6968348
|
* @run main Test6968348
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
* @summary SIGSEGV in PhaseIdealLoop::build_loop_late_post on T5440
|
* @summary SIGSEGV in PhaseIdealLoop::build_loop_late_post on T5440
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
*
|
*
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @run main/othervm -showversion -Xbatch Test7068051
|
* @run main/othervm -showversion -Xbatch Test7068051
|
||||||
*/
|
*/
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @test
|
* @test
|
||||||
* @bug 7190310
|
* @bug 7190310
|
||||||
* @summary Inlining WeakReference.get(), and hoisting $referent may lead to non-terminating loops
|
* @summary Inlining WeakReference.get(), and hoisting $referent may lead to non-terminating loops
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @run main/othervm -Xbatch Test7190310_unsafe
|
* @run main/othervm -Xbatch Test7190310_unsafe
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @bug 8004867
|
* @bug 8004867
|
||||||
* @summary VM crashing with assert "share/vm/opto/node.hpp:357 - assert(i < _max) failed: oob"
|
* @summary VM crashing with assert "share/vm/opto/node.hpp:357 - assert(i < _max) failed: oob"
|
||||||
*
|
*
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @run main/othervm/timeout=300 -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:-OptimizeFill TestIntUnsafeCAS
|
* @run main/othervm/timeout=300 -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:-OptimizeFill TestIntUnsafeCAS
|
||||||
* @run main/othervm/timeout=300 -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:+OptimizeFill TestIntUnsafeCAS
|
* @run main/othervm/timeout=300 -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:+OptimizeFill TestIntUnsafeCAS
|
||||||
*/
|
*/
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @bug 8004867
|
* @bug 8004867
|
||||||
* @summary VM crashing with assert "share/vm/opto/node.hpp:357 - assert(i < _max) failed: oob"
|
* @summary VM crashing with assert "share/vm/opto/node.hpp:357 - assert(i < _max) failed: oob"
|
||||||
*
|
*
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @run main/othervm/timeout=300 -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:-OptimizeFill TestIntUnsafeOrdered
|
* @run main/othervm/timeout=300 -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:-OptimizeFill TestIntUnsafeOrdered
|
||||||
* @run main/othervm/timeout=300 -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:+OptimizeFill TestIntUnsafeOrdered
|
* @run main/othervm/timeout=300 -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:+OptimizeFill TestIntUnsafeOrdered
|
||||||
*/
|
*/
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @bug 8004867
|
* @bug 8004867
|
||||||
* @summary VM crashing with assert "share/vm/opto/node.hpp:357 - assert(i < _max) failed: oob"
|
* @summary VM crashing with assert "share/vm/opto/node.hpp:357 - assert(i < _max) failed: oob"
|
||||||
*
|
*
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @run main/othervm/timeout=300 -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:-OptimizeFill TestIntUnsafeVolatile
|
* @run main/othervm/timeout=300 -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:-OptimizeFill TestIntUnsafeVolatile
|
||||||
* @run main/othervm/timeout=300 -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:+OptimizeFill TestIntUnsafeVolatile
|
* @run main/othervm/timeout=300 -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:+OptimizeFill TestIntUnsafeVolatile
|
||||||
*/
|
*/
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
* @bug 8005956
|
* @bug 8005956
|
||||||
* @summary C2: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block
|
* @summary C2: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @run main/timeout=300 PolynomialRoot
|
* @run main/timeout=300 PolynomialRoot
|
||||||
*/
|
*/
|
||||||
|
@ -34,7 +34,7 @@ import java.net.URLConnection;
|
|||||||
* @bug 8054402
|
* @bug 8054402
|
||||||
* @summary "Tests unloading of anonymous classes."
|
* @summary "Tests unloading of anonymous classes."
|
||||||
* @library /testlibrary /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @compile TestAnonymousClassUnloading.java
|
* @compile TestAnonymousClassUnloading.java
|
||||||
* @run main ClassFileInstaller TestAnonymousClassUnloading
|
* @run main ClassFileInstaller TestAnonymousClassUnloading
|
||||||
* sun.hotspot.WhiteBox
|
* sun.hotspot.WhiteBox
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
* InitialCodeCacheSize are passed to the VM is irrelevant.
|
* InitialCodeCacheSize are passed to the VM is irrelevant.
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
*
|
*
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
*/
|
*/
|
||||||
import jdk.test.lib.*;
|
import jdk.test.lib.*;
|
||||||
|
@ -29,7 +29,7 @@ import sun.hotspot.WhiteBox;
|
|||||||
* @bug 8015774
|
* @bug 8015774
|
||||||
* @library /testlibrary /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @summary "Checks VM options related to the segmented code cache"
|
* @summary "Checks VM options related to the segmented code cache"
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build CheckSegmentedCodeCache
|
* @build CheckSegmentedCodeCache
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @summary Test ensures that the ReservedCodeCacheSize is at most MAXINT
|
* @summary Test ensures that the ReservedCodeCacheSize is at most MAXINT
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
*
|
*
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
*/
|
*/
|
||||||
import jdk.test.lib.*;
|
import jdk.test.lib.*;
|
||||||
|
@ -31,7 +31,7 @@ import sun.hotspot.code.BlobType;
|
|||||||
* @bug 8015774
|
* @bug 8015774
|
||||||
* @summary Verify SegmentedCodeCache option's processing
|
* @summary Verify SegmentedCodeCache option's processing
|
||||||
* @library /testlibrary /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.compiler
|
* java.compiler
|
||||||
* java.management
|
* java.management
|
||||||
* jdk.jvmstat/sun.jvmstat.monitor
|
* jdk.jvmstat/sun.jvmstat.monitor
|
||||||
|
@ -32,7 +32,7 @@ import java.util.EnumSet;
|
|||||||
* @bug 8015774
|
* @bug 8015774
|
||||||
* @summary Verify processing of options related to code heaps sizing.
|
* @summary Verify processing of options related to code heaps sizing.
|
||||||
* @library /testlibrary .. /test/lib
|
* @library /testlibrary .. /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.compiler
|
* java.compiler
|
||||||
* java.management
|
* java.management
|
||||||
* jdk.jvmstat/sun.jvmstat.monitor
|
* jdk.jvmstat/sun.jvmstat.monitor
|
||||||
|
@ -31,7 +31,7 @@ import java.util.EnumSet;
|
|||||||
* @bug 8015774
|
* @bug 8015774
|
||||||
* @summary Verify that PrintCodeCache option print correct information.
|
* @summary Verify that PrintCodeCache option print correct information.
|
||||||
* @library /testlibrary .. /test/lib
|
* @library /testlibrary .. /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.compiler
|
* java.compiler
|
||||||
* java.management
|
* java.management
|
||||||
* jdk.jvmstat/sun.jvmstat.monitor
|
* jdk.jvmstat/sun.jvmstat.monitor
|
||||||
|
@ -30,7 +30,7 @@ import sun.hotspot.code.BlobType;
|
|||||||
/*
|
/*
|
||||||
* @test GetUsageTest
|
* @test GetUsageTest
|
||||||
* @library /testlibrary /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build GetUsageTest
|
* @build GetUsageTest
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -30,7 +30,7 @@ import sun.hotspot.code.BlobType;
|
|||||||
/*
|
/*
|
||||||
* @test InitialAndMaxUsageTest
|
* @test InitialAndMaxUsageTest
|
||||||
* @library /testlibrary /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build InitialAndMaxUsageTest
|
* @build InitialAndMaxUsageTest
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -29,7 +29,7 @@ import sun.hotspot.code.BlobType;
|
|||||||
* @test PeakUsageTest
|
* @test PeakUsageTest
|
||||||
* @ignore 8151345
|
* @ignore 8151345
|
||||||
* @library /testlibrary /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build PeakUsageTest
|
* @build PeakUsageTest
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -35,7 +35,7 @@ import sun.hotspot.code.BlobType;
|
|||||||
/*
|
/*
|
||||||
* @test ThresholdNotificationsTest
|
* @test ThresholdNotificationsTest
|
||||||
* @library /testlibrary /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build ThresholdNotificationsTest
|
* @build ThresholdNotificationsTest
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
/*
|
/*
|
||||||
* @test UsageThresholdExceededSeveralTimesTest
|
* @test UsageThresholdExceededSeveralTimesTest
|
||||||
* @library /testlibrary /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build UsageThresholdExceededTest
|
* @build UsageThresholdExceededTest
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -28,7 +28,7 @@ import sun.hotspot.code.BlobType;
|
|||||||
/*
|
/*
|
||||||
* @test UsageThresholdExceededTest
|
* @test UsageThresholdExceededTest
|
||||||
* @library /testlibrary /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build UsageThresholdExceededTest
|
* @build UsageThresholdExceededTest
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -28,7 +28,7 @@ import sun.hotspot.code.BlobType;
|
|||||||
/*
|
/*
|
||||||
* @test UsageThresholdIncreasedTest
|
* @test UsageThresholdIncreasedTest
|
||||||
* @library /testlibrary /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build UsageThresholdIncreasedTest
|
* @build UsageThresholdIncreasedTest
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -28,7 +28,7 @@ import sun.hotspot.code.BlobType;
|
|||||||
/*
|
/*
|
||||||
* @test UsageThresholdNotExceededTest
|
* @test UsageThresholdNotExceededTest
|
||||||
* @library /testlibrary /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build UsageThresholdNotExceededTest
|
* @build UsageThresholdNotExceededTest
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -30,7 +30,7 @@ import jdk.test.lib.Platform;
|
|||||||
/*
|
/*
|
||||||
* @test OverloadCompileQueueTest
|
* @test OverloadCompileQueueTest
|
||||||
* @library /testlibrary /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @ignore 8071905
|
* @ignore 8071905
|
||||||
* @build OverloadCompileQueueTest
|
* @build OverloadCompileQueueTest
|
||||||
|
@ -29,7 +29,7 @@ import sun.hotspot.code.BlobType;
|
|||||||
/*
|
/*
|
||||||
* @test RandomAllocationTest
|
* @test RandomAllocationTest
|
||||||
* @library /testlibrary /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build RandomAllocationTest
|
* @build RandomAllocationTest
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
/*
|
/*
|
||||||
* @test UnexpectedDeoptimizationTest
|
* @test UnexpectedDeoptimizationTest
|
||||||
* @library /testlibrary /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build UnexpectedDeoptimizationTest
|
* @build UnexpectedDeoptimizationTest
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 6896617
|
* @bug 6896617
|
||||||
* @summary Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() with SSE instructions on x86
|
* @summary Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() with SSE instructions on x86
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.base/sun.nio.cs
|
* java.base/sun.nio.cs
|
||||||
* java.management
|
* java.management
|
||||||
* @run main/othervm/timeout=1200 -Xbatch -Xmx256m Test6896617
|
* @run main/othervm/timeout=1200 -Xbatch -Xmx256m Test6896617
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* @bug 7100757
|
* @bug 7100757
|
||||||
* @summary The BitSet.nextSetBit() produces incorrect result in 32bit VM on Sparc
|
* @summary The BitSet.nextSetBit() produces incorrect result in 32bit VM on Sparc
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @run main/timeout=300 Test7100757
|
* @run main/timeout=300 Test7100757
|
||||||
*/
|
*/
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
* @summary add intrinsics to use AES instructions
|
* @summary add intrinsics to use AES instructions
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
*
|
*
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @run main/othervm/timeout=600 -Xbatch -DcheckOutput=true -Dmode=CBC TestAESMain
|
* @run main/othervm/timeout=600 -Xbatch -DcheckOutput=true -Dmode=CBC TestAESMain
|
||||||
* @run main/othervm/timeout=600 -Xbatch -DcheckOutput=true -Dmode=CBC -DencInputOffset=1 TestAESMain
|
* @run main/othervm/timeout=600 -Xbatch -DcheckOutput=true -Dmode=CBC -DencInputOffset=1 TestAESMain
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* @test
|
* @test
|
||||||
* @bug 8011901
|
* @bug 8011901
|
||||||
* @summary instruct xaddL_no_res shouldn't allow 64 bit constants.
|
* @summary instruct xaddL_no_res shouldn't allow 64 bit constants.
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @run main/othervm -XX:-BackgroundCompilation Test8011901
|
* @run main/othervm -XX:-BackgroundCompilation Test8011901
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* @test TestCompilerDirectivesCompatibilityBase
|
* @test TestCompilerDirectivesCompatibilityBase
|
||||||
* @bug 8137167
|
* @bug 8137167
|
||||||
* @library /testlibrary /test/lib /
|
* @library /testlibrary /test/lib /
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.compiler
|
* java.compiler
|
||||||
* java.management
|
* java.management
|
||||||
* @build jdk.test.lib.*
|
* @build jdk.test.lib.*
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* @test TestCompilerDirectivesCompatibilityCommandOff
|
* @test TestCompilerDirectivesCompatibilityCommandOff
|
||||||
* @bug 8137167
|
* @bug 8137167
|
||||||
* @library /testlibrary /test/lib /
|
* @library /testlibrary /test/lib /
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.compiler
|
* java.compiler
|
||||||
* java.management
|
* java.management
|
||||||
* @build jdk.test.lib.*
|
* @build jdk.test.lib.*
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* @test TestCompilerDirectivesCompatibilityCommandOn
|
* @test TestCompilerDirectivesCompatibilityCommandOn
|
||||||
* @bug 8137167
|
* @bug 8137167
|
||||||
* @library /testlibrary /test/lib /
|
* @library /testlibrary /test/lib /
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.compiler
|
* java.compiler
|
||||||
* java.management
|
* java.management
|
||||||
* @build jdk.test.lib.*
|
* @build jdk.test.lib.*
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* @test TestCompilerDirectivesCompatibilityFlag
|
* @test TestCompilerDirectivesCompatibilityFlag
|
||||||
* @bug 8137167
|
* @bug 8137167
|
||||||
* @library /testlibrary /test/lib /
|
* @library /testlibrary /test/lib /
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.compiler
|
* java.compiler
|
||||||
* java.management
|
* java.management
|
||||||
* @build jdk.test.lib.*
|
* @build jdk.test.lib.*
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8020433
|
* @bug 8020433
|
||||||
* @summary Crash when using -XX:+RestoreMXCSROnJNICalls
|
* @summary Crash when using -XX:+RestoreMXCSROnJNICalls
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
*/
|
*/
|
||||||
import jdk.test.lib.*;
|
import jdk.test.lib.*;
|
||||||
|
@ -29,7 +29,7 @@ import jdk.test.lib.ProcessTools;
|
|||||||
* @test
|
* @test
|
||||||
* @library /testlibrary /test/lib /compiler/whitebox
|
* @library /testlibrary /test/lib /compiler/whitebox
|
||||||
* /compiler/testlibrary /compiler/codegen/7184394
|
* /compiler/testlibrary /compiler/codegen/7184394
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @ignore 8146128
|
* @ignore 8146128
|
||||||
* @build TestAESIntrinsicsOnSupportedConfig TestAESMain
|
* @build TestAESIntrinsicsOnSupportedConfig TestAESMain
|
||||||
|
@ -30,7 +30,7 @@ import jdk.test.lib.ProcessTools;
|
|||||||
* @test
|
* @test
|
||||||
* @library /testlibrary /test/lib /compiler/whitebox
|
* @library /testlibrary /test/lib /compiler/whitebox
|
||||||
* /compiler/testlibrary /compiler/codegen/7184394
|
* /compiler/testlibrary /compiler/codegen/7184394
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TestAESIntrinsicsOnUnsupportedConfig TestAESMain
|
* @build TestAESIntrinsicsOnUnsupportedConfig TestAESMain
|
||||||
* @run main ClassFileInstaller
|
* @run main ClassFileInstaller
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8030783
|
* @bug 8030783
|
||||||
* @summary Regression test for 8026478
|
* @summary Regression test for 8026478
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
*/
|
*/
|
||||||
import jdk.test.lib.*;
|
import jdk.test.lib.*;
|
||||||
|
@ -34,7 +34,7 @@ import jdk.test.lib.*;
|
|||||||
* @bug 8050079
|
* @bug 8050079
|
||||||
* @summary Compiles a monomorphic call to finalizeObject() on a modified java.lang.Object to test C1 CHA.
|
* @summary Compiles a monomorphic call to finalizeObject() on a modified java.lang.Object to test C1 CHA.
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* java.base/jdk.internal
|
* java.base/jdk.internal
|
||||||
* @ignore 8132924
|
* @ignore 8132924
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* @test
|
* @test
|
||||||
* @bug 8038048
|
* @bug 8038048
|
||||||
* @summary assert(null_obj->escape_state() == PointsToNode::NoEscape,etc)
|
* @summary assert(null_obj->escape_state() == PointsToNode::NoEscape,etc)
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+DoEscapeAnalysis -XX:-TieredCompilation -Xbatch TestUnsafePutAddressNullObjMustNotEscape
|
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+DoEscapeAnalysis -XX:-TieredCompilation -Xbatch TestUnsafePutAddressNullObjMustNotEscape
|
||||||
* @author Richard Reingruber richard DOT reingruber AT sap DOT com
|
* @author Richard Reingruber richard DOT reingruber AT sap DOT com
|
||||||
*/
|
*/
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
* @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 /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TestAndnI BMITestRunner Expr
|
* @build TestAndnI BMITestRunner Expr
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
* @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 /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TestAndnL BMITestRunner Expr
|
* @build TestAndnL BMITestRunner Expr
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
* @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 /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TestBlsiI BMITestRunner Expr
|
* @build TestBlsiI BMITestRunner Expr
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
* @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 /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TestBlsiL BMITestRunner Expr
|
* @build TestBlsiL BMITestRunner Expr
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
* @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 /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TestBlsmskI BMITestRunner Expr
|
* @build TestBlsmskI BMITestRunner Expr
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
* @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 /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TestBlsmskL BMITestRunner Expr
|
* @build TestBlsmskL BMITestRunner Expr
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
* @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 /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TestBlsrI BMITestRunner Expr
|
* @build TestBlsrI BMITestRunner Expr
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
* @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 /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TestBlsrL BMITestRunner Expr
|
* @build TestBlsrL BMITestRunner Expr
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
* @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 /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TestLzcntI BMITestRunner Expr
|
* @build TestLzcntI BMITestRunner Expr
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
* @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 /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TestLzcntL BMITestRunner Expr
|
* @build TestLzcntL BMITestRunner Expr
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
* @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 /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TestTzcntI BMITestRunner Expr
|
* @build TestTzcntI BMITestRunner Expr
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
* @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 /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TestTzcntL BMITestRunner Expr
|
* @build TestTzcntL BMITestRunner Expr
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* @test
|
* @test
|
||||||
* @bug 8031321
|
* @bug 8031321
|
||||||
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build AndnTestI
|
* @build AndnTestI
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* @test
|
* @test
|
||||||
* @bug 8031321
|
* @bug 8031321
|
||||||
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build AndnTestL
|
* @build AndnTestL
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* @test
|
* @test
|
||||||
* @bug 8031321
|
* @bug 8031321
|
||||||
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build BlsiTestI
|
* @build BlsiTestI
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* @test
|
* @test
|
||||||
* @bug 8031321
|
* @bug 8031321
|
||||||
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build BlsiTestL
|
* @build BlsiTestL
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* @test
|
* @test
|
||||||
* @bug 8031321
|
* @bug 8031321
|
||||||
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build BlsmskTestI
|
* @build BlsmskTestI
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* @test
|
* @test
|
||||||
* @bug 8031321
|
* @bug 8031321
|
||||||
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build BlsmskTestL
|
* @build BlsmskTestL
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* @test
|
* @test
|
||||||
* @bug 8031321
|
* @bug 8031321
|
||||||
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build BlsrTestI
|
* @build BlsrTestI
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* @test
|
* @test
|
||||||
* @bug 8031321
|
* @bug 8031321
|
||||||
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build BlsrTestL
|
* @build BlsrTestL
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* @test
|
* @test
|
||||||
* @bug 8031321
|
* @bug 8031321
|
||||||
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build LZcntTestI
|
* @build LZcntTestI
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* @test
|
* @test
|
||||||
* @bug 8031321
|
* @bug 8031321
|
||||||
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build LZcntTestL
|
* @build LZcntTestL
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* @test
|
* @test
|
||||||
* @bug 8031321
|
* @bug 8031321
|
||||||
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TZcntTestI
|
* @build TZcntTestI
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* @test
|
* @test
|
||||||
* @bug 8031321
|
* @bug 8031321
|
||||||
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
* @library /testlibrary /test/lib /compiler/whitebox / ..
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build TZcntTestL
|
* @build TZcntTestL
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @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 /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @build ClassFileInstaller sun.hotspot.WhiteBox jdk.test.lib.*
|
* @build ClassFileInstaller sun.hotspot.WhiteBox jdk.test.lib.*
|
||||||
* @build NullCheckDroppingsTest
|
* @build NullCheckDroppingsTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8024924
|
* @bug 8024924
|
||||||
* @summary Test constant addExact
|
* @summary Test constant addExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile AddExactIConstantTest.java Verify.java
|
* @compile AddExactIConstantTest.java Verify.java
|
||||||
* @run main AddExactIConstantTest
|
* @run main AddExactIConstantTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8024924
|
* @bug 8024924
|
||||||
* @summary Test non constant addExact
|
* @summary Test non constant addExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile AddExactILoadTest.java Verify.java
|
* @compile AddExactILoadTest.java Verify.java
|
||||||
* @run main AddExactILoadTest
|
* @run main AddExactILoadTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8024924
|
* @bug 8024924
|
||||||
* @summary Test non constant addExact
|
* @summary Test non constant addExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile AddExactILoopDependentTest.java Verify.java
|
* @compile AddExactILoopDependentTest.java Verify.java
|
||||||
* @run main AddExactILoopDependentTest
|
* @run main AddExactILoopDependentTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8024924
|
* @bug 8024924
|
||||||
* @summary Test non constant addExact
|
* @summary Test non constant addExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile AddExactINonConstantTest.java Verify.java
|
* @compile AddExactINonConstantTest.java Verify.java
|
||||||
* @run main AddExactINonConstantTest
|
* @run main AddExactINonConstantTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8025657
|
* @bug 8025657
|
||||||
* @summary Test repeating addExact
|
* @summary Test repeating addExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile AddExactIRepeatTest.java Verify.java
|
* @compile AddExactIRepeatTest.java Verify.java
|
||||||
* @run main AddExactIRepeatTest
|
* @run main AddExactIRepeatTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8026844
|
* @bug 8026844
|
||||||
* @summary Test constant addExact
|
* @summary Test constant addExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile AddExactLConstantTest.java Verify.java
|
* @compile AddExactLConstantTest.java Verify.java
|
||||||
* @run main AddExactLConstantTest
|
* @run main AddExactLConstantTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8026844
|
* @bug 8026844
|
||||||
* @summary Test non constant addExact
|
* @summary Test non constant addExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile AddExactLNonConstantTest.java Verify.java
|
* @compile AddExactLNonConstantTest.java Verify.java
|
||||||
* @run main AddExactLNonConstantTest
|
* @run main AddExactLNonConstantTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8026844
|
* @bug 8026844
|
||||||
* @summary Test decrementExact
|
* @summary Test decrementExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile DecExactITest.java Verify.java
|
* @compile DecExactITest.java Verify.java
|
||||||
* @run main DecExactITest
|
* @run main DecExactITest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8026844
|
* @bug 8026844
|
||||||
* @summary Test decrementExact
|
* @summary Test decrementExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile DecExactLTest.java Verify.java
|
* @compile DecExactLTest.java Verify.java
|
||||||
* @run main DecExactLTest
|
* @run main DecExactLTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8026844
|
* @bug 8026844
|
||||||
* @summary Test incrementExact
|
* @summary Test incrementExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile IncExactITest.java Verify.java
|
* @compile IncExactITest.java Verify.java
|
||||||
* @run main IncExactITest
|
* @run main IncExactITest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8026844
|
* @bug 8026844
|
||||||
* @summary Test incrementExact
|
* @summary Test incrementExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile IncExactLTest.java Verify.java
|
* @compile IncExactLTest.java Verify.java
|
||||||
* @run main IncExactLTest
|
* @run main IncExactLTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8026844
|
* @bug 8026844
|
||||||
* @summary Test constant multiplyExact
|
* @summary Test constant multiplyExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile MulExactIConstantTest.java Verify.java
|
* @compile MulExactIConstantTest.java Verify.java
|
||||||
* @run main MulExactIConstantTest
|
* @run main MulExactIConstantTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8026844
|
* @bug 8026844
|
||||||
* @summary Test multiplyExact
|
* @summary Test multiplyExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile MulExactILoadTest.java Verify.java
|
* @compile MulExactILoadTest.java Verify.java
|
||||||
* @run main MulExactILoadTest
|
* @run main MulExactILoadTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8026844
|
* @bug 8026844
|
||||||
* @summary Test loop dependent multiplyExact
|
* @summary Test loop dependent multiplyExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile MulExactILoopDependentTest.java Verify.java
|
* @compile MulExactILoopDependentTest.java Verify.java
|
||||||
* @run main MulExactILoopDependentTest
|
* @run main MulExactILoopDependentTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8026844
|
* @bug 8026844
|
||||||
* @summary Test non constant multiplyExact
|
* @summary Test non constant multiplyExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile MulExactINonConstantTest.java Verify.java
|
* @compile MulExactINonConstantTest.java Verify.java
|
||||||
* @run main MulExactINonConstantTest
|
* @run main MulExactINonConstantTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8026844
|
* @bug 8026844
|
||||||
* @summary Test repeating multiplyExact
|
* @summary Test repeating multiplyExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile MulExactIRepeatTest.java Verify.java
|
* @compile MulExactIRepeatTest.java Verify.java
|
||||||
* @run main MulExactIRepeatTest
|
* @run main MulExactIRepeatTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8026844
|
* @bug 8026844
|
||||||
* @summary Test constant mulExact
|
* @summary Test constant mulExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile MulExactLConstantTest.java Verify.java
|
* @compile MulExactLConstantTest.java Verify.java
|
||||||
* @run main MulExactLConstantTest
|
* @run main MulExactLConstantTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8026844
|
* @bug 8026844
|
||||||
* @summary Test non constant mulExact
|
* @summary Test non constant mulExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile MulExactLNonConstantTest.java Verify.java
|
* @compile MulExactLNonConstantTest.java Verify.java
|
||||||
* @run main MulExactLNonConstantTest
|
* @run main MulExactLNonConstantTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8026844
|
* @bug 8026844
|
||||||
* @summary Test constant negExact
|
* @summary Test constant negExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile NegExactIConstantTest.java Verify.java
|
* @compile NegExactIConstantTest.java Verify.java
|
||||||
* @run main NegExactIConstantTest
|
* @run main NegExactIConstantTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8026844
|
* @bug 8026844
|
||||||
* @summary Test negExact
|
* @summary Test negExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile NegExactILoadTest.java Verify.java
|
* @compile NegExactILoadTest.java Verify.java
|
||||||
* @run main NegExactILoadTest
|
* @run main NegExactILoadTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8026844
|
* @bug 8026844
|
||||||
* @summary Test negExact loop dependent
|
* @summary Test negExact loop dependent
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile NegExactILoopDependentTest.java Verify.java
|
* @compile NegExactILoopDependentTest.java Verify.java
|
||||||
* @run main NegExactILoopDependentTest
|
* @run main NegExactILoopDependentTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8026844
|
* @bug 8026844
|
||||||
* @summary Test non constant negExact
|
* @summary Test non constant negExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile NegExactINonConstantTest.java Verify.java
|
* @compile NegExactINonConstantTest.java Verify.java
|
||||||
* @run main NegExactINonConstantTest
|
* @run main NegExactINonConstantTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8026844
|
* @bug 8026844
|
||||||
* @summary Test constant negExact
|
* @summary Test constant negExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile NegExactLConstantTest.java Verify.java
|
* @compile NegExactLConstantTest.java Verify.java
|
||||||
* @run main NegExactLConstantTest
|
* @run main NegExactLConstantTest
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8026844
|
* @bug 8026844
|
||||||
* @summary Test constant negExact
|
* @summary Test constant negExact
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @modules java.base/sun.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile NegExactLNonConstantTest.java Verify.java
|
* @compile NegExactLNonConstantTest.java Verify.java
|
||||||
* @run main NegExactLNonConstantTest
|
* @run main NegExactLNonConstantTest
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user