src/share/vm/opto/type.hpp

changeset 2147
d20603ee9e10
parent 2116
14b92b91f460
child 2314
f95d63e2154a
     1.1 --- a/src/share/vm/opto/type.hpp	Mon Sep 13 12:10:49 2010 -0700
     1.2 +++ b/src/share/vm/opto/type.hpp	Mon Sep 13 16:45:00 2010 -0700
     1.3 @@ -836,7 +836,7 @@
     1.4      if (k != NULL) {
     1.5        // Verify that specified klass and TypeAryPtr::klass() follow the same rules.
     1.6        ciKlass* ck = compute_klass(true);
     1.7 -      if (UseNewCode || k != ck) {
     1.8 +      if (k != ck) {
     1.9          this->dump(); tty->cr();
    1.10          tty->print(" k: ");
    1.11          k->print(); tty->cr();

mercurial