Re: RFR: 8315383: jlink SystemModulesPlugin incorrectly parses the options [v2]

2023-09-01 Thread Mandy Chung
On Wed, 30 Aug 2023 23:39:31 GMT, Oliver Kopp wrote: >> Fixes https://bugs.openjdk.org/browse/JDK-8315383 > > Oliver Kopp has updated the pull request incrementally with one additional > commit since the last revision: > > Remove obsolete imports sure, I can help. - PR Comment:

Re: RFR: 8315383: jlink SystemModulesPlugin incorrectly parses the options [v2]

2023-09-01 Thread Christoph
On Wed, 30 Aug 2023 19:30:37 GMT, Mandy Chung wrote: >> Oliver Kopp has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Remove obsolete imports > > Looks good. Thanks for catching this. > > There are a few unused imports in JLinkDedupTest

Re: RFR: 8315383: jlink SystemModulesPlugin incorrectly parses the options [v2]

2023-08-30 Thread Oliver Kopp
> Fixes https://bugs.openjdk.org/browse/JDK-8315383 Oliver Kopp has updated the pull request incrementally with one additional commit since the last revision: Remove obsolete imports - Changes: - all: https://git.openjdk.org/jdk/pull/15495/files - new: https://git.openjdk.org

Re: RFR: 8315383: jlink SystemModulesPlugin incorrectly parses the options

2023-08-30 Thread Mandy Chung
On Wed, 30 Aug 2023 19:07:53 GMT, Oliver Kopp wrote: > Fixes https://bugs.openjdk.org/browse/JDK-8315383 Looks good. Thanks for catching this. There are a few unused imports in JLinkDedupTestBatchSizeOne.java. Can you remove them as you are in that file? - Marked as reviewed b