diff src/share/vm/opto/connode.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 cc32ccaaf47f
children de6a9e811145
line wrap: on
line diff
--- a/src/share/vm/opto/connode.cpp	Fri Sep 06 11:11:19 2013 -0700
+++ b/src/share/vm/opto/connode.cpp	Mon Aug 12 17:37:02 2013 +0200
@@ -630,7 +630,7 @@
   if (t == Type::TOP) return Type::TOP;
   assert (t != TypePtr::NULL_PTR, "null klass?");
 
-  assert(UseCompressedKlassPointers && t->isa_klassptr(), "only klass ptr here");
+  assert(UseCompressedClassPointers && t->isa_klassptr(), "only klass ptr here");
   return t->make_narrowklass();
 }