mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
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:
parent
d453190300
commit
04b8d0cf5c
6 changed files with 38 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue