> On 6 Dec 2016, at 11:53, Daniel Fuchs <daniel.fu...@oracle.com> wrote: > > Hi Chris, > > I have an additional suggestion: could you update the > comment of the private ObjectInputStream::latestUserDefinedLoader() > in the same file to align with what the method is actually > doing? > > I looked at what jdk.internal.misc.VM.latestUserDefinedLoader() > does, and the comment in ObjectInputStream::latestUserDefinedLoader() > doesn't seem to match the implementation.
Right, the comment is now outdated and needs a refresh. I did this, along with removing the comment about the dependency from corba which was removed by 8164908 [1] ( which you pointed out off line ). Moved into a webrev, as the changes have grown a little: http://cr.openjdk.java.net/~chegar/8169653.00/ -Chris. [1] https://bugs.openjdk.java.net/browse/JDK-8164908