Re: RFR: 8260589: Crash in JfrTraceIdLoadBarrier::load(_jclass*)

Denghui Dong denghui.ddh at alibaba-inc.com
Fri Feb 26 02:37:03 UTC 2021


Of course, but I need some time to backport it to 8 and 11 to verify if our applications can work normally
since your changes involve jfrTypeSet whose logic has some difference between 8/11 and upstream.

Thanks,
denghui


------------------------------------------------------------------
From:Markus Grönlund <mgronlun at openjdk.java.net>
Send Time:2021年2月26日(星期五) 08:24
To:hotspot-jfr-dev <hotspot-jfr-dev at openjdk.java.net>
Subject:RFR: 8260589: Crash in JfrTraceIdLoadBarrier::load(_jclass*)

Hi Denghui,

I did not manage to find a solution that would could reduce verbosity, but i did find one, although a bit involved, that lets us keep it local to and integrated in the core of JFR itself.

Can you do a test run with this suggestion to see if it works for you?

Thanks
Markus

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

Commit messages:
 - 8260589

Changes: https://git.openjdk.java.net/jdk/pull/2738/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=2738&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8260589
  Stats: 215 lines in 7 files changed: 204 ins; 3 del; 8 mod
  Patch: https://git.openjdk.java.net/jdk/pull/2738.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/2738/head:pull/2738

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



More information about the hotspot-jfr-dev mailing list