[lilliput-jdk17u:lilliput] Integrated: 8307764: [Lilliput/JDK17] Fix JVMTI GetObjectMonitorUsage()

Roman Kennke rkennke at openjdk.org
Tue May 9 16:58:52 UTC 2023


On Tue, 9 May 2023 15:58:40 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

> This test:
> make run-test TEST=vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage001/TestDescription.java
> 
> fails with:
> (0) unexpected owner: Thread-1 (0x(nil))
> (0) waiter_count expected: 1, actually: 0
> 
> Reason is that [JDK-8295849](https://bugs.openjdk.org/browse/JDK-8295849) (which is a pre-req for Lilliput) has not been backported properly.
> 
> A number of other JVMTI tests are failing because of the same issue, too:
> 
> vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage001/TestDescription.java
> vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage003/TestDescription.java
> vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage004/TestDescription.java
> vmTestbase/nsk/jvmti/scenarios/contention/TC01/tc01t001/TestDescription.java
> vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t001/TestDescription.java
> vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t002/TestDescription.java
> 
> Testing:
>  - [x] all failing tests (see above)
>  - [x] all of vmTestbase/nsk/jvmti
>  - [x] all of serviceability/jvmti

This pull request has now been integrated.

Changeset: 6d64f2a8
Author:    Roman Kennke <rkennke at openjdk.org>
URL:       https://git.openjdk.org/lilliput-jdk17u/commit/6d64f2a8810d8e6abf5cedf396d8a895ff64eef1
Stats:     16 lines in 1 file changed: 4 ins; 1 del; 11 mod

8307764: [Lilliput/JDK17] Fix JVMTI GetObjectMonitorUsage()

Reviewed-by: shade

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

PR: https://git.openjdk.org/lilliput-jdk17u/pull/15


More information about the lilliput-dev mailing list