shade [Sun, 02 Jun 2019 10:08:37 +0200] rev 55144
8225104: 32-bit build failures after JDK-8222252
Reviewed-by: bobv, rkennke, dholmes
rfield [Sat, 01 Jun 2019 14:09:59 -0700] rev 55143
8223688: JShell: crash on the instantiation of raw anonymous class
Reviewed-by: jlahoda
rfield [Sat, 01 Jun 2019 13:41:01 -0700] rev 55142
8080353: JShell: Better error message on attempting to add default method
Summary: Special handling for errors with "default" modifier
Reviewed-by: jlahoda
redestad [Sat, 01 Jun 2019 03:18:23 +0200] rev 55141
8225061: Performance regression in Regex
Reviewed-by: naoto, alanb
Contributed-by: claes.redestad@oracle.com, naoto.sato@oracle.com
jjg [Fri, 31 May 2019 17:27:28 -0700] rev 55140
8225134: Update man-page files
Reviewed-by: erikj, mchung
ccheung [Fri, 31 May 2019 15:49:12 -0700] rev 55139
8223336: Assert in VirtualMemoryTracker::remove_released_region when running the SharedArchiveConsistency.java test with -XX:NativeMemoryTracking=detail
Summary: added the missing call MemTracker::record_virtual_memory_reserve_and_commit()
Reviewed-by: jiangli, zgu
vromero [Fri, 31 May 2019 18:35:17 -0400] rev 55138
8224083: javadoc Reporter generates warning for Kind.NOTE
8224082: NPE in javadoc Reporter
Reviewed-by: jjg
cushon [Wed, 22 May 2019 15:30:11 -0700] rev 55137
8224629: Unnecessary cast in LambdaToMethod
Reviewed-by: vromero
Contributed-by: Alan Malloy <amalloy@google.com>
naoto [Fri, 31 May 2019 13:49:35 -0700] rev 55136
8223773: DateTimeFormatter Fails to throw an Exception on Invalid CLOCK_HOUR_OF_AMPM and HOUR_OF_AMPM
Reviewed-by: lancea, scolebourne, rriggs
erikj [Fri, 31 May 2019 13:37:58 -0700] rev 55135
8219788: Configure recommends JDK 8
Reviewed-by: tbell
iklam [Fri, 31 May 2019 12:51:36 -0700] rev 55134
8224692: runtime/appcds tests crash in "HotSpotJVMCI::compute_offset" when running in Graal as JIT mode
Reviewed-by: ccheung
kbarrett [Fri, 31 May 2019 14:42:28 -0400] rev 55133
8219149: ProcessTools.ProcessBuilder should print timing info for subprocesses
Summary: Add some timestamped logging messages to OutputBuffer.
Reviewed-by: rriggs, dcubed, lmesnik, dholmes
bpb [Fri, 31 May 2019 11:13:58 -0700] rev 55132
8225117: java/math/BigInteger/SymmetricRangeTests.java fails with ParseException
Reviewed-by: darcy
jjg [Fri, 31 May 2019 10:59:54 -0700] rev 55131
8225129: Fix minor HTML issues in java.naming
Reviewed-by: mchung, lancea
hseigel [Fri, 31 May 2019 13:09:15 -0400] rev 55130
8222936: mlvm/anonloader/stress/randomBytecodes/Test.java fails due to "ERROR: There were 1 hangups during parsing."
Summary: Prevent false failures by blocking the test until either it times out or the loading thread finishes
Reviewed-by: dholmes, coleenp