RFR: 8332488: Add JVMTI DataDumpRequest to the debug agent [v2]

Leonid Mesnik lmesnik at openjdk.org
Mon Aug 12 19:24:34 UTC 2024


On Thu, 8 Aug 2024 20:56:16 GMT, Chris Plummer <cjplummer at 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


More information about the serviceability-dev mailing list