RFR: 8307057 JFR: Enable -XX:+DebugNonSafepoints when JFR starts

Andrei Pangin apangin at openjdk.org
Thu May 25 15:32:01 UTC 2023


On Thu, 25 May 2023 10:35:01 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:

> Could I have review of a change that enables DebugNonSafepoints when JFR starts.
> 
> Testing: tier1, tier2, tier3, tier4
> 
> Thanks
> Erik

If the memory overhead is not too big, why not just making `DebugNonSafepoints=true` by default? This well help other tools like async-profiler and will eliminate the problem of missing debug info when attaching profiler or JFR at runtime.

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

PR Comment: https://git.openjdk.org/jdk/pull/14147#issuecomment-1563106849


More information about the hotspot-jfr-dev mailing list