From fdaaae3622e3127a9ad19ffd11c71b4c503ec9fd Mon Sep 17 00:00:00 2001 From: Ekaterina Pavlova Date: Thu, 17 May 2018 21:04:53 -0700 Subject: [PATCH] 8203318: compiler/stable/TestStableShort.java is broken Reviewed-by: shade --- test/hotspot/jtreg/compiler/stable/TestStableByte.java | 8 ++++---- test/hotspot/jtreg/compiler/stable/TestStableChar.java | 8 ++++---- test/hotspot/jtreg/compiler/stable/TestStableDouble.java | 8 ++++---- test/hotspot/jtreg/compiler/stable/TestStableFloat.java | 8 ++++---- test/hotspot/jtreg/compiler/stable/TestStableInt.java | 8 ++++---- test/hotspot/jtreg/compiler/stable/TestStableLong.java | 8 ++++---- test/hotspot/jtreg/compiler/stable/TestStableObject.java | 8 ++++---- 7 files changed, 28 insertions(+), 28 deletions(-) diff --git a/test/hotspot/jtreg/compiler/stable/TestStableByte.java b/test/hotspot/jtreg/compiler/stable/TestStableByte.java index b0d703fe89f..cf1b61c4281 100644 --- a/test/hotspot/jtreg/compiler/stable/TestStableByte.java +++ b/test/hotspot/jtreg/compiler/stable/TestStableByte.java @@ -39,18 +39,18 @@ * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 * -XX:-TieredCompilation - * -XX:+FoldStableValues + * -XX:-FoldStableValues * compiler.stable.TestStableByte * * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 - * -XX:-TieredCompilation + * -XX:+TieredCompilation -XX:TieredStopAtLevel=1 * -XX:+FoldStableValues * compiler.stable.TestStableByte * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 - * -XX:-TieredCompilation - * -XX:+FoldStableValues + * -XX:+TieredCompilation -XX:TieredStopAtLevel=1 + * -XX:-FoldStableValues * compiler.stable.TestStableByte */ diff --git a/test/hotspot/jtreg/compiler/stable/TestStableChar.java b/test/hotspot/jtreg/compiler/stable/TestStableChar.java index bcd3154e89f..30712ab2353 100644 --- a/test/hotspot/jtreg/compiler/stable/TestStableChar.java +++ b/test/hotspot/jtreg/compiler/stable/TestStableChar.java @@ -39,18 +39,18 @@ * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 * -XX:-TieredCompilation - * -XX:+FoldStableValues + * -XX:-FoldStableValues * compiler.stable.TestStableChar * * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 - * -XX:-TieredCompilation + * -XX:+TieredCompilation -XX:TieredStopAtLevel=1 * -XX:+FoldStableValues * compiler.stable.TestStableChar * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 - * -XX:-TieredCompilation - * -XX:+FoldStableValues + * -XX:+TieredCompilation -XX:TieredStopAtLevel=1 + * -XX:-FoldStableValues * compiler.stable.TestStableChar */ diff --git a/test/hotspot/jtreg/compiler/stable/TestStableDouble.java b/test/hotspot/jtreg/compiler/stable/TestStableDouble.java index 6bc5644c78a..0bf1eb030eb 100644 --- a/test/hotspot/jtreg/compiler/stable/TestStableDouble.java +++ b/test/hotspot/jtreg/compiler/stable/TestStableDouble.java @@ -39,18 +39,18 @@ * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 * -XX:-TieredCompilation - * -XX:+FoldStableValues + * -XX:-FoldStableValues * compiler.stable.TestStableDouble * * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 - * -XX:-TieredCompilation + * -XX:+TieredCompilation -XX:TieredStopAtLevel=1 * -XX:+FoldStableValues * compiler.stable.TestStableDouble * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 - * -XX:-TieredCompilation - * -XX:+FoldStableValues + * -XX:+TieredCompilation -XX:TieredStopAtLevel=1 + * -XX:-FoldStableValues * compiler.stable.TestStableDouble */ diff --git a/test/hotspot/jtreg/compiler/stable/TestStableFloat.java b/test/hotspot/jtreg/compiler/stable/TestStableFloat.java index 82696a5e56f..6d1ccc554d1 100644 --- a/test/hotspot/jtreg/compiler/stable/TestStableFloat.java +++ b/test/hotspot/jtreg/compiler/stable/TestStableFloat.java @@ -39,18 +39,18 @@ * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 * -XX:-TieredCompilation - * -XX:+FoldStableValues + * -XX:-FoldStableValues * compiler.stable.TestStableFloat * * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 - * -XX:-TieredCompilation + * -XX:+TieredCompilation -XX:TieredStopAtLevel=1 * -XX:+FoldStableValues * compiler.stable.TestStableFloat * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 - * -XX:-TieredCompilation - * -XX:+FoldStableValues + * -XX:+TieredCompilation -XX:TieredStopAtLevel=1 + * -XX:-FoldStableValues * compiler.stable.TestStableFloat */ diff --git a/test/hotspot/jtreg/compiler/stable/TestStableInt.java b/test/hotspot/jtreg/compiler/stable/TestStableInt.java index 35a7ad5274a..91cc5f080a6 100644 --- a/test/hotspot/jtreg/compiler/stable/TestStableInt.java +++ b/test/hotspot/jtreg/compiler/stable/TestStableInt.java @@ -39,18 +39,18 @@ * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 * -XX:-TieredCompilation - * -XX:+FoldStableValues + * -XX:-FoldStableValues * compiler.stable.TestStableInt * * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 - * -XX:-TieredCompilation + * -XX:+TieredCompilation -XX:TieredStopAtLevel=1 * -XX:+FoldStableValues * compiler.stable.TestStableInt * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 - * -XX:-TieredCompilation - * -XX:+FoldStableValues + * -XX:+TieredCompilation -XX:TieredStopAtLevel=1 + * -XX:-FoldStableValues * compiler.stable.TestStableInt */ diff --git a/test/hotspot/jtreg/compiler/stable/TestStableLong.java b/test/hotspot/jtreg/compiler/stable/TestStableLong.java index dd3cd8290b4..484eb26cf70 100644 --- a/test/hotspot/jtreg/compiler/stable/TestStableLong.java +++ b/test/hotspot/jtreg/compiler/stable/TestStableLong.java @@ -39,18 +39,18 @@ * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 * -XX:-TieredCompilation - * -XX:+FoldStableValues + * -XX:-FoldStableValues * compiler.stable.TestStableLong * * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 - * -XX:-TieredCompilation + * -XX:+TieredCompilation -XX:TieredStopAtLevel=1 * -XX:+FoldStableValues * compiler.stable.TestStableLong * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 - * -XX:-TieredCompilation - * -XX:+FoldStableValues + * -XX:+TieredCompilation -XX:TieredStopAtLevel=1 + * -XX:-FoldStableValues * compiler.stable.TestStableLong */ diff --git a/test/hotspot/jtreg/compiler/stable/TestStableObject.java b/test/hotspot/jtreg/compiler/stable/TestStableObject.java index 70a3c8fce21..b18e806b00f 100644 --- a/test/hotspot/jtreg/compiler/stable/TestStableObject.java +++ b/test/hotspot/jtreg/compiler/stable/TestStableObject.java @@ -39,18 +39,18 @@ * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 * -XX:-TieredCompilation - * -XX:+FoldStableValues + * -XX:-FoldStableValues * compiler.stable.TestStableObject * * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 - * -XX:-TieredCompilation + * -XX:+TieredCompilation -XX:TieredStopAtLevel=1 * -XX:+FoldStableValues * compiler.stable.TestStableObject * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 - * -XX:-TieredCompilation - * -XX:+FoldStableValues + * -XX:+TieredCompilation -XX:TieredStopAtLevel=1 + * -XX:-FoldStableValues * compiler.stable.TestStableObject */