RFR: 8256916: Add JFR event for OutOfMemoryError

Yasumasa Suenaga ysuenaga at openjdk.java.net
Tue Nov 24 07:06:14 UTC 2020


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.

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

Commit messages:
 - 8256916: Add JFR event for OutOfMemoryError

Changes: https://git.openjdk.java.net/jdk/pull/1403/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1403&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8256916
  Stats: 94 lines in 5 files changed: 94 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1403.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1403/head:pull/1403

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


More information about the hotspot-jfr-dev mailing list