Re: RFR: 8294979: test/jdk/tools/jlink 3 test classes use ASM library

2023-08-03 Thread Koichi Sakata
On Thu, 13 Jul 2023 18:35:42 GMT, Qing Xiao wrote: > Modified 3 of 3 test/jdk/tools/jlink test classes to replace > com.sun.tools.classfile library. Marked as reviewed by ksakata (Committer). I'll sponsor you. I've checked those tests passed. - PR Review: https://git.openjdk.org/

Re: RFR: 8294979: test/jdk/tools/jlink 3 test classes use ASM library

2023-07-27 Thread Mandy Chung
On Thu, 13 Jul 2023 18:35:42 GMT, Qing Xiao wrote: > Modified 3 of 3 test/jdk/tools/jlink test classes to replace > com.sun.tools.classfile library. Looks good. - Marked as reviewed by mchung (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/14877#pullrequestreview-15509595

Re: RFR: 8294979: test/jdk/tools/jlink 3 test classes use ASM library

2023-07-27 Thread Adam Sotona
On Thu, 13 Jul 2023 18:35:42 GMT, Qing Xiao wrote: > Modified 3 of 3 test/jdk/tools/jlink test classes to replace > com.sun.tools.classfile library. I would suggest to minimise footprint of the patch and do not change unrelated code. Any unnecessary reformat can cause conflicts when merging in

Re: RFR: 8294979: test/jdk/tools/jlink 3 test classes use ASM library

2023-07-27 Thread Adam Sotona
On Sun, 16 Jul 2023 12:37:44 GMT, Chen Liang wrote: > I think these exports can probably be removed completely; no test code uses > ASM, meaning the export was likely redundant from the very beginning. I can confirm, the tests are passing even without the exports. - PR Comment: ht

RFR: 8294979: test/jdk/tools/jlink 3 test classes use ASM library

2023-07-27 Thread Qing Xiao
Modified 3 of 3 test/jdk/tools/jlink test classes to replace com.sun.tools.classfile library. - Commit messages: - Dropped unnecessary exports. - Rollback the original format - 8294979: test/jdk/tools/jlink 3 test classes use ASM library Changes: https://git.openjdk.org/jdk/pull/

Re: RFR: 8294979: test/jdk/tools/jlink 3 test classes use ASM library

2023-07-27 Thread Chen Liang
On Thu, 13 Jul 2023 18:35:42 GMT, Qing Xiao wrote: > Modified 3 of 3 test/jdk/tools/jlink test classes to replace > com.sun.tools.classfile library. I think these exports can probably be removed completely; no test code uses ASM, meaning the export was likely redundant from the very beginning.