diff src/share/vm/opto/type.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 6f3fd5150b67
children 884ed7a10f09
line wrap: on
line diff
--- a/src/share/vm/opto/type.cpp	Fri Sep 06 11:11:19 2013 -0700
+++ b/src/share/vm/opto/type.cpp	Mon Aug 12 17:37:02 2013 +0200
@@ -2381,7 +2381,7 @@
 #ifdef _LP64
   if (_offset != 0) {
     if (_offset == oopDesc::klass_offset_in_bytes()) {
-      _is_ptr_to_narrowklass = UseCompressedKlassPointers;
+      _is_ptr_to_narrowklass = UseCompressedClassPointers;
     } else if (klass() == NULL) {
       // Array with unknown body type
       assert(this->isa_aryptr(), "only arrays without klass");