RFR: 8332551: Test vmTestbase/nsk/monitoring/MemoryNotificationInfo/from/from001/TestDescription.java timed out [v2]

Kevin Walls kevinw at openjdk.org
Fri Jul 12 09:16:05 UTC 2024


On Fri, 12 Jul 2024 02:23:02 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:

>> Kevin Walls has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   formatting
>
> test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryNotificationInfo/from/from001.java line 171:
> 
>> 169:         if (!messageReceived) {
>> 170:             throw new TestFailure("No Notification received.");
>> 171:         } else {
> 
> Nit: The "else" is not really needed. Removing it will simplify the change diff.

ok yes

> test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryNotificationInfo/from/from001.java line 180:
> 
>> 178: 
>> 179:                log.display("poolObjectName : " + poolObjectName +
>> 180:                                   " resultObjectName : " + resultObjectName);
> 
> Nit: It'd be nice to fix the incorrect indent (it was in original code).

right, have made a formatting update

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20146#discussion_r1675563598
PR Review Comment: https://git.openjdk.org/jdk/pull/20146#discussion_r1675563943


More information about the serviceability-dev mailing list