6984346: Remove development code in type.hpp
authorkvn
Mon, 13 Sep 2010 16:45:00 -0700
changeset 6462 04f64d06050a
parent 6461 cfc616b49f58
child 6463 f4362c8da849
6984346: Remove development code in type.hpp Summary: Remove code which use UseNewCode in type.hpp Reviewed-by: never
hotspot/src/share/vm/opto/type.hpp
--- a/hotspot/src/share/vm/opto/type.hpp	Mon Sep 13 12:10:49 2010 -0700
+++ b/hotspot/src/share/vm/opto/type.hpp	Mon Sep 13 16:45:00 2010 -0700
@@ -836,7 +836,7 @@
     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();