src/share/vm/opto/classes.hpp

Print this page
rev 3688 : 7054512: Compress class pointers after perm gen removal
Summary: support of compress class pointers in the compilers.
Reviewed-by:

*** 89,98 **** --- 89,99 ---- macro(GetAndSetL) macro(GetAndSetP) macro(GetAndSetN) macro(Con) macro(ConN) + macro(ConNKlass) macro(ConD) macro(ConF) macro(ConI) macro(ConL) macro(ConP)
*** 116,133 **** --- 117,136 ---- macro(CountLeadingZerosL) macro(CountTrailingZerosI) macro(CountTrailingZerosL) macro(CreateEx) macro(DecodeN) + macro(DecodeNKlass) macro(DivD) macro(DivF) macro(DivI) macro(DivL) macro(DivMod) macro(DivModI) macro(DivModL) macro(EncodeP) + macro(EncodePKlass) macro(ExpD) macro(FastLock) macro(FastUnlock) macro(Goto) macro(Halt)
*** 231,240 **** --- 234,244 ---- macro(StoreF) macro(StoreI) macro(StoreL) macro(StoreP) macro(StoreN) + macro(StoreNKlass) macro(StrComp) macro(StrEquals) macro(StrIndexOf) macro(SubD) macro(SubF)