| author | kvn |
| Mon Sep 13 16:45:00 2010 -0700 (2 years ago) | |
| changeset 1974 | cff4ddf257b4 |
| parent 1973 | 620cfdea5a3f |
| child 1975 | 4cf84525dc4d |
--- a/src/share/vm/opto/type.hpp Tue Sep 07 18:27:30 2010 -0700+++ b/src/share/vm/opto/type.hpp Mon Sep 13 16:45:00 2010 -0700@@ -836,7 +836,7 @@ class TypeAryPtr : public TypeOopPtr {if (k != NULL) {// Verify that specified klass and TypeAryPtr::klass() follow the same rules.ciKlass* ck = compute_klass(true);- if (UseNewCode || k != ck) {+ if (k != ck) {this->dump(); tty->cr();tty->print(" k: ");k->print(); tty->cr();