RFR: 8176567: nsk/jdi/ReferenceType/instances/instances002: TestFailure: Unexpected size of referenceType.instances(nsk.share.jdi.TestInterfaceImplementer1): 11, expected: 10 [v2]
Chris Plummer
cjplummer at openjdk.java.net
Tue Jan 18 19:28:01 UTC 2022
On Mon, 10 Jan 2022 17:40:12 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
>> Chris Plummer has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix indentation
>
> src/jdk.jdwp.agent/share/native/libjdwp/invoker.c line 802:
>
>> 800: */
>> 801: if (mustReleaseReturnValue && returnValue.l != NULL) {
>> 802: tossGlobalRef(env, &returnValue.l);
>
> Please make indentation 4 spaces to be consistent with other code in the file.
> The same for line 805
Fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6943
More information about the serviceability-dev
mailing list