mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8028122: [TESTBUG] compiler/regalloc/C1ObjectSpillInLogicOp.java
Reviewed-by: kvn, twisti
This commit is contained in:
parent
e71c8df213
commit
5e69eb1595
1 changed files with 3 additions and 2 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue