Merge
This commit is contained in:
commit
a7d12b2fbf
@ -29,7 +29,7 @@
|
||||
* @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) {
|
||||
// initialize the arrays
|
||||
|
@ -29,7 +29,7 @@
|
||||
* @run main/othervm -server -Xbatch -XX:CompileOnly=Test2.shift Test2
|
||||
*/
|
||||
|
||||
class Test2 {
|
||||
public class Test2 {
|
||||
|
||||
public static void init(int src[]) {
|
||||
// Initialize the array
|
||||
|
Loading…
Reference in New Issue
Block a user