RFR: 8284828: Use `os::ThreadCrashProtection` to protect AsyncGetCallTrace from crashing [v6]

Johannes Bechberger duke at openjdk.java.net
Thu Apr 14 14:09:04 UTC 2022


On Thu, 14 Apr 2022 13:53:08 GMT, Ludovic Henry <luhenry at openjdk.org> wrote:

> I understand the AGCT2 proposal is unifying + native frames. So we could take the unifying and make it part of this enhancement to AGCT and keep the native frames for AGCT2.

I don't think that this should be part of this PR. I'm currently looking into the differences between ASGCT and JFR to be able to certify that ASGCT satisfies the condition of ThreadCrashProtection. If this the case then using it is not problematic. After this a unification is possible, but I would like to keep this PR simple. The unification changes far more code.

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

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


More information about the serviceability-dev mailing list