--- old/src/hotspot/share/opto/valuetypenode.hpp 2018-10-16 15:50:00.000000000 -0400 +++ new/src/hotspot/share/opto/valuetypenode.hpp 2018-10-16 15:49:59.000000000 -0400 @@ -120,7 +120,7 @@ // Create with default field values static ValueTypeNode* make_default(PhaseGVN& gvn, ciValueKlass* vk); // Create and initialize by loading the field values from an oop - static ValueTypeNode* make_from_oop(GraphKit* kit, Node* oop, ciValueKlass* vk, bool buffer_check = false, bool null2default = true, int trap_bci = -1); + static ValueTypeNode* make_from_oop(GraphKit* kit, Node* oop, ciValueKlass* vk, bool null2default = true, int trap_bci = -1); // Create and initialize by loading the field values from a flattened field or array static ValueTypeNode* make_from_flattened(GraphKit* kit, ciValueKlass* vk, Node* obj, Node* ptr, ciInstanceKlass* holder = NULL, int holder_offset = 0); // Create and initialize with the inputs or outputs of a MultiNode (method entry or call)