diff src/share/vm/graal/graalCodeInstaller.hpp @ 7154:5d0bb7d52783

changes to support Graal co-existing with the other HotSpot compiler(s) and being used for explicit compilation requests and code installation via the Graal API
author Doug Simon <doug.simon@oracle.com>
date Wed, 12 Dec 2012 21:36:40 +0100
parents eec7173947a1
children a7a93887b4c4
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.hpp	Wed Dec 12 15:46:11 2012 +0100
+++ b/src/share/vm/graal/graalCodeInstaller.hpp	Wed Dec 12 21:36:40 2012 +0100
@@ -49,9 +49,6 @@
     MARK_POLL_RETURN_NEAR           = 0x3002,
     MARK_POLL_FAR                   = 0x3003,
     MARK_POLL_RETURN_FAR            = 0x3004,
-    MARK_KLASS_PATCHING             = 0x4000,
-    MARK_DUMMY_OOP_RELOCATION       = 0x4001,
-    MARK_ACCESS_FIELD_PATCHING      = 0x4002
   };
 
   Arena         _arena;