diff --git a/src/hotspot/share/runtime/sharedRuntime.cpp b/src/hotspot/share/runtime/sharedRuntime.cpp index a0067be..98b7273 100644 --- a/src/hotspot/share/runtime/sharedRuntime.cpp +++ b/src/hotspot/share/runtime/sharedRuntime.cpp @@ -3079,7 +3079,6 @@ void CDSAdapterHandlerEntry::init() { void AdapterHandlerLibrary::print_statistics() { _adapters->print_statistics(); } - #endif /* PRODUCT */ JRT_LEAF(void, SharedRuntime::enable_stack_reserved_zone(JavaThread* thread))