RFR: 8256916: Add JFR event for OutOfMemoryError

Erik Gahlin egahlin at openjdk.java.net
Tue Nov 24 17:45:55 UTC 2020


On Tue, 24 Nov 2020 07:01:56 GMT, Yasumasa Suenaga <ysuenaga at openjdk.org> wrote:

>> OOM on Metaspace would be reported in `MetaspaceOOM` JFR event, however other OOM (e.g. Java heap) would not be reported.
>> 
>> It is useful if JFR reports OOMs.
>
> All of failures on GitHub Actions are not caused by this PR.

Will this fix be able to handla all cases of OOM?

-------------

PR: https://git.openjdk.java.net/jdk/pull/1403


More information about the hotspot-jfr-dev mailing list