8038098: [TESTBUG] remove explicit set build flavor from hotspot/test/compiler/* tests
Reviewed-by: iignatyev, vlivanov, kvn, fzhinkin
This commit is contained in:
parent
dc7da7467b
commit
a73a5247a5
@ -25,7 +25,7 @@
|
|||||||
* @test TestIntegerComparison
|
* @test TestIntegerComparison
|
||||||
* @bug 8043284 8042786
|
* @bug 8043284 8042786
|
||||||
* @summary "Tests optimizations of signed and unsigned integer comparison."
|
* @summary "Tests optimizations of signed and unsigned integer comparison."
|
||||||
* @run main/othervm -server -Xcomp -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:CompileOnly=TestIntegerComparison::testSigned,TestIntegerComparison::testUnsigned TestIntegerComparison
|
* @run main/othervm -Xcomp -XX:CompileOnly=TestIntegerComparison::testSigned,TestIntegerComparison::testUnsigned TestIntegerComparison
|
||||||
*/
|
*/
|
||||||
public class TestIntegerComparison {
|
public class TestIntegerComparison {
|
||||||
/**
|
/**
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* @test
|
* @test
|
||||||
* @bug 8032207
|
* @bug 8032207
|
||||||
* @summary Invalid node sizing for loadUS2L_immI16 and loadI2L_immI
|
* @summary Invalid node sizing for loadUS2L_immI16 and loadI2L_immI
|
||||||
* @run main/othervm -server -Xbatch -XX:-TieredCompilation -XX:CompileCommand=compileonly,LoadWithMask.foo LoadWithMask
|
* @run main/othervm -Xbatch -XX:CompileCommand=compileonly,LoadWithMask.foo LoadWithMask
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class LoadWithMask {
|
public class LoadWithMask {
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* @test
|
* @test
|
||||||
* @bug 8031743
|
* @bug 8031743
|
||||||
* @summary loadI2L_immI broken for negative memory values
|
* @summary loadI2L_immI broken for negative memory values
|
||||||
* @run main/othervm -server -Xbatch -XX:-TieredCompilation -XX:CompileCommand=compileonly,*.foo* LoadWithMask2
|
* @run main/othervm -Xbatch -XX:CompileCommand=compileonly,*.foo* LoadWithMask2
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class LoadWithMask2 {
|
public class LoadWithMask2 {
|
||||||
|
@ -53,44 +53,32 @@
|
|||||||
* java/lang/invoke/TestStableBoolean$DefaultStaticValue
|
* java/lang/invoke/TestStableBoolean$DefaultStaticValue
|
||||||
* java/lang/invoke/TestStableBoolean$ObjectArrayLowerDim2
|
* java/lang/invoke/TestStableBoolean$ObjectArrayLowerDim2
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:-TieredCompilation
|
* -XX:-TieredCompilation
|
||||||
* -XX:+FoldStableValues
|
* -XX:+FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableBoolean
|
* java.lang.invoke.TestStableBoolean
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:-TieredCompilation
|
* -XX:-TieredCompilation
|
||||||
* -XX:-FoldStableValues
|
* -XX:-FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableBoolean
|
* java.lang.invoke.TestStableBoolean
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
||||||
* -XX:+FoldStableValues
|
* -XX:+FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableBoolean
|
* java.lang.invoke.TestStableBoolean
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
||||||
* -XX:-FoldStableValues
|
* -XX:-FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableBoolean
|
* java.lang.invoke.TestStableBoolean
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
|
||||||
* -client -XX:-TieredCompilation
|
|
||||||
* -XX:+FoldStableValues
|
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
|
||||||
* java.lang.invoke.TestStableBoolean
|
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
|
||||||
* -client -XX:-TieredCompilation
|
|
||||||
* -XX:-FoldStableValues
|
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
|
||||||
* java.lang.invoke.TestStableBoolean
|
|
||||||
*/
|
*/
|
||||||
package java.lang.invoke;
|
package java.lang.invoke;
|
||||||
|
|
||||||
|
@ -53,44 +53,32 @@
|
|||||||
* java/lang/invoke/TestStableByte$DefaultStaticValue
|
* java/lang/invoke/TestStableByte$DefaultStaticValue
|
||||||
* java/lang/invoke/TestStableByte$ObjectArrayLowerDim2
|
* java/lang/invoke/TestStableByte$ObjectArrayLowerDim2
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:-TieredCompilation
|
* -XX:-TieredCompilation
|
||||||
* -XX:+FoldStableValues
|
* -XX:+FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableByte
|
* java.lang.invoke.TestStableByte
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:-TieredCompilation
|
* -XX:-TieredCompilation
|
||||||
* -XX:-FoldStableValues
|
* -XX:-FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableByte
|
* java.lang.invoke.TestStableByte
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
||||||
* -XX:+FoldStableValues
|
* -XX:+FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableByte
|
* java.lang.invoke.TestStableByte
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
||||||
* -XX:-FoldStableValues
|
* -XX:-FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableByte
|
* java.lang.invoke.TestStableByte
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
|
||||||
* -client -XX:-TieredCompilation
|
|
||||||
* -XX:+FoldStableValues
|
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
|
||||||
* java.lang.invoke.TestStableByte
|
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
|
||||||
* -client -XX:-TieredCompilation
|
|
||||||
* -XX:-FoldStableValues
|
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
|
||||||
* java.lang.invoke.TestStableByte
|
|
||||||
*/
|
*/
|
||||||
package java.lang.invoke;
|
package java.lang.invoke;
|
||||||
|
|
||||||
|
@ -53,44 +53,32 @@
|
|||||||
* java/lang/invoke/TestStableChar$DefaultStaticValue
|
* java/lang/invoke/TestStableChar$DefaultStaticValue
|
||||||
* java/lang/invoke/TestStableChar$ObjectArrayLowerDim2
|
* java/lang/invoke/TestStableChar$ObjectArrayLowerDim2
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:-TieredCompilation
|
* -XX:-TieredCompilation
|
||||||
* -XX:+FoldStableValues
|
* -XX:+FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableChar
|
* java.lang.invoke.TestStableChar
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:-TieredCompilation
|
* -XX:-TieredCompilation
|
||||||
* -XX:-FoldStableValues
|
* -XX:-FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableChar
|
* java.lang.invoke.TestStableChar
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
||||||
* -XX:+FoldStableValues
|
* -XX:+FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableChar
|
* java.lang.invoke.TestStableChar
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
||||||
* -XX:-FoldStableValues
|
* -XX:-FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableChar
|
* java.lang.invoke.TestStableChar
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
|
||||||
* -client -XX:-TieredCompilation
|
|
||||||
* -XX:+FoldStableValues
|
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
|
||||||
* java.lang.invoke.TestStableChar
|
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
|
||||||
* -client -XX:-TieredCompilation
|
|
||||||
* -XX:-FoldStableValues
|
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
|
||||||
* java.lang.invoke.TestStableChar
|
|
||||||
*/
|
*/
|
||||||
package java.lang.invoke;
|
package java.lang.invoke;
|
||||||
|
|
||||||
|
@ -53,44 +53,32 @@
|
|||||||
* java/lang/invoke/TestStableDouble$DefaultStaticValue
|
* java/lang/invoke/TestStableDouble$DefaultStaticValue
|
||||||
* java/lang/invoke/TestStableDouble$ObjectArrayLowerDim2
|
* java/lang/invoke/TestStableDouble$ObjectArrayLowerDim2
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:-TieredCompilation
|
* -XX:-TieredCompilation
|
||||||
* -XX:+FoldStableValues
|
* -XX:+FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableDouble
|
* java.lang.invoke.TestStableDouble
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:-TieredCompilation
|
* -XX:-TieredCompilation
|
||||||
* -XX:-FoldStableValues
|
* -XX:-FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableDouble
|
* java.lang.invoke.TestStableDouble
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
||||||
* -XX:+FoldStableValues
|
* -XX:+FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableDouble
|
* java.lang.invoke.TestStableDouble
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
||||||
* -XX:-FoldStableValues
|
* -XX:-FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableDouble
|
* java.lang.invoke.TestStableDouble
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
|
||||||
* -client -XX:-TieredCompilation
|
|
||||||
* -XX:+FoldStableValues
|
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
|
||||||
* java.lang.invoke.TestStableDouble
|
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
|
||||||
* -client -XX:-TieredCompilation
|
|
||||||
* -XX:-FoldStableValues
|
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
|
||||||
* java.lang.invoke.TestStableDouble
|
|
||||||
*/
|
*/
|
||||||
package java.lang.invoke;
|
package java.lang.invoke;
|
||||||
|
|
||||||
|
@ -53,44 +53,32 @@
|
|||||||
* java/lang/invoke/TestStableFloat$DefaultStaticValue
|
* java/lang/invoke/TestStableFloat$DefaultStaticValue
|
||||||
* java/lang/invoke/TestStableFloat$ObjectArrayLowerDim2
|
* java/lang/invoke/TestStableFloat$ObjectArrayLowerDim2
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:-TieredCompilation
|
* -XX:-TieredCompilation
|
||||||
* -XX:+FoldStableValues
|
* -XX:+FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableFloat
|
* java.lang.invoke.TestStableFloat
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:-TieredCompilation
|
* -XX:-TieredCompilation
|
||||||
* -XX:-FoldStableValues
|
* -XX:-FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableFloat
|
* java.lang.invoke.TestStableFloat
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
||||||
* -XX:+FoldStableValues
|
* -XX:+FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableFloat
|
* java.lang.invoke.TestStableFloat
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
||||||
* -XX:-FoldStableValues
|
* -XX:-FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableFloat
|
* java.lang.invoke.TestStableFloat
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
|
||||||
* -client -XX:-TieredCompilation
|
|
||||||
* -XX:+FoldStableValues
|
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
|
||||||
* java.lang.invoke.TestStableFloat
|
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
|
||||||
* -client -XX:-TieredCompilation
|
|
||||||
* -XX:-FoldStableValues
|
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
|
||||||
* java.lang.invoke.TestStableFloat
|
|
||||||
*/
|
*/
|
||||||
package java.lang.invoke;
|
package java.lang.invoke;
|
||||||
|
|
||||||
|
@ -53,44 +53,32 @@
|
|||||||
* java/lang/invoke/TestStableInt$DefaultStaticValue
|
* java/lang/invoke/TestStableInt$DefaultStaticValue
|
||||||
* java/lang/invoke/TestStableInt$ObjectArrayLowerDim2
|
* java/lang/invoke/TestStableInt$ObjectArrayLowerDim2
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:-TieredCompilation
|
* -XX:-TieredCompilation
|
||||||
* -XX:+FoldStableValues
|
* -XX:+FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableInt
|
* java.lang.invoke.TestStableInt
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:-TieredCompilation
|
* -XX:-TieredCompilation
|
||||||
* -XX:-FoldStableValues
|
* -XX:-FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableInt
|
* java.lang.invoke.TestStableInt
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
||||||
* -XX:+FoldStableValues
|
* -XX:+FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableInt
|
* java.lang.invoke.TestStableInt
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
||||||
* -XX:-FoldStableValues
|
* -XX:-FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableInt
|
* java.lang.invoke.TestStableInt
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
|
||||||
* -client -XX:-TieredCompilation
|
|
||||||
* -XX:+FoldStableValues
|
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
|
||||||
* java.lang.invoke.TestStableInt
|
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
|
||||||
* -client -XX:-TieredCompilation
|
|
||||||
* -XX:-FoldStableValues
|
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
|
||||||
* java.lang.invoke.TestStableInt
|
|
||||||
*/
|
*/
|
||||||
package java.lang.invoke;
|
package java.lang.invoke;
|
||||||
|
|
||||||
|
@ -53,44 +53,32 @@
|
|||||||
* java/lang/invoke/TestStableLong$DefaultStaticValue
|
* java/lang/invoke/TestStableLong$DefaultStaticValue
|
||||||
* java/lang/invoke/TestStableLong$ObjectArrayLowerDim2
|
* java/lang/invoke/TestStableLong$ObjectArrayLowerDim2
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:-TieredCompilation
|
* -XX:-TieredCompilation
|
||||||
* -XX:+FoldStableValues
|
* -XX:+FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableLong
|
* java.lang.invoke.TestStableLong
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:-TieredCompilation
|
* -XX:-TieredCompilation
|
||||||
* -XX:-FoldStableValues
|
* -XX:-FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableLong
|
* java.lang.invoke.TestStableLong
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
||||||
* -XX:+FoldStableValues
|
* -XX:+FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableLong
|
* java.lang.invoke.TestStableLong
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
||||||
* -XX:-FoldStableValues
|
* -XX:-FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableLong
|
* java.lang.invoke.TestStableLong
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
|
||||||
* -client -XX:-TieredCompilation
|
|
||||||
* -XX:+FoldStableValues
|
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
|
||||||
* java.lang.invoke.TestStableLong
|
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
|
||||||
* -client -XX:-TieredCompilation
|
|
||||||
* -XX:-FoldStableValues
|
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
|
||||||
* java.lang.invoke.TestStableLong
|
|
||||||
*/
|
*/
|
||||||
package java.lang.invoke;
|
package java.lang.invoke;
|
||||||
|
|
||||||
|
@ -54,44 +54,32 @@
|
|||||||
* java/lang/invoke/TestStableObject$DefaultStaticValue
|
* java/lang/invoke/TestStableObject$DefaultStaticValue
|
||||||
* java/lang/invoke/TestStableObject$ObjectArrayLowerDim2
|
* java/lang/invoke/TestStableObject$ObjectArrayLowerDim2
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:-TieredCompilation
|
* -XX:-TieredCompilation
|
||||||
* -XX:+FoldStableValues
|
* -XX:+FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableObject
|
* java.lang.invoke.TestStableObject
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:-TieredCompilation
|
* -XX:-TieredCompilation
|
||||||
* -XX:-FoldStableValues
|
* -XX:-FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableObject
|
* java.lang.invoke.TestStableObject
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
||||||
* -XX:+FoldStableValues
|
* -XX:+FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableObject
|
* java.lang.invoke.TestStableObject
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
||||||
* -XX:-FoldStableValues
|
* -XX:-FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableObject
|
* java.lang.invoke.TestStableObject
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
|
||||||
* -client -XX:-TieredCompilation
|
|
||||||
* -XX:+FoldStableValues
|
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
|
||||||
* java.lang.invoke.TestStableObject
|
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
|
||||||
* -client -XX:-TieredCompilation
|
|
||||||
* -XX:-FoldStableValues
|
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
|
||||||
* java.lang.invoke.TestStableObject
|
|
||||||
*/
|
*/
|
||||||
package java.lang.invoke;
|
package java.lang.invoke;
|
||||||
|
|
||||||
|
@ -53,44 +53,32 @@
|
|||||||
* java/lang/invoke/TestStableShort$DefaultStaticValue
|
* java/lang/invoke/TestStableShort$DefaultStaticValue
|
||||||
* java/lang/invoke/TestStableShort$ObjectArrayLowerDim2
|
* java/lang/invoke/TestStableShort$ObjectArrayLowerDim2
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:-TieredCompilation
|
* -XX:-TieredCompilation
|
||||||
* -XX:+FoldStableValues
|
* -XX:+FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableShort
|
* java.lang.invoke.TestStableShort
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:-TieredCompilation
|
* -XX:-TieredCompilation
|
||||||
* -XX:-FoldStableValues
|
* -XX:-FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableShort
|
* java.lang.invoke.TestStableShort
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
||||||
* -XX:+FoldStableValues
|
* -XX:+FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableShort
|
* java.lang.invoke.TestStableShort
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
* @run main/othervm -Xbootclasspath/a:.
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
||||||
* -server -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
|
||||||
* -XX:-FoldStableValues
|
* -XX:-FoldStableValues
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
||||||
* java.lang.invoke.TestStableShort
|
* java.lang.invoke.TestStableShort
|
||||||
*
|
*
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
|
||||||
* -client -XX:-TieredCompilation
|
|
||||||
* -XX:+FoldStableValues
|
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
|
||||||
* java.lang.invoke.TestStableShort
|
|
||||||
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
|
|
||||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
|
|
||||||
* -client -XX:-TieredCompilation
|
|
||||||
* -XX:-FoldStableValues
|
|
||||||
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
|
|
||||||
* java.lang.invoke.TestStableShort
|
|
||||||
*/
|
*/
|
||||||
package java.lang.invoke;
|
package java.lang.invoke;
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -27,9 +27,7 @@
|
|||||||
* @bug 8026775
|
* @bug 8026775
|
||||||
* @summary Uncommon trap blob did not bang all the stack shadow pages
|
* @summary Uncommon trap blob did not bang all the stack shadow pages
|
||||||
*
|
*
|
||||||
* @run main/othervm -server -XX:+IgnoreUnrecognizedVMOptions -XX:+TieredCompilation UncommonTrapStackBang
|
* @run main/othervm UncommonTrapStackBang
|
||||||
* @run main/othervm -server -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation UncommonTrapStackBang
|
|
||||||
*
|
|
||||||
*
|
*
|
||||||
* Note: This test does not reproduce the problem with absolute
|
* Note: This test does not reproduce the problem with absolute
|
||||||
* certainty. Empirically the bug reproduces on Windows some 80+% of
|
* certainty. Empirically the bug reproduces on Windows some 80+% of
|
||||||
|
Loading…
Reference in New Issue
Block a user