Re: [11] RFR JDK-8198441: Replace native Runtime::runFinalization0 method with shared secrets

2018-02-22 Thread David Holmes
Looks good. Thanks, David On 21/02/2018 3:45 AM, mandy chung wrote: Webrev:   http://cr.openjdk.java.net/~mchung/jdk11/webrevs/8198441/webrev.00 This is a small cleanup that replaces the native Runtime::runFinalization0 method with shared secrets to invoke Finalizer::runFinalization in java.

Re: [11] RFR JDK-8198441: Replace native Runtime::runFinalization0 method with shared secrets

2018-02-20 Thread Martin Buchholz
Looks good! On Tue, Feb 20, 2018 at 9:45 AM, mandy chung wrote: > Webrev: > http://cr.openjdk.java.net/~mchung/jdk11/webrevs/8198441/webrev.00 > > This is a small cleanup that replaces the native Runtime::runFinalization0 > method with shared secrets to invoke