RFR: 8294954: Remove superfluous ResourceMarks when using LogStream
Johan Sjölen
jsjolen at openjdk.org
Fri Oct 7 13:41:08 UTC 2022
On Fri, 7 Oct 2022 13:28:58 GMT, David Holmes <dholmes at openjdk.org> wrote:
>I see now the bug report suggests these RM were in place because the stream itself may have needed them but that this is no longer the case. So was that the only reason for all these RMs?
There are RMs that I've looked at but left intact because they did have other reasons for being there (typically: string allocating functions). So yes, `LogStream` should be the only reason for all these RMs.
-------------
PR: https://git.openjdk.org/jdk/pull/10602
More information about the shenandoah-dev
mailing list