< prev index next >
test/compiler/c2/Test6916644.java
Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke
*** 25,37 ****
/**
* @test
* @bug 6916644
* @summary C2 compiler crash on x86
*
! * @run main/othervm -Xcomp -XX:CompileOnly=Test6916644.test Test6916644
*/
public class Test6916644 {
static int result;
static int i1;
static int i2;
--- 25,41 ----
/**
* @test
* @bug 6916644
* @summary C2 compiler crash on x86
*
! * @run main/othervm -Xcomp
! * -XX:CompileCommand=compileonly,compiler.c2.Test6916644::test
! * compiler.c2.Test6916644
*/
+ package compiler.c2;
+
public class Test6916644 {
static int result;
static int i1;
static int i2;
< prev index next >