mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8146690: Make all classes in GC follow the naming convention
Reviewed-by: dholmes, stefank
This commit is contained in:
parent
49d61bdeb6
commit
ad0c208a5a
77 changed files with 411 additions and 411 deletions
|
@ -2004,7 +2004,7 @@ bool ClassVerifier::is_protected_access(instanceKlassHandle this_class,
|
|||
Symbol* field_name,
|
||||
Symbol* field_sig,
|
||||
bool is_method) {
|
||||
No_Safepoint_Verifier nosafepoint;
|
||||
NoSafepointVerifier nosafepoint;
|
||||
|
||||
// If target class isn't a super class of this class, we don't worry about this case
|
||||
if (!this_class->is_subclass_of(target_class)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue