Thu, 17 Oct 2019 20:53:35 +0100 datagramsocketimpl-branch: update to default datagramsocketimpl-branch
chegar [Thu, 17 Oct 2019 20:53:35 +0100] rev 58678
datagramsocketimpl-branch: update to default
Thu, 17 Oct 2019 20:27:44 +0100 Initial changes for datagramsocketimpl-branch datagramsocketimpl-branch
chegar [Thu, 17 Oct 2019 20:27:44 +0100] rev 58677
Initial changes for datagramsocketimpl-branch
Thu, 17 Oct 2019 20:56:11 +0200 8232573: Shenandoah: cleanup and add more logging for in-pause phases
shade [Thu, 17 Oct 2019 20:56:11 +0200] rev 58676
8232573: Shenandoah: cleanup and add more logging for in-pause phases Reviewed-by: rkennke
Thu, 17 Oct 2019 20:56:04 +0200 8232534: Shenandoah: guard against reentrant ShenandoahHeapLock locking
shade [Thu, 17 Oct 2019 20:56:04 +0200] rev 58675
8232534: Shenandoah: guard against reentrant ShenandoahHeapLock locking Reviewed-by: rkennke
Thu, 17 Oct 2019 13:14:48 -0400 8231999: Shenandoah: Traversal failed compiler/jsr292/CallSiteDepContextTest.java
zgu [Thu, 17 Oct 2019 13:14:48 -0400] rev 58674
8231999: Shenandoah: Traversal failed compiler/jsr292/CallSiteDepContextTest.java Reviewed-by: rkennke
Thu, 17 Oct 2019 09:38:32 -0700 8232448: Suppress warnings on non-serializable non-transient instance fields in jdk.jdi
darcy [Thu, 17 Oct 2019 09:38:32 -0700] rev 58673
8232448: Suppress warnings on non-serializable non-transient instance fields in jdk.jdi Reviewed-by: sspitsyn
Thu, 17 Oct 2019 09:21:00 -0700 Removing TestLargeRootSet.java from problem list as it was fixed JEP-349-branch
mseledtsov [Thu, 17 Oct 2019 09:21:00 -0700] rev 58672
Removing TestLargeRootSet.java from problem list as it was fixed
Thu, 17 Oct 2019 08:00:37 -0400 8232387 : tools/jpackage/share/jdk/jpackage/tests/BasicTest.java fails JDK-8200758-branch
herrick [Thu, 17 Oct 2019 08:00:37 -0400] rev 58671
8232387 : tools/jpackage/share/jdk/jpackage/tests/BasicTest.java fails Submitted-by: asemenyuk Reviewed-by: aherrick, almatvee
Thu, 17 Oct 2019 07:55:35 -0400 8232280: close() is not called on return value of Files.walk() JDK-8200758-branch
herrick [Thu, 17 Oct 2019 07:55:35 -0400] rev 58670
8232280: close() is not called on return value of Files.walk() Reviewed-by: asemenyuk, asemenuk
Thu, 17 Oct 2019 14:20:26 +0200 8213239: Configure cannot handle command overrides with arguments
ihse [Thu, 17 Oct 2019 14:20:26 +0200] rev 58669
8213239: Configure cannot handle command overrides with arguments Reviewed-by: erikj
Thu, 17 Oct 2019 07:35:22 -0400 8232112: MDO extra_data_lock leaks during class unloading
coleenp [Thu, 17 Oct 2019 07:35:22 -0400] rev 58668
8232112: MDO extra_data_lock leaks during class unloading Summary: call the MDO destructor during class unloading. Reviewed-by: dholmes, eosterlund
Thu, 17 Oct 2019 11:39:48 +0200 Also fix launchers. ihse-cflags-rewrite-branch
ihse [Thu, 17 Oct 2019 11:39:48 +0200] rev 58667
Also fix launchers.
Thu, 17 Oct 2019 11:37:36 +0200 Make it compile again. (Mostly remove logical-op). ihse-cflags-rewrite-branch
ihse [Thu, 17 Oct 2019 11:37:36 +0200] rev 58666
Make it compile again. (Mostly remove logical-op).
Thu, 17 Oct 2019 11:07:24 +0200 Merge from default (huge) ihse-cflags-rewrite-branch
ihse [Thu, 17 Oct 2019 11:07:24 +0200] rev 58665
Merge from default (huge)
Mon, 14 Oct 2019 11:36:17 +0200 8218628: Add detailed message to NullPointerException describing what is null.
goetz [Mon, 14 Oct 2019 11:36:17 +0200] rev 58664
8218628: Add detailed message to NullPointerException describing what is null. Summary: This is the implementation of JEP 358: Helpful NullPointerExceptions. Reviewed-by: coleenp, clanger, rschmelter, rriggs, forax, mr
Thu, 17 Oct 2019 10:35:18 +0200 8223998: Missing MakeDir in ExecuteWithLog
ihse [Thu, 17 Oct 2019 10:35:18 +0200] rev 58663
8223998: Missing MakeDir in ExecuteWithLog Reviewed-by: tbell, erikj
Wed, 16 Oct 2019 17:03:40 +0200 8232162: Object reallocation in Deoptimization::fetch_unroll_info_helper should not depend on EliminateNestedLocks
rrich [Wed, 16 Oct 2019 17:03:40 +0200] rev 58662
8232162: Object reallocation in Deoptimization::fetch_unroll_info_helper should not depend on EliminateNestedLocks Reviewed-by: thartmann, neliasso
Thu, 17 Oct 2019 13:34:06 +0800 8134599: TEST_BUG: java/rmi/transport/closeServerSocket/CloseServerSocket.java fails intermittently with Address already in use
mli [Thu, 17 Oct 2019 13:34:06 +0800] rev 58661
8134599: TEST_BUG: java/rmi/transport/closeServerSocket/CloseServerSocket.java fails intermittently with Address already in use Reviewed-by: weijun, darcy, rriggs, coffeys
Thu, 17 Oct 2019 13:18:01 +0800 8209824: Improve the code coverage for ThreadLocal
mli [Thu, 17 Oct 2019 13:18:01 +0800] rev 58660
8209824: Improve the code coverage for ThreadLocal Reviewed-by: dholmes, alanb
Wed, 16 Oct 2019 18:47:11 -0700 8231859: Extra dash after the exception name in @throws clause of javadoc
igerasim [Wed, 16 Oct 2019 18:47:11 -0700] rev 58659
8231859: Extra dash after the exception name in @throws clause of javadoc Reviewed-by: weijun
Thu, 17 Oct 2019 02:49:14 +0200 Added tag jdk-14+19 for changeset 9b67dd88a931
jwilhelm [Thu, 17 Oct 2019 02:49:14 +0200] rev 58658
Added tag jdk-14+19 for changeset 9b67dd88a931
Wed, 16 Oct 2019 16:55:52 -0700 8232230: Suppress warnings on non-serializable non-transient instance fields in java.util.concurrent
darcy [Wed, 16 Oct 2019 16:55:52 -0700] rev 58657
8232230: Suppress warnings on non-serializable non-transient instance fields in java.util.concurrent Reviewed-by: martin
Thu, 17 Oct 2019 07:31:35 +0800 8232357: Compare version info of Santuario to legal notice
weijun [Thu, 17 Oct 2019 07:31:35 +0800] rev 58656
8232357: Compare version info of Santuario to legal notice Reviewed-by: mullan
Thu, 17 Oct 2019 00:19:02 +0200 8232207: Linux os::available_memory re-reads cgroup configuration on every invocation
redestad [Thu, 17 Oct 2019 00:19:02 +0200] rev 58655
8232207: Linux os::available_memory re-reads cgroup configuration on every invocation Reviewed-by: bobv, sgehwolf
Thu, 17 Oct 2019 00:00:13 +0200 8232211: Remove dead code from os.hpp|cpp
redestad [Thu, 17 Oct 2019 00:00:13 +0200] rev 58654
8232211: Remove dead code from os.hpp|cpp Reviewed-by: dholmes, dcubed, rehn
Wed, 16 Oct 2019 14:32:17 -0700 8230407: SocketPermission and FilePermission action list allows leading comma
igerasim [Wed, 16 Oct 2019 14:32:17 -0700] rev 58653
8230407: SocketPermission and FilePermission action list allows leading comma Reviewed-by: chegar Contributed-by: Ivan Gerasimov <ivan.gerasimov@oracle.com>, Chris Hegarty <chris.hegarty@oracle.com>
Mon, 14 Oct 2019 18:48:10 -0700 8232232: G1RemSetSummary::_rs_threads_vtimes is not initialized to zero jdk-14+19
manc [Mon, 14 Oct 2019 18:48:10 -0700] rev 58652
8232232: G1RemSetSummary::_rs_threads_vtimes is not initialized to zero Summary: Fix error in "Concurrent refinement threads times" in GC log and cleanup. Reviewed-by: tschatzl, kbarrett
Wed, 16 Oct 2019 17:41:03 +0200 Merge stuefe-new-metaspace-branch
stuefe [Wed, 16 Oct 2019 17:41:03 +0200] rev 58651
Merge
Wed, 16 Oct 2019 16:54:56 +0200 8231754: [JVMCI] Make r27 unconditionally reserved in JVMCI
yzheng [Wed, 16 Oct 2019 16:54:56 +0200] rev 58650
8231754: [JVMCI] Make r27 unconditionally reserved in JVMCI Summary: Reserve r27 (heap base register) on AArch64 unconditionally Reviewed-by: adinn, dlong
Wed, 16 Oct 2019 14:50:53 +0100 8231449: HttpClient’s client ssl certificate authentication seems to be broken.
dfuchs [Wed, 16 Oct 2019 14:50:53 +0100] rev 58649
8231449: HttpClient’s client ssl certificate authentication seems to be broken. Summary: SSLFlowDelegate.Reader and SubscriberWrapper are changed to better cooperate on when more demand should be requested from upstream. The issue encountered in this scenario was triggered by a large certificate which caused the SSLFlowDelegate to stop requesting data from upstream during the handshake although the engine handshake status was NEED_UNWRAP. Reviewed-by: chegar
Wed, 16 Oct 2019 10:32:08 -0400 8232279 : Improve test helpers #2 JDK-8200758-branch
herrick [Wed, 16 Oct 2019 10:32:08 -0400] rev 58648
8232279 : Improve test helpers #2 Submitted-by: asemenyuk Reviewed-by: aherrick, almatvee
Wed, 16 Oct 2019 09:57:23 -0400 8231862: Decouple DesktopIntegration and LinuxPackageBundler classes JDK-8200758-branch
herrick [Wed, 16 Oct 2019 09:57:23 -0400] rev 58647
8231862: Decouple DesktopIntegration and LinuxPackageBundler classes Submitted-by: asemenyuk Reviewed-by: aherrick, almatvee
Wed, 16 Oct 2019 16:10:24 +0200 Remove experimental MetaspaceSeparateMicroCLDs feature, since its effect was underwhelming stuefe-new-metaspace-branch
stuefe [Wed, 16 Oct 2019 16:10:24 +0200] rev 58646
Remove experimental MetaspaceSeparateMicroCLDs feature, since its effect was underwhelming
Wed, 16 Oct 2019 15:31:05 +0200 Merge stuefe-new-metaspace-branch
stuefe [Wed, 16 Oct 2019 15:31:05 +0200] rev 58645
Merge
Wed, 16 Oct 2019 12:36:44 +0200 8232260: Remove g1 prefix in G1CollectedHeap::g1_hot_card_cache() getter
tschatzl [Wed, 16 Oct 2019 12:36:44 +0200] rev 58644
8232260: Remove g1 prefix in G1CollectedHeap::g1_hot_card_cache() getter Reviewed-by: kbarrett, sjohanss
Wed, 16 Oct 2019 11:52:56 +0200 8232106: [x86] C2: SIGILL due to usage of SSSE3 instructions on processors which don't support it
mdoerr [Wed, 16 Oct 2019 11:52:56 +0200] rev 58643
8232106: [x86] C2: SIGILL due to usage of SSSE3 instructions on processors which don't support it Reviewed-by: kvn, thartmann
Wed, 16 Oct 2019 11:23:46 +0200 Merge JEP-349-branch
mgronlun [Wed, 16 Oct 2019 11:23:46 +0200] rev 58642
Merge
Tue, 15 Oct 2019 22:22:23 -0400 8229919: Support JNI Critical functions in object pinning API on x86_32 platforms
zgu [Tue, 15 Oct 2019 22:22:23 -0400] rev 58641
8229919: Support JNI Critical functions in object pinning API on x86_32 platforms Reviewed-by: rkennke, adinn
Wed, 16 Oct 2019 01:16:12 +0200 Don't expand LongMap lazily JEP-349-branch
egahlin [Wed, 16 Oct 2019 01:16:12 +0200] rev 58640
Don't expand LongMap lazily
Tue, 15 Oct 2019 21:33:54 +0000 Merge
henryjen [Tue, 15 Oct 2019 21:33:54 +0000] rev 58639
Merge
Mon, 14 Oct 2019 21:01:25 +0000 Merge
henryjen [Mon, 14 Oct 2019 21:01:25 +0000] rev 58638
Merge
Fri, 04 Oct 2019 13:44:11 -0700 8228825: Enhance ECDSA operations
ascarpino [Fri, 04 Oct 2019 13:44:11 -0700] rev 58637
8228825: Enhance ECDSA operations Reviewed-by: mullan
Tue, 06 Aug 2019 20:39:48 +0200 8226765: Commentary on Javadoc comments
hannesw [Tue, 06 Aug 2019 20:39:48 +0200] rev 58636
8226765: Commentary on Javadoc comments Reviewed-by: jjg, rhalade, skoivu
Thu, 17 Jan 2019 10:44:17 -0500 8227601: Better collection of references
rriggs [Thu, 17 Jan 2019 10:44:17 -0500] rev 58635
8227601: Better collection of references Reviewed-by: smarks, ahgross, skoivu, rhalade
Thu, 18 Jul 2019 07:25:17 -0700 8227662: freetype seeks to index at the end of the font data
prr [Thu, 18 Jul 2019 07:25:17 -0700] rev 58634
8227662: freetype seeks to index at the end of the font data Reviewed-by: serb, psadhukhan
Sun, 16 Jun 2019 13:14:32 -0700 8225292: Better Graphics2D drawing
prr [Sun, 16 Jun 2019 13:14:32 -0700] rev 58633
8225292: Better Graphics2D drawing Reviewed-by: serb, psadhukhan, mschoene, rhalade
Fri, 14 Jun 2019 20:33:17 -0700 8224915: Better serial attributes
prr [Fri, 14 Jun 2019 20:33:17 -0700] rev 58632
8224915: Better serial attributes Reviewed-by: serb, psadhukhan, mschoene, rhalade
Tue, 25 Jun 2019 00:07:47 +0100 8223892: Improved handling of jar files
aefimov [Tue, 25 Jun 2019 00:07:47 +0100] rev 58631
8223892: Improved handling of jar files Reviewed-by: dfuchs, chegar, michaelm, rhalade, ahgross
Fri, 21 Jun 2019 10:51:10 +0100 8225298: Improve TLS connection support
chegar [Fri, 21 Jun 2019 10:51:10 +0100] rev 58630
8225298: Improve TLS connection support Reviewed-by: dfuchs, igerasim, michaelm, rhalade, skoivu
Wed, 19 Jun 2019 15:24:42 -0700 8225286: Better rendering of native glyphs
prr [Wed, 19 Jun 2019 15:24:42 -0700] rev 58629
8225286: Better rendering of native glyphs Reviewed-by: serb, psadhukhan, mschoene, rhalade
Wed, 19 Jun 2019 15:23:53 -0700 8225597: Enhance font glyph mapping
prr [Wed, 19 Jun 2019 15:23:53 -0700] rev 58628
8225597: Enhance font glyph mapping Reviewed-by: serb, psadhukhan, mschoene, rhalade
Fri, 31 May 2019 10:58:10 -0700 8224532: Better Path supports
joehw [Fri, 31 May 2019 10:58:10 -0700] rev 58627
8224532: Better Path supports Reviewed-by: rriggs, lancea, dfuchs, mschoene
Fri, 31 May 2019 18:16:57 +0100 8218877: Help transform transformers
alitvinov [Fri, 31 May 2019 18:16:57 +0100] rev 58626
8218877: Help transform transformers Reviewed-by: serb, prr, mschoene, bpb, ssahoo
Mon, 27 May 2019 01:36:04 -0700 8224062: Improve String index handling
thartmann [Mon, 27 May 2019 01:36:04 -0700] rev 58625
8224062: Improve String index handling Reviewed-by: kvn, rhalade, mschoene
Fri, 24 May 2019 16:53:44 +0200 8223518: Unexpected exception in jjs
hannesw [Fri, 24 May 2019 16:53:44 +0200] rev 58624
8223518: Unexpected exception in jjs Reviewed-by: sundar, mschoene, rhalade, jlaskey
Wed, 22 May 2019 19:41:59 -0700 8222684: Better support for patterns
igerasim [Wed, 22 May 2019 19:41:59 -0700] rev 58623
8222684: Better support for patterns 8223163: Better pattern recognition Reviewed-by: ahgross, bchristi, jeff, rhalade, rriggs, smarks
Wed, 22 May 2019 13:31:42 -0400 8224505: TestQuotedLogOutput failure after ProcessBuilder changes
rriggs [Wed, 22 May 2019 13:31:42 -0400] rev 58622
8224505: TestQuotedLogOutput failure after ProcessBuilder changes Reviewed-by: alanb
Wed, 22 May 2019 08:42:11 -0700 8223886: Add in font table referene
prr [Wed, 22 May 2019 08:42:11 -0700] rev 58621
8223886: Add in font table referene Reviewed-by: serb, psadhukhan, mschoene, rhalade
Tue, 21 May 2019 13:02:22 -0700 8223505: Better pattern compilation
joehw [Tue, 21 May 2019 13:02:22 -0700] rev 58620
8223505: Better pattern compilation Reviewed-by: rriggs, lancea, dfuchs, mschoene
Tue, 30 Apr 2019 16:45:29 -0400 8221858: Build Better Processes
rriggs [Tue, 30 Apr 2019 16:45:29 -0400] rev 58619
8221858: Build Better Processes Reviewed-by: alanb, rhalade, ahgross, darcy
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 tip