RFR: 8277090 : jsr166 refresh for jdk19
Doug Lea
dl at openjdk.java.net
Mon May 2 10:26:41 UTC 2022
On Sun, 1 May 2022 14:37:43 GMT, Rémi Forax <forax at openjdk.org> wrote:
>> This is the jsr166 refresh for jdk19. See https://bugs.openjdk.java.net/browse/JDK-8285450 and https://bugs.openjdk.java.net/browse/JDK-8277090
>
> src/java.base/share/classes/java/util/concurrent/ExecutorService.java line 138:
>
>> 136: * @author Doug Lea
>> 137: */
>> 138: public interface ExecutorService extends Executor, AutoCloseable {
>
> The class documentation should be expanded to explain that an ExecutorService can be used with a try-with-resources
Most AutoCloseables do not mention this in class-level javadocs. Is there a reason you think this one should?
-------------
PR: https://git.openjdk.java.net/jdk/pull/8490
More information about the core-libs-dev
mailing list