On Wed, 18 Sep 2024 06:52:17 GMT, Alan Bateman <al...@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