On Thu, 10 Oct 2024 11:59:24 GMT, Axel Boldt-Christmas
wrote:
>> This is a regression from
>> [JDK-8315884](https://bugs.openjdk.org/browse/JDK-8315884).
>>
>> When using `+UseObjectMonitorTable` monitors are inflated in a locked state
>> effectively blocking out deflation. `LightweightSynchr
On Thu, 10 Oct 2024 11:59:24 GMT, Axel Boldt-Christmas
wrote:
>> This is a regression from
>> [JDK-8315884](https://bugs.openjdk.org/browse/JDK-8315884).
>>
>> When using `+UseObjectMonitorTable` monitors are inflated in a locked state
>> effectively blocking out deflation. `LightweightSynchr
On Wed, 9 Oct 2024 11:16:46 GMT, Axel Boldt-Christmas
wrote:
> This is a regression from
> [JDK-8315884](https://bugs.openjdk.org/browse/JDK-8315884).
>
> When using `+UseObjectMonitorTable` monitors are inflated in a locked state
> effectively blocking out deflation. `LightweightSynchronizer
> This is a regression from
> [JDK-8315884](https://bugs.openjdk.org/browse/JDK-8315884).
>
> When using `+UseObjectMonitorTable` monitors are inflated in a locked state
> effectively blocking out deflation. `LightweightSynchronizer::enter_for`
> assumed this to be true. But when the `-UseObjec
On Wed, 9 Oct 2024 11:16:46 GMT, Axel Boldt-Christmas
wrote:
> This is a regression from
> [JDK-8315884](https://bugs.openjdk.org/browse/JDK-8315884).
>
> When using `+UseObjectMonitorTable` monitors are inflated in a locked state
> effectively blocking out deflation. `LightweightSynchronizer
On Wed, 9 Oct 2024 11:16:46 GMT, Axel Boldt-Christmas
wrote:
> This is a regression from
> [JDK-8315884](https://bugs.openjdk.org/browse/JDK-8315884).
>
> When using `+UseObjectMonitorTable` monitors are inflated in a locked state
> effectively blocking out deflation. `LightweightSynchronizer
This is a regression from
[JDK-8315884](https://bugs.openjdk.org/browse/JDK-8315884).
When using `+UseObjectMonitorTable` monitors are inflated in a locked state
effectively blocking out deflation. `LightweightSynchronizer::enter_for`
assumed this to be true. But when the `-UseObjectMonitorTabl