RFR: 8335397: Improve reliability of TestRecursiveMonitorChurn.java [v2]

Axel Boldt-Christmas aboldtch at openjdk.org
Wed Jul 3 07:25:49 UTC 2024


On Wed, 3 Jul 2024 07:09:55 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Axel Boldt-Christmas has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update test/hotspot/jtreg/runtime/locking/TestRecursiveMonitorChurn.java
>
> test/hotspot/jtreg/runtime/locking/TestRecursiveMonitorChurn.java line 72:
> 
>> 70:         if (pre_monitor_count != post_monitor_count) {
>> 71:             final long monitor_count_change = post_monitor_count - pre_monitor_count;
>> 72:             System.out.println("Unexpected change in mointor count: " + monitor_count_change);
> 
> typo: mointor

Suggestion:

            System.out.println("Unexpected change in monitor count: " + monitor_count_change);

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19965#discussion_r1663653892


More information about the hotspot-dev mailing list