diff -r 633a22d66bd7 -r 36ef3841fb34 hotspot/src/share/vm/opto/opaquenode.hpp --- a/hotspot/src/share/vm/opto/opaquenode.hpp Tue Jan 12 11:31:04 2016 +0100 +++ b/hotspot/src/share/vm/opto/opaquenode.hpp Tue Jan 12 12:55:09 2016 +0100 @@ -50,7 +50,7 @@ Node* original_loop_limit() { return req()==3 ? in(2) : NULL; } virtual int Opcode() const; virtual const Type *bottom_type() const { return TypeInt::INT; } - virtual Node *Identity( PhaseTransform *phase ); + virtual Node* Identity(PhaseGVN* phase); }; //------------------------------Opaque2Node------------------------------------ @@ -109,7 +109,7 @@ virtual int Opcode() const; virtual Node *Ideal(PhaseGVN *phase, bool can_reshape); - virtual Node *Identity(PhaseTransform *phase); + virtual Node* Identity(PhaseGVN* phase); virtual const Type *bottom_type() const { return TypeInt::BOOL; } };