8298084: Memory leak in Method::build_profiling_method_data

Co-authored-by: Justin King <jcking@openjdk.org>
Reviewed-by: kbarrett, eosterlund, dholmes, jcking, thartmann
This commit is contained in:
Coleen Phillimore 2022-12-13 13:02:23 +00:00
parent d453190300
commit 04b8d0cf5c
6 changed files with 38 additions and 18 deletions

View file

@ -1012,7 +1012,7 @@ public:
// callbacks for actions during class unloading
static void unload_class(InstanceKlass* ik);
virtual void release_C_heap_structures(bool release_constant_pool = true);
virtual void release_C_heap_structures(bool release_sub_metadata = true);
// Naming
const char* signature_name() const;