jnimeh [Wed, 15 Aug 2018 09:36:32 -0700] rev 53318
8206295: More reliable p11 transactions
Reviewed-by: valeriep, mschoene, rhalade
chegar [Fri, 10 Aug 2018 15:02:30 +0100] rev 53317
8199156: Better route routing
Reviewed-by: igerasim, mschoene, michaelm, rhalade
chegar [Fri, 10 Aug 2018 14:35:44 +0100] rev 53316
8199166: Better interface lists
Reviewed-by: igerasim, mschoene, michaelm, rhalade
dholmes [Sun, 12 Aug 2018 18:05:16 -0400] rev 53315
8205714: Initial class initialization
Summary: ensure class is fully initialized before caching a resolved invokestatic, or patching the callsite
Reviewed-by: acorn, coleenp, kvn, vlivanov
psadhukhan [Tue, 31 Jul 2018 11:43:24 +0530] rev 53314
8205360: Choose printer defaults
Reviewed-by: prr, mschoene, rhalade
dtitov [Thu, 19 Jul 2018 15:23:06 -0700] rev 53313
8205709: Proper allocation handling
Reviewed-by: sspitsyn, mschoene, rhalade
bpb [Thu, 19 Jul 2018 07:02:42 -0700] rev 53312
8206301: Improve NIO stability
Reviewed-by: alanb, mschoene, rhalade
valeriep [Thu, 14 Jun 2018 23:47:05 +0000] rev 53311
8203654: Improve cypher state updates
Reviewed-by: ascarpino
jjg [Tue, 15 Jan 2019 11:05:25 -0800] rev 53310
8212233: javadoc fails on jdk12 with "The code being documented uses modules but the packages defined in $URL are in the unnamed module."
Reviewed-by: hannesw, pmuthuswamy
iveresov [Tue, 15 Jan 2019 10:40:32 -0800] rev 53309
8196568: [Graal] LongMulOverflowTest.java fails with "runTestOverflow() did not overflow"
Summary: Temporarily cripple j.l.Math.*Exact() instrinsics to pass TCK
Reviewed-by: kvn, dlong, never