Integrated: 8269293: ObjectMonitor thread id fields should be 64 bits.

Coleen Phillimore coleenp at openjdk.java.net
Thu Jun 24 19:38:33 UTC 2021


On Thu, 24 Jun 2021 13:05:04 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> This is a trivial change to fix the type of _previous_version_tid and _notifier_tid in ObjectMonitor to be unint64_t.
> Tested with tier1-3 and JFR tests on linux-x64-debug and windows-x64-debug.  I don't have a 32 bit system to test this out on.

This pull request has now been integrated.

Changeset: 42968db1
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/42968db173b3caa53b6ad403f1891c41bcc6fb75
Stats:     5 lines in 2 files changed: 0 ins; 0 del; 5 mod

8269293: ObjectMonitor thread id fields should be 64 bits.

Reviewed-by: mgronlun, dcubed

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

PR: https://git.openjdk.java.net/jdk/pull/4584


More information about the hotspot-runtime-dev mailing list