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

Axel Boldt-Christmas aboldtch at openjdk.org
Tue Jul 2 19:18:47 UTC 2024


On Tue, 2 Jul 2024 14:42:44 GMT, Coleen Phillimore <coleenp 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 58:
> 
>> 56:     public static void main(String[] args) {
>> 57:         if (WB.getIntVMFlag("LockingMode") == LM_MONITOR) {
>> 58:             throw new SkippedException("LM_MONITOR always infaltes. Invalid test.");
> 
> typo: inflates

Suggestion:

            throw new SkippedException("LM_MONITOR always inflates. Invalid test.");

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

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


More information about the hotspot-dev mailing list