pliden [Thu, 28 Mar 2019 19:43:59 +0100] rev 54331
8221153: ZGC: Heap iteration and verification pollutes GC statistics
Reviewed-by: stefank, eosterlund
pliden [Thu, 28 Mar 2019 19:43:59 +0100] rev 54330
8221540: ZGC: Reduce width of zForwardingEntry::from_index field
Reviewed-by: stefank, eosterlund
pliden [Thu, 28 Mar 2019 19:43:59 +0100] rev 54329
8221394: Clean up ConcurrentGCThread
Reviewed-by: kbarrett, eosterlund
jwilhelm [Thu, 28 Mar 2019 19:39:14 +0100] rev 54328
8221341: Update Graal
Reviewed-by: kvn
jcbeyler [Thu, 28 Mar 2019 11:06:00 -0700] rev 54327
8157372: C2: Node::cmp() should return bool
Summary: The method Node::cmp() should return a boolean
Reviewed-by: vlivanov, kvn
Contributed-by: dthomson@google.com
erikj [Thu, 28 Mar 2019 10:04:27 -0700] rev 54326
8205934: Define jdk -source/-target version in version-numbers file
Reviewed-by: tbell
erikj [Thu, 28 Mar 2019 08:37:05 -0700] rev 54325
8220530: Build compare script does not compare the contents of the test image
Reviewed-by: tbell
dfuchs [Thu, 28 Mar 2019 12:16:36 +0000] rev 54324
8221395: HttpClient leaving connections in CLOSE_WAIT state until Java process ends
Summary: When a non WebSocket connection is not returned to the pool, it needs to be closed even if HttpConnection::isOpen yields false.
Reviewed-by: chegar, michaelm
rehn [Thu, 28 Mar 2019 11:08:23 +0100] rev 54323
8220351: Cross-modifying code
Reviewed-by: rrich, mdoerr, dholmes, eosterlund
stuefe [Mon, 25 Mar 2019 09:35:40 +0100] rev 54322
8220786: Create new switch to redirect error reporting output to stdout or stderr
Reviewed-by: dholmes, goetz