goetz [Thu, 22 Dec 2016 16:51:25 +0100] rev 43407
8171924: Use SIZE_FORMAT to print size_t values.
Reviewed-by: dholmes, tschatzl, coleenp, goetz
Contributed-by: arno.zeller@sap.com
gtriantafill [Thu, 22 Dec 2016 11:37:49 -0500] rev 43406
8171318: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java fails latest Jigsaw integration
Reviewed-by: sspitsyn, dholmes
iveresov [Thu, 22 Dec 2016 17:26:02 -0800] rev 43405
8168792: [AOT] problems in MethodHandle with aot-compiled java.base
Summary: Properly support assertions in AOT
Reviewed-by: kvn
lucy [Thu, 22 Dec 2016 15:01:20 -0600] rev 43404
8170981: Possible access to char array with negative index
Summary: Check arithmetic before trying to access array by index.
Reviewed-by: rprotacio, dholmes, gziemski