comparison src/share/vm/classfile/systemDictionary.hpp @ 2048:177398c6147d

Added unique concrete subtype assumption.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Mon, 10 Jan 2011 10:50:22 +0100
parents 06f017f7daa7
children 99ad52189524
comparison
equal deleted inserted replaced
2047:eb575e79136f 2048:177398c6147d
186 template(HotSpotField_klass, com_sun_hotspot_c1x_HotSpotField, Opt) \ 186 template(HotSpotField_klass, com_sun_hotspot_c1x_HotSpotField, Opt) \
187 template(HotSpotMethodResolved_klass, com_sun_hotspot_c1x_HotSpotMethodResolved, Opt) \ 187 template(HotSpotMethodResolved_klass, com_sun_hotspot_c1x_HotSpotMethodResolved, Opt) \
188 template(HotSpotTargetMethod_klass, com_sun_hotspot_c1x_HotSpotTargetMethod, Opt) \ 188 template(HotSpotTargetMethod_klass, com_sun_hotspot_c1x_HotSpotTargetMethod, Opt) \
189 template(HotSpotExceptionHandler_klass,com_sun_hotspot_c1x_HotSpotExceptionHandler, Opt) \ 189 template(HotSpotExceptionHandler_klass,com_sun_hotspot_c1x_HotSpotExceptionHandler, Opt) \
190 template(HotSpotProxy_klass, com_sun_hotspot_c1x_HotSpotProxy, Opt) \ 190 template(HotSpotProxy_klass, com_sun_hotspot_c1x_HotSpotProxy, Opt) \
191 template(CiAssumptions_klass, com_sun_cri_ci_CiAssumptions, Opt) \
192 template(CiAssumptions_ConcreteSubtype_klass, com_sun_cri_ci_CiAssumptions_ConcreteSubtype, Opt) \
193 template(CiAssumptions_ConcreteMethod_klass, com_sun_cri_ci_CiAssumptions_ConcreteMethod, Opt) \
191 template(CiTargetMethod_klass, com_sun_cri_ci_CiTargetMethod, Opt) \ 194 template(CiTargetMethod_klass, com_sun_cri_ci_CiTargetMethod, Opt) \
192 template(CiTargetMethod_Site_klass, com_sun_cri_ci_CiTargetMethod_Site, Opt) \ 195 template(CiTargetMethod_Site_klass, com_sun_cri_ci_CiTargetMethod_Site, Opt) \
193 template(CiTargetMethod_Call_klass, com_sun_cri_ci_CiTargetMethod_Call, Opt) \ 196 template(CiTargetMethod_Call_klass, com_sun_cri_ci_CiTargetMethod_Call, Opt) \
194 template(CiTargetMethod_DataPatch_klass, com_sun_cri_ci_CiTargetMethod_DataPatch, Opt) \ 197 template(CiTargetMethod_DataPatch_klass, com_sun_cri_ci_CiTargetMethod_DataPatch, Opt) \
195 template(CiTargetMethod_Safepoint_klass, com_sun_cri_ci_CiTargetMethod_Safepoint, Opt) \ 198 template(CiTargetMethod_Safepoint_klass, com_sun_cri_ci_CiTargetMethod_Safepoint, Opt) \