From ecef1fc82b71addff4345f98f53946525c000067 Mon Sep 17 00:00:00 2001 From: Yi Yang Date: Mon, 12 Apr 2021 08:40:58 +0000 Subject: [PATCH] 8264972: Unused TypeFunc declared in OptoRuntime Reviewed-by: thartmann, shade --- src/hotspot/share/opto/runtime.hpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/hotspot/share/opto/runtime.hpp b/src/hotspot/share/opto/runtime.hpp index 653ce0e0ed6..ce3d3b375b6 100644 --- a/src/hotspot/share/opto/runtime.hpp +++ b/src/hotspot/share/opto/runtime.hpp @@ -302,14 +302,6 @@ private: // leaf on stack replacement interpreter accessor types static const TypeFunc* osr_end_Type(); - // leaf on stack replacement interpreter accessor types - static const TypeFunc* fetch_int_Type(); - static const TypeFunc* fetch_long_Type(); - static const TypeFunc* fetch_float_Type(); - static const TypeFunc* fetch_double_Type(); - static const TypeFunc* fetch_oop_Type(); - static const TypeFunc* fetch_monitor_Type(); - static const TypeFunc* register_finalizer_Type(); // Dtrace support