RFR: 8290025: Remove the Sweeper
Ludovic Henry
luhenry at openjdk.org
Thu Aug 4 12:00:35 UTC 2022
On Thu, 4 Aug 2022 09:26:25 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:
>> Looks good. Reviewed most code, but left JVMCI, JVMTI, and tests, for others to review.
>
> 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
-------------
PR: https://git.openjdk.org/jdk/pull/9741
More information about the hotspot-dev
mailing list