amurillo [Fri, 23 Dec 2011 15:24:44 -0800] rev 11261
Added tag hs23-b09 for changeset 1020a9a071b7
amurillo [Fri, 23 Dec 2011 15:24:43 -0800] rev 11260
Merge
vladidan [Thu, 22 Dec 2011 12:01:46 -0500] rev 11259
Merge
coleenp [Wed, 21 Dec 2011 18:22:14 -0800] rev 11258
Merge
coleenp [Wed, 21 Dec 2011 16:41:15 -0500] rev 11257
7064927: retransformClasses() does not pass in LocalVariableTable of a method
Summary: Handle LVT attribute in the class file reconstitutor.
Reviewed-by: phh, coleenp
Contributed-by: thomaswue <thomas.wuerthinger@oracle.com>
phh [Wed, 21 Dec 2011 15:48:16 -0500] rev 11256
7091417: recvfrom's 6th input should be of type socklen_t
Summary: Revamp class os's socket method formal args to match socket.h, insert casts in appropriate places, and copyin-copyout int*'s that s/b socklen_t*'s in jvm.cpp.
Reviewed-by: coleenp, dholmes
Contributed-by: erik.gahlin@oracle.com, rickard.backman@oracle.com, nils.loodin@oracle.com, markus.gronlund@oracle.com