src/hotspot/share/adlc/adlparse.cpp
+ frame->_interpreter_method_oop_reg = parse_one_arg("method reg entry");
And also a _compiler_method_oop_reg.
These should be cleaned up as well since methods aren't oops.
+ frame->_interpreter_method_oop_reg = parse_one_arg("method reg entry");
And also a _compiler_method_oop_reg.
These should be cleaned up as well since methods aren't oops.
- relates to
-
JDK-8250042 Clean up methodOop and method_oop names from the code
- Resolved