changeset 10079:77772d794ffd

Merge.
author Christian Haeubl <haeubl@ssw.jku.at>
date Tue, 18 Jun 2013 11:01:32 +0200
parents 7bcc4bf839fe (diff) 9c4e6767ab78 (current diff)
children e04f128d719c
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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() {