herrick [Thu, 03 Oct 2019 11:04:51 -0400] rev 58455
8231706: change "Java" dir to "app" dir in jpackage app image
Submitted-by: almatvee
Reviewed-by: herrick, asemenyuk
redestad [Thu, 03 Oct 2019 13:45:08 +0200] rev 58454
8231707: Improve Mutex inlining
Reviewed-by: rehn, dholmes, coleenp
pliden [Thu, 03 Oct 2019 10:56:39 +0200] rev 58453
8231776: ZGC: Fix incorrect address space description
Reviewed-by: eosterlund
pliden [Thu, 03 Oct 2019 10:54:18 +0200] rev 58452
8231774: ZGC: ZVirtualMemoryManager unmaps incorrect address
Reviewed-by: kbarrett, stefank
stefank [Fri, 27 Sep 2019 09:01:39 +0200] rev 58451
8231563: ZGC: Fails to warn when user sets the max heap size to larger than 16TB
Reviewed-by: tschatzl, pliden
shade [Thu, 03 Oct 2019 07:38:00 +0200] rev 58450
8231713: x86_32 build failures after JDK-8226721 (Missing intrinsics for Math.ceil, floor, rint)
Reviewed-by: kvn
jwilhelm [Thu, 03 Oct 2019 07:10:36 +0200] rev 58449
Added tag jdk-14+17 for changeset 5c83830390ba
cjplummer [Wed, 02 Oct 2019 17:56:46 -0700] rev 58448
8231288: "jhsdb jmap" test needed to reproduce issues that used to be reproduced by JShellHeapDumpTest
Reviewed-by: sgehwolf, sspitsyn
ccheung [Wed, 02 Oct 2019 16:55:08 -0700] rev 58447
8231606: _method_ordering is not set during CDS dynamic dump time
Summary: Add the missing DynamicDumpSharedSpaces check in sort_methods(); replace the (DumpSharedSpaces || DynamicDumpSharedSpaces) with the Arguments::is_dumping_archive() function call.
Reviewed-by: iklam, coleenp, jiangli
rriggs [Wed, 02 Oct 2019 13:57:03 -0400] rev 58446
8231663: Incorrect GPL header in some RMI/SQL package-info.java files
Reviewed-by: bpb, iris, lancea
egahlin [Wed, 02 Oct 2019 19:26:33 +0200] rev 58445
Add TestRecusrive and only skip events for DirectoryStream
erikj [Wed, 02 Oct 2019 10:04:46 -0700] rev 58444
8231505: Bump required boot jdk version to 13
Reviewed-by: darcy, ihse
bpb [Wed, 02 Oct 2019 07:50:06 -0700] rev 58443
8229022: BufferedReader performance can be improved by using StringBuilder
Reviewed-by: igerasim, vtewari, dfuchs
lkorinth [Wed, 02 Oct 2019 16:08:02 +0200] rev 58442
8231671: Fix copyright headers in hotspot (missing comma after year)
Reviewed-by: tschatzl, dholmes