Wed, 15 Nov 2017 11:39:54 +0000 |
chegar |
http-client-branch: spec clarifications and minor fix to sendXXX methods
http-client-branch
|
changeset |
files
|
Tue, 14 Nov 2017 16:28:52 +0000 |
dfuchs |
http-client-branch: Cleanup unneeded buffer instance variable from Http1Exchange
http-client-branch
|
changeset |
files
|
Tue, 14 Nov 2017 15:57:11 +0000 |
dfuchs |
http-client-branch: Add some more logging to sun.net.httpserver.ServerImpl
http-client-branch
|
changeset |
files
|
Tue, 14 Nov 2017 15:28:10 +0000 |
chegar |
http-client-branch: remove cookieMan
http-client-branch
|
changeset |
files
|
Tue, 14 Nov 2017 15:14:51 +0000 |
chegar |
http-client-branch: CookieManager -> CookieHandler
http-client-branch
|
changeset |
files
|
Tue, 14 Nov 2017 14:58:39 +0000 |
chegar |
http-client-branch: fix test post trailers removal
http-client-branch
|
changeset |
files
|
Tue, 14 Nov 2017 14:35:08 +0000 |
chegar |
http-client-branch: remove unimplemented response trailers
http-client-branch
|
changeset |
files
|
Tue, 14 Nov 2017 13:27:32 +0000 |
chegar |
http-client-branch: minor spec edits in HttpClient.Builder
http-client-branch
|
changeset |
files
|
Mon, 13 Nov 2017 16:01:47 +0000 |
dfuchs |
Merge
http-client-branch
|
changeset |
files
|
Mon, 13 Nov 2017 15:48:39 +0000 |
chegar |
http-client-branch: fix SmokeTest to use the correct client
http-client-branch
|
changeset |
files
|
Mon, 13 Nov 2017 14:56:09 +0000 |
dfuchs |
http-client-impl: drop usage of ByteBufferReference temporarily. Using it properly requires changing FlowTube to work with List<BBR> or BBR[] instead of List<BB>. May be added back later if there is a performance gain.
http-client-branch
|
changeset |
files
|
Mon, 13 Nov 2017 16:13:11 +0300 |
prappo |
http-client-branch: common URLPermission paths
http-client-branch
|
changeset |
files
|
Mon, 13 Nov 2017 14:43:09 +0300 |
prappo |
http-client-branch: fix for failing ConnectionPoolTestDriver
http-client-branch
|
changeset |
files
|
Mon, 13 Nov 2017 11:05:52 +0300 |
prappo |
http-client-branch: (cleanup)
http-client-branch
|
changeset |
files
|
Fri, 10 Nov 2017 19:10:54 +0100 |
shade |
Simplify Epsilon barrier set after BS cleanup
epsilon-gc-branch
|
changeset |
files
|
Fri, 10 Nov 2017 18:57:51 +0100 |
shade |
Merge
epsilon-gc-branch
|
changeset |
files
|
Fri, 10 Nov 2017 18:22:50 +0300 |
prappo |
http-client-branch: (cleanup)
http-client-branch
|
changeset |
files
|
Fri, 10 Nov 2017 16:24:07 +0300 |
prappo |
http-client-branch: (cleanup)
http-client-branch
|
changeset |
files
|
Fri, 10 Nov 2017 12:36:44 +0000 |
dfuchs |
http-client-branch: make SSLTube connect to SocketTube using FlowTube::connectFlows
http-client-branch
|
changeset |
files
|
Thu, 09 Nov 2017 17:59:23 +0000 |
michaelm |
http-client-branch: added test for JDK-8164941
http-client-branch
|
changeset |
files
|
Thu, 09 Nov 2017 20:04:33 +0300 |
prappo |
http-client-branch: (cleanup)
http-client-branch
|
changeset |
files
|
Thu, 09 Nov 2017 14:28:00 +0000 |
dfuchs |
http-client-branch: removed AsyncConnection interface and associated methods in subclasses
http-client-branch
|
changeset |
files
|
Thu, 09 Nov 2017 14:24:43 +0000 |
dfuchs |
http-client-branch: remove test that tests removed class
http-client-branch
|
changeset |
files
|
Thu, 09 Nov 2017 15:44:56 +0300 |
prappo |
http-client-branch: fixed failing Http1HeaderParserTestDriver.java
http-client-branch
|
changeset |
files
|
Thu, 09 Nov 2017 15:24:39 +0300 |
prappo |
http-client-branch: (cleanup) unused imports, unused methods, removed 1 class; typos;
http-client-branch
|
changeset |
files
|
Wed, 08 Nov 2017 22:51:18 +0000 |
chegar |
http-client-branch: more test scenarios for RequestBuilderTest
http-client-branch
|
changeset |
files
|
Wed, 08 Nov 2017 18:11:00 +0000 |
dfuchs |
http-client-branch: HPACK.Logger uses DebugLogger
http-client-branch
|
changeset |
files
|
Wed, 08 Nov 2017 17:14:43 +0000 |
dfuchs |
http-client-impl: use Reference.reachabilityFence to make clear the websokect BuilderImpl must stay strongly referenced until after the WebSocketImpl is created.
http-client-branch
|
changeset |
files
|
Wed, 08 Nov 2017 16:39:47 +0000 |
chegar |
http-client-branch: additional Header test scenarios
http-client-branch
|
changeset |
files
|
Wed, 08 Nov 2017 16:24:56 +0000 |
dfuchs |
http-client-branch: fix test policy file
http-client-branch
|
changeset |
files
|
Wed, 08 Nov 2017 18:45:14 +0300 |
prappo |
http-client-branch: merge
http-client-branch
|
changeset |
files
|
Wed, 08 Nov 2017 18:22:38 +0300 |
prappo |
http-client-branch: removed unused ResponseSubscribers.MultiFile
http-client-branch
|
changeset |
files
|
Wed, 08 Nov 2017 15:28:37 +0000 |
chegar |
http-client-branch: remove dead code
http-client-branch
|
changeset |
files
|
Wed, 08 Nov 2017 14:20:49 +0000 |
chegar |
http-client-branch: Merge
http-client-branch
|
changeset |
files
|
Wed, 08 Nov 2017 12:44:07 +0000 |
chegar |
http-client-branch: merge with default
http-client-branch
|
changeset |
files
|
Wed, 08 Nov 2017 14:04:58 +0000 |
dfuchs |
http-client-branch: fixed activation of debug traces
http-client-branch
|
changeset |
files
|
Wed, 08 Nov 2017 14:08:52 +0300 |
prappo |
http-client-branch: BodySubscriber (previously known as BodyProcessor) naming consistency fixes
http-client-branch
|
changeset |
files
|
Wed, 08 Nov 2017 11:48:15 +0100 |
shade |
Revert the part of G1 slowpath fix
epsilon-gc-branch
|
changeset |
files
|
Wed, 08 Nov 2017 11:05:20 +0100 |
shade |
Fix newlines and whitespace to minimize difference against upstream
epsilon-gc-branch
|
changeset |
files
|
Wed, 08 Nov 2017 09:34:56 +0000 |
chegar |
http-client-branch: Publisher/Subscriber/Subscription conformance fixes
http-client-branch
|
changeset |
files
|
Tue, 07 Nov 2017 19:46:59 +0000 |
dfuchs |
http-client-branch: ensure ResponseSubscribers.HttpResponseInputStreamTest::read will throw an exception when onError is called
http-client-branch
|
changeset |
files
|
Tue, 07 Nov 2017 15:36:25 +0000 |
dfuchs |
http-client-branch: split HpackDriver.java
http-client-branch
|
changeset |
files
|
Tue, 07 Nov 2017 15:22:03 +0000 |
dfuchs |
http-client-branch: split WSDriver.java
http-client-branch
|
changeset |
files
|
Tue, 07 Nov 2017 16:48:32 +0300 |
prappo |
http-client-branch: Removed unused *PushPublisher types
http-client-branch
|
changeset |
files
|
Mon, 06 Nov 2017 16:16:22 -0500 |
lancea |
JDK-8188051-branch: Initital code
JDK-8188051-branch
|
changeset |
files
|
Mon, 06 Nov 2017 16:03:50 -0500 |
lancea |
Initial changes for JDK-8188051-branch
JDK-8188051-branch
|
changeset |
files
|
Mon, 06 Nov 2017 21:37:28 +0300 |
prappo |
http-client-branch: merge
http-client-branch
|
changeset |
files
|
Mon, 06 Nov 2017 21:31:00 +0300 |
prappo |
http-client-branch: fixing sloppy merge in HPACK
http-client-branch
|
changeset |
files
|
Mon, 06 Nov 2017 18:17:09 +0000 |
dfuchs |
http-client-branch: SSLTube should call onSubscribe in the flow
http-client-branch
|
changeset |
files
|
Mon, 06 Nov 2017 18:53:38 +0100 |
shade |
Initial import of Epsilon sources from jdk10/sandbox
epsilon-gc-branch
|
changeset |
files
|
Mon, 06 Nov 2017 13:06:34 +0000 |
chegar |
http-client-branch: Make ResponeBodyTest is more tolerant of file size
http-client-branch
|
changeset |
files
|
Mon, 06 Nov 2017 12:24:15 +0000 |
chegar |
http-client-branch: add HTTP/1.1 header parser test for 8188002
http-client-branch
|
changeset |
files
|
Sun, 05 Nov 2017 21:19:55 +0000 |
chegar |
http-client-branch: WebSocket permission checks, test updates, and more
http-client-branch
|
changeset |
files
|
Sun, 05 Nov 2017 17:32:13 +0000 |
chegar |
http-client-branch: intial load from jdk10/sandbox
http-client-branch
|
changeset |
files
|
Sun, 05 Nov 2017 17:05:57 +0000 |
chegar |
http-client-branch: initial branch creation
http-client-branch
|
changeset |
files
|
Mon, 22 Jul 2019 16:10:25 -0700 |
jjg |
8222791: Order of evaluation of -link params in Javadoc tool reversed -> regression with split packages
|
changeset |
files
|
Sat, 13 Jul 2019 12:15:17 -0400 |
zgu |
8227866: Shenandoah: Split weak root processing and class unloading in parallel cleaning task
|
changeset |
files
|
Mon, 22 Jul 2019 10:26:21 -0700 |
amenkov |
8227693: HTML error in jdwp-protocol.html
|
changeset |
files
|
Mon, 22 Jul 2019 14:40:00 +0200 |
rschmelter |
8227868: jinfo and jstack can fail converting UTF8 output to strings
|
changeset |
files
|
Mon, 22 Jul 2019 10:48:14 +0200 |
sgehwolf |
8228434: jdk/net/Sockets/Test.java fails after JDK-8227642
|
changeset |
files
|
Mon, 22 Jul 2019 12:21:18 +0200 |
jlahoda |
8227923: End position of EndElementTree is -1
|
changeset |
files
|
Mon, 22 Jul 2019 14:31:04 +0800 |
jiefu |
8225648: [TESTBUG] java/lang/annotation/loaderLeak/Main.java fails with -Xcomp
|
changeset |
files
|
Wed, 17 Jul 2019 15:40:27 +0200 |
mbaesken |
8227869: fix wrong format specifiers in os_aix.cpp
|
changeset |
files
|
Tue, 16 Jul 2019 16:01:10 +0200 |
mbaesken |
8227737: avoid implicit-function-declaration on AIX
|
changeset |
files
|
Fri, 19 Jul 2019 16:47:11 -0400 |
kbarrett |
8162929: Enqueuing dirty cards into a single DCQS during GC does not scale
|
changeset |
files
|
Fri, 19 Jul 2019 12:39:31 -0400 |
tonyp |
8227179: Test for new gc+metaspace=info output format
|
changeset |
files
|
Fri, 19 Jul 2019 15:36:23 +0200 |
redestad |
8228394: Cleanup unused java.net SharedSecrets classes
|
changeset |
files
|
Fri, 19 Jul 2019 16:25:04 +0300 |
vlivanov |
8227260: JNI upcalls should bypass class initialization barrier in c2i adapter
|
changeset |
files
|
Mon, 08 Jul 2019 17:44:34 +0200 |
sgehwolf |
8227397: Add --with-extra-asflags configure option
|
changeset |
files
|
Fri, 19 Jul 2019 12:35:33 +0200 |
mbaesken |
8228420: compile error in shenandoahSupport.cpp with clang 9
|
changeset |
files
|
Fri, 12 Jul 2019 19:37:25 +0200 |
sgehwolf |
8227642: [TESTBUG] Make docker tests podman compatible
|
changeset |
files
|
Fri, 19 Jul 2019 10:18:48 +0200 |
mdoerr |
8227692: Remove develop feature PrintMallocStatistics
|
changeset |
files
|
Thu, 18 Jul 2019 14:01:54 +0200 |
mbaesken |
8228368: avoid incompatible pointer to integer conversion initializing gint in gtk2_interface
|
changeset |
files
|
Tue, 16 Jul 2019 14:42:36 +0200 |
mbaesken |
8227633: avoid comparing this pointers to NULL
|
changeset |
files
|
Fri, 19 Jul 2019 02:40:59 +0000 |
joehw |
8157830: Errors in XSLT stylesheet are not dispatched correctly to ErrorListener
|
changeset |
files
|
Thu, 18 Jul 2019 17:10:33 -0700 |
bpb |
8228392: Backout incorrect change done by JDK-8067801
|
changeset |
files
|
Thu, 18 Jul 2019 14:57:32 -0400 |
kbarrett |
8227653: Add VM Global OopStorage
|
changeset |
files
|
Wed, 17 Jul 2019 08:33:38 -0400 |
zgu |
8227755: Need more than 2 distinct CodeCache unloading cycles
|
changeset |
files
|
Thu, 18 Jul 2019 11:54:54 -0400 |
kbarrett |
8227652: SetupOperatorNewDeleteCheck should discuss deleting destructors
|
changeset |
files
|
Thu, 18 Jul 2019 07:54:21 -0700 |
bpb |
8228338: tools/pack200/TimeStamp.java fails with NullPointerException
|
changeset |
files
|
Thu, 18 Jul 2019 21:25:41 +0900 |
ysuenaga |
8227815: Minimal VM: set_state is not a member of AttachListener
|
changeset |
files
|
Thu, 18 Jul 2019 13:16:10 +0200 |
rkennke |
8228364: Shenandoah: Remove unused code from ShenandoahBarrierSetC1
|
changeset |
files
|
Thu, 18 Jul 2019 07:06:33 -0400 |
coleenp |
8227766: CheckUnhandledOops is broken in MemAllocator
|
changeset |
files
|
Thu, 18 Jul 2019 10:25:49 +0200 |
rschmelter |
8227435: Perf::attach() should not throw a java.lang.Exception
|
changeset |
files
|
Wed, 17 Jul 2019 09:58:42 +0200 |
mbaesken |
8227834: build.log output from failing commands : include the hs_error file path in case of crashes in build
|
changeset |
files
|
Wed, 10 Jul 2019 11:11:30 +0200 |
mbaesken |
8227247: tools/sjavac/IdleShutdown.java fails with AssertionError: Error too big on windows
|
changeset |
files
|
Wed, 17 Jul 2019 15:12:47 -0700 |
bpb |
8073213: javadoc of PushbackInputStream methods should specify NullPointerExceptions
|
changeset |
files
|
Wed, 17 Jul 2019 15:12:30 -0700 |
bpb |
8228204: Fix for JDK-8067801 breaks java/io/NegativeInitSize.java
|
changeset |
files
|
Wed, 17 Jul 2019 14:24:37 -0700 |
bpb |
8067801: Enforce null check for underlying I/O streams
|
changeset |
files
|
Wed, 17 Jul 2019 14:24:24 -0700 |
bpb |
8131664: Javadoc for PrintStream is now incorrect
|
changeset |
files
|
Wed, 17 Jul 2019 13:41:38 -0700 |
mikael |
Added tag jdk-14+6 for changeset 443f7359b34d
|
changeset |
files
|
Wed, 17 Jul 2019 11:23:51 -0700 |
dtitov |
8206179: com/sun/management/OperatingSystemMXBean/GetCommittedVirtualMemorySize.java fails with Committed virtual memory size illegal value
|
changeset |
files
|
Wed, 17 Jul 2019 16:33:19 +0200 |
tschatzl |
8227090: G1 does not account the OptMergeRS in cost per card calculation
|
changeset |
files
|
Wed, 17 Jul 2019 16:33:19 +0200 |
tschatzl |
8227089: Add timing information for merging humongous remembered sets
|
changeset |
files
|
Wed, 17 Jul 2019 16:33:19 +0200 |
tschatzl |
8227084: Add timing information for merge heap root preparation
|
changeset |
files
|
Wed, 17 Jul 2019 16:33:19 +0200 |
tschatzl |
8227671: G1: assert_used_and_recalculate_used_equal performs work in product builds
|
changeset |
files
|
Wed, 17 Jul 2019 16:33:19 +0200 |
tschatzl |
8226232: Move merge heap roots code out from G1RemSetScanState
|
changeset |
files
|
Wed, 17 Jul 2019 23:22:48 +0900 |
ysuenaga |
8227738: jvmti/DataDumpRequest/datadumpreq001 failed due to "exit code is 134"
|
changeset |
files
|
Sat, 13 Jul 2019 12:14:24 -0400 |
zgu |
8227635: Shenandoah: SHBSA::load_at() needs to deal IN_NATIVE load
|
changeset |
files
|
Wed, 17 Jul 2019 04:33:37 -0700 |
mikael |
Merge
|
changeset |
files
|
Wed, 17 Jul 2019 00:21:02 +0000 |
henryjen |
Merge
|
changeset |
files
|
Thu, 02 May 2019 17:43:26 -0700 |
jnimeh |
8222678: Improve TLS negotiation
|
changeset |
files
|
Tue, 23 Apr 2019 08:34:51 +0800 |
weijun |
8222751: closed/test/jdk/sun/security/util/DerIndefLenConverter/IndefBerPkcs12.java fail
|
changeset |
files
|
Thu, 11 Apr 2019 17:58:18 -0700 |
xuelei |
8218873: Improve JSSE endpoint checking
|
changeset |
files
|
Wed, 10 Apr 2019 14:43:13 -0700 |
serb |
8218876: Improve PNG support options
|
changeset |
files
|
Wed, 10 Apr 2019 15:49:24 +0100 |
dfuchs |
8221518: Normalize normalization
|
changeset |
files
|
Wed, 03 Apr 2019 13:35:11 -0700 |
jnimeh |
8221345: Better Poly1305 support
|
changeset |
files
|
Thu, 28 Mar 2019 14:18:57 -0700 |
darcy |
8212328: Exceptional throw cases
|
changeset |
files
|
Wed, 27 Mar 2019 00:24:13 -0700 |
serb |
8220517: Enhanced GIF support
|
changeset |
files
|
Thu, 07 Mar 2019 22:19:12 -0800 |
jnimeh |
8219775: Certificate validation improvements
|
changeset |
files
|
Wed, 27 Feb 2019 13:58:04 -0800 |
xuelei |
8218863: Better endpoint checks
|
changeset |
files
|
Thu, 07 Feb 2019 08:47:10 -0500 |
mullan |
8216381: More limited privilege usage
|
changeset |
files
|
Wed, 30 Jan 2019 14:14:57 +0000 |
prappo |
8213431: Improve file protocol handling
|
changeset |
files
|
Wed, 30 Jan 2019 10:51:50 +0800 |
weijun |
8217563: Improve realm maintenance
|
changeset |
files
|
Wed, 23 Jan 2019 14:45:54 -0800 |
smarks |
8213432: Better copies of CopiesList
|
changeset |
files
|
Tue, 16 Jul 2019 15:15:45 +0100 |
alitvinov |
8227392: Colors with alpha are painted incorrectly on Linux, after JDK-8214579
|
changeset |
files
|
Tue, 16 Jul 2019 10:48:22 +0200 |
jlahoda |
8227640: javac crashes on text blocks with invalid escapes.
|
changeset |
files
|
Mon, 15 Jul 2019 16:25:23 -0700 |
serb |
8226653: [accessibility] Can edit text cell correctly, but Accessibility Tool reads nothing about editor
|
changeset |
files
|
Mon, 15 Jul 2019 09:53:23 -0700 |
ccheung |
8227496: Update NUM_CDS_REGIONS and CURRENT_CDS_ARCHIVE_VERSION in cds.h
|
changeset |
files
|
Sat, 13 Jul 2019 10:43:45 +0000 |
plevart |
8227368: EnumSet.class serialization broken in JDK 9+
|
changeset |
files
|