On Wed, 18 Jan 2023 17:52:24 GMT, Robbin Ehn <r...@openjdk.org> wrote:
>> Roman Kennke has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Properly set ZF on anon-check path; avoid some conditional branches > > So far so good. If this passes I'll do some stressing. > > This one fails runtime/logging/MonitorInflationTest.java missing an output. @robehn how have you found this? This apparently slipped my testing because the test requires vm.flagless, but I would run it with TEST_VM_OPTS="-XX:+UnlockExperimentalVMOptions -XX:+UseFastLocking". I have changed the log message from inflate(locked) to inflate(has_locker) so that it matches the current stack-locking output. ------------- PR: https://git.openjdk.org/jdk/pull/10907