diff 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
line wrap: on
line diff
--- a/src/share/vm/opto/library_call.cpp	Fri Sep 06 11:11:19 2013 -0700
+++ b/src/share/vm/opto/library_call.cpp	Mon Aug 12 17:37:02 2013 +0200
@@ -4199,7 +4199,7 @@
   // 12 - 64-bit VM, compressed klass
   // 16 - 64-bit VM, normal klass
   if (base_off % BytesPerLong != 0) {
-    assert(UseCompressedKlassPointers, "");
+    assert(UseCompressedClassPointers, "");
     if (is_array) {
       // Exclude length to copy by 8 bytes words.
       base_off += sizeof(int);