On Mon, 14 Sep 2026 20:23:33 GMT, David Holmes <[email protected]> wrote:
>> Yasumasa Suenaga has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Remove bug id
>
> test/hotspot/jtreg/serviceability/sa/ClhsdbInspectWithValueObject.java line
> 64:
>
>> 62: theApp,
>> 63: "--enable-preview",
>> 64: "-Djava.io.tmpdir=" +
>> System.getProperty("java.io.tmpdir"),
>
> Not sure why this is needed?
ClhsdbInspectWithValueObject.java need to create property file in tmp
directory, but `startAppExactJvmOptions()` would not propergate
`java.io.tmpdir`. Thus I added it manually.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/32857#discussion_r4010369627