diff graal/com.oracle.max.cri/src/com/sun/cri/ri/RiRuntime.java @ 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 e233f5660da4
children 319860ae697a
line wrap: on
line diff
--- a/graal/com.oracle.max.cri/src/com/sun/cri/ri/RiRuntime.java	Sat Dec 17 22:03:44 2011 +0100
+++ b/graal/com.oracle.max.cri/src/com/sun/cri/ri/RiRuntime.java	Sun Dec 18 00:41:15 2011 +0100
@@ -232,9 +232,4 @@
      * @return a reference to the compiled and ready-to-run code
      */
     RiCompiledMethod addMethod(RiResolvedMethod method, CiTargetMethod code);
-
-    /**
-     * Executes the given runnable on a compiler thread, which means that it can access constant pools, etc.
-     */
-    void executeOnCompilerThread(Runnable r);
 }