On Thu, 8 Aug 2024 20:56:16 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
>> test/jdk/com/sun/jdi/DataDumpTest.java line 51: >> >>> 49: * @library /test/lib >>> 50: * @modules jdk.jdi >>> 51: * @build DataDumpTest >> >> Is the build needed to build 'DataDumpTestTarg' because it is not explicitly >> used by the test? > > It's not needed because it is in the same file. I'm not even sure it would > work. ough, I mean 'is @build DataDumpTest' needed to build DataDumpTestTarg? The DataDumpTest should be built without explicit @build command. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/20367#discussion_r1714265864