diff src/share/vm/classfile/systemDictionary.hpp @ 1434:72cfb36c6bb2

* enabled all jtt tests * added proxy that counts jni calls * honor hotspot stackshadowpages * constant pool caching * monitor enter/exit * arithmetic stubs (frem, drem, ...) * create stack values for debug info * some doc
author Lukas Stadler <lukas.stadler@oracle.com>
date Thu, 30 Sep 2010 17:19:48 -0700
parents efba53f86c4f
children 2c754f3a2722
line wrap: on
line diff
--- a/src/share/vm/classfile/systemDictionary.hpp	Thu Sep 16 19:42:20 2010 -0700
+++ b/src/share/vm/classfile/systemDictionary.hpp	Thu Sep 30 17:19:48 2010 -0700
@@ -184,8 +184,10 @@
   template(CiTargetMethod_Mark_klass,    com_sun_cri_ci_CiTargetMethod_Mark,                        Opt) \
   template(CiDebugInfo_klass,            com_sun_cri_ci_CiDebugInfo,                                Opt) \
   template(CiDebugInfo_Frame_klass,      com_sun_cri_ci_CiDebugInfo_Frame,                          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) \
-  template(CiStackSlot_klass,            com_sun_cri_ci_CiStackSlot,                                Opt) \
+  template(CiRegister_klass,             com_sun_cri_ci_CiRegister,                                 Opt) \
   template(CiCodePos_klass,              com_sun_cri_ci_CiCodePos,                                  Opt) \
   template(CiConstant_klass,             com_sun_cri_ci_CiConstant,                                 Opt) \
   template(CiKind_klass,                 com_sun_cri_ci_CiKind,                                     Opt) \