Tue, 22 Jan 2019 16:39:52 +0000 8217461: (ch) Add Net.available to return the number of bytes in the socket input buffer
alanb [Tue, 22 Jan 2019 16:39:52 +0000] rev 53422
8217461: (ch) Add Net.available to return the number of bytes in the socket input buffer Reviewed-by: clanger, michaelm
Thu, 03 Jan 2019 17:39:39 +0800 8215976: Fix gmtime_r declaration conflicts in zip.cpp with linux header files
rriggs [Thu, 03 Jan 2019 17:39:39 +0800] rev 53421
8215976: Fix gmtime_r declaration conflicts in zip.cpp with linux header files Reviewed-by: dholmes, rriggs Contributed-by: patrick@os.amperecomputing.com
Tue, 22 Jan 2019 21:18:45 +0800 8215776: Keytool importkeystore may mix up certificate chain entries when DNs conflict
weijun [Tue, 22 Jan 2019 21:18:45 +0800] rev 53420
8215776: Keytool importkeystore may mix up certificate chain entries when DNs conflict Reviewed-by: xuelei
Tue, 22 Jan 2019 12:32:19 +0000 8217451: ExtendedSocketOptions should encapsulate support for SO_FLOW_SLA
alanb [Tue, 22 Jan 2019 12:32:19 +0000] rev 53419
8217451: ExtendedSocketOptions should encapsulate support for SO_FLOW_SLA Reviewed-by: michaelm, chegar
Tue, 22 Jan 2019 11:22:44 +0100 8217442: Optimize native accesses to String.value
redestad [Tue, 22 Jan 2019 11:22:44 +0100] rev 53418
8217442: Optimize native accesses to String.value Reviewed-by: shade, dholmes
Tue, 22 Jan 2019 10:12:05 +0100 8217445: [JVMCI] incorrect management of JVMCI compilation failure reason string
dnsimon [Tue, 22 Jan 2019 10:12:05 +0100] rev 53417
8217445: [JVMCI] incorrect management of JVMCI compilation failure reason string Reviewed-by: kvn, thartmann
Tue, 22 Jan 2019 08:50:49 +0100 8217291: Failure of ::realloc() should be handled correctly in adlc/forms.cpp
thartmann [Tue, 22 Jan 2019 08:50:49 +0100] rev 53416
8217291: Failure of ::realloc() should be handled correctly in adlc/forms.cpp Summary: Handle reallocation failures in adlc. Reviewed-by: kvn, neliasso
Tue, 22 Jan 2019 08:47:01 +0100 8217447: Develop flag TraceICs is broken
thartmann [Tue, 22 Jan 2019 08:47:01 +0100] rev 53415
8217447: Develop flag TraceICs is broken Summary: Added NULL check and fixed output. Reviewed-by: kvn
Tue, 22 Jan 2019 10:42:41 +0300 8214235: arm32: assertion in collectedHeap.cpp: attempt to clean empty remainder
bulasevich [Tue, 22 Jan 2019 10:42:41 +0300] rev 53414
8214235: arm32: assertion in collectedHeap.cpp: attempt to clean empty remainder Reviewed-by: phh, pliden
Mon, 21 Jan 2019 16:56:13 -0500 8217466: [BACKOUT] Optimize CodeHeap Analytics
dholmes [Mon, 21 Jan 2019 16:56:13 -0500] rev 53413
8217466: [BACKOUT] Optimize CodeHeap Analytics Reviewed-by: redestad, shade, jwilhelm, iignatyev
Mon, 21 Jan 2019 18:00:23 +0100 8217250: Optimize CodeHeap Analytics
lucy [Mon, 21 Jan 2019 18:00:23 +0100] rev 53412
8217250: Optimize CodeHeap Analytics Reviewed-by: kvn, thartmann
Mon, 21 Jan 2019 12:19:00 +0100 8217374: Rename G1 EvacuationInfo class to G1EvacuationInfo
tschatzl [Mon, 21 Jan 2019 12:19:00 +0100] rev 53411
8217374: Rename G1 EvacuationInfo class to G1EvacuationInfo Reviewed-by: phh, kbarrett
Mon, 21 Jan 2019 10:05:24 +0100 8217423: Windows gtest build fails after JDK-8212826 (Make PtrQueue free list lock-free)
shade [Mon, 21 Jan 2019 10:05:24 +0100] rev 53410
8217423: Windows gtest build fails after JDK-8212826 (Make PtrQueue free list lock-free) Reviewed-by: clanger, zgu, kbarrett
Mon, 21 Jan 2019 09:41:35 +0100 8217388: Remove develop flag ProfilerPCTickThreshold
redestad [Mon, 21 Jan 2019 09:41:35 +0100] rev 53409
8217388: Remove develop flag ProfilerPCTickThreshold Reviewed-by: shade, thartmann
Mon, 21 Jan 2019 09:44:27 +0100 8216060: [PPC64] Vector CRC implementation should be used by interpreter and be faster for short arrays
mdoerr [Mon, 21 Jan 2019 09:44:27 +0100] rev 53408
8216060: [PPC64] Vector CRC implementation should be used by interpreter and be faster for short arrays Reviewed-by: gromero, goetz
Sun, 20 Jan 2019 12:20:37 -0500 8217342: Build failed with excluding JFR
zgu [Sun, 20 Jan 2019 12:20:37 -0500] rev 53407
8217342: Build failed with excluding JFR Reviewed-by: shade, pliden
Sun, 20 Jan 2019 16:55:21 +0100 8217387: Remove dead develop flag CIFireOOMAt
redestad [Sun, 20 Jan 2019 16:55:21 +0100] rev 53406
8217387: Remove dead develop flag CIFireOOMAt Reviewed-by: shade, kbarrett
Sun, 20 Jan 2019 11:13:13 +0100 8217419: Shenandoah fails to build after JDK-8212826 (Make PtrQueue free list lock-free)
shade [Sun, 20 Jan 2019 11:13:13 +0100] rev 53405
8217419: Shenandoah fails to build after JDK-8212826 (Make PtrQueue free list lock-free) Reviewed-by: aph, simonis, rkennke
Sat, 19 Jan 2019 19:50:01 -0500 8212826: Make PtrQueue free list lock-free
kbarrett [Sat, 19 Jan 2019 19:50:01 -0500] rev 53404
8212826: Make PtrQueue free list lock-free Summary: Add lock-free stack and use in BufferNode::Allocator. Reviewed-by: tschatzl, sangheki
Sat, 19 Jan 2019 11:20:01 +0100 8217343: Shenandoah control thread should be able to run at critical priority
shade [Sat, 19 Jan 2019 11:20:01 +0100] rev 53403
8217343: Shenandoah control thread should be able to run at critical priority Reviewed-by: rkennke
Sat, 19 Jan 2019 11:19:55 +0100 8217378: UseCriticalCMSThreadPriority is broken
shade [Sat, 19 Jan 2019 11:19:55 +0100] rev 53402
8217378: UseCriticalCMSThreadPriority is broken Reviewed-by: rkennke, dcubed
Fri, 18 Jan 2019 17:34:43 -0800 8217407: StackValue::print_on() crashes on NULL handle
vlivanov [Fri, 18 Jan 2019 17:34:43 -0800] rev 53401
8217407: StackValue::print_on() crashes on NULL handle Reviewed-by: kvn
Fri, 18 Jan 2019 17:34:36 -0800 8217400: Optimized build is broken by Shenandoah changes
vlivanov [Fri, 18 Jan 2019 17:34:36 -0800] rev 53400
8217400: Optimized build is broken by Shenandoah changes Reviewed-by: shade
Fri, 18 Jan 2019 17:34:31 -0800 8217399: Backout 8217358
vlivanov [Fri, 18 Jan 2019 17:34:31 -0800] rev 53399
8217399: Backout 8217358 Reviewed-by: kvn
Sat, 19 Jan 2019 09:20:47 +0800 8215937: Check usages of security-related Resources files
weijun [Sat, 19 Jan 2019 09:20:47 +0800] rev 53398
8215937: Check usages of security-related Resources files Reviewed-by: mullan
Fri, 18 Jan 2019 15:44:17 -0800 8217344: Make comparison overflow-aware in ECDHKeyAgreement.engineGenerateSecret()
igerasim [Fri, 18 Jan 2019 15:44:17 -0800] rev 53397
8217344: Make comparison overflow-aware in ECDHKeyAgreement.engineGenerateSecret() Reviewed-by: apetcher
Fri, 18 Jan 2019 18:21:50 -0500 8217337: [TESTBUG] TestThreadDumpClassInitMonitor.java fails with Unexpected thread info line
dholmes [Fri, 18 Jan 2019 18:21:50 -0500] rev 53396
8217337: [TESTBUG] TestThreadDumpClassInitMonitor.java fails with Unexpected thread info line Summary: product build is missing two lines in the stacktrace Reviewed-by: clanger, iignatyev
Fri, 18 Jan 2019 23:07:48 +0100 Merge
jwilhelm [Fri, 18 Jan 2019 23:07:48 +0100] rev 53395
Merge
Fri, 18 Jan 2019 14:25:34 +0800 8203687: javax/net/ssl/compatibility/Compatibility.java supports TLS 1.3
jjiang [Fri, 18 Jan 2019 14:25:34 +0800] rev 53394
8203687: javax/net/ssl/compatibility/Compatibility.java supports TLS 1.3 Reviewed-by: xuelei
Fri, 18 Jan 2019 13:22:10 -0800 8217358: Optimized build is broken by Shenandoah changes
vlivanov [Fri, 18 Jan 2019 13:22:10 -0800] rev 53393
8217358: Optimized build is broken by Shenandoah changes Reviewed-by: shade
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip