src/share/vm/opto/library_call.cpp

changeset 5694
7944aba7ba41
parent 5637
29aa8936f03c
child 5710
884ed7a10f09
     1.1 --- a/src/share/vm/opto/library_call.cpp	Fri Sep 06 11:11:19 2013 -0700
     1.2 +++ b/src/share/vm/opto/library_call.cpp	Mon Aug 12 17:37:02 2013 +0200
     1.3 @@ -4199,7 +4199,7 @@
     1.4    // 12 - 64-bit VM, compressed klass
     1.5    // 16 - 64-bit VM, normal klass
     1.6    if (base_off % BytesPerLong != 0) {
     1.7 -    assert(UseCompressedKlassPointers, "");
     1.8 +    assert(UseCompressedClassPointers, "");
     1.9      if (is_array) {
    1.10        // Exclude length to copy by 8 bytes words.
    1.11        base_off += sizeof(int);

mercurial