RFR: 8290036: Define and specify Runtime shutdown sequence [v6]

Stuart Marks smarks at openjdk.org
Fri Sep 30 18:48:30 UTC 2022


On Thu, 11 Aug 2022 10:35:55 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>> Stuart Marks has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Revise Implementation Note discussing JNI Invocation API.
>
> src/java.base/share/classes/java/lang/Runtime.java line 197:
> 
>> 195:      * as possible. They should also not rely blindly upon services that may
>> 196:      * have registered their own shutdown hooks and therefore may themselves in
>> 197:      * the process of shutting down. Attempts to use other thread-based
> 
> Is there a "be" missing here? 
>> may themselves *be* in the process ...

Yes, "be" is missing. Hm, I hadn't edited that text... Ha that typo was introduced by MR in 1999! OK, fixed.

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

PR: https://git.openjdk.org/jdk/pull/9437


More information about the core-libs-dev mailing list