bpb [Fri, 02 Sep 2016 12:38:27 -0700] rev 40739
8165000: Selector.select(timeout) throws IOException when timeout is a large long
Summary: Clamp the timeout passed to kevent0 to the largest value that does not provoke the error.
Reviewed-by: clanger, alanb
rriggs [Fri, 02 Sep 2016 12:30:46 -0400] rev 40738
8155102: (Process) Process.toString could include pid, isAlive, exitStatus
Reviewed-by: rriggs
Contributed-by: andrey.dyachkov@gmail.com
rpatil [Thu, 01 Sep 2016 10:35:38 +0530] rev 40737
8161016: Strange behavior of URLConnection with proxy
Reviewed-by: shade, chegar
sundar [Fri, 02 Sep 2016 14:46:27 +0530] rev 40736
8157992: Improve jlink help message on optimization-related options
Reviewed-by: redestad, alanb
lana [Fri, 02 Sep 2016 02:41:37 +0000] rev 40735
Merge
psandoz [Thu, 01 Sep 2016 13:56:13 -0700] rev 40734
8162108: Rename weakCompareAndSetVolatile to weakCompareAndSet
Reviewed-by: martin
psandoz [Thu, 01 Sep 2016 10:17:01 -0700] rev 40733
8162106: Remove VarHandle.addAndGet
Reviewed-by: shade, redestad
psandoz [Thu, 01 Sep 2016 10:16:57 -0700] rev 40732
8161444: VarHandles should provide access bitwise atomics
8162107: Add acquire/release variants for getAndSet and getAndAdd
Reviewed-by: shade, redestad