mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8250042: Clean up methodOop and method_oop names from the code
Reviewed-by: dholmes, sspitsyn, cjplummer, chagedorn
This commit is contained in:
parent
0ebcf5c59d
commit
42ac8e1856
26 changed files with 137 additions and 137 deletions
|
@ -429,7 +429,7 @@ JRT_END
|
|||
|
||||
// counter_overflow() is called from within C1-compiled methods. The enclosing method is the method
|
||||
// associated with the top activation record. The inlinee (that is possibly included in the enclosing
|
||||
// method) method oop is passed as an argument. In order to do that it is embedded in the code as
|
||||
// method) method is passed as an argument. In order to do that it is embedded in the code as
|
||||
// a constant.
|
||||
static nmethod* counter_overflow_helper(JavaThread* THREAD, int branch_bci, Method* m) {
|
||||
nmethod* osr_nm = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue