RFR: 8373867: Improve robustness of Attach API for finding tmp directory [v5]
Alan Bateman
alanb at openjdk.org
Sat Jan 17 09:00:38 UTC 2026
On Sat, 17 Jan 2026 08:47:03 GMT, Yasumasa Suenaga <ysuenaga at openjdk.org> wrote:
>> 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?
You'll need to create a retroactive CSR for JDK-8373867.
You can fix the `@since` separately.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28867#discussion_r2700790062
More information about the serviceability-dev
mailing list