On Fri, 10 Mar 2023 12:31:22 GMT, Adam Sotona <asot...@openjdk.org> wrote:
>> 8294966: jdk.jartool sun.tools.jar.FingerPrint uses ASM to parse class jar >> entries >> This patch converts it to use Classfile API. >> >> Please review. >> Thanks, >> Adam > > Adam Sotona has updated the pull request with a new target base due to a > merge or a rebase. The pull request now contains 199 commits: > > - Merge branch 'master' into JDK-8294966-jartool > - FingerPrint.maybeNestedClass set final > - Merge branch 'master' into JDK-8294966-jartool > - Merge branch 'master' into JDK-8294966-jartool > - FingerPrint fixes > Co-authored-by: Mandy Chung <mandy.ch...@oracle.com> > - Update src/jdk.jartool/share/classes/sun/tools/jar/FingerPrint.java > > Co-authored-by: Mandy Chung <mandy.ch...@oracle.com> > - Merge branch 'JDK-8294982' into JDK-8294966 > - removed obsolete javadoc from implementation classes > - minor fix in CodeBuilder and added test cases to LDCTest > - EntryMap::nextPowerOfTwo delegates to Long:numberOfLeadingZeros > - ... and 189 more: https://git.openjdk.org/jdk/compare/b1d89f30...240c0bfc Marked as reviewed by mchung (Reviewer). ------------- PR: https://git.openjdk.org/jdk/pull/11694