# HG changeset patch # User kvn # Date 1284421500 25200 # Node ID cff4ddf257b4c7db79fc4293b2dda146bca066cc # Parent 620cfdea5a3fc01e2971f87cb3201da771055e02 6984346: Remove development code in type.hpp Summary: Remove code which use UseNewCode in type.hpp Reviewed-by: never diff -r 620cfdea5a3f -r cff4ddf257b4 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 @@ 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();