RFR: 8264682: MemProfiling does not own Heap_lock when using G1
Kim Barrett
kbarrett at openjdk.java.net
Mon Apr 5 14:31:24 UTC 2021
On Mon, 5 Apr 2021 07:34:30 GMT, Yi Yang <yyang at openjdk.org> wrote:
> Trivial fix for JDK-8264682.
No, not trivial at all. Dropping a GC-specific blob like this into shared code is highly questionable. I'm not sure how this issue should be addressed, but I don't think the proposed change is the right approach.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3340
More information about the hotspot-gc-dev
mailing list