jboes [Fri, 08 Nov 2019 11:15:16 +0000] rev 59029
8232853: AuthenticationFilter.Cache::remove may throw ConcurrentModificationException
Summary: Change implementation to use iterator instead of plain LinkedList
Reviewed-by: dfuchs, vtewari
fweimer [Tue, 12 Nov 2019 12:19:24 +0100] rev 59028
8233941: adlc should not generate Pipeline_Use_Cycle_Mask::operator=
Summary: Removed useless = operator.
Reviewed-by: kvn, thartmann
jiefu [Mon, 11 Nov 2019 17:40:28 +0800] rev 59027
8233885: Test fails with assert(comp != __null) failed: Ensure we have a compiler
Reviewed-by: thartmann, iveresov
eosterlund [Tue, 12 Nov 2019 09:27:21 +0000] rev 59026
8224817: Implementation of JEP 364: ZGC on macOS
Reviewed-by: pliden, stefank
eosterlund [Tue, 12 Nov 2019 09:25:39 +0000] rev 59025
8233506: ZGC: the load for Reference.get() can be converted to a load for strong refs
Reviewed-by: thartmann, neliasso, pliden
igerasim [Tue, 12 Nov 2019 01:36:17 -0800] rev 59024
8233884: Avoid looking up standard charsets in security libraries
Reviewed-by: coffeys
dnsimon [Tue, 12 Nov 2019 10:19:04 +0100] rev 59023
8233900: [JVMCI] improve help text for EnableJVMCIProduct option
Reviewed-by: kvn
thartmann [Tue, 12 Nov 2019 10:16:04 +0100] rev 59022
8233529: loopTransform.cpp:2984: Error: assert(p_f->Opcode() == Op_IfFalse) failed
Summary: Strengthened asserts in locate_pre_from_main() and added a check for is_main_no_pre_loop().
Reviewed-by: kvn, vlivanov
jlahoda [Tue, 12 Nov 2019 06:32:13 +0000] rev 59021
8232684: Make switch expressions final
Reviewed-by: alanb, mcimadamore, kvn
henryjen [Mon, 11 Nov 2019 17:43:10 -0800] rev 59020
8231863: Crash if classpath is read from @argument file and the main gets option argument
Reviewed-by: alanb, mchung
Contributed-by: Mat Carter <matthew.carter@microsoft.com>
michaelm [Mon, 11 Nov 2019 21:17:51 +0000] rev 59019
updates to previous changeset for windows
michaelm [Mon, 11 Nov 2019 20:27:27 +0000] rev 59018
moved unix socket address out of SOCKETADDRESS structure
dtitov [Mon, 11 Nov 2019 11:09:49 -0800] rev 59017
8233868: Unproblem list sun/tools/jstat/jstatClassloadOutput1.sh
Reviewed-by: amenkov, cjplummer
coleenp [Mon, 11 Nov 2019 12:11:34 -0500] rev 59016
8232735: Convert PrintJNIResolving to Unified Logging
Summary: converted the existing output at debug level because it is noisy
Reviewed-by: iklam, dholmes
phedlin [Mon, 11 Nov 2019 16:59:42 +0100] rev 59015
8233918: 8233498 broke build on SPARC
Reviewed-by: eosterlund
goetz [Mon, 11 Nov 2019 16:24:35 +0100] rev 59014
8231757: [ppc] Fix VerifyOops. Errors show since 8231058.
Summary: Also make the checks print the wrong value and where a failure occurred.
Reviewed-by: dholmes, mdoerr
michaelm [Mon, 11 Nov 2019 14:25:51 +0000] rev 59013
Merge
michaelm [Mon, 11 Nov 2019 14:18:20 +0000] rev 59012
Merge
phedlin [Tue, 24 Apr 2018 13:59:02 +0200] rev 59011
8233498: Remove dead code.
Reviewed-by: neliasso
egahlin [Mon, 11 Nov 2019 14:47:37 +0100] rev 59010
8230767: FlightRecorderListener returns null recording
Reviewed-by: mseledtsov, mgronlun
igerasim [Mon, 11 Nov 2019 05:09:31 -0800] rev 59009
8233886: TEST_BUG jdk/java/net/CookieHandler/B6791927.java hit hardcoded expiration date
Reviewed-by: chegar, vtewari
sjohanss [Mon, 11 Nov 2019 13:20:26 +0100] rev 59008
8233065: PSParallelCompact::move_and_update is unused and should be removed
Reviewed-by: lkorinth, tschatzl
michaelm [Mon, 11 Nov 2019 12:26:07 +0000] rev 59007
JNI initialization fix
rschmelter [Mon, 11 Nov 2019 12:06:22 +0100] rev 59006
8233790: Forward output from heap dumper to jcmd/jmap
Reviewed-by: stuefe, sspitsyn, cjplummer
mgronlun [Mon, 11 Nov 2019 11:25:15 +0100] rev 59005
8231922: Could not find field with name revokedClass
Reviewed-by: egahlin
michaelm [Mon, 11 Nov 2019 10:39:49 +0000] rev 59004
Merge
michaelm [Mon, 11 Nov 2019 10:38:24 +0000] rev 59003
updates
chagedorn [Mon, 11 Nov 2019 10:41:03 +0100] rev 59002
8229694: JVM crash in SWPointer during C2 OSR compilation
Summary: Handle the case where there is only 1 pack and no operations left when calling SuperWord::find_align_to_ref() to find the best alignment again.
Reviewed-by: kvn, vlivanov, thartmann
iignatyev [Sat, 09 Nov 2019 10:27:53 -0800] rev 59001
8233745: [JVMCI] TranslatedException should serialize classloader and module info
Reviewed-by: kvn, dnsimon
alanb [Sat, 09 Nov 2019 11:48:37 +0000] rev 59000
8233435: (dc) DatagramChannel should allow IPv6 socket join IPv4 multicast groups (macOS, win)
Reviewed-by: dfuchs
alanb [Sat, 09 Nov 2019 09:13:04 +0000] rev 58999
8216472: (se) Stack overflow during selection operation leads to crash (win)
Reviewed-by: alanb
Contributed-by: akashche@redhat.com
xuelei [Fri, 08 Nov 2019 18:35:33 -0800] rev 58998
8233621: Mismatch in jsse.enableMFLNExtension property name
Reviewed-by: mullan