Request for review (S): 7091417 recvfrom's 6th input should be of type socklen_t
John Coomes
John.Coomes at oracle.com
Fri Sep 23 14:29:28 PDT 2011
Azeem Jiva (azeem.jiva at oracle.com) wrote:
> 7091417: recfrom's 6th input should be socklen_t
>
> The current recvfrom implementation won't compile on Solaris 11 since the 6th
> input should be of type socklen_t. Diffs are attached
> ...
Did you build on windows? Don't think socklen_t exists there. Also
the os.hpp decl of recvfrom() doesn't match the definition in
os_windows.cpp anymore.
-John
More information about the hotspot-runtime-dev
mailing list