[master] RFR: Merge jdk

Thomas Stuefe stuefe at openjdk.org
Thu Aug 17 11:24:48 UTC 2023


On Thu, 17 Aug 2023 07:47:28 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> gc/stringdedup/ timeouts with GenZ look like: https://bugs.openjdk.org/browse/JDK-8311981
> 
> I wonder if every other failure is actually the manifestation of that one. Can you pick up another merge from master easily? 

This is already with Davids fix. It only fails on Lilliput, not in head.

I only see timeouts with compiler enabled (both c1 and c2). No errors with Xint. But on both x64 and arm.

I tested with LockingMode 0 (HeavyMonitors) and 1 (default), all the same.

I debugged the app, but could see no obvious deadlock. All relevant threads were waiting on unowned monitors.

> If not, I would be okay with pushing the merge as is, and then dealing with the test failures separately, possibly with another merge.

Okay, will do that.

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

PR Comment: https://git.openjdk.org/lilliput/pull/104#issuecomment-1682105101


More information about the lilliput-dev mailing list