6984346: Remove development code in type.hpp

Remove code which use UseNewCode in type.hpp

Reviewed-by: never
This commit is contained in:
Vladimir Kozlov 2010-09-13 16:45:00 -07:00
parent aa21a39d97
commit 7be7d19ba5

View File

@ -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();