diff --git a/src/hotspot/share/gc/z/zCollectedHeap.cpp b/src/hotspot/share/gc/z/zCollectedHeap.cpp index 5f12773..b3c5c18 100644 --- a/src/hotspot/share/gc/z/zCollectedHeap.cpp +++ b/src/hotspot/share/gc/z/zCollectedHeap.cpp @@ -266,6 +266,10 @@ void ZCollectedHeap::unregister_nmethod(nmethod* nm) { ZNMethodTable::unregister_nmethod(nm); } +void ZCollectedHeap::flush_nmethod(nmethod* nm) { + ZNMethodTable::flush_nmethod(nm); +} + void ZCollectedHeap::verify_nmethod(nmethod* nm) { // Does nothing }