diff src/share/vm/graal/graalVMExits.hpp @ 2901:d577d07cedec

Added time measurement for phases.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 08 Jun 2011 17:01:16 +0200
parents c23d45daff9b
children b78b4ae0757c
line wrap: on
line diff
--- a/src/share/vm/graal/graalVMExits.hpp	Wed Jun 08 14:50:55 2011 +0200
+++ b/src/share/vm/graal/graalVMExits.hpp	Wed Jun 08 17:01:16 2011 +0200
@@ -53,6 +53,9 @@
   // public abstract void compileMethod(long vmId, String name, int entry_bci);
   static void compileMethod(jlong vmId, Handle name, int entry_bci);
 
+  // public abstract void shutdownCompiler();
+  static void shutdownCompiler();
+
   // public abstract RiMethod createRiMethodResolved(long vmId, String name);
   static oop createRiMethodResolved(jlong vmId, Handle name, TRAPS);