diff src/share/vm/classfile/systemDictionary.hpp @ 5326:a53162ca8219

introduced HotSpotKlassOop type to convey a klassOop value from the compiler to the C++ code instead of relying on the C++ code automagically converting a HotSpotTypeResolvedImpl value to a klassOop
author Doug Simon <doug.simon@oracle.com>
date Mon, 30 Apr 2012 20:15:20 +0200
parents 290b3025b66f
children b6617d13ea44
line wrap: on
line diff
--- a/src/share/vm/classfile/systemDictionary.hpp	Mon Apr 30 15:41:14 2012 +0200
+++ b/src/share/vm/classfile/systemDictionary.hpp	Mon Apr 30 20:15:20 2012 +0200
@@ -189,6 +189,7 @@
                                                                                                                          \
   /* Support for Graal */                                                                                                \
   template(HotSpotTypeResolved_klass,             com_oracle_graal_hotspot_HotSpotTypeResolved,                 Opt) \
+  template(HotSpotKlassOop_klass,                 com_oracle_graal_hotspot_HotSpotKlassOop,                     Opt) \
   template(HotSpotType_klass,                     com_oracle_graal_hotspot_HotSpotType,                         Opt) \
   template(HotSpotField_klass,                    com_oracle_graal_hotspot_HotSpotField,                        Opt) \
   template(HotSpotCompiledMethod_klass,           com_oracle_graal_hotspot_HotSpotCompiledMethod,               Opt) \