提交 66ad1922 编写于 作者: T twisti

Merge

...@@ -29,7 +29,7 @@ ...@@ -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 @@ ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册