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