> ClassFile API `jdk.internal.classfile.verifier.VerifierImpl` performed only > bytecode-level class verification. > This patch adds `jdk.internal.classfile.verifier.ParserVerifier` with > additional class checks inspired by > `hotspot/share/classfile/classFileParser.cpp`. > > Also new `VerifierSelfTest::testParserVerifier` has been added. > > 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 26 commits: - Merge remote-tracking branch 'openjdk/master' into JDK-8320396-verifier-extension - work in progress - work in progress - work in progress - work in progress - work in progress - removed string templates from test - work in progress - work in progress - work in progress - ... and 16 more: https://git.openjdk.org/jdk/compare/e41bc42d...54c4e9b9 ------------- Changes: https://git.openjdk.org/jdk/pull/16809/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16809&range=01 Stats: 706 lines in 6 files changed: 672 ins; 8 del; 26 mod Patch: https://git.openjdk.org/jdk/pull/16809.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/16809/head:pull/16809 PR: https://git.openjdk.org/jdk/pull/16809