diff src/share/vm/opto/mathexactnode.hpp @ 13077:b957c650babb

8028207: assert(_outcnt==1) failed: not unique in compile.cpp Reviewed-by: iveresov, kvn
author rbackman
date Tue, 12 Nov 2013 14:52:48 +0100
parents 59e8ad757e19
children cd5d10655495
line wrap: on
line diff
--- a/src/share/vm/opto/mathexactnode.hpp	Tue Nov 12 13:47:57 2013 +0100
+++ b/src/share/vm/opto/mathexactnode.hpp	Tue Nov 12 14:52:48 2013 +0100
@@ -49,7 +49,7 @@
   virtual Node* Identity(PhaseTransform* phase) { return this; }
   virtual Node* Ideal(PhaseGVN* phase, bool can_reshape) { return NULL; }
   virtual const Type* Value(PhaseTransform* phase) const { return bottom_type(); }
-  virtual uint hash() const { return Node::hash(); }
+  virtual uint hash() const { return NO_HASH; }
   virtual bool is_CFG() const { return false; }
   virtual uint ideal_reg() const { return NotAMachineReg; }