> On Sep 14, 2018, at 4:02 AM, Sean Mullan <sean.mul...@oracle.com> wrote: > > webrev: http://cr.openjdk.java.net/~mullan/webrevs/8191053/webrev.00/ public static SecurityManager getSecurityManager() { + if (allowSecurityManager()) { return security; + } else { + return null; + } } Is this change really necessary? You have to call a method here. > CSR: https://bugs.openjdk.java.net/browse/JDK-8203316 Still having @Deprecated(since="11"). Thanks Max
- Re: RFR (12): 8191053: Provide a mechanism to make system'... Stuart Marks
- Re: RFR (12): 8191053: Provide a mechanism to make sy... mandy chung
- Re: RFR (12): 8191053: Provide a mechanism to mak... Daniel Fuchs
- Re: RFR (12): 8191053: Provide a mechanism to... Daniel Fuchs
- Re: RFR (12): 8191053: Provide a mechanis... Stuart Marks
- Re: RFR (12): 8191053: Provide a mec... Bernd Eckenfels
- Re: RFR (12): 8191053: Provide a... Sean Mullan
- Re: RFR (12): 8191053: Provide a mec... Sean Mullan
- Re: RFR (12): 8191053: Provide a mechanism to make system'... mandy chung
- Re: RFR (12): 8191053: Provide a mechanism to make system'... Weijun Wang
- Re: RFR (12): 8191053: Provide a mechanism to make system'... Alan Bateman
- Re: RFR (12): 8191053: Provide a mechanism to make system'... David Lloyd
- Re: RFR (12): 8191053: Provide a mechanism to make sy... Alan Bateman
- Re: RFR (12): 8191053: Provide a mechanism to mak... David Lloyd
- Re: RFR (12): 8191053: Provide a mechanism to... Alan Bateman
- Re: RFR (12): 8191053: Provide a mechanism to... Sean Mullan
- Re: RFR (12): 8191053: Provide a mechanism to mak... David Black
- Re: RFR (12): 8191053: Provide a mechanism to mak... Will Sargent
- Re: RFR (12): 8191053: Provide a mechanism to... Alan Bateman