RFR: 8273000: Remove WeakReference-based class initialisation barrier implementation
Mandy Chung
mchung at openjdk.java.net
Tue Aug 31 16:40:29 UTC 2021
On Thu, 26 Aug 2021 15:35:44 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:
> May i suggest that we add some JavaDoc to `ensureClassInitialized` describing the two cases of the calling thread is the initialization thread or not.
This is a good suggestion that also applies to `Lookup::ensureInitialized`. I created https://bugs.openjdk.java.net/browse/JDK-8273194 to improve the javadoc for `Lookup::ensureInitialized`.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5258
More information about the core-libs-dev
mailing list