[jdk11u-dev] RFR: 8274338: com/sun/jdi/RedefineCrossEvent.java failed "assert(m != __null) failed: NULL mirror" [v2]
Zhengyu Gu
zgu at openjdk.java.net
Fri Nov 5 15:27:36 UTC 2021
On Thu, 4 Nov 2021 22:00:15 GMT, Paul Hohensee <phh at openjdk.org> wrote:
> I'd add the comment from JvmtiGetLoadedClasses::getLoadedClasses() before the added MultiArray_lock in metaspaceShared.cpp, vis
>
> ```
> // To get a consistent list of classes we need MultiArray_lock to ensure
> // array classes aren't created.
> ```
>
> Otherwise, lgtm.
Thanks for the review, @phohensee . Added comment as you suggested
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/584
More information about the jdk-updates-dev
mailing list