RFR: 8298173: GarbageCollectionNotificationContentTest test failed: no decrease in Eden usage [v2]
Kevin Walls
kevinw at openjdk.org
Thu Dec 8 11:52:14 UTC 2022
On Thu, 8 Dec 2022 00:58:36 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> 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
More information about the serviceability-dev
mailing list