From 0344e751e2bfd2c6238fc1cea3db19015ce0db88 Mon Sep 17 00:00:00 2001 From: Hamlin Li Date: Tue, 11 May 2021 11:35:48 +0000 Subject: [PATCH] 8266794: Remove dead code notify_allocation_jvmti_allocation_event Reviewed-by: ayang, tschatzl --- src/hotspot/share/gc/shared/memAllocator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hotspot/share/gc/shared/memAllocator.cpp b/src/hotspot/share/gc/shared/memAllocator.cpp index a9dff944eb7..be32a3e310c 100644 --- a/src/hotspot/share/gc/shared/memAllocator.cpp +++ b/src/hotspot/share/gc/shared/memAllocator.cpp @@ -55,7 +55,6 @@ class MemAllocator::Allocation: StackObj { void verify_before(); void verify_after(); void notify_allocation(); - void notify_allocation_jvmti_allocation_event(); void notify_allocation_jvmti_sampler(); void notify_allocation_low_memory_detector(); void notify_allocation_jfr_sampler();