rkennke [Mon, 10 Dec 2018 15:47:44 +0100] rev 52925
8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
Reviewed-by: kvn, roland, shade, coleenp, lmesnik, pliden, jgeorge, ihse, erikj
Contributed-by: Christine Flood <chf@redhat.com>, Aleksey Shipilev <shade@redhat.com>, Roland Westrelin <rwestrel@redhat.com>, Zhenygu Gu <zgu@redhat.com>, Andrew Haley <aph@redhat.com>, Andrew Dinn <adinn@redhat.com>, Mario Torre <mtorre@redhat.com>, Roman Kennke <rkennke@redhat.com>
bulasevich [Mon, 10 Dec 2018 17:34:49 +0300] rev 52924
8214128: ARM32: wrong stack alignment on Deoptimization::unpack_frames
Reviewed-by: dsamersoff
shade [Mon, 10 Dec 2018 15:31:36 +0100] rev 52923
8215120: 32-bit build failures after JDK-8212657 (Promptly Return Unused Committed Memory from G1)
Reviewed-by: tschatzl, rkennke
dpochepk [Mon, 10 Dec 2018 17:31:16 +0300] rev 52922
8214961: AARCH64: wrong encoding for exclusive and atomic load/stores
Reviewed-by: aph
ihse [Mon, 10 Dec 2018 14:54:04 +0100] rev 52921
8215129: Update build documentation with Xrandr
Reviewed-by: ihse
Contributed-by: Ao Qi <aoqi@loongson.cn>
jgeorge [Mon, 10 Dec 2018 19:08:24 +0530] rev 52920
8215026: Incorrect amount of memory unmapped with ImageFileReader::close()
Summary: Use map_size() instead of _index_size as the amount of memory to be unmapped while closing an image file
Reviewed-by: alanb, jlaskey
gadams [Mon, 10 Dec 2018 07:52:31 -0500] rev 52919
8210106: sun/tools/jps/TestJps.java timed out
Reviewed-by: dholmes, dcubed
tschatzl [Mon, 10 Dec 2018 10:25:27 +0100] rev 52918
8212657: Implementation of JDK-8204089 Promptly Return Unused Committed Memory from G1
Summary: Issue optional, default enabled, concurrent cycles when the VM is idle to reclaim unused internal and Java heap memory.
Reviewed-by: sjohanss, sangheki
Contributed-by: Rodrigo Bruno <rbruno@gsd.inesc-id.pt>, Ruslan Synytsky <rs@jelastic.com>, Thomas Schatzl <thomas.schatzl@oracle.com>
ihse [Mon, 10 Dec 2018 09:37:18 +0100] rev 52917
8214780: Create pandoc package for Windows
Reviewed-by: erikj
manc [Sun, 09 Dec 2018 19:18:27 -0800] rev 52916
8215043: Remove declaration of parallel_worker_threads
Summary: Removing unused declaration
Reviewed-by: eosterlund, tschatzl
martin [Sun, 09 Dec 2018 10:07:18 -0800] rev 52915
8215048: Some classloader typos
Reviewed-by: alanb
vromero [Sun, 09 Dec 2018 12:36:24 -0500] rev 52914
8210031: implementation for JVM Constants API
Reviewed-by: jrose, mcimadamore, darcy, mchung, rriggs, dholmes, forax
Contributed-by: brian.goetz@oracle.com, vicente.romero@oracle.com