changeset 1674:cff4ddf257b4

6984346: Remove development code in type.hpp Summary: Remove code which use UseNewCode in type.hpp Reviewed-by: never
author kvn
date Mon, 13 Sep 2010 16:45:00 -0700
parents 620cfdea5a3f
children 4cf84525dc4d
files src/share/vm/opto/type.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
     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();