mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +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
|
@ -2624,7 +2624,7 @@ nmethod* InstanceKlass::lookup_osr_nmethod(const Method* m, int bci, int comp_le
|
|||
bool InstanceKlass::add_member_name(Handle mem_name) {
|
||||
jweak mem_name_wref = JNIHandles::make_weak_global(mem_name);
|
||||
MutexLocker ml(MemberNameTable_lock);
|
||||
DEBUG_ONLY(No_Safepoint_Verifier nsv);
|
||||
DEBUG_ONLY(NoSafepointVerifier nsv);
|
||||
|
||||
// Check if method has been redefined while taking out MemberNameTable_lock, if so
|
||||
// return false. We cannot cache obsolete methods. They will crash when the function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue