hotspot/src/share/vm/opto/parse3.cpp
changeset 34174 4db2fb26dc49
parent 33196 3d84eedbd82c
child 34183 8b683720a3e4
--- a/hotspot/src/share/vm/opto/parse3.cpp	Wed Nov 11 14:40:38 2015 -1000
+++ b/hotspot/src/share/vm/opto/parse3.cpp	Wed Nov 11 16:32:17 2015 -1000
@@ -213,11 +213,9 @@
     // not need to mention the class index, since the class will
     // already have been loaded if we ever see a non-null value.)
     // uncommon_trap(iter().get_field_signature_index());
-#ifndef PRODUCT
     if (PrintOpto && (Verbose || WizardMode)) {
       method()->print_name(); tty->print_cr(" asserting nullness of field at bci: %d", bci());
     }
-#endif
     if (C->log() != NULL) {
       C->log()->elem("assert_null reason='field' klass='%d'",
                      C->log()->identify(field->type()));