[jdk11u-dev] RFR: 8265150: AsyncGetCallTrace crashes on ResourceMark
Paul Hohensee
phh at openjdk.java.net
Fri Dec 17 19:04:33 UTC 2021
On Thu, 16 Dec 2021 20:28:05 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:
> Backport to openjdk 11u for parity with Oracle 11.0.15.
>
> The original patch does not apply cleanly. The conflicts is in jvmtiEnvBase.cpp due to surrounding context difference. Also, RegisterMap constructor in 11u does not take the third parameter (process_frames), which was introduced for concurrent stack processing in later version.
>
> Test:
> - [x] tier1 on Linux x86_64
Is there a reason that the new RegisterMap definition is placed after the definition of current_thread?
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/724
More information about the jdk-updates-dev
mailing list