RFR: 8294972: Convert jdk.jlink internal plugins to use the Classfile API [v8]
Adam Sotona
asotona at openjdk.org
Thu Mar 16 08:04:29 UTC 2023
On Wed, 15 Mar 2023 22:31:01 GMT, Mandy Chung <mchung at openjdk.org> wrote:
> What was the issue with the previous revision?
The only conversion bug I found during the code reformat/revision was missing `className.replace('/', '.')` and after that the test pass.
https://github.com/openjdk/jdk/blob/49c80bcd9ad6ddd85cffc4176ad8b070105eb3f3/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/SystemModulesPlugin.java#L1746
-------------
PR: https://git.openjdk.org/jdk/pull/12944
More information about the core-libs-dev
mailing list