RFR: 8353692: Relax memory constraint on updating ObjectMonitorTable's item count
Zhengyu Gu
zgu at openjdk.org
Wed Apr 9 13:01:34 UTC 2025
On Wed, 9 Apr 2025 02:49:23 GMT, David Holmes <dholmes at openjdk.org> wrote:
> This seems safe. Not sure what the motivation is though? Generally we only make things relaxed when there is a performance hit to it not being relaxed. Otherwise its too hard to reason about why/when something can be relaxed and when not.
@dholmes-ora I agree not making change to where memory semantics is not clear. But this one is pretty obvious, is it? Thanks.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24432#issuecomment-2789616539
More information about the hotspot-runtime-dev
mailing list