6984346: Remove development code in type.hpp
authorkvn
Mon Sep 13 16:45:00 2010 -0700 (2 years ago)
changeset 1974cff4ddf257b4
parent 1973620cfdea5a3f
child 19754cf84525dc4d
6984346: Remove development code in type.hpp
Summary: Remove code which use UseNewCode in type.hpp
Reviewed-by: never
src/share/vm/opto/type.hpp
--- 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();