提交 b6e54407 编写于 作者: K kvn

6984346: Remove development code in type.hpp

Summary: Remove code which use UseNewCode in type.hpp
Reviewed-by: never
上级 6c0e60bd
...@@ -836,7 +836,7 @@ class TypeAryPtr : public TypeOopPtr { ...@@ -836,7 +836,7 @@ class TypeAryPtr : public TypeOopPtr {
if (k != NULL) { if (k != NULL) {
// Verify that specified klass and TypeAryPtr::klass() follow the same rules. // Verify that specified klass and TypeAryPtr::klass() follow the same rules.
ciKlass* ck = compute_klass(true); ciKlass* ck = compute_klass(true);
if (UseNewCode || k != ck) { if (k != ck) {
this->dump(); tty->cr(); this->dump(); tty->cr();
tty->print(" k: "); tty->print(" k: ");
k->print(); tty->cr(); k->print(); tty->cr();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册