mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8221393: ResolvedMethodTable too small for StackWalking applications
Reviewed-by: coleenp, rehn
This commit is contained in:
parent
52c427ae20
commit
23f02171c8
20 changed files with 714 additions and 307 deletions
|
@ -1063,6 +1063,8 @@ class java_lang_invoke_ResolvedMethodName : AllStatic {
|
|||
static Method* vmtarget(oop resolved_method);
|
||||
static void set_vmtarget(oop resolved_method, Method* method);
|
||||
|
||||
static void set_vmholder(oop resolved_method, oop holder);
|
||||
|
||||
// find or create resolved member name
|
||||
static oop find_resolved_method(const methodHandle& m, TRAPS);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue