6984346: Remove development code in type.hpp
Remove code which use UseNewCode in type.hpp Reviewed-by: never
This commit is contained in:
parent
aa21a39d97
commit
7be7d19ba5
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user