RFR: 8290025: Remove the Sweeper

Johannes Bechberger duke at openjdk.org
Thu Aug 4 13:33:18 UTC 2022


On Thu, 4 Aug 2022 11:57:39 GMT, Ludovic Henry <luhenry at openjdk.org> wrote:

>> Thanks for the review, @stefank
>
> Hi @fisk, thanks for the amazing cleanup! We've had a bunch of issues with the code sweeper and AsyncGetCallTrace with trying to unwind from dead code blobs (or what looked like it at least). Have you run some stress tests for AsyncGetCallTrace and this change? It may be something we can look into to make sure it doesn't increase the chances of crashes, or even reduces the chances of crashes. CC @jbachorik @parttimenerd

@luhenry @fisk I'm going to stress test it with my [jdk-profiling-tester](https://github.com/parttimenerd/jdk-profiling-tester) on M1 and x86 over night (comparing it with the current master).

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

PR: https://git.openjdk.org/jdk/pull/9741


More information about the hotspot-dev mailing list