diff src/share/vm/graal/graalVMExits.hpp @ 2925:b78b4ae0757c

Also call Compiler shutdown hook in case of System.exit call. Draft VMExits.Sandbox class.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Thu, 09 Jun 2011 14:42:24 +0200
parents d577d07cedec
children f00918f35c7f
line wrap: on
line diff
--- a/src/share/vm/graal/graalVMExits.hpp	Thu Jun 09 14:02:28 2011 +0200
+++ b/src/share/vm/graal/graalVMExits.hpp	Thu Jun 09 14:42:24 2011 +0200
@@ -55,6 +55,9 @@
 
   // public abstract void shutdownCompiler();
   static void shutdownCompiler();
+  
+  // public abstract void startCompiler();
+  static void startCompiler();
 
   // public abstract RiMethod createRiMethodResolved(long vmId, String name);
   static oop createRiMethodResolved(jlong vmId, Handle name, TRAPS);