shade [Wed, 08 Nov 2017 11:48:15 +0100] rev 55779
Revert the part of G1 slowpath fix
shade [Wed, 08 Nov 2017 11:05:20 +0100] rev 55778
Fix newlines and whitespace to minimize difference against upstream
chegar [Wed, 08 Nov 2017 09:34:56 +0000] rev 55777
http-client-branch: Publisher/Subscriber/Subscription conformance fixes
dfuchs [Tue, 07 Nov 2017 19:46:59 +0000] rev 55776
http-client-branch: ensure ResponseSubscribers.HttpResponseInputStreamTest::read will throw an exception when onError is called
dfuchs [Tue, 07 Nov 2017 15:36:25 +0000] rev 55775
http-client-branch: split HpackDriver.java
dfuchs [Tue, 07 Nov 2017 15:22:03 +0000] rev 55774
http-client-branch: split WSDriver.java
prappo [Tue, 07 Nov 2017 16:48:32 +0300] rev 55773
http-client-branch: Removed unused *PushPublisher types
lancea [Mon, 06 Nov 2017 16:16:22 -0500] rev 55772
JDK-8188051-branch: Initital code
lancea [Mon, 06 Nov 2017 16:03:50 -0500] rev 55771
Initial changes for JDK-8188051-branch
prappo [Mon, 06 Nov 2017 21:37:28 +0300] rev 55770
http-client-branch: merge
prappo [Mon, 06 Nov 2017 21:31:00 +0300] rev 55769
http-client-branch: fixing sloppy merge in HPACK
dfuchs [Mon, 06 Nov 2017 18:17:09 +0000] rev 55768
http-client-branch: SSLTube should call onSubscribe in the flow
shade [Mon, 06 Nov 2017 18:53:38 +0100] rev 55767
Initial import of Epsilon sources from jdk10/sandbox
chegar [Mon, 06 Nov 2017 13:06:34 +0000] rev 55766
http-client-branch: Make ResponeBodyTest is more tolerant of file size
chegar [Mon, 06 Nov 2017 12:24:15 +0000] rev 55765
http-client-branch: add HTTP/1.1 header parser test for 8188002
chegar [Sun, 05 Nov 2017 21:19:55 +0000] rev 55764
http-client-branch: WebSocket permission checks, test updates, and more
chegar [Sun, 05 Nov 2017 17:32:13 +0000] rev 55763
http-client-branch: intial load from jdk10/sandbox
chegar [Sun, 05 Nov 2017 17:05:57 +0000] rev 55762
http-client-branch: initial branch creation
jjg [Mon, 22 Jul 2019 16:10:25 -0700] rev 55761
8222791: Order of evaluation of -link params in Javadoc tool reversed -> regression with split packages
Reviewed-by: hannesw
zgu [Sat, 13 Jul 2019 12:15:17 -0400] rev 55760
8227866: Shenandoah: Split weak root processing and class unloading in parallel cleaning task
Reviewed-by: rkennke
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