On Thu, 6 Jul 2023 10:08:03 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:
> I don't think the comments from my yesterday's review were addressed :) There > are some old comments (marked with `(Outdated)`, helpfully), but some are > new. Please take a look at them? Of course, sorry. Seems I missed most of them. About Pause in all VM ops, an alternative would be to just check in the trimmer if we are at safepoint, and if yes treat it as pause. I'll see if that's easier (I'm worried about pulling a mutex or atomic increasing the pauser variable in every VM op we run). ------------- PR Comment: https://git.openjdk.org/jdk/pull/14781#issuecomment-1623455016