RFR: 8373867: Improve robustness of Attach API for finding tmp directory [v5]

Yasumasa Suenaga ysuenaga at openjdk.org
Sat Jan 17 08:51:10 UTC 2026


On Sat, 17 Jan 2026 08:23:24 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Yasumasa Suenaga has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Fix line
>>  - Update copyright year
>
> src/jdk.attach/share/classes/com/sun/tools/attach/AttachNotSupportedException.java line 72:
> 
>> 70:      * @param   cause   the cause of this exception.
>> 71:      */
>> 72:     public AttachNotSupportedException(String message, Throwable cause) {
> 
> This is an API change, it will need a CSR. It w ill also need `@since` tag.

I've already integrated this PR...

Can I file to JBS as new issue for adding `@since`, and submit CSR for it?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/28867#discussion_r2700784093


More information about the serviceability-dev mailing list