Re: RFR: 8356548: Avoid using ASM to parse latest class files in tests [v5]

2025-07-02 Thread Serguei Spitsyn
On Thu, 26 Jun 2025 16:11:16 GMT, Chen Liang wrote: >> For early eval; test by changing the ClassReader max accepted version of >> test ASM to 24 instead of 25 > > Chen Liang has updated the pull request incrementally with one additional > commit since the last revision: > > Update test/hots

Re: RFR: 8356548: Avoid using ASM to parse latest class files in tests [v5]

2025-06-26 Thread Chen Liang
> For early eval; test by changing the ClassReader max accepted version of test > ASM to 24 instead of 25 Chen Liang has updated the pull request incrementally with one additional commit since the last revision: Update test/hotspot/jtreg/compiler/calls/common/InvokeDynamicPatcher.java Co

Re: RFR: 8356548: Avoid using ASM to parse latest class files in tests [v4]

2025-05-29 Thread Andrew Haley
On Fri, 9 May 2025 22:34:45 GMT, Chen Liang wrote: >> For early eval; test by changing the ClassReader max accepted version of >> test ASM to 24 instead of 25 > > Chen Liang has updated the pull request with a new target base due to a merge > or a rebase. The incremental webrev excludes the unr

Re: RFR: 8356548: Avoid using ASM to parse latest class files in tests [v4]

2025-05-28 Thread David Holmes
On Fri, 9 May 2025 22:34:45 GMT, Chen Liang wrote: >> For early eval; test by changing the ClassReader max accepted version of >> test ASM to 24 instead of 25 > > Chen Liang has updated the pull request with a new target base due to a merge > or a rebase. The incremental webrev excludes the unr

Re: RFR: 8356548: Avoid using ASM to parse latest class files in tests [v4]

2025-05-16 Thread Coleen Phillimore
On Fri, 9 May 2025 22:34:45 GMT, Chen Liang wrote: >> For early eval; test by changing the ClassReader max accepted version of >> test ASM to 24 instead of 25 > > Chen Liang has updated the pull request with a new target base due to a merge > or a rebase. The incremental webrev excludes the unr

Re: RFR: 8356548: Avoid using ASM to parse latest class files in tests [v4]

2025-05-10 Thread Chen Liang
On Fri, 9 May 2025 22:34:45 GMT, Chen Liang wrote: >> For early eval; test by changing the ClassReader max accepted version of >> test ASM to 24 instead of 25 > > Chen Liang has updated the pull request with a new target base due to a merge > or a rebase. The incremental webrev excludes the unr

Re: RFR: 8356548: Avoid using ASM to parse latest class files in tests [v4]

2025-05-09 Thread Chen Liang
> For early eval; test by changing the ClassReader max accepted version of test > ASM to 24 instead of 25 Chen Liang has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull req

Re: RFR: 8356548: Avoid using ASM to parse latest class files in tests [v3]

2025-05-08 Thread Chen Liang
> For early eval; test by changing the ClassReader max accepted version of test > ASM to 24 instead of 25 Chen Liang has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull req

Re: RFR: 8356548: Avoid using ASM to parse latest class files in tests [v2]

2025-05-08 Thread Chen Liang
> For early eval; test by changing the ClassReader max accepted version of test > ASM to 24 instead of 25 Chen Liang has updated the pull request incrementally with one additional commit since the last revision: Use classfile api instead of javac setting version - Changes: - a

Re: RFR: 8356548: Avoid using ASM to parse latest class files in tests

2025-05-08 Thread Chen Liang
On Thu, 8 May 2025 18:23:58 GMT, Coleen Phillimore wrote: >> For early eval; test by changing the ClassReader max accepted version of >> test ASM to 24 instead of 25 > > test/hotspot/jtreg/compiler/calls/common/InvokeDynamicPatcher.java line 76: > >> 74: throw new Error("TESTBUG: Ca

Re: RFR: 8356548: Avoid using ASM to parse latest class files in tests

2025-05-08 Thread Coleen Phillimore
On Thu, 8 May 2025 14:57:05 GMT, Chen Liang wrote: > For early eval; test by changing the ClassReader max accepted version of test > ASM to 24 instead of 25 test/hotspot/jtreg/compiler/calls/common/InvokeDynamicPatcher.java line 76: > 74: throw new Error("TESTBUG: Can't get code so

RFR: 8356548: Avoid using ASM to parse latest class files in tests

2025-05-08 Thread Chen Liang
For early eval; test by changing the ClassReader max accepted version of test ASM to 24 instead of 25 - Commit messages: - Merge branch 'master' of https://github.com/openjdk/jdk into fix/asm-test-upgrade - 8356548: Avoid using ASM to parse latest class files in tests Changes: ht