diff src/share/vm/classfile/vmSymbols.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 d9e4d0aefc90
children 569d3fe7d65c
line wrap: on
line diff
--- a/src/share/vm/classfile/vmSymbols.hpp	Mon Apr 04 10:56:12 2011 +0200
+++ b/src/share/vm/classfile/vmSymbols.hpp	Mon Apr 04 18:47:04 2011 +0200
@@ -287,7 +287,7 @@
   template(com_sun_cri_ci_CiTargetMethod_Mark,        "com/sun/cri/ci/CiTargetMethod$Mark")                             \
   template(com_sun_cri_ci_CiBitMap,                   "com/sun/cri/ci/CiBitMap")                                        \
   template(com_sun_cri_ci_CiDebugInfo,                "com/sun/cri/ci/CiDebugInfo")                                     \
-  template(com_sun_cri_ci_CiDebugInfo_Frame,          "com/sun/cri/ci/CiDebugInfo$Frame")                               \
+  template(com_sun_cri_ci_CiFrame,                    "com/sun/cri/ci/CiFrame")                                         \
   template(com_sun_cri_ci_CiValue,                    "com/sun/cri/ci/CiValue")                                         \
   template(com_sun_cri_ci_CiStackSlot,                "com/sun/cri/ci/CiStackSlot")                                     \
   template(com_sun_cri_ci_CiRegisterValue,            "com/sun/cri/ci/CiRegisterValue")                                 \