# HG changeset patch # User Christian Haeubl # Date 1371546092 -7200 # Node ID 77772d794ffdacfbdf9abbabc4b545bd257b3cc3 # Parent 7bcc4bf839fe13bcb21b9829693763b7267e975e# Parent 9c4e6767ab7811d7a0e9f7c974aad94a497514f7 Merge. diff -r 9c4e6767ab78 -r 77772d794ffd graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompilationTask.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompilationTask.java Tue Jun 18 09:32:09 2013 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompilationTask.java Tue Jun 18 11:01:32 2013 +0200 @@ -83,7 +83,7 @@ this.entryBCI = entryBCI; this.id = id; this.priority = priority; - this.status = new AtomicReference<>(); + this.status = new AtomicReference<>(CompilationStatus.Queued); } public ResolvedJavaMethod getMethod() {