Integrated: 8256306: ObjectMonitor::_contentions field should not be 'jint'
Coleen Phillimore
coleenp at openjdk.java.net
Wed Jun 23 14:30:33 UTC 2021
On Tue, 11 May 2021 15:01:18 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> I changed the _contentions and _waiters fields from jint to int and ran tests tier1-3. Tested tier1 with linux, mac, windows platforms. Also changed the _previous_owner_tid to unintptr_t from jlong, since that's what the cast did.
This pull request has now been integrated.
Changeset: f3ba2690
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/f3ba2690c5b34673ebf6836c87e45477e1ff91c3
Stats: 28 lines in 5 files changed: 1 ins; 0 del; 27 mod
8256306: ObjectMonitor::_contentions field should not be 'jint'
Reviewed-by: dholmes, stuefe, dcubed
-------------
PR: https://git.openjdk.java.net/jdk/pull/3980
More information about the serviceability-dev
mailing list