[jdk17u-dev] RFR: 8289524: Add JFR JIT restart event
Martin Doerr
mdoerr at openjdk.org
Fri Nov 4 16:40:34 UTC 2022
On Wed, 2 Nov 2022 09:13:56 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> backport of 8289524
The `EventJitRestart` is the counterpart of the `EventCodeCacheFull`. Those who want to see the latter will probably also want to see the first one. Otherwise, you can't see when the problem is solved (performance issue or other issues related to full code cache). It may be needed to understand other events.
It is legitimate to omit non-LTS releases, but not so nice. JDK 18 is out of support.
I think a JFR user should try it and comment about the usefulness.
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/853
More information about the jdk-updates-dev
mailing list