comparison src/cpu/sparc/vm/macroAssembler_sparc.hpp @ 12056:740e263c80c6

8003424: Enable Class Data Sharing for CompressedOops 8016729: ObjectAlignmentInBytes=16 now forces the use of heap based compressed oops 8005933: The -Xshare:auto option is ignored for -server Summary: Move klass metaspace above the heap and support CDS with compressed klass ptrs. Reviewed-by: coleenp, kvn, mgerdin, tschatzl, stefank
author hseigel
date Thu, 15 Aug 2013 20:04:10 -0400
parents 87a6f2df28e2
children
comparison
equal deleted inserted replaced
12055:d96f52012aaa 12056:740e263c80c6
1175 void pop_FPU_state(); 1175 void pop_FPU_state();
1176 1176
1177 void push_CPU_state(); 1177 void push_CPU_state();
1178 void pop_CPU_state(); 1178 void pop_CPU_state();
1179 1179
1180 // Returns the byte size of the instructions generated by decode_klass_not_null().
1181 static int instr_size_for_decode_klass_not_null();
1182
1180 // if heap base register is used - reinit it with the correct value 1183 // if heap base register is used - reinit it with the correct value
1181 void reinit_heapbase(); 1184 void reinit_heapbase();
1182 1185
1183 // Debugging 1186 // Debugging
1184 void _verify_oop(Register reg, const char * msg, const char * file, int line); 1187 void _verify_oop(Register reg, const char * msg, const char * file, int line);