Skip to content

Commit ecef1fc

Browse files
y1yang0shipilev
authored andcommitted
8264972: Unused TypeFunc declared in OptoRuntime
Reviewed-by: thartmann, shade
1 parent 440c34a commit ecef1fc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/hotspot/share/opto/runtime.hpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -302,14 +302,6 @@ class OptoRuntime : public AllStatic {
302302
// leaf on stack replacement interpreter accessor types
303303
static const TypeFunc* osr_end_Type();
304304

305-
// leaf on stack replacement interpreter accessor types
306-
static const TypeFunc* fetch_int_Type();
307-
static const TypeFunc* fetch_long_Type();
308-
static const TypeFunc* fetch_float_Type();
309-
static const TypeFunc* fetch_double_Type();
310-
static const TypeFunc* fetch_oop_Type();
311-
static const TypeFunc* fetch_monitor_Type();
312-
313305
static const TypeFunc* register_finalizer_Type();
314306

315307
// Dtrace support

0 commit comments

Comments
 (0)