diff src/share/vm/classfile/systemDictionary.hpp @ 3619:5e9645341ec3

support for new RiRuntime features: add code without making it the default for the method, executing Java tasks on the compile thread, communicate nmethod reference to Java code as HotSpotCompiledMethod
author Lukas Stadler <lukas.stadler@jku.at>
date Wed, 09 Nov 2011 11:27:38 +0100
parents c4f88f4ede54
children 713131edb435
line wrap: on
line diff
--- a/src/share/vm/classfile/systemDictionary.hpp	Tue Oct 25 14:44:32 2011 +0200
+++ b/src/share/vm/classfile/systemDictionary.hpp	Wed Nov 09 11:27:38 2011 +0100
@@ -187,6 +187,7 @@
   template(HotSpotTypeResolved_klass,    com_sun_hotspot_graal_HotSpotTypeResolved,                 Opt) \
   template(HotSpotType_klass,            com_sun_hotspot_graal_HotSpotType,                         Opt) \
   template(HotSpotField_klass,           com_sun_hotspot_graal_HotSpotField,                        Opt) \
+  template(HotSpotCompiledMethod_klass,  com_sun_hotspot_graal_HotSpotCompiledMethod,               Opt) \
   template(HotSpotMethodResolved_klass,  com_sun_hotspot_graal_HotSpotMethodResolved,               Opt) \
   template(HotSpotTargetMethod_klass,    com_sun_hotspot_graal_HotSpotTargetMethod,                 Opt) \
   template(HotSpotExceptionHandler_klass,com_sun_hotspot_graal_HotSpotExceptionHandler,             Opt) \