diff src/share/vm/graal/graalVMExits.hpp @ 3650:0e8a2a629afb

Pass-by compilation broker.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 16 Nov 2011 21:27:28 +0100
parents 136ea96eb7f8
children a31028282e3e
line wrap: on
line diff
--- a/src/share/vm/graal/graalVMExits.hpp	Wed Nov 16 16:46:32 2011 +0100
+++ b/src/share/vm/graal/graalVMExits.hpp	Wed Nov 16 21:27:28 2011 +0100
@@ -58,6 +58,9 @@
   
   // public abstract void startCompiler();
   static void startCompiler();
+  
+  // public abstract void bootstrap();
+  static void bootstrap();
 
   // public abstract void pollJavaQueue();
   static void pollJavaQueue();