On Thu, 8 Dec 2022 00:58:36 GMT, Serguei Spitsyn <[email protected]> wrote:
>> Kevin Walls has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> nit
>
> test/jdk/com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationContentTest.java
> line 94:
>
>> 92: numberOfGCMBeans = names.size();
>> 93: for (ObjectName n : names) {
>> 94: if(mbs.isInstanceOf(n,
>> "javax.management.NotificationEmitter")) {
>
> Nit: missed space in "if(".
got it 8-)
-------------
PR: https://git.openjdk.org/jdk/pull/11572