On Tue, 4 Apr 2023 20:15:41 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
> Some tests set debugee name which is set by startUp() method. > > The test/jdk/com/sun/jdi/RedefineNestmateAttr/TestNestmateAttr.java set > classpath which is not required. Do I understand correctly that this bug just caused the debuggee to appear twice in the arguments, leading to output like the following: [2ms] run args: [RefTypes, RefTypes] In this case it was harmless because the 2nd "RefTypes" gets passed as an arg to the RefTypes debuggee, which just ignored it. ------------- PR Comment: https://git.openjdk.org/jdk/pull/13337#issuecomment-1498032324