From 47571101b0557db517da59ad469c7b27f827fe5e Mon Sep 17 00:00:00 2001 From: iignatyev Date: Wed, 11 Dec 2013 01:04:34 +0400 Subject: [PATCH] 8028122: [TESTBUG] compiler/regalloc/C1ObjectSpillInLogicOp.java Reviewed-by: kvn, twisti --- test/compiler/regalloc/C1ObjectSpillInLogicOp.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/compiler/regalloc/C1ObjectSpillInLogicOp.java b/test/compiler/regalloc/C1ObjectSpillInLogicOp.java index d6976bd3b..17571820b 100644 --- a/test/compiler/regalloc/C1ObjectSpillInLogicOp.java +++ b/test/compiler/regalloc/C1ObjectSpillInLogicOp.java @@ -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 x = new AtomicReferenceArray(128); Integer y = new Integer(0); for (int i = 0; i < 50000; i++) { -- GitLab