mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8266794: Remove dead code notify_allocation_jvmti_allocation_event
Reviewed-by: ayang, tschatzl
This commit is contained in:
parent
9e6e2228cb
commit
0344e751e2
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ class MemAllocator::Allocation: StackObj {
|
||||||
void verify_before();
|
void verify_before();
|
||||||
void verify_after();
|
void verify_after();
|
||||||
void notify_allocation();
|
void notify_allocation();
|
||||||
void notify_allocation_jvmti_allocation_event();
|
|
||||||
void notify_allocation_jvmti_sampler();
|
void notify_allocation_jvmti_sampler();
|
||||||
void notify_allocation_low_memory_detector();
|
void notify_allocation_low_memory_detector();
|
||||||
void notify_allocation_jfr_sampler();
|
void notify_allocation_jfr_sampler();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue