8221393: ResolvedMethodTable too small for StackWalking applications

Reviewed-by: coleenp, rehn
This commit is contained in:
Stefan Karlsson 2019-04-10 15:41:04 +02:00
parent 52c427ae20
commit 23f02171c8
20 changed files with 714 additions and 307 deletions

View file

@ -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);