clanger [Sat, 30 Mar 2019 21:29:37 +0100] rev 54348
8221610: Resurrect (legacy) JRE bundle target
Reviewed-by: erikj, azeller
iklam [Sat, 30 Mar 2019 08:26:20 -0700] rev 54347
8221698: Remove redundant includes from popular header files
Summary: Removed histogram.hpp classLoader.hpp utf8.hpp moduleEntry.hpp packageEntry.hpp
Reviewed-by: coleenp, stuefe
weijun [Sat, 30 Mar 2019 16:32:23 +0800] rev 54346
8221257: Improve serial number generation mechanism for keytool -gencert
Reviewed-by: xuelei, mullan
mseledtsov [Fri, 29 Mar 2019 18:25:39 -0700] rev 54345
8221596: test/hotspot/jtreg/runtime/containers/docker/TestCPUSets.java failed with FileAlreadyExistsException
Summary: Using StandardCopyOption.REPLACE_EXISTING to copy whitebox.jar
Reviewed-by: dholmes, mseledtsov
Contributed-by: jiefu <fujie@loongson.cn>
zgu [Thu, 28 Mar 2019 13:53:41 -0400] rev 54344
8221629: Shenandoah: Cleanup class unloading logic
Reviewed-by: rkennke
zgu [Fri, 29 Mar 2019 14:17:09 -0400] rev 54343
8221643: Tighten up assert(_keep_alive >= 0) in CLD::inc_keep_alive
Reviewed-by: coleenp
joehw [Fri, 29 Mar 2019 18:00:31 +0000] rev 54342
8220254: fix headings in java.xml
Reviewed-by: lancea
stuefe [Tue, 26 Mar 2019 16:26:33 +0100] rev 54341
8221480: jcmd VM.metaspace shall print limits in basic mode
Reviewed-by: adinn, rehn
iklam [Fri, 29 Mar 2019 08:42:32 -0700] rev 54340
8221351: Crash in KlassFactory::check_shared_class_file_load_hook
Reviewed-by: dholmes, ccheung
ronsh [Fri, 29 Mar 2019 07:38:34 -0700] rev 54339
8221118: Avoid eagerly creating JCDiagnostic for CompletionFailures
Reviewed-by: jjg, mcimadamore, forax
zgu [Tue, 26 Mar 2019 12:12:49 -0400] rev 54338
8221435: Shenandoah should not mark through weak roots
Reviewed-by: rkennke, shade
redestad [Fri, 29 Mar 2019 15:59:28 +0100] rev 54337
8221687: Deprecated j.u.jar.Attributes.Name attributes accidentally set to null
Reviewed-by: alanb
zgu [Fri, 29 Mar 2019 10:21:18 -0400] rev 54336
8221688: Quarantine Shenandoah string dedup tests
Reviewed-by: rkennke
stuefe [Fri, 29 Mar 2019 08:36:33 +0100] rev 54335
8221408: Windows 32bit build build errors/warnings in hotspot
Reviewed-by: kbarrett, dholmes
iklam [Thu, 28 Mar 2019 20:45:40 -0700] rev 54334
8221621: FindTests.gmk cannot handle "=" in TEST.groups comments
Reviewed-by: erikj, dholmes
valeriep [Fri, 29 Mar 2019 00:39:49 +0000] rev 54333
8220016: Clean up redundant RSA services in the SunJSSE provider
Summary: Removed duplicated RSA signature/KF/KPG support in SunJSSE
Reviewed-by: xuelei
cushon [Tue, 26 Mar 2019 16:09:33 -0700] rev 54332
8220632: Suggest recompiling with a larger value of -Xmaxerrs/-Xmaxwarns if diagnostics were suppressed
Reviewed-by: jjg
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
jlahoda [Thu, 28 Mar 2019 10:32:05 +0100] rev 54321
8221413: javac does not recognize variable assigned in switch expression as DA
Summary: Fixing definite assignment in presence of implicit throws clause in switch expressions over enums.
Reviewed-by: vromero