rpatil [Wed, 10 Jul 2019 05:12:23 +0100] rev 55643
8224560: (tz) Upgrade time-zone data to tzdata2019a
8225580: tzdata2018i integration causes test failures on jdk-13
Reviewed-by: andrew, naoto
ljiang [Wed, 10 Jul 2019 01:19:18 -0700] rev 55642
8227009: JDK 13 L10n resource files update - msgdrop 10
Reviewed-by: naoto
jlahoda [Wed, 10 Jul 2019 09:04:42 +0200] rev 55641
8220041: NullPointerException at jdk.compiler/com.sun.tools.javac.jvm.Code.emitop0
Summary: LambdaToMethod must correctly capture local variables inside switch expressions inside local variable initializers.
Reviewed-by: mcimadamore, vromero
weijun [Wed, 10 Jul 2019 09:43:35 +0800] rev 55640
8227059: sun/security/tools/keytool/DefaultSignatureAlgorithm.java timed out
Reviewed-by: xuelei
weijun [Wed, 10 Jul 2019 09:43:34 +0800] rev 55639
8227381: GSS login fails with PREAUTH_FAILED
Reviewed-by: xuelei
weijun [Wed, 10 Jul 2019 09:43:34 +0800] rev 55638
8225687: Newly added sspi.cpp in JDK-6722928 still contains some small errors
Reviewed-by: xuelei
dcubed [Wed, 10 Jul 2019 10:18:06 -0400] rev 55637
8227338: templateInterpreter.cpp: copy_table() needs to be safer
Reviewed-by: dholmes, eosterlund, sspitsyn, kbarrett
michaelm [Wed, 10 Jul 2019 14:27:51 +0100] rev 55636
8225479: com.sun.net.httpserver.HttpContext that does not end with '/' has surprising matches
Reviewed-by: dfuchs
coleenp [Wed, 10 Jul 2019 07:58:24 -0400] rev 55635
8222446: assert(C->env()->system_dictionary_modification_counter_changed()) failed: Must invalidate if TypeFuncs differ
Summary: Remove SystemDictionary::modification_counter optimization
Reviewed-by: dlong, eosterlund
rpatil [Wed, 10 Jul 2019 05:12:23 +0100] rev 55634
8224560: (tz) Upgrade time-zone data to tzdata2019a
8225580: tzdata2018i integration causes test failures on jdk-13
Reviewed-by: andrew, naoto
mikael [Tue, 09 Jul 2019 16:37:30 -0700] rev 55633
Merge
jbhateja [Tue, 09 Jul 2019 15:42:44 -0700] rev 55632
8227222: vmTestbase/jit/FloatingPoint/gen_math/Loops04/Loops04.java failed XMM register should be 0-15
Reviewed-by: thartmann, vlivanov, ctornqvi, bsrbnd
never [Tue, 09 Jul 2019 14:59:12 -0700] rev 55631
8227034: Graal crash with gcbasher
Summary: Adjust Graal's registers declaration for String intrinisics.
Reviewed-by: dlong, dnsimon, kvn
dlong [Tue, 09 Jul 2019 13:46:39 -0400] rev 55630
8227237: [Graal] org.graalvm.compiler.api.directives.test.ProbabilityDirectiveTest fails with -Xcomp
Reviewed-by: kvn
eosterlund [Tue, 09 Jul 2019 16:39:41 +0200] rev 55629
8224531: SEGV while collecting Klass statistics
Reviewed-by: coleenp, kbarrett, tschatzl
eosterlund [Tue, 09 Jul 2019 16:39:37 +0200] rev 55628
8227277: HeapInspection::find_instances_at_safepoint walks dead objects
Reviewed-by: dholmes, kbarrett, tschatzl, coleenp
naoto [Tue, 09 Jul 2019 08:05:38 -0700] rev 55627
8227127: Era designator not displayed correctly using the COMPAT provider
Reviewed-by: rriggs
jbhateja [Tue, 09 Jul 2019 15:02:28 -0700] rev 55626
8227222: vmTestbase/jit/FloatingPoint/gen_math/Loops04/Loops04.java failed XMM register should be 0-15
Reviewed-by: thartmann, vlivanov, ctornqvi, bsrbnd
pchilanomate [Tue, 09 Jul 2019 14:38:48 -0400] rev 55625
8191890: Biased locking still uses the inferior stop the world safepoint for revocation
Summary: Revocations are now executed with thread local handshakes instead of safepoints
Reviewed-by: dcubed, coleenp, dholmes, rehn, mgronlun
jiangli [Tue, 09 Jul 2019 10:27:38 -0700] rev 55624
8225035: Thread stack size issue caused by large TLS size
Summary: Adjust thread stack size for static TLS on Linux when AdjustStackSizeForTLS is enabled.
Reviewed-by: dholmes, fweimer, stuefe, rriggs, martin
Contributed-by: jeremymanson@google.com, fweimer@redhat.com, jianglizhou@google.com
mbaesken [Mon, 08 Jul 2019 13:29:02 +0200] rev 55623
8227389: Remove unsupported xlc16 compile options on aix
Reviewed-by: clanger, mdoerr
jlahoda [Tue, 09 Jul 2019 09:20:04 +0200] rev 55622
8223443: Calling Trees.getScope early changes names of local/anonymous classes
Summary: Ensure Trees.getScope does not affect the rest of the compilation.
Reviewed-by: mcimadamore
mikael [Mon, 08 Jul 2019 16:20:40 -0700] rev 55621
Merge
dcubed [Mon, 08 Jul 2019 12:16:13 -0400] rev 55620
Merge
jcm [Mon, 08 Jul 2019 04:01:54 -0700] rev 55619
8221577: [Graal] Implement basic type consistency checks for Low level MH intrinsics
Reviewed-by: kvn
mdoerr [Mon, 08 Jul 2019 10:56:05 +0200] rev 55618
8226302: Test failures on IBM platforms (power and s/390) after JDK-8223837
Summary: Adjust heap size values for 32M heap aligment (page size 64k)
Reviewed-by: goetz, rschmelter, tschatzl
never [Sun, 07 Jul 2019 18:27:38 -0700] rev 55617
8221514: [Graal] java/lang/String/CompactString/ tests fail with "GraalError: failed guarantee: no FrameState at DeoptimizingNode" in Graal -Xcomp mode
Summary: Put FrameState directly on final StateSplit in intrinsics.
Reviewed-by: thartmann, kvn, dnsimon, gdub
yzheng [Sun, 07 Jul 2019 18:17:46 -0700] rev 55616
8224254: compiler/graalunit/HotspotJdk9Test.java is timing out intermittently
Reviewed-by: kvn, thartmann
kvn [Sun, 07 Jul 2019 18:10:18 -0700] rev 55615
8225064: [Graal] Application SEGV in G1ParScanThreadState::copy_to_survivor_space(G1HeapRegionAttr, oopDesc*, markOopDesc*)+0x48
Summary: switch off ReduceInitialCardMarks optimization in Graal in JDK 13 (full fix is in JDK 14)
Reviewed-by: thartmann, never
avu [Sun, 07 Jul 2019 10:52:30 -0700] rev 55614
8226654: Some swing gtk regression tests fail with "java.lang.InternalError: Unable to load native GTK librarie
Reviewed-by: prr, psadhukhan
weijun [Sat, 06 Jul 2019 08:11:19 +0800] rev 55613
8227305: Krb5Util::getTicketFromSubjectAndTgs is useless
Reviewed-by: xuelei
ecaspole [Mon, 08 Jul 2019 18:30:09 -0400] rev 55612
Merge