RFR: JDK-8276039: typo: java_lang_Class:set_init_lock() should be java_lang_Class::set_init_lock()
Yumin Qi
minqi at openjdk.java.net
Wed Oct 27 22:23:11 UTC 2021
On Wed, 27 Oct 2021 20:41:02 GMT, Yumin Qi <minqi at openjdk.org> wrote:
>> In the list of qualified uses given earlier as examples, roughly half are required because they are outside the scope of java_lang_Class, and roughly half are unnecessary. This one is unnecessary, and qualifying it makes it different from adjacent usage.
>
> Yes, not all of them are unnecessary. I just grep from the file and checked part of them, thanks! I will remove the unnecessary qualifier 'java_lang_Class::' for static functions defined in java_lang_Class.
In fact class java_lang_Thread, java_lang_String maybe other classes have same usage. I will only change for class java_lang_Class in this PR.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6130
More information about the hotspot-runtime-dev
mailing list