mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +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
|
@ -350,7 +350,7 @@ void Method::metaspace_pointers_do(MetaspaceClosure* it) {
|
|||
it->push_method_entry(&this_ptr, (intptr_t*)&_from_interpreted_entry);
|
||||
}
|
||||
|
||||
// Attempt to return method oop to original state. Clear any pointers
|
||||
// Attempt to return method to original state. Clear any pointers
|
||||
// (to objects outside the shared spaces). We won't be able to predict
|
||||
// where they should point in a new JVM. Further initialize some
|
||||
// entries now in order allow them to be write protected later.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue