Re: JDK 16 RFR of 8250580: Address reliance on default constructors in java.rmi

2020-07-28 Thread Stuart Marks
Looks good Joe, thanks for doing this cleanup. CSR request reviewed. s'marks On 7/24/20 7:45 PM, Joe Darcy wrote: Hello, Another bug in the quest to remove use of default constructors in the JDK's public API, this time in the java.rmi module:     webrev: http://cr.openjdk.java.nhet/~darcy/

Re: JDK 16 RFR of 8250580: Address reliance on default constructors in java.rmi

2020-07-25 Thread Lance Andersen
+1 > On Jul 24, 2020, at 10:45 PM, Joe Darcy wrote: > > Hello, > > Another bug in the quest to remove use of default constructors in the JDK's > public API, this time in the java.rmi module: > > webrev: http://cr.openjdk.java.nhet/~darcy/8250580.0/ > CSR: https://bugs.openjdk.java.net

JDK 16 RFR of 8250580: Address reliance on default constructors in java.rmi

2020-07-24 Thread Joe Darcy
Hello, Another bug in the quest to remove use of default constructors in the JDK's public API, this time in the java.rmi module:     webrev: http://cr.openjdk.java.nhet/~darcy/8250580.0/     CSR: https://bugs.openjdk.java.net/browse/JDK-8250581 Patch below; thanks, -Joe --- old/src/java.rm