[11u] RFR: 8260926: Trace resource exhausted events unconditionally

Thomas Stüfe thomas.stuefe at gmail.com
Fri Apr 23 08:07:11 UTC 2021


Hi all,

may I please have eyes on this trivial backport. The trace line is useful
to us especially in CloudFoundry scenarios when the jvmkill agent reacts on
the jvmti resource exhausted event and then often just kills the VM without
a trace.

The patch had to be changed for 11u (nullptr -> NULL).

Issue: https://bugs.openjdk.java.net/browse/JDK-8260926
Original Patch: https://github.com/openjdk/jdk/commit/ee2f2055
11u Patch:
http://cr.openjdk.java.net/~stuefe/webrevs/backports/8260926-trace-resource-exhausted-events-unconditionally-11u

Thanks!

..Thomas


More information about the jdk-updates-dev mailing list