From 8b3ef62d1b22537dd15bdfcd8ef1c1b9180b6e1b Mon Sep 17 00:00:00 2001 From: Hamlin-Li Date: Mon, 10 May 2021 22:22:20 +0800 Subject: [PATCH] JDK-8266794: remove dead code notify_allocation_jvmti_allocation_event --- 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 8fd16acf1606f..a9a066e564400 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();