# HG changeset patch # User iignatyev # Date 1386709474 -14400 # Node ID 0e1c9f50e3a424edb9a1b0cf522dc60dbc08ac98 # Parent f51ba6b5d472b0be8c166ce0a4654f31b9e9a6c8 8028122: [TESTBUG] compiler/regalloc/C1ObjectSpillInLogicOp.java Reviewed-by: kvn, twisti diff -r f51ba6b5d472 -r 0e1c9f50e3a4 hotspot/test/compiler/regalloc/C1ObjectSpillInLogicOp.java --- a/hotspot/test/compiler/regalloc/C1ObjectSpillInLogicOp.java Fri Dec 06 16:43:56 2013 -0800 +++ b/hotspot/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 x = new AtomicReferenceArray(128); Integer y = new Integer(0); for (int i = 0; i < 50000; i++) {