diff src/share/vm/graal/graalVMExits.hpp @ 4139:feb590a8497f

remove pollJavaQueue and related functionality, minimize diff against HotSpot in the compileBroker.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 18 Dec 2011 00:41:15 +0100
parents 50a1d38cd7ac
children 5c80ccb80036
line wrap: on
line diff
--- a/src/share/vm/graal/graalVMExits.hpp	Sat Dec 17 22:03:44 2011 +0100
+++ b/src/share/vm/graal/graalVMExits.hpp	Sun Dec 18 00:41:15 2011 +0100
@@ -62,9 +62,6 @@
   // public abstract void bootstrap();
   static void bootstrap();
 
-  // public abstract void pollJavaQueue();
-  static void pollJavaQueue();
-
   // public abstract RiMethod createRiMethodResolved(long vmId, String name);
   static oop createRiMethodResolved(jlong vmId, Handle name, TRAPS);