--- a/hotspot/test/compiler/rangechecks/TestUncommonTrapMerging.java Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/rangechecks/TestUncommonTrapMerging.java Tue Jul 12 18:24:48 2016 +0300
@@ -25,9 +25,16 @@
* @test
* @bug 8140574
* @summary Verify proper re-execution of checks after merging of uncommon traps
- * @run main/othervm -Xcomp -XX:-TieredCompilation -XX:CompileCommand=compileonly,TestUncommonTrapMerging::test* TestUncommonTrapMerging Test1
- * @run main/othervm -XX:CompileCommand=compileonly,TestUncommonTrapMerging::test* TestUncommonTrapMerging Test2
+ *
+ * @run main/othervm -Xcomp -XX:-TieredCompilation
+ * -XX:CompileCommand=compileonly,compiler.rangechecks.TestUncommonTrapMerging::test*
+ * compiler.rangechecks.TestUncommonTrapMerging Test1
+ * @run main/othervm -XX:CompileCommand=compileonly,compiler.rangechecks.TestUncommonTrapMerging::test*
+ * compiler.rangechecks.TestUncommonTrapMerging Test2
*/
+
+package compiler.rangechecks;
+
public class TestUncommonTrapMerging {
public static void main(String[] args) throws Throwable {