6837906: compiler tests of 6636138 fail with IllegalAccessException
The compiler tests of 6636138 fail with an IllegalAccessException. Reviewed-by: kvn
This commit is contained in:
parent
716c78f080
commit
e53f13b49f
@ -29,7 +29,7 @@
|
|||||||
* @run main/othervm -server -Xbatch -XX:CompileOnly=Test1.init Test1
|
* @run main/othervm -server -Xbatch -XX:CompileOnly=Test1.init Test1
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class Test1 {
|
public class Test1 {
|
||||||
|
|
||||||
public static void init(int src[], int [] dst, int[] ref) {
|
public static void init(int src[], int [] dst, int[] ref) {
|
||||||
// initialize the arrays
|
// initialize the arrays
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
* @run main/othervm -server -Xbatch -XX:CompileOnly=Test2.shift Test2
|
* @run main/othervm -server -Xbatch -XX:CompileOnly=Test2.shift Test2
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class Test2 {
|
public class Test2 {
|
||||||
|
|
||||||
public static void init(int src[]) {
|
public static void init(int src[]) {
|
||||||
// Initialize the array
|
// Initialize the array
|
||||||
|
Loading…
x
Reference in New Issue
Block a user