comparison src/share/vm/opto/library_call.cpp @ 12226:7944aba7ba41

8015107: NPG: Use consistent naming for metaspace concepts Reviewed-by: coleenp, mgerdin, hseigel
author ehelin
date Mon, 12 Aug 2013 17:37:02 +0200
parents 29aa8936f03c
children 884ed7a10f09
comparison
equal deleted inserted replaced
12186:313b724f8911 12226:7944aba7ba41
4197 // base_off: 4197 // base_off:
4198 // 8 - 32-bit VM 4198 // 8 - 32-bit VM
4199 // 12 - 64-bit VM, compressed klass 4199 // 12 - 64-bit VM, compressed klass
4200 // 16 - 64-bit VM, normal klass 4200 // 16 - 64-bit VM, normal klass
4201 if (base_off % BytesPerLong != 0) { 4201 if (base_off % BytesPerLong != 0) {
4202 assert(UseCompressedKlassPointers, ""); 4202 assert(UseCompressedClassPointers, "");
4203 if (is_array) { 4203 if (is_array) {
4204 // Exclude length to copy by 8 bytes words. 4204 // Exclude length to copy by 8 bytes words.
4205 base_off += sizeof(int); 4205 base_off += sizeof(int);
4206 } else { 4206 } else {
4207 // Include klass to copy by 8 bytes words. 4207 // Include klass to copy by 8 bytes words.