RFR: 8339735: Remove references to Applet in core-libs/security APIs [v2]
Justin Lu
jlu at openjdk.org
Wed Sep 18 17:59:40 UTC 2024
On Wed, 18 Sep 2024 06:52:17 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> `repaint()` could be substituted with another arbitrary method name to highlight some work this thread has to perform.
>>
>> given the thread name `blink`, perhaps we could just use `blink()` in this example.
>
> Don't waste too much time on the "Java Thread Primitive Deprecation" page. The last remnant is the no-arg Thread.stop method which throws UOE unconditionally. Once that is removed then the doc-file pages will be removed too.
Kept it simple and simply replaced with Sean's suggestion of `blink()`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21046#discussion_r1765481816
More information about the core-libs-dev
mailing list