On Tue, 14 Mar 2023 02:43:41 GMT, Chen Liang <li...@openjdk.org> wrote:
> Summaries: > 1. A few recommendations about updating the constant API is made at > https://mail.openjdk.org/pipermail/classfile-api-dev/2023-March/000233.html > and I may update this patch shall the API changes be integrated before > 2. One ASM library-specific test, `LambdaAsm` is removed. Others have their > code generation infrastructure upgraded from ASM to Classfile API. > 3. Most tests are included in tier1, but some are not: > In `:jdk_io`: (tier2, part 2) > > test/jdk/java/io/Serializable/records/SerialPersistentFieldsTest.java > test/jdk/java/io/Serializable/records/ProhibitedMethods.java > test/jdk/java/io/Serializable/records/BadCanonicalCtrTest.java > > In `:jdk_instrument`: (tier 3) > > test/jdk/java/lang/instrument/RetransformAgent.java > test/jdk/java/lang/instrument/NativeMethodPrefixAgent.java > test/jdk/java/lang/instrument/asmlib/Instrumentor.java > > > @asotona Would you mind reviewing? This pull request has now been integrated. Changeset: f6d7e30b Author: Chen Liang <li...@openjdk.org> Committer: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/f6d7e30b84fedbf42077526610ba7a5bcfaece4c Stats: 1829 lines in 31 files changed: 350 ins; 717 del; 762 mod 8294977: Convert test/jdk/java tests from ASM library to Classfile API Reviewed-by: asotona ------------- PR: https://git.openjdk.org/jdk/pull/13009