8250042: Clean up methodOop and method_oop names from the code

Reviewed-by: dholmes, sspitsyn, cjplummer, chagedorn
This commit is contained in:
Coleen Phillimore 2020-07-28 07:33:51 -04:00
parent 0ebcf5c59d
commit 42ac8e1856
26 changed files with 137 additions and 137 deletions

View file

@ -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.