Looks much better,
The definition of dbgsysFinishConnect has changed, the second param is
now an int, so the windows version of this method should be updated to
reflect this. Similarly, the other method definitions that take a
socklen_t, dbgsysRecv and dbgsysSend, should reflect the change.
Greetings:
I modified the windows code so that it uses socklen_t to specify the
lengths of data structures, parameter lengths, etc. instead of ints
(which can be negative.)
http://cr.openjdk.java.net/~mullan/webrevs/jzavgren/8005120/webrev.02/
Thanks!
John Zavgren
On 12/20/2012 05:47 PM, Joh
Changeset: 4d28776d7007
Author:mullan
Date: 2012-12-26 10:07 -0500
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4d28776d7007
8005117: Eliminate dependency from ConfigSpiFile to
com.sun.security.auth.login.ConfigFile
Reviewed-by: alanb, mchung, weijun
! src/share/classes/com/sun