Review request for 6432567: PIT : com/sun/jdi/BadHandshakeTest.java fails due to java.net.ConnectException

Alan Bateman Alan.Bateman at Sun.COM
Thu Sep 3 08:09:49 PDT 2009


Sorry for the delay getting back to this one. I've updated the webrev to 
address the comments, except for snprintf. The reason is that snprintf 
isn't in the Windows CRT. We usually use jio_snprintf (implemented on 
vsnprintf or _vsnprintf on Windows) but this is a transport library for 
the debugger agent and so isn't linked against the VM. We could extend 
its transport platform dependent code to add a function for this, but it 
hardly seems worth it for this one case.

  http://cr.openjdk.java.net/~alanb/6432567/webrev.00/

Thanks,
Alan.


More information about the serviceability-dev mailing list