hotspot/src/share/vm/opto/chaitin.cpp
changeset 30239 dc83236ebb28
parent 29580 a67a581cfe11
child 30624 2e1803c8a26d
--- a/hotspot/src/share/vm/opto/chaitin.cpp	Mon Apr 13 23:04:02 2015 -0700
+++ b/hotspot/src/share/vm/opto/chaitin.cpp	Wed Apr 15 09:34:46 2015 +0200
@@ -2095,7 +2095,7 @@
 // Dump a register name into a buffer.  Be intelligent if we get called
 // before allocation is complete.
 char *PhaseChaitin::dump_register( const Node *n, char *buf  ) const {
-  if( !this ) {                 // Not got anything?
+  if( this == NULL ) {          // Not got anything?
     sprintf(buf,"N%d",n->_idx); // Then use Node index
   } else if( _node_regs ) {
     // Post allocation, use direct mappings, no LRG info available