RFR(S): 8010190: os_windows missing winsock initialization

Nils Eliasson nils.eliasson at oracle.com
Mon Mar 18 04:57:28 PDT 2013


Hi all,

A small change that adds lazy initalization of winsock (os::initsock()) 
on some paths that needs it. WinSock has only a few uses (streaming 
graphs to IdealGraphVisualizers a.f.a.i.k.) so the paths are not hot, 
and the initialization will not add any overhead to regular VM use.

Webrev:
http://cr.openjdk.java.net/~neliasso/8010190/webrev.01/

Bug:
http://bugs.sun.com/view_bug.do?bug_id=80010190

Thanks,
Nils Eliasson


More information about the hotspot-runtime-dev mailing list