Mon, 02 Sep 2019 19:42:46 +0200 old object sample blob:ification and serialization support JEP-349-branch
mgronlun [Mon, 02 Sep 2019 19:42:46 +0200] rev 57983
old object sample blob:ification and serialization support
Mon, 02 Sep 2019 15:59:37 +0100 Merge
michaelm [Mon, 02 Sep 2019 15:59:37 +0100] rev 57982
Merge
Mon, 02 Sep 2019 15:58:44 +0100 8229235: com.sun.net.httpserver.HttpExchange should implement AutoCloseable
michaelm [Mon, 02 Sep 2019 15:58:44 +0100] rev 57981
8229235: com.sun.net.httpserver.HttpExchange should implement AutoCloseable Reviewed-by: dfuchs, michaelm Contributed-by: patrick.concannon@oracle.com
Mon, 02 Sep 2019 15:04:43 +0200 8227411: TestTimeMultiple.java failed "assert(!lease()) failed: invariant"
mgronlun [Mon, 02 Sep 2019 15:04:43 +0200] rev 57980
8227411: TestTimeMultiple.java failed "assert(!lease()) failed: invariant" Reviewed-by: egahlin
Mon, 02 Sep 2019 13:57:15 +0200 8229437: assert(is_aligned(ref, HeapWordSize)) failed: invariant
mgronlun [Mon, 02 Sep 2019 13:57:15 +0200] rev 57979
8229437: assert(is_aligned(ref, HeapWordSize)) failed: invariant Reviewed-by: egahlin
Mon, 12 Aug 2019 19:20:12 +0200 8229422: Taskqueue: Outdated selection of weak memory model platforms
mdoerr [Mon, 12 Aug 2019 19:20:12 +0200] rev 57978
8229422: Taskqueue: Outdated selection of weak memory model platforms Reviewed-by: tschatzl, dholmes, drwhite
Mon, 02 Sep 2019 12:10:21 +0200 8230425: Shenandoah forces +UseNUMAInterleaving even after explicitly disabled
shade [Mon, 02 Sep 2019 12:10:21 +0200] rev 57977
8230425: Shenandoah forces +UseNUMAInterleaving even after explicitly disabled Reviewed-by: rkennke
Mon, 02 Sep 2019 11:31:12 +0200 8230238: Add another regression test for JDK-8134739
shade [Mon, 02 Sep 2019 11:31:12 +0200] rev 57976
8230238: Add another regression test for JDK-8134739 Reviewed-by: kvn
Fri, 30 Aug 2019 09:37:41 +0200 8224214: [AIX] Remove support for legacy xlc compiler
mbaesken [Fri, 30 Aug 2019 09:37:41 +0200] rev 57975
8224214: [AIX] Remove support for legacy xlc compiler Reviewed-by: erikj, kbarrett, mdoerr, dholmes
Sat, 31 Aug 2019 09:18:40 -0700 8230373: Use java.io.Serial in generated exception types
darcy [Sat, 31 Aug 2019 09:18:40 -0700] rev 57974
8230373: Use java.io.Serial in generated exception types Reviewed-by: erikj, alanb
Fri, 30 Aug 2019 15:36:44 -0400 8230372: Remove G1GCPhaseTimes::MergeLBProcessedBuffers
kbarrett [Fri, 30 Aug 2019 15:36:44 -0400] rev 57973
8230372: Remove G1GCPhaseTimes::MergeLBProcessedBuffers Summary: Removed no longer needed phase time. Reviewed-by: sjohanss, tschatzl
Fri, 30 Aug 2019 14:58:40 -0400 8227224: GenCollectedHeap: add subspace transitions for young gen for gc+heap=info log lines
tonyp [Fri, 30 Aug 2019 14:58:40 -0400] rev 57972
8227224: GenCollectedHeap: add subspace transitions for young gen for gc+heap=info log lines Reviewed-by: kbarrett, tschatzl
Fri, 30 Aug 2019 20:39:38 +0200 Add onError handler + various cleanup JEP-349-branch
egahlin [Fri, 30 Aug 2019 20:39:38 +0200] rev 57971
Add onError handler + various cleanup
Fri, 30 Aug 2019 11:26:48 -0700 8230337: Clarify intention of Elements.{getPackageOf, getModuleOf}
darcy [Fri, 30 Aug 2019 11:26:48 -0700] rev 57970
8230337: Clarify intention of Elements.{getPackageOf, getModuleOf} Reviewed-by: jjg
Fri, 30 Aug 2019 14:05:00 -0400 8230327: Make G1DirtyCardQueueSet free-id init unconditional
kbarrett [Fri, 30 Aug 2019 14:05:00 -0400] rev 57969
8230327: Make G1DirtyCardQueueSet free-id init unconditional Summary: Remove conditional init and make the set an inline member. Reviewed-by: sjohanss, lkorinth, tschatzl
Fri, 30 Aug 2019 15:42:27 +0100 JDK-8229867: first prototype JDK-8229867-branch
dfuchs [Fri, 30 Aug 2019 15:42:27 +0100] rev 57968
JDK-8229867: first prototype
Fri, 30 Aug 2019 16:17:21 +0200 8230390: Problemlist SA tests with AOT
thartmann [Fri, 30 Aug 2019 16:17:21 +0200] rev 57967
8230390: Problemlist SA tests with AOT Summary: Putting tests on the problem list. Reviewed-by: roland
Fri, 30 Aug 2019 13:11:16 +0100 Initial changes for JDK-8229867 JDK-8229867-branch
dfuchs [Fri, 30 Aug 2019 13:11:16 +0100] rev 57966
Initial changes for JDK-8229867
Fri, 30 Aug 2019 12:44:52 +0100 8193596: java/net/DatagramPacket/ReuseBuf.java failed due to timeout
dfuchs [Fri, 30 Aug 2019 12:44:52 +0100] rev 57965
8193596: java/net/DatagramPacket/ReuseBuf.java failed due to timeout Summary: The test is changed to bind to InetAddress.getLocalHost() instead of binding to the wildcard. Reviewed-by: alanb, dfuchs, msheppar Contributed-by: Patrick Concannon <catrick.concannon@oracle.com>
Wed, 28 Aug 2019 20:05:43 +0530 8230310: SocksSocketImpl should handle the IllegalArgumentException thrown by ProxySelector.select usage
jpai [Wed, 28 Aug 2019 20:05:43 +0530] rev 57964
8230310: SocksSocketImpl should handle the IllegalArgumentException thrown by ProxySelector.select usage Summary: Catch the IAE thrown by ProxySelector.select and wrap it into a IOException Reviewed-by: dfuchs
Fri, 30 Aug 2019 12:24:16 +0200 8230105: -XDfind=diamond crashes
jlahoda [Fri, 30 Aug 2019 12:24:16 +0200] rev 57963
8230105: -XDfind=diamond crashes Summary: Avoiding side-effects in Analyzer's speculative attribution. Reviewed-by: mcimadamore, vromero
Fri, 30 Aug 2019 10:44:06 +0200 8230307: ZGC: Make zGlobals and zArguments OS agnostic
eosterlund [Fri, 30 Aug 2019 10:44:06 +0200] rev 57962
8230307: ZGC: Make zGlobals and zArguments OS agnostic Reviewed-by: pliden, smonteith
Fri, 30 Aug 2019 11:11:33 +0200 8230388: Problemlist additional compiler/rtm tests
thartmann [Fri, 30 Aug 2019 11:11:33 +0200] rev 57961
8230388: Problemlist additional compiler/rtm tests Summary: Putting tests on the problem list. Reviewed-by: roland
Fri, 30 Aug 2019 16:44:20 +0800 8230004: jdk/internal/jimage/JImageOpenTest.java runs no test
amlu [Fri, 30 Aug 2019 16:44:20 +0800] rev 57960
8230004: jdk/internal/jimage/JImageOpenTest.java runs no test Reviewed-by: alanb
Fri, 30 Aug 2019 09:06:46 +0200 8230203: Replace markWord enums with typed constants
stefank [Fri, 30 Aug 2019 09:06:46 +0200] rev 57959
8230203: Replace markWord enums with typed constants Reviewed-by: kbarrett, dholmes
Fri, 30 Aug 2019 01:21:14 -0400 8230376: [TESTBUG] runtime/StackTrace/HiddenFrameTest.java fails with release VM
jiefu [Fri, 30 Aug 2019 01:21:14 -0400] rev 57958
8230376: [TESTBUG] runtime/StackTrace/HiddenFrameTest.java fails with release VM Reviewed-by: dholmes
Fri, 30 Aug 2019 09:38:40 +0800 8229797: [JVMCI] Clean up no longer used JVMCI::dependencies_invalid value
pli [Fri, 30 Aug 2019 09:38:40 +0800] rev 57957
8229797: [JVMCI] Clean up no longer used JVMCI::dependencies_invalid value Reviewed-by: dlong, coleenp Contributed-by: doug.simon@oracle.com, xiaohong.gong@arm.com
Thu, 29 Aug 2019 16:31:34 -0700 8229997: Apply java.io.Serial annotations in java.base
darcy [Thu, 29 Aug 2019 16:31:34 -0700] rev 57956
8229997: Apply java.io.Serial annotations in java.base Reviewed-by: alanb, rriggs
Thu, 29 Aug 2019 18:52:30 -0400 8230332: G1DirtyCardQueueSet _notify_when_complete is always true
kbarrett [Thu, 29 Aug 2019 18:52:30 -0400] rev 57955
8230332: G1DirtyCardQueueSet _notify_when_complete is always true Summary: Removed _notify_when_complete, assume true value where formerly used. Reviewed-by: sjohanss, tschatzl
Thu, 29 Aug 2019 15:50:45 -0700 8228960: [TESTBUG] containers/docker/TestJcmdWithSideCar.java: jcmd reports main class as Unknown
mseledtsov [Thu, 29 Aug 2019 15:50:45 -0700] rev 57954
8228960: [TESTBUG] containers/docker/TestJcmdWithSideCar.java: jcmd reports main class as Unknown Summary: waiting for child output to start main() before running jcmd Reviewed-by: dholmes, bobv
Thu, 29 Aug 2019 18:35:52 -0400 8230109: G1DirtyCardQueueSet should use card counts rather than buffer counts
kbarrett [Thu, 29 Aug 2019 18:35:52 -0400] rev 57953
8230109: G1DirtyCardQueueSet should use card counts rather than buffer counts Summary: Consistently use card counts Reviewed-by: sjohanss, sangheki
Fri, 30 Aug 2019 00:03:10 +0200 8230037: Confused MetaData dumped by PrintOptoAssembly
jiefu [Fri, 30 Aug 2019 00:03:10 +0200] rev 57952
8230037: Confused MetaData dumped by PrintOptoAssembly Reviewed-by: kvn, bsrbnd
Thu, 29 Aug 2019 16:37:59 -0400 8230152: No appropriate error message when wix tools missing. JDK-8200758-branch
herrick [Thu, 29 Aug 2019 16:37:59 -0400] rev 57951
8230152: No appropriate error message when wix tools missing. Reviewed-by: asemenyuk
Thu, 29 Aug 2019 10:52:21 -0700 8229999: Apply java.io.Serial annotations to security types in java.base
darcy [Thu, 29 Aug 2019 10:52:21 -0700] rev 57950
8229999: Apply java.io.Serial annotations to security types in java.base Reviewed-by: rriggs, mullan
Thu, 29 Aug 2019 19:40:37 +0200 Update test JEP-349-branch
egahlin [Thu, 29 Aug 2019 19:40:37 +0200] rev 57949
Update test
Thu, 29 Aug 2019 19:38:54 +0200 Publish configuration using volatile instread fence JEP-349-branch
egahlin [Thu, 29 Aug 2019 19:38:54 +0200] rev 57948
Publish configuration using volatile instread fence
Thu, 29 Aug 2019 19:31:57 +0200 Abort directory stream after end JEP-349-branch
egahlin [Thu, 29 Aug 2019 19:31:57 +0200] rev 57947
Abort directory stream after end
Thu, 29 Aug 2019 19:30:32 +0200 Add mechanism för new file notification JEP-349-branch
egahlin [Thu, 29 Aug 2019 19:30:32 +0200] rev 57946
Add mechanism för new file notification
Thu, 29 Aug 2019 10:09:27 -0700 8182119: jdk.hotspot.agent's META-INF/services/com.sun.jdi.connect.Connector no longer needed
dtitov [Thu, 29 Aug 2019 10:09:27 -0700] rev 57945
8182119: jdk.hotspot.agent's META-INF/services/com.sun.jdi.connect.Connector no longer needed Reviewed-by: sspitsyn, amenkov, alanb
Thu, 29 Aug 2019 19:00:41 +0200 Rename RecordingStream::setInterval to setFlushInterval JEP-349-branch
egahlin [Thu, 29 Aug 2019 19:00:41 +0200] rev 57944
Rename RecordingStream::setInterval to setFlushInterval
Wed, 28 Aug 2019 14:22:56 +0200 8229284: jdk/internal/platform/cgroup/TestCgroupMetrics.java fails for - memory:getMemoryUsage
mbaesken [Wed, 28 Aug 2019 14:22:56 +0200] rev 57943
8229284: jdk/internal/platform/cgroup/TestCgroupMetrics.java fails for - memory:getMemoryUsage Reviewed-by: mseledtsov, sgehwolf
Thu, 29 Aug 2019 08:35:31 -0700 8229210: [TESTBUG] Move gc stress tests from JFR directory tree to gc/stress
mseledtsov [Thu, 29 Aug 2019 08:35:31 -0700] rev 57942
8229210: [TESTBUG] Move gc stress tests from JFR directory tree to gc/stress Summary: moved the tests Reviewed-by: egahlin
Thu, 29 Aug 2019 07:39:06 -0700 8230338: Accurate error message about bad Unicode block name
igerasim [Thu, 29 Aug 2019 07:39:06 -0700] rev 57941
8230338: Accurate error message about bad Unicode block name Reviewed-by: rriggs
Thu, 29 Aug 2019 11:33:26 -0300 imported patch legacy JDK-8193209-branch
jlaskey [Thu, 29 Aug 2019 11:33:26 -0300] rev 57940
imported patch legacy
Thu, 29 Aug 2019 15:59:00 +0200 8230302: GenerateJLIClassesPlugin can generate invalid DirectMethodHandle methods
redestad [Thu, 29 Aug 2019 15:59:00 +0200] rev 57939
8230302: GenerateJLIClassesPlugin can generate invalid DirectMethodHandle methods Reviewed-by: mchung
Thu, 29 Aug 2019 08:52:22 -0400 8216977: ShowHiddenFrames use in java_lang_StackTraceElement::fill_in appears broken
coleenp [Thu, 29 Aug 2019 08:52:22 -0400] rev 57938
8216977: ShowHiddenFrames use in java_lang_StackTraceElement::fill_in appears broken Summary: Return NULL source file and negative line number for hidden frames. Reviewed-by: dholmes, hseigel
Thu, 29 Aug 2019 15:16:13 +0200 optimization to avoid retagging and already tagged set of stacktraces JEP-349-branch
mgronlun [Thu, 29 Aug 2019 15:16:13 +0200] rev 57937
optimization to avoid retagging and already tagged set of stacktraces
Thu, 29 Aug 2019 14:05:01 +0200 avoid serializing stacktraces twice JEP-349-branch
mgronlun [Thu, 29 Aug 2019 14:05:01 +0200] rev 57936
avoid serializing stacktraces twice
Thu, 29 Aug 2019 13:08:13 +0200 missing friend declarations JEP-349-branch
mgronlun [Thu, 29 Aug 2019 13:08:13 +0200] rev 57935
missing friend declarations
Thu, 29 Aug 2019 12:53:05 +0200 optimizations for old object sample metadata JEP-349-branch
mgronlun [Thu, 29 Aug 2019 12:53:05 +0200] rev 57934
optimizations for old object sample metadata
Thu, 29 Aug 2019 15:09:48 +0530 Merge
psadhukhan [Thu, 29 Aug 2019 15:09:48 +0530] rev 57933
Merge
Fri, 23 Aug 2019 14:25:20 +0100 8225505: ctrl-F1 does not show the tooltip of a menu item (JMenuItems)
dmarkov [Fri, 23 Aug 2019 14:25:20 +0100] rev 57932
8225505: ctrl-F1 does not show the tooltip of a menu item (JMenuItems) Reviewed-by: psadhukhan, serb
Mon, 19 Aug 2019 12:13:47 +0530 8226513: JEditorPane is shown with incorrect size
psadhukhan [Mon, 19 Aug 2019 12:13:47 +0530] rev 57931
8226513: JEditorPane is shown with incorrect size Reviewed-by: prr, psadhukhan Contributed-by: semyon.sadetsky@oracle.com
Sun, 18 Aug 2019 21:36:01 +0100 8222108: Reduce minRefreshTime for updating remote printer list on Windows
aivanov [Sun, 18 Aug 2019 21:36:01 +0100] rev 57930
8222108: Reduce minRefreshTime for updating remote printer list on Windows Reviewed-by: prr, serb
Wed, 07 Aug 2019 10:25:50 +0200 8228711: Path rendered incorrectly when it goes outside the clipping region
lbourges [Wed, 07 Aug 2019 10:25:50 +0200] rev 57929
8228711: Path rendered incorrectly when it goes outside the clipping region Summary: fixed closePath() to preserve last position and its outcode in Stroker and TransformingPathConsumer2D.PathClipFilter Reviewed-by: prr, kcr
Tue, 06 Aug 2019 00:16:38 -0700 8221312: test/jdk/sanity/client/SwingSet/src/ColorChooserDemoTest.java failed
akolarkunnu [Tue, 06 Aug 2019 00:16:38 -0700] rev 57928
8221312: test/jdk/sanity/client/SwingSet/src/ColorChooserDemoTest.java failed Reviewed-by: serb, psadhukhan
Thu, 25 Jul 2019 12:23:54 +0530 Merge
psadhukhan [Thu, 25 Jul 2019 12:23:54 +0530] rev 57927
Merge
Wed, 24 Jul 2019 12:49:44 +0530 Merge
psadhukhan [Wed, 24 Jul 2019 12:49:44 +0530] rev 57926
Merge
Wed, 24 Jul 2019 12:21:36 +0530 Merge
psadhukhan [Wed, 24 Jul 2019 12:21:36 +0530] rev 57925
Merge
Mon, 22 Jul 2019 11:08:27 +0530 Merge
psadhukhan [Mon, 22 Jul 2019 11:08:27 +0530] rev 57924
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip