diff src/share/vm/ci/ciObjectFactory.hpp @ 12160:f98f5d48f511

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
author roland
date Wed, 21 Aug 2013 13:34:45 +0200
parents bd7a7ce2e264
children cefad50507d8 de6a9e811145
line wrap: on
line diff
--- a/src/share/vm/ci/ciObjectFactory.hpp	Fri Aug 23 18:04:35 2013 -0700
+++ b/src/share/vm/ci/ciObjectFactory.hpp	Wed Aug 21 13:34:45 2013 +0200
@@ -131,6 +131,8 @@
   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();