diff src/share/vm/classfile/systemDictionary.hpp @ 2280:a2babfb34c24

CiDebugInfo_Frame changed to CiFrame, pointer fix
author Lukas Stadler <lukas.stadler@jku.at>
date Mon, 04 Apr 2011 18:47:04 +0200
parents d25d4ca69222
children 0654ee04b214
line wrap: on
line diff
--- a/src/share/vm/classfile/systemDictionary.hpp	Mon Apr 04 10:56:12 2011 +0200
+++ b/src/share/vm/classfile/systemDictionary.hpp	Mon Apr 04 18:47:04 2011 +0200
@@ -204,7 +204,7 @@
   template(CiTargetMethod_Mark_klass,    com_sun_cri_ci_CiTargetMethod_Mark,                        Opt) \
   template(CiBitMap_klass,               com_sun_cri_ci_CiBitMap,                                   Opt) \
   template(CiDebugInfo_klass,            com_sun_cri_ci_CiDebugInfo,                                Opt) \
-  template(CiDebugInfo_Frame_klass,      com_sun_cri_ci_CiDebugInfo_Frame,                          Opt) \
+  template(CiFrame_klass,                com_sun_cri_ci_CiFrame,                                    Opt) \
   template(CiValue_klass,                com_sun_cri_ci_CiValue,                                    Opt) \
   template(CiStackSlot_klass,            com_sun_cri_ci_CiStackSlot,                                Opt) \
   template(CiRegisterValue_klass,        com_sun_cri_ci_CiRegisterValue,                            Opt) \