RFR: 8294966: jdk.jartool sun.tools.jar.FingerPrint uses ASM to parse class jar entries [v3]

Adam Sotona asotona at openjdk.org
Fri Mar 10 09:09:15 UTC 2023


On Thu, 9 Mar 2023 18:19:17 GMT, Mandy Chung <mchung at openjdk.org> wrote:

>> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   FingerPrint.maybeNestedClass set final
>
> src/jdk.jartool/share/classes/sun/tools/jar/FingerPrint.java line 252:
> 
>> 250:         private final int access;
>> 251:         private final boolean publicClass;
>> 252:         private boolean maybeNestedClass;
> 
> should be final since this is no longer updated.

fixed, thanks.

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

PR: https://git.openjdk.org/jdk/pull/11694


More information about the core-libs-dev mailing list