The SymbolPropertyTable is used to cache MethodHandle intrinsic methods and MethodType oops with different keys. Use the ResourceHashtable for each thing cached.
The invoke_method_table also leaks Method* in SystemDictionary::find_method_handle_intrinsic. We can fix this too.
The invoke_method_table also leaks Method* in SystemDictionary::find_method_handle_intrinsic. We can fix this too.
- relates to
-
JDK-8291736 find_method_handle_intrinsic leaks Method*
-
- Resolved
-