changeset 22486:af21ee97d1db

Merged
author Christian Wirth <christian.wirth@oracle.com>
date Wed, 19 Aug 2015 15:48:09 +0200
parents 77f91e4981dd (current diff) 4d973aaf97dc (diff)
children 2d56522533a2
files
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotGraalRuntimeAccess.java	Wed Aug 19 15:30:42 2015 +0200
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotGraalRuntimeAccess.java	Wed Aug 19 15:48:09 2015 +0200
@@ -22,6 +22,7 @@
  */
 package com.oracle.graal.hotspot;
 
+import jdk.internal.jvmci.runtime.*;
 import jdk.internal.jvmci.service.*;
 
 import com.oracle.graal.api.runtime.*;
@@ -31,6 +32,7 @@
 
     @Override
     public GraalRuntime getRuntime() {
+        JVMCI.initialize();
         return HotSpotGraalRuntime.runtime();
     }
 }