diff test/compiler/regalloc/C1ObjectSpillInLogicOp.java @ 14245:768421ed8211

Merge
author hseigel
date Mon, 13 Jan 2014 18:30:57 -0500
parents 7683a2f8d7d4
children
line wrap: on
line diff
--- a/test/compiler/regalloc/C1ObjectSpillInLogicOp.java	Thu Jan 09 15:48:00 2014 -0800
+++ b/test/compiler/regalloc/C1ObjectSpillInLogicOp.java	Mon Jan 13 18:30:57 2014 -0500
@@ -34,8 +34,9 @@
  */
 
 import java.util.concurrent.atomic.*;
-class C1ObjectSpillInLogicOp {
-  static public void main(String[] args) {
+
+public class C1ObjectSpillInLogicOp {
+  public static void main(String[] args) {
     AtomicReferenceArray<Integer> x = new AtomicReferenceArray(128);
     Integer y = new Integer(0);
     for (int i = 0; i < 50000; i++) {