8266794: Remove dead code notify_allocation_jvmti_allocation_event

Reviewed-by: ayang, tschatzl
This commit is contained in:
Hamlin Li 2021-05-11 11:35:48 +00:00
parent 9e6e2228cb
commit 0344e751e2

View file

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