RFR: JDK-8276039: Incomplete resolution operator for set_init_lock in javaClasses.cpp

Ioi Lam iklam at openjdk.java.net
Wed Oct 27 17:41:19 UTC 2021


On Wed, 27 Oct 2021 04:41:03 GMT, Yumin Qi <minqi at openjdk.org> wrote:

> Please review,
> 
>   I have no idea why this problem has not been encountered in compilation, it is obvious the usage of resolution operator :: is not complete and wrong.
> 
>  Tests: mach5 tier1, tier4
> 
> Thanks
> Yumin

This looks good and trivial to me.

For me the bug title is a little difficult to understand. How about changing it to something like:


typo: java_lang_Class:set_init_lock() should be java_lang_Class::set_init_lock()

-------------

Marked as reviewed by iklam (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/6130


More information about the hotspot-runtime-dev mailing list