RFR(S): 8010190: os_windows missing winsock initialization

Christian Tornqvist christian.tornqvist at oracle.com
Mon Mar 18 07:26:54 PDT 2013


Looks good!

/ Christian

-----Original Message-----
From: hotspot-runtime-dev-bounces at openjdk.java.net [mailto:hotspot-runtime-dev-bounces at openjdk.java.net] On Behalf Of Nils Eliasson
Sent: den 18 mars 2013 12:57
To: hotspot-runtime-dev at openjdk.java.net
Subject: RFR(S): 8010190: os_windows missing winsock initialization

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