RFR: 8355649: Missing ResourceMark in ExceptionMark::check_no_pending_exception
Aleksey Shipilev
shade at openjdk.org
Mon Apr 28 08:35:47 UTC 2025
On Sat, 26 Apr 2025 15:51:59 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
> I find during test development.
> I don't think that separate regression test is needed here.
Looks okay. It is common to require `ResourceMark` around printing statements. And in here, we are going to fail with `fatal`, so VM is going down anyway.
-------------
Marked as reviewed by shade (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/24896#pullrequestreview-2798481817
More information about the hotspot-dev
mailing list