hotspot/src/share/vm/opto/mathexactnode.cpp
changeset 35551 36ef3841fb34
parent 33105 294e48b4f704
--- a/hotspot/src/share/vm/opto/mathexactnode.cpp	Tue Jan 12 11:31:04 2016 +0100
+++ b/hotspot/src/share/vm/opto/mathexactnode.cpp	Tue Jan 12 12:55:09 2016 +0100
@@ -247,11 +247,11 @@
   return IdealHelper<OverflowLNode>::Ideal(this, phase, can_reshape);
 }
 
-const Type* OverflowINode::Value(PhaseTransform* phase) const {
+const Type* OverflowINode::Value(PhaseGVN* phase) const {
   return IdealHelper<OverflowINode>::Value(this, phase);
 }
 
-const Type* OverflowLNode::Value(PhaseTransform* phase) const {
+const Type* OverflowLNode::Value(PhaseGVN* phase) const {
   return IdealHelper<OverflowLNode>::Value(this, phase);
 }