[11] RFR JDK-8198249: Remove deprecated Runtime::runFinalizersOnExit and System::runFinalizersOnExit

Alan Bateman Alan.Bateman at oracle.com
Fri Feb 16 12:12:11 UTC 2018


On 16/02/2018 04:09, mandy chung wrote:
>
> Merged.  New version:
> http://cr.openjdk.java.net/~mchung/jdk11/webrevs/8198249/webrev.02/
Good to see this change.

One comment on Runtime.exec is that the 3rd paragraph of the updated 
spec is difficult to read (too many "ifs" and "thens"). What would you 
think about starting it with: "If this method is invoked after the 
virtual machine has started the shutdown hooks, the shutdown hooks have 
already run, and the status is nonzero, then this method halts the 
virtual machine with the given status code".

-Alan


More information about the core-libs-dev mailing list