dlong [Wed, 12 Apr 2017 16:37:33 -0400] rev 44642
8158168: Missing bounds checks for some String intrinsics
Reviewed-by: vlivanov, thartmann, sherman
ascarpino [Wed, 12 Apr 2017 12:57:49 -0700] rev 44641
8177784: Use CounterMode intrinsic for AES/GCM
Reviewed-by: mullan, psandoz, chegar
rriggs [Tue, 11 Apr 2017 14:18:22 -0400] rev 44640
8178347: Process and ProcessHandle getPid method name inconsistency
Reviewed-by: alanb, bpb
dfuchs [Tue, 11 Apr 2017 16:32:38 +0100] rev 44639
8178147: Race conditions in timeout handling code in http/2 incubator client
Summary: Timeout handling code (in particular cancel(IOException)) is modified to take into account cancellation arising before exchange implementation is established or response completable future is created. TimeoutEvent::compareTo method is modified to be consistent with TimeoutEvent::equals.
Reviewed-by: prappo, chegar, michaelm