diff src/share/vm/interpreter/interpreterRuntime.hpp @ 12010:ca0165daa6ec

7187554: JSR 292: JVMTI PopFrame needs to handle appendix arguments Summary: Restore the appendix argument after PopFrame() call Reviewed-by: twisti, coleenp Contributed-by: serguei.spitsyn@oracle.com
author sspitsyn
date Tue, 06 Aug 2013 16:33:59 -0700
parents aeaca88565e6
children 3cce976666d9 abe03600372a
line wrap: on
line diff
--- a/src/share/vm/interpreter/interpreterRuntime.hpp	Tue Aug 06 14:28:48 2013 +0400
+++ b/src/share/vm/interpreter/interpreterRuntime.hpp	Tue Aug 06 16:33:59 2013 -0700
@@ -95,6 +95,9 @@
   static void    create_exception(JavaThread* thread, char* name, char* message);
   static void    create_klass_exception(JavaThread* thread, char* name, oopDesc* obj);
   static address exception_handler_for_exception(JavaThread* thread, oopDesc* exception);
+#if INCLUDE_JVMTI
+  static void    member_name_arg_or_null(JavaThread* thread, address dmh, Method* m, address bcp);
+#endif
   static void    throw_pending_exception(JavaThread* thread);
 
   // Statics & fields