amenkov [Mon, 22 Jul 2019 10:26:21 -0700] rev 55759
8227693: HTML error in jdwp-protocol.html
Reviewed-by: dcubed, sspitsyn
rschmelter [Mon, 22 Jul 2019 14:40:00 +0200] rev 55758
8227868: jinfo and jstack can fail converting UTF8 output to strings
Reviewed-by: sgehwolf, dholmes, cjplummer
sgehwolf [Mon, 22 Jul 2019 10:48:14 +0200] rev 55757
8228434: jdk/net/Sockets/Test.java fails after JDK-8227642
Summary: Move container constant to separate test lib class
Reviewed-by: alanb
jlahoda [Mon, 22 Jul 2019 12:21:18 +0200] rev 55756
8227923: End position of EndElementTree is -1
Summary: Fixing end positions for DocTrees EndElementTree, EntityTree and CommentTree.
Reviewed-by: jjg
jiefu [Mon, 22 Jul 2019 14:31:04 +0800] rev 55755
8225648: [TESTBUG] java/lang/annotation/loaderLeak/Main.java fails with -Xcomp
Reviewed-by: alanb, iklam
mbaesken [Wed, 17 Jul 2019 15:40:27 +0200] rev 55754
8227869: fix wrong format specifiers in os_aix.cpp
Reviewed-by: dholmes, mdoerr, clanger
mbaesken [Tue, 16 Jul 2019 16:01:10 +0200] rev 55753
8227737: avoid implicit-function-declaration on AIX
Reviewed-by: clanger, goetz
kbarrett [Fri, 19 Jul 2019 16:47:11 -0400] rev 55752
8162929: Enqueuing dirty cards into a single DCQS during GC does not scale
Summary: Refactor into G1RedirtyCardsQueue[Set] and G1DirtyCardQueueSet
Reviewed-by: tschatzl, sangheki
tonyp [Fri, 19 Jul 2019 12:39:31 -0400] rev 55751
8227179: Test for new gc+metaspace=info output format
Reviewed-by: tschatzl, kbarrett
redestad [Fri, 19 Jul 2019 15:36:23 +0200] rev 55750
8228394: Cleanup unused java.net SharedSecrets classes
Reviewed-by: alanb, chegar
vlivanov [Fri, 19 Jul 2019 16:25:04 +0300] rev 55749
8227260: JNI upcalls should bypass class initialization barrier in c2i adapter
Reviewed-by: eosterlund, dholmes, mdoerr, dpochepk
sgehwolf [Mon, 08 Jul 2019 17:44:34 +0200] rev 55748
8227397: Add --with-extra-asflags configure option
Reviewed-by: phh
mbaesken [Fri, 19 Jul 2019 12:35:33 +0200] rev 55747
8228420: compile error in shenandoahSupport.cpp with clang 9
Reviewed-by: shade
sgehwolf [Fri, 12 Jul 2019 19:37:25 +0200] rev 55746
8227642: [TESTBUG] Make docker tests podman compatible
Reviewed-by: mseledtsov, iignatyev
mdoerr [Fri, 19 Jul 2019 10:18:48 +0200] rev 55745
8227692: Remove develop feature PrintMallocStatistics
Reviewed-by: coleenp, dcubed
mbaesken [Thu, 18 Jul 2019 14:01:54 +0200] rev 55744
8228368: avoid incompatible pointer to integer conversion initializing gint in gtk2_interface
Reviewed-by: prr
mbaesken [Tue, 16 Jul 2019 14:42:36 +0200] rev 55743
8227633: avoid comparing this pointers to NULL
Reviewed-by: coleenp, mdoerr
joehw [Fri, 19 Jul 2019 02:40:59 +0000] rev 55742
8157830: Errors in XSLT stylesheet are not dispatched correctly to ErrorListener
Reviewed-by: lancea
bpb [Thu, 18 Jul 2019 17:10:33 -0700] rev 55741
8228392: Backout incorrect change done by JDK-8067801
Reviewed-by: lancea
kbarrett [Thu, 18 Jul 2019 14:57:32 -0400] rev 55740
8227653: Add VM Global OopStorage
Summary: Replaced conditional JVMCI global storage with VM global storage.
Reviewed-by: tschatzl, lfoltan, kvn
zgu [Wed, 17 Jul 2019 08:33:38 -0400] rev 55739
8227755: Need more than 2 distinct CodeCache unloading cycles
Reviewed-by: eosterlund, rkennke
kbarrett [Thu, 18 Jul 2019 11:54:54 -0400] rev 55738
8227652: SetupOperatorNewDeleteCheck should discuss deleting destructors
Summary: Add comment describing deleting destructors
Reviewed-by: dholmes
bpb [Thu, 18 Jul 2019 07:54:21 -0700] rev 55737
8228338: tools/pack200/TimeStamp.java fails with NullPointerException
Reviewed-by: lancea
ysuenaga [Thu, 18 Jul 2019 21:25:41 +0900] rev 55736
8227815: Minimal VM: set_state is not a member of AttachListener
Reviewed-by: cjplummer
rkennke [Thu, 18 Jul 2019 13:16:10 +0200] rev 55735
8228364: Shenandoah: Remove unused code from ShenandoahBarrierSetC1
Reviewed-by: shade
coleenp [Thu, 18 Jul 2019 07:06:33 -0400] rev 55734
8227766: CheckUnhandledOops is broken in MemAllocator
Summary: Save oop created in handle more eagerly, so CheckUnhandledOops doesn't bash it.
Reviewed-by: lfoltan, eosterlund
rschmelter [Thu, 18 Jul 2019 10:25:49 +0200] rev 55733
8227435: Perf::attach() should not throw a java.lang.Exception
Reviewed-by: sspitsyn, clanger, dholmes
mbaesken [Wed, 17 Jul 2019 09:58:42 +0200] rev 55732
8227834: build.log output from failing commands : include the hs_error file path in case of crashes in build
Reviewed-by: tbell
mbaesken [Wed, 10 Jul 2019 11:11:30 +0200] rev 55731
8227247: tools/sjavac/IdleShutdown.java fails with AssertionError: Error too big on windows
Reviewed-by: jjg, stuefe
bpb [Wed, 17 Jul 2019 15:12:47 -0700] rev 55730
8073213: javadoc of PushbackInputStream methods should specify NullPointerExceptions
Reviewed-by: lancea, darcy
bpb [Wed, 17 Jul 2019 15:12:30 -0700] rev 55729
8228204: Fix for JDK-8067801 breaks java/io/NegativeInitSize.java
Reviewed-by: lancea
bpb [Wed, 17 Jul 2019 14:24:37 -0700] rev 55728
8067801: Enforce null check for underlying I/O streams
Reviewed-by: lancea
bpb [Wed, 17 Jul 2019 14:24:24 -0700] rev 55727
8131664: Javadoc for PrintStream is now incorrect
Reviewed-by: lancea, darcy
mikael [Wed, 17 Jul 2019 13:41:38 -0700] rev 55726
Added tag jdk-14+6 for changeset 443f7359b34d
dtitov [Wed, 17 Jul 2019 11:23:51 -0700] rev 55725
8206179: com/sun/management/OperatingSystemMXBean/GetCommittedVirtualMemorySize.java fails with Committed virtual memory size illegal value
Reviewed-by: sspitsyn, cjplummer
tschatzl [Wed, 17 Jul 2019 16:33:19 +0200] rev 55724
8227090: G1 does not account the OptMergeRS in cost per card calculation
Reviewed-by: sangheki, kbarrett
tschatzl [Wed, 17 Jul 2019 16:33:19 +0200] rev 55723
8227089: Add timing information for merging humongous remembered sets
Reviewed-by: sangheki, kbarrett
tschatzl [Wed, 17 Jul 2019 16:33:19 +0200] rev 55722
8227084: Add timing information for merge heap root preparation
Reviewed-by: sangheki, kbarrett
tschatzl [Wed, 17 Jul 2019 16:33:19 +0200] rev 55721
8227671: G1: assert_used_and_recalculate_used_equal performs work in product builds
Reviewed-by: kbarrett, sangheki
tschatzl [Wed, 17 Jul 2019 16:33:19 +0200] rev 55720
8226232: Move merge heap roots code out from G1RemSetScanState
Reviewed-by: sangheki, kbarrett
ysuenaga [Wed, 17 Jul 2019 23:22:48 +0900] rev 55719
8227738: jvmti/DataDumpRequest/datadumpreq001 failed due to "exit code is 134"
Reviewed-by: sspitsyn, cjplummer
zgu [Sat, 13 Jul 2019 12:14:24 -0400] rev 55718
8227635: Shenandoah: SHBSA::load_at() needs to deal IN_NATIVE load
Reviewed-by: rkennke, roland
mikael [Wed, 17 Jul 2019 04:33:37 -0700] rev 55717
Merge
henryjen [Wed, 17 Jul 2019 00:21:02 +0000] rev 55716
Merge
jnimeh [Thu, 02 May 2019 17:43:26 -0700] rev 55715
8222678: Improve TLS negotiation
Reviewed-by: mullan, rhalade, mschoene
weijun [Tue, 23 Apr 2019 08:34:51 +0800] rev 55714
8222751: closed/test/jdk/sun/security/util/DerIndefLenConverter/IndefBerPkcs12.java fail
Reviewed-by: jnimeh, ascarpino, ssahoo, skoivu
xuelei [Thu, 11 Apr 2019 17:58:18 -0700] rev 55713
8218873: Improve JSSE endpoint checking
Reviewed-by: mullan, ahgross, rhalade
serb [Wed, 10 Apr 2019 14:43:13 -0700] rev 55712
8218876: Improve PNG support options
Reviewed-by: prr, rhalade, mschoene
dfuchs [Wed, 10 Apr 2019 15:49:24 +0100] rev 55711
8221518: Normalize normalization
Reviewed-by: chegar, igerasim, ahgross, rhalade
jnimeh [Wed, 03 Apr 2019 13:35:11 -0700] rev 55710
8221345: Better Poly1305 support
Reviewed-by: apetcher, mschoene, rhalade
darcy [Thu, 28 Mar 2019 14:18:57 -0700] rev 55709
8212328: Exceptional throw cases
Reviewed-by: smarks, rriggs, igerasim, ahgross, skoivu
serb [Wed, 27 Mar 2019 00:24:13 -0700] rev 55708
8220517: Enhanced GIF support
Reviewed-by: aivanov, ssahoo, mschoene, prr
jnimeh [Thu, 07 Mar 2019 22:19:12 -0800] rev 55707
8219775: Certificate validation improvements
Reviewed-by: ascarpino, ssahoo, skoivu
xuelei [Wed, 27 Feb 2019 13:58:04 -0800] rev 55706
8218863: Better endpoint checks
Reviewed-by: ahgross, jnimeh, mullan, rhalade
mullan [Thu, 07 Feb 2019 08:47:10 -0500] rev 55705
8216381: More limited privilege usage
Reviewed-by: ahgross, coffeys, rhalade
prappo [Wed, 30 Jan 2019 14:14:57 +0000] rev 55704
8213431: Improve file protocol handling
Reviewed-by: chegar, dfuchs, igerasim, rhalade, weijun
weijun [Wed, 30 Jan 2019 10:51:50 +0800] rev 55703
8217563: Improve realm maintenance
Reviewed-by: mullan, mschoene, valeriep
smarks [Wed, 23 Jan 2019 14:45:54 -0800] rev 55702
8213432: Better copies of CopiesList
Reviewed-by: rriggs, skoivu, ahgross, robm, rhalade, jeff
alitvinov [Tue, 16 Jul 2019 15:15:45 +0100] rev 55701
8227392: Colors with alpha are painted incorrectly on Linux, after JDK-8214579
8224825: java/awt/Color/AlphaColorTest.java fails in linux-x64 system
Reviewed-by: prr
jlahoda [Tue, 16 Jul 2019 10:48:22 +0200] rev 55700
8227640: javac crashes on text blocks with invalid escapes.
Summary: Do not translate escape sequences if text block contains illegal escapes.
Reviewed-by: jlaskey
serb [Mon, 15 Jul 2019 16:25:23 -0700] rev 55699
8226653: [accessibility] Can edit text cell correctly, but Accessibility Tool reads nothing about editor
Reviewed-by: prr
ccheung [Mon, 15 Jul 2019 09:53:23 -0700] rev 55698
8227496: Update NUM_CDS_REGIONS and CURRENT_CDS_ARCHIVE_VERSION in cds.h
Reviewed-by: jiangli
plevart [Sat, 13 Jul 2019 10:43:45 +0000] rev 55697
8227368: EnumSet.class serialization broken in JDK 9+
Reviewed-by: smarks
clanger [Fri, 12 Jul 2019 21:38:46 +0200] rev 55696
8227636: Fix output dir for jlink_jre target in Images.gmk
Reviewed-by: tbell
stuefe [Thu, 04 Jul 2019 11:55:00 +0200] rev 55695
8227252: [aix] Disable jdk/java/lang/reflect/exeCallerAccessTest
Reviewed-by: goetz
ccheung [Fri, 12 Jul 2019 08:40:37 -0700] rev 55694
8226406: JVM fails to detect mismatched or corrupt CDS archive
Summary: Check important archive header fields such as _jvm_ident before processing other fields.
Reviewed-by: iklam, jiangli
redestad [Wed, 17 Jul 2019 12:35:46 +0200] rev 55693
8227587: Add internal privileged System.loadLibrary
Reviewed-by: rriggs, mchung, chegar
rkennke [Wed, 17 Jul 2019 11:43:38 +0200] rev 55692
8227677: Shenandoah: C2: Make in-native LRB special case of normal LRB
Reviewed-by: roland
mbaesken [Tue, 16 Jul 2019 11:10:38 +0200] rev 55691
8227631: Adjust AIX version check
Reviewed-by: clanger, goetz
njian [Wed, 17 Jul 2019 10:11:05 +0800] rev 55690
8227615: [TESTBUG] JTReg "jdk/sun/security/util/FilePermCompat/CompatImpact.java" fails with graal
Reviewed-by: kvn
Contributed-by: xiaohong.gong@arm.com
pli [Tue, 16 Jul 2019 00:57:00 +0000] rev 55689
8227512: [TESTBUG] Fix JTReg javac test failures with Graal
Reviewed-by: mcimadamore
joehw [Tue, 16 Jul 2019 21:12:14 +0000] rev 55688
8176447: javax.xml.validation.Validator validates incorrectly on uniqueness constraint
Reviewed-by: lancea
redestad [Tue, 16 Jul 2019 17:50:54 +0200] rev 55687
8227720: Improve ExtendedSocketOptions initialization
Reviewed-by: chegar, vtewari
bulasevich [Tue, 16 Jul 2019 18:05:42 +0300] rev 55686
8227632: Incorrect PrintCompilation message: made not compilable on levels 0 1 2 3 4
Summary: Fixing the message to print actual comp_level
Reviewed-by: dlong, kvn
rschmelter [Tue, 16 Jul 2019 13:57:13 +0200] rev 55685
8227440: Implement fix to JDK-8224642 on all platforms
Reviewed-by: sspitsyn, clanger
njian [Mon, 15 Jul 2019 03:14:28 +0000] rev 55684
8227574: [TESTBUG] JTReg tests fail with Graal due to access denied
Reviewed-by: kvn
Contributed-by: xiaohong.gong@arm.com
mbaesken [Fri, 12 Jul 2019 12:19:58 +0200] rev 55683
8227630: adjust format specifiers in loadlib_aix.cpp
Reviewed-by: mdoerr, shade
ysuenaga [Tue, 16 Jul 2019 07:29:12 +0900] rev 55682
8225690: Multiple AttachListener threads can be created
Reviewed-by: sspitsyn, cjplummer
zgu [Mon, 15 Jul 2019 11:23:05 -0400] rev 55681
8225483: Shenandoah: Enhance native access barrier
Reviewed-by: rkennke
yzhou [Mon, 15 Jul 2019 10:21:33 +0800] rev 55680
8227289: Enable assertions for some shell to java conversion tests after JDK-8218960
Reviewed-by: naoto
rkennke [Mon, 15 Jul 2019 15:27:06 +0200] rev 55679
8227676: Shenandoah: More consistent naming of LRB entry points
Reviewed-by: shade
rkennke [Mon, 15 Jul 2019 12:31:35 +0200] rev 55678
8227637: Adjust Shenandoah C2 verifier to recognize IN_NATIVE barriers
Reviewed-by: roland
fyuan [Mon, 15 Jul 2019 17:53:36 +0800] rev 55677
8227438: [TESTLIB] Determine if file exists by Files.exists in function FileUtils.deleteFileIfExistsWithRetry
Reviewed-by: lancea, joehw
ysuenaga [Sat, 13 Jul 2019 20:55:25 +0900] rev 55676
8227594: sadebugd/DebugdConnectTest.java fails due to "java.rmi.NotBoundException: SARemoteDebugger"
Reviewed-by: cjplummer, sspitsyn
jjg [Fri, 12 Jul 2019 15:15:07 -0700] rev 55675
8227644: make more build-time variables available to Markdown files
Reviewed-by: mchung
jcm [Fri, 12 Jul 2019 11:51:07 -0700] rev 55674
8227068: [Graal] MappedByteBuffer bulk access memory failures are not handled gracefully
Summary: Unsafe.copyMemory access failures are handled gracefully.
Reviewed-by: dnsimon, kvn
jjg [Fri, 12 Jul 2019 10:44:11 -0700] rev 55673
8227613: "draft" header should be in a <header> instead of <div>
Reviewed-by: mchung, iris
jiangli [Fri, 12 Jul 2019 10:39:19 -0700] rev 55672
8227582: runtime/TLS/testtls.sh fails on x86_32
Summary: Disable the negative test case for regular testing.
Reviewed-by: shade
mikael [Fri, 12 Jul 2019 02:50:43 -0700] rev 55671
Merge
clanger [Fri, 12 Jul 2019 10:57:27 +0200] rev 55670
8227578: Wrong JRE targets in Images.gmk after JDK-8219971
Reviewed-by: tbell
fyuan [Fri, 12 Jul 2019 13:59:22 +0800] rev 55669
8227422: sun/net/www/protocol/file/DirPermissionDenied.java failed on Windows 2016 because DirPermissionDenied directory has no read permission
Reviewed-by: dfuchs
psadhukhan [Fri, 12 Jul 2019 09:27:00 +0530] rev 55668
8225423: GTK L&F: JSplitPane: There is no divider shown
Reviewed-by: prr, serb
valeriep [Thu, 11 Jul 2019 20:11:47 +0000] rev 55667
8225745: NoSuchAlgorithmException exception for SHA256withECDSA with RSASSA-PSS support
Summary: Fixed SignatureUtil and ECDSA signature impl to handle EC parameters
Reviewed-by: weijun
jjg [Thu, 11 Jul 2019 12:13:52 -0700] rev 55666
8227602: Update nroff version of man pages
Reviewed-by: mchung
hannesw [Thu, 11 Jul 2019 17:11:54 +0200] rev 55665
8227391: Update double-conversion to version 3.1.5
Reviewed-by: attila
aph [Thu, 11 Jul 2019 11:36:56 +0100] rev 55664
Merge
aph [Tue, 02 Jul 2019 16:54:52 +0100] rev 55663
8226525: HotSpot compile-time error for x86-32
Reviewed-by: shade
jjg [Wed, 10 Jul 2019 13:14:22 -0700] rev 55662
8227549: Fix style of links in specs for consistency
Reviewed-by: iris, mchung
valeriep [Wed, 10 Jul 2019 18:43:45 +0000] rev 55661
8181386: CipherSpi ByteBuffer to byte array conversion fails for certain data overlap conditions
Summary: Detect potential buffer overlap and use extra buffer if necessary
Reviewed-by: xuelei
neliasso [Wed, 10 Jul 2019 18:48:05 +0200] rev 55660
8226536: Catch OOM from deopt that fails rematerializing objects
Reviewed-by: vlivanov, thartmann
mikael [Wed, 10 Jul 2019 08:24:31 -0700] rev 55659
Added tag jdk-13+29 for changeset 3081f39a3d30
joehw [Thu, 11 Jul 2019 15:58:54 +0000] rev 55658
8178843: A bug in an inner loop in MethodGenerator's getLocals method
Reviewed-by: lancea
hannesw [Thu, 11 Jul 2019 16:43:15 +0200] rev 55657
8223451: Make optimistic types disabled by default
Reviewed-by: sundar, jlaskey, attila
redestad [Thu, 11 Jul 2019 15:38:09 +0200] rev 55656
8227527: LogDecorations should lazily resolve host name
Reviewed-by: gziemski, lfoltan, stuefe
hseigel [Thu, 11 Jul 2019 09:26:04 -0400] rev 55655
8226798: JVM crash in klassItable::initialize_itable_for_interface(int, InstanceKlass*, bool, Thread*)
Summary: When calculating vtable size at class load time, do not look for miranda method if matching package private method is found in a super class.
Reviewed-by: acorn, lfoltan
rkennke [Thu, 04 Jul 2019 17:31:03 +0200] rev 55654
8226695: Shenandoah: Wire C1 and C2 IN_NATIVE barrier
Reviewed-by: roland
stuefe [Thu, 11 Jul 2019 06:56:51 +0200] rev 55653
8227275: Within native OOM error handling, assertions may hang the process
Reviewed-by: mdoerr, coleenp
stuefe [Thu, 11 Jul 2019 06:49:49 +0200] rev 55652
8227031: Print NMT statistics on fatal errors
Reviewed-by: mbaesken, mdoerr
jjg [Wed, 10 Jul 2019 16:23:59 -0700] rev 55651
8227416: Add a "Table Of Contents" to HTML version of man pages
Reviewed-by: mchung
ysuenaga [Thu, 11 Jul 2019 08:19:56 +0900] rev 55650
8209790: SA tools not providing option to connect to debug server
Reviewed-by: sspitsyn, cjplummer
dfuchs [Wed, 10 Jul 2019 22:33:23 +0200] rev 55649
8227539: Replace wildcard address with loopback or local host in tests - part 20
Summary: Update some tests to stop using the wildcard address.
Reviewed-by: michaelm
joehw [Wed, 10 Jul 2019 16:45:28 +0000] rev 55648
7148925: StAXSource causes exceptions to be thrown with certain wellformed XML instances
Reviewed-by: lancea
fmatte [Tue, 02 Jul 2019 08:43:44 -0700] rev 55647
8225715: jhsdb jmap fails to write binary heap dump of a jshell process
Summary: Add a Null check for getSourceFileName() before writing into thread dump.
Reviewed-by: cjplummer, kevinw
mikael [Wed, 10 Jul 2019 08:20:41 -0700] rev 55646
Added tag jdk-14+5 for changeset 0f1e29c77e50
aefimov [Wed, 10 Jul 2019 16:09:20 +0100] rev 55645
8226756: Replace wildcard address with loopback or local host in tests - part 18
Reviewed-by: dfuchs
Contributed-by: Patrick Concannon <patrick.concannon@oracle.com>
mikael [Wed, 10 Jul 2019 07:27:58 -0700] rev 55644
Merge
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
ecaspole [Mon, 08 Jul 2019 17:57:33 -0400] rev 55611
8225626: JMH Test Support for JDK-8222074
Summary: Micros for new SuperWord optimizations
Reviewed-by: vlivanov, ecaspole
Contributed-by: shravya.rukmannagari@intel.com
kbarrett [Mon, 08 Jul 2019 17:24:21 -0400] rev 55610
8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out
Summary: Disable ZapUnusedHeapArea and VerifyBeforeExit for gc/arguments tests.
Reviewed-by: tschatzl, tonyp
dcubed [Mon, 08 Jul 2019 12:14:15 -0400] rev 55609
Merge
dcubed [Mon, 08 Jul 2019 11:38:49 -0400] rev 55608
8227117: normal interpreter table is not restored after single stepping with TLH
Reviewed-by: sspitsyn, eosterlund, dholmes, coleenp
tschatzl [Mon, 08 Jul 2019 09:24:40 +0200] rev 55607
8224741: Optimize the scan area during the Scan Heap Roots phase
Summary: When scanning card blocks, remember the last address already scanned. Continue scanning from this address.
Reviewed-by: kbarrett, lkorinth
shade [Fri, 05 Jul 2019 23:31:32 +0200] rev 55606
8227327: Shenandoah: Faster and more parallel tests
Reviewed-by: rkennke
mikael [Fri, 05 Jul 2019 11:01:31 -0700] rev 55605
Merge
jcm [Fri, 05 Jul 2019 00:24:54 -0700] rev 55604
8226627: assert(t->singleton()) failed: must be a constant
Summary: Implemented constant folding for MaxFD, MinFD.
Reviewed-by: thartmann, bsrbnd, pli
stefank [Mon, 10 Jun 2019 13:04:12 +0200] rev 55603
8227175: ZGC: ZHeapIterator visits potentially dead objects
Reviewed-by: zgu, eosterlund
stefank [Tue, 02 Jul 2019 12:24:26 +0200] rev 55602
8227083: ZGC: C2: Generates on_weak barrier for WeakCompareAndSwap
Reviewed-by: neliasso, eosterlund
stefank [Tue, 02 Jul 2019 12:10:18 +0200] rev 55601
8225770: ZGC: C2: Generates on_weak instead of on_strong barriers
Reviewed-by: neliasso, eosterlund
dholmes [Wed, 03 Jul 2019 23:34:20 +0000] rev 55600
8227055: Minor edits to launcher help text
Reviewed-by: mchung
weijun [Thu, 04 Jul 2019 07:25:47 +0800] rev 55599
8226963: More clarification on possible sequencing error in GSSContext::unwrap
Reviewed-by: mullan
weijun [Thu, 04 Jul 2019 07:25:11 +0800] rev 55598
8227061: KDC.java test behaves incorrectly when AS-REQ contains a PAData not PA-ENC-TS-ENC
Reviewed-by: mullan
amenkov [Fri, 05 Jul 2019 10:35:37 -0700] rev 55597
8227124: "could not open pipe" error does not report error details
Reviewed-by: sspitsyn, cjplummer
redestad [Fri, 05 Jul 2019 13:40:29 +0200] rev 55596
8225239: Refactor NetworkInterface lookups
Reviewed-by: michaelm, dfuchs, chegar
vlivanov [Fri, 05 Jul 2019 12:55:54 +0300] rev 55595
8226409: Enable argument profiling for sun.misc.Unsafe.put*/get*
Reviewed-by: kvn
rkennke [Fri, 05 Jul 2019 11:07:09 +0200] rev 55594
8227039: Shenandoah: Aggressive heuristics for Traversal mode
Reviewed-by: shade
rkennke [Thu, 04 Jul 2019 20:29:56 +0200] rev 55593
8222079: Don't use memset to initialize fields decode_env constructor in disassembler.cpp
Reviewed-by: dlong, stuefe, mdoerr
kbarrett [Thu, 04 Jul 2019 13:26:41 -0400] rev 55592
8226793: Replace OopStorage dup_name with os::strdup
Summary: Use os::strdup and os::free.
Reviewed-by: tschatzl
rkennke [Thu, 04 Jul 2019 17:02:19 +0200] rev 55591
8226823: Adjust BarrierSetC2 for C2 runtime calls
Reviewed-by: neliasso, roland
rkennke [Thu, 04 Jul 2019 17:02:17 +0200] rev 55590
8226822: GC interface for C1 runtime calls
Reviewed-by: neliasso, roland
jlahoda [Thu, 04 Jul 2019 16:51:24 +0200] rev 55589
8227010: Error recovery after local variable redeclaration can be improved
Summary: Entering duplicate local variables into the current scope so that the new variable is used instead of the previous variable.
Reviewed-by: mcimadamore
redestad [Thu, 04 Jul 2019 15:00:03 +0200] rev 55588
8224657: [TESTBUG] java/util/Locale/SoftKeys.java should be ignored but run
Reviewed-by: alanb
rkennke [Thu, 04 Jul 2019 14:28:31 +0200] rev 55587
8226757: Shenandoah: Make traversal and passive modes explicit
Reviewed-by: shade
stuefe [Mon, 01 Jul 2019 16:28:17 +0200] rev 55586
8227032: MetaspaceUtils::print_report crashes when called before initialization
Reviewed-by: tschatzl, goetz
stuefe [Thu, 04 Jul 2019 11:55:00 +0200] rev 55585
8227252: [aix] Disable jdk/java/lang/reflect/exeCallerAccessTest
Reviewed-by: goetz
mbaesken [Wed, 03 Jul 2019 13:34:10 +0200] rev 55584
8227171: provide function names in native stack trace on aix with xlc16
Reviewed-by: stuefe
thartmann [Thu, 04 Jul 2019 09:12:21 +0200] rev 55583
8227173: Minor cleanup of unused code in compile.hpp
Summary: Removed unused code.
Reviewed-by: kvn
darcy [Wed, 03 Jul 2019 16:29:20 -0700] rev 55582
8227202: clarify Class.isEnum() doc
Reviewed-by: bpb
mikael [Wed, 03 Jul 2019 15:47:39 -0700] rev 55581
Merge
mikael [Wed, 03 Jul 2019 14:11:21 -0700] rev 55580
Added tag jdk-13+28 for changeset 1e95931e7d8f
dnsimon [Wed, 03 Jul 2019 11:07:48 -0700] rev 55579
8226566: [JVMCI] java.* classes are no longer necessarily resolved by the boot class loader
Reviewed-by: kvn, dlong
bpb [Wed, 03 Jul 2019 14:37:19 -0700] rev 55578
8227080: (fs) Files.newInputStream(...).skip(n) is slow
Reviewed-by: sbordet, rriggs, fweimer
mikael [Wed, 03 Jul 2019 14:18:15 -0700] rev 55577
Added tag jdk-14+4 for changeset 19d0b382f086
tonyp [Wed, 03 Jul 2019 15:46:48 -0400] rev 55576
8223575: add subspace transitions to gc+metaspace=info log lines
Reviewed-by: stuefe, tschatzl
joehw [Wed, 03 Jul 2019 16:30:19 +0000] rev 55575
8223291: Whitespace is added to CDATA tags when using OutputKeys.INDENT to format XML
Reviewed-by: dfuchs, lancea
rkennke [Wed, 03 Jul 2019 17:52:56 +0200] rev 55574
8227199: Shenandoah: Remove superfluous calls to can_do_traversal_gc()
Reviewed-by: shade
mikael [Wed, 03 Jul 2019 07:56:41 -0700] rev 55573
Merge
shade [Thu, 13 Jun 2019 19:37:49 +0200] rev 55572
8224881: Shenandoah: trashing "Collection Set, Pinned" region during Degenerated GC
Reviewed-by: rkennke, zgu
mgronlun [Wed, 03 Jul 2019 11:34:46 +0200] rev 55571
8214542: JFR: Old Object Sample event slow on a deep heap in debug builds
Reviewed-by: egahlin, rwestberg
weijun [Wed, 03 Jul 2019 11:43:01 +0800] rev 55570
8226719: Kerberos login to Windows 2000 failed with "Inappropriate type of checksum in message"
Reviewed-by: xuelei
kbarrett [Tue, 02 Jul 2019 18:24:47 -0400] rev 55569
8226366: Excessive ServiceThread wakeups for OopStorage cleanup
Summary: Drive wakes via safepoint cleanups with interval minimums.
Reviewed-by: coleenp, tschatzl
sspitsyn [Tue, 02 Jul 2019 14:02:32 -0700] rev 55568
8226596: Accessibility errors in jdwp-protocol.html
Summary: Fix accessability issues in the JDWP spec
Reviewed-by: amenkov, dholmes