We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440c34a commit ecef1fcCopy full SHA for ecef1fc
src/hotspot/share/opto/runtime.hpp
@@ -302,14 +302,6 @@ class OptoRuntime : public AllStatic {
302
// leaf on stack replacement interpreter accessor types
303
static const TypeFunc* osr_end_Type();
304
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
-
313
static const TypeFunc* register_finalizer_Type();
314
315
// Dtrace support
0 commit comments