src/share/vm/ci/ciObjectFactory.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/ci/ciObjectFactory.hpp

src/share/vm/ci/ciObjectFactory.hpp

Print this page
rev 5100 : 7199175: JSR 292: C1 needs patching when invokedynamic/invokehandle call site is not linked
Summary: Do patching rather bailing out for unlinked call with appendix
Reviewed-by: twisti, kvn

*** 129,138 **** --- 129,140 ---- // Get a ciInstance representing an unresolved method type constant. ciInstance* get_unloaded_method_type_constant(ciSymbol* signature); + ciInstance* get_unloaded_object_constant(); + // Get the ciMethodData representing the methodData for a method // with none. ciMethodData* get_empty_methodData(); ciReturnAddress* get_return_address(int bci);
src/share/vm/ci/ciObjectFactory.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File