提交 47571101 编写于 作者: I iignatyev

8028122: [TESTBUG] compiler/regalloc/C1ObjectSpillInLogicOp.java

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