--- old/src/share/vm/opto/valuetypenode.hpp 2016-11-24 11:13:31.220557686 +0100 +++ new/src/share/vm/opto/valuetypenode.hpp 2016-11-24 11:13:31.155558060 +0100 @@ -54,7 +54,7 @@ public: // Create a new ValueTypeNode with uninitialized values - static Node* make(PhaseGVN& gvn, ciValueKlass* klass); + static ValueTypeNode* make(PhaseGVN& gvn, ciValueKlass* klass); // Create a new ValueTypeNode and load its values from an oop static Node* make(PhaseGVN& gvn, Node* mem, Node* oop); // Create a new ValueTypeNode and load its values from a flattened value type field @@ -83,7 +83,7 @@ // Replace ValueTypeNodes in debug info at safepoints with SafePointScalarObjectNodes void make_scalar_in_safepoints(Compile* C); - + uint set_arguments_for_java_call(CallJavaNode* call, int base_input, const GraphKit& kit, ciValueKlass* base_vk = NULL, int base_offset = 0); virtual Node* Ideal(PhaseGVN* phase, bool can_reshape); virtual int Opcode() const;