igerasim [Tue, 09 Sep 2014 19:02:36 +0400] rev 26458
7010989: Duplicate closure of file descriptors leads to unexpected and incorrect closure of sockets
Reviewed-by: chegar
kizune [Tue, 09 Sep 2014 17:20:26 +0400] rev 26457
8051989: Unportable format string argument mismatch in jdk/src/share/native/com/sun/java/util/jar/pack/unpack.cpp
Reviewed-by: ksrini
jfranck [Tue, 09 Sep 2014 12:04:31 +0200] rev 26456
5043030: (reflect) unnecessary object creation in reflection
Summary: Use valueOf() instead of new for primitive wrappers.
Reviewed-by: jfranck
Contributed-by: Andrej Golovnin <andrej.golovnin@gmail.com>
jfranck [Tue, 09 Sep 2014 10:48:01 +0200] rev 26455
8054987: (reflect) Add sharing of annotations between instances of Executable
Reviewed-by: darcy, plevart
sla [Mon, 08 Sep 2014 20:29:15 +0200] rev 26454
8057778: Misc cleanups of the attach code (aix)
Reviewed-by: simonis
sla [Mon, 08 Sep 2014 14:46:51 +0200] rev 26453
8057776: Misc cleanups of the attach code
Reviewed-by: alanb, dfuchs, jbachorik
aefimov [Sun, 07 Sep 2014 23:04:09 +0400] rev 26452
8049343: (tz) Support tzdata2014g
Reviewed-by: mfang, okutsu
martin [Fri, 29 Aug 2014 14:50:15 -0700] rev 26451
8056951: pico-optimize contains(Object) methods
Summary: use idiiom >= 0 consistently to check for valid index
Reviewed-by: mduigou