hotspot/src/share/vm/opto/movenode.cpp
changeset 34174 4db2fb26dc49
parent 32084 7743e6943cdf
child 35551 36ef3841fb34
--- a/hotspot/src/share/vm/opto/movenode.cpp	Wed Nov 11 14:40:38 2015 -1000
+++ b/hotspot/src/share/vm/opto/movenode.cpp	Wed Nov 11 16:32:17 2015 -1000
@@ -230,9 +230,7 @@
 
   // Convert to a bool (flipped)
   // Build int->bool conversion
-#ifndef PRODUCT
-  if( PrintOpto ) tty->print_cr("CMOV to I2B");
-#endif
+  if (PrintOpto) { tty->print_cr("CMOV to I2B"); }
   Node *n = new Conv2BNode( cmp->in(1) );
   if( flip )
   n = new XorINode( phase->transform(n), phase->intcon(1) );