changeset 5739:ad45ebfba060

8028122: [TESTBUG] compiler/regalloc/C1ObjectSpillInLogicOp.java Reviewed-by: kvn, twisti
author iignatyev
date Wed, 11 Dec 2013 01:04:34 +0400
parents b87211e33ebb
children 62084ffe573b
files test/compiler/regalloc/C1ObjectSpillInLogicOp.java
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/compiler/regalloc/C1ObjectSpillInLogicOp.java	Fri Dec 06 16:43:56 2013 -0800
+++ b/test/compiler/regalloc/C1ObjectSpillInLogicOp.java	Wed Dec 11 01:04:34 2013 +0400
@@ -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++) {