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
weijun [Tue, 11 Apr 2017 10:12:27 +0800] rev 44638
8177969: Faster FilePermission::implies by avoiding the use of Path::relativize
Reviewed-by: rriggs, mullan
duke [Wed, 05 Jul 2017 23:14:19 +0200] rev 44637
Merge
iignatyev [Fri, 14 Apr 2017 18:31:04 -0700] rev 44636
8178731: compiler/ciReplay/SABase.java does not compile
Reviewed-by: iignatyev, sspitsyn
Contributed-by: ekaterina.pavlova@oracle.com
lana [Thu, 13 Apr 2017 16:26:36 +0000] rev 44635
Merge
dlong [Wed, 12 Apr 2017 16:36:13 -0400] rev 44634
8158168: Missing bounds checks for some String intrinsics
Reviewed-by: vlivanov, thartmann, sherman
rriggs [Wed, 12 Apr 2017 11:43:49 -0400] rev 44633
8178347: Process and ProcessHandle getPid method name inconsistency
Reviewed-by: hseigel
never [Thu, 06 Apr 2017 00:03:18 -0700] rev 44632
8178119: [JVMCI] when rethrowing exceptions at deopt the exception must be fetched after materialization
Reviewed-by: kvn
dholmes [Tue, 11 Apr 2017 19:39:16 -0400] rev 44631
8135161: Missing commas in copyright notices
Reviewed-by: sspitsyn
iveresov [Tue, 11 Apr 2017 11:34:20 -0700] rev 44630
8176887: AOT: SIGSEGV in AOTCodeHeap::next when using specific configuration
Summary: Derive MethodCounters from Metadata
Reviewed-by: kvn, coleenp
duke [Wed, 05 Jul 2017 23:14:06 +0200] rev 44629
Merge
darcy [Thu, 13 Apr 2017 14:38:13 -0700] rev 44628
8177553: Address removal lint warnings in the JDK build
Reviewed-by: mchung, erikj