[jdk11u-dev] RFR: 8265150: AsyncGetCallTrace crashes on ResourceMark [v2]

Zhengyu Gu zgu at openjdk.java.net
Fri Dec 17 20:29:58 UTC 2021


> 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

Zhengyu Gu has updated the pull request incrementally with one additional commit since the last revision:

  Paul's comment

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

Changes:
  - all: https://git.openjdk.java.net/jdk11u-dev/pull/724/files
  - new: https://git.openjdk.java.net/jdk11u-dev/pull/724/files/6906d4c0..682f505b

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=724&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=724&range=00-01

  Stats: 2 lines in 1 file changed: 1 ins; 1 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk11u-dev/pull/724.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/724/head:pull/724

PR: https://git.openjdk.java.net/jdk11u-dev/pull/724


More information about the jdk-updates-dev mailing list