--- old/src/hotspot/share/opto/valuetypenode.hpp 2018-07-09 21:39:13.356463510 -0700 +++ new/src/hotspot/share/opto/valuetypenode.hpp 2018-07-09 21:39:12.956447913 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -121,6 +121,8 @@ 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); + // Create and initialize by loading the field values from an oop returned by a callee. + static ValueTypeNode* make_from_returned_oop(GraphKit* kit, Node* oop, ciValueKlass* vk); // 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)