Mon, 09 Sep 2019 12:42:01 -0700 8230284: Accounting currency format support does not cope with explicit number system
naoto [Mon, 09 Sep 2019 12:42:01 -0700] rev 58058
8230284: Accounting currency format support does not cope with explicit number system Reviewed-by: rriggs
Mon, 09 Sep 2019 12:00:36 -0700 8230516: invalid html in jdwp-protocol.html
amenkov [Mon, 09 Sep 2019 12:00:36 -0700] rev 58057
8230516: invalid html in jdwp-protocol.html Reviewed-by: dtitov, sspitsyn
Mon, 09 Sep 2019 11:04:04 -0700 8212117: Class.forName may return a reference to a loaded but not linked Class
bchristi [Mon, 09 Sep 2019 11:04:04 -0700] rev 58056
8212117: Class.forName may return a reference to a loaded but not linked Class Reviewed-by: dholmes, mchung
Mon, 09 Sep 2019 18:23:39 +0100 8230526: jdk.internal.net.http.PlainProxyConnection is never reused by HttpClient
dfuchs [Mon, 09 Sep 2019 18:23:39 +0100] rev 58055
8230526: jdk.internal.net.http.PlainProxyConnection is never reused by HttpClient Summary: fixed the PlainProxyConnection lookup key. Reviewed-by: chegar
Mon, 09 Sep 2019 10:13:42 -0700 8230723: Remove default constructors from java.lang and java.io
darcy [Mon, 09 Sep 2019 10:13:42 -0700] rev 58054
8230723: Remove default constructors from java.lang and java.io Reviewed-by: bpb, rriggs
Sat, 24 Aug 2019 09:31:15 +0530 8177389: Hyphen "-" should be removed in URL class documentation
jpai [Sat, 24 Aug 2019 09:31:15 +0530] rev 58053
8177389: Hyphen "-" should be removed in URL class documentation Summary: javadoc of java.net.URL constructor updated to remove an unnecessary hyphen Reviewed-by: dfuchs
Mon, 09 Sep 2019 16:13:43 +0100 8230132: java/net/NetworkInterface/NetworkInterfaceRetrievalTests.java to skip Teredo Tunneling Pseudo-Interface
dfuchs [Mon, 09 Sep 2019 16:13:43 +0100] rev 58052
8230132: java/net/NetworkInterface/NetworkInterfaceRetrievalTests.java to skip Teredo Tunneling Pseudo-Interface Summary: The test is updated to skip Teredo pseudo interfaces on windows. Reviewed-by: michaelm, vtewari, aefimov Contributed-by: patrick.concannon@oracle.com
Mon, 09 Sep 2019 15:42:16 +0200 8230669: [s390] C1: assert(is_bound() || is_unused()) failed: Label was never bound to a location, but it was used as a jmp target
mdoerr [Mon, 09 Sep 2019 15:42:16 +0200] rev 58051
8230669: [s390] C1: assert(is_bound() || is_unused()) failed: Label was never bound to a location, but it was used as a jmp target Reviewed-by: phh, xliu
Mon, 09 Sep 2019 15:14:16 +0200 8230708: Hotspot fails to build on linux-sparc with gcc-9
glaubitz [Mon, 09 Sep 2019 15:14:16 +0200] rev 58050
8230708: Hotspot fails to build on linux-sparc with gcc-9 Reviewed-by: dholmes, phh
Mon, 09 Sep 2019 13:26:35 +0200 JavaThread name JEP-349-branch
mgronlun [Mon, 09 Sep 2019 13:26:35 +0200] rev 58049
JavaThread name
Wed, 04 Sep 2019 13:07:15 +0200 8230564: Remove os_ext.hpp
stefank [Wed, 04 Sep 2019 13:07:15 +0200] rev 58048
8230564: Remove os_ext.hpp Reviewed-by: coleenp, dholmes
Wed, 04 Sep 2019 13:06:44 +0200 8230563: Remove arguments_ext.cpp
stefank [Wed, 04 Sep 2019 13:06:44 +0200] rev 58047
8230563: Remove arguments_ext.cpp Reviewed-by: dholmes, coleenp
Wed, 04 Sep 2019 13:06:04 +0200 8230562: Remove g1HeapSizingPolicy_ext.cpp
stefank [Wed, 04 Sep 2019 13:06:04 +0200] rev 58046
8230562: Remove g1HeapSizingPolicy_ext.cpp Reviewed-by: dholmes, sjohanss
Wed, 04 Sep 2019 11:38:54 +0200 8230561: Remove logTag_ext.hpp
stefank [Wed, 04 Sep 2019 11:38:54 +0200] rev 58045
8230561: Remove logTag_ext.hpp Reviewed-by: dholmes, coleenp
Wed, 04 Sep 2019 11:05:20 +0200 8224599: Remove globals_ext.hpp
stefank [Wed, 04 Sep 2019 11:05:20 +0200] rev 58044
8224599: Remove globals_ext.hpp Reviewed-by: coleenp, kvn, gziemski, ehelin
Mon, 09 Sep 2019 09:05:30 +0200 8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark
rehn [Mon, 09 Sep 2019 09:05:30 +0200] rev 58043
8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark Reviewed-by: coleenp, dcubed, dholmes
Mon, 09 Sep 2019 11:19:51 +0800 8230129: Add jtreg "serviceability/sa/ClhsdbInspect.java" to graal problem list.
xgong [Mon, 09 Sep 2019 11:19:51 +0800] rev 58042
8230129: Add jtreg "serviceability/sa/ClhsdbInspect.java" to graal problem list. Reviewed-by: dlong, thartmann
Sat, 07 Sep 2019 18:48:57 -0400 8230422: Convert uninterruptible os::sleep calls to os::naked_short_sleep
dholmes [Sat, 07 Sep 2019 18:48:57 -0400] rev 58041
8230422: Convert uninterruptible os::sleep calls to os::naked_short_sleep Reviewed-by: kbarrett, dcubed, shade
Sat, 07 Sep 2019 10:05:47 -0700 8226953: AOT: assert(oopDesc::is_oop(obj)) failed: not an oop
iveresov [Sat, 07 Sep 2019 10:05:47 -0700] rev 58040
8226953: AOT: assert(oopDesc::is_oop(obj)) failed: not an oop Reviewed-by: dlong
Sat, 07 Sep 2019 10:04:07 -0400 8230730: UseCompressedOops test crash with assertion failure
zgu [Sat, 07 Sep 2019 10:04:07 -0400] rev 58039
8230730: UseCompressedOops test crash with assertion failure Reviewed-by: stefank, eosterlund
Sat, 07 Sep 2019 15:44:04 +0200 8230662: Remove dead code from MethodTypeForm
redestad [Sat, 07 Sep 2019 15:44:04 +0200] rev 58038
8230662: Remove dead code from MethodTypeForm Reviewed-by: vlivanov, mchung
Fri, 06 Sep 2019 17:42:06 -0400 8223211 : Remove old code from service support JDK-8200758-branch
herrick [Fri, 06 Sep 2019 17:42:06 -0400] rev 58037
8223211 : Remove old code from service support Submitted-by: almatvee Reviewed-by: herrick, asemenyuk
Fri, 06 Sep 2019 17:31:56 -0400 8229840 : Add jtreg test for --linux-app-category option JDK-8200758-branch
herrick [Fri, 06 Sep 2019 17:31:56 -0400] rev 58036
8229840 : Add jtreg test for --linux-app-category option 8229841 : Add jtreg test for --linux-app-release option Submitted-by: asemenyuk Reviewed-by: herrick, almatvee
Fri, 06 Sep 2019 12:41:21 -0700 8230715: Baseline compare build on Windows fails intermittently in file type for jvm.pdb
erikj [Fri, 06 Sep 2019 12:41:21 -0700] rev 58035
8230715: Baseline compare build on Windows fails intermittently in file type for jvm.pdb Reviewed-by: mikael
Fri, 06 Sep 2019 14:54:33 -0400 8230680: latest Graal unittests depend on jdk.internal.module
dlong [Fri, 06 Sep 2019 14:54:33 -0400] rev 58034
8230680: latest Graal unittests depend on jdk.internal.module Reviewed-by: iignatyev
Fri, 06 Sep 2019 13:38:55 -0400 8230404: Refactor logged card refinement support in G1DirtyCardQueueSet
kbarrett [Fri, 06 Sep 2019 13:38:55 -0400] rev 58033
8230404: Refactor logged card refinement support in G1DirtyCardQueueSet Summary: Separate concurrent refinement from STW refinement. Reviewed-by: sjohanss, tschatzl
Fri, 06 Sep 2019 15:13:38 +0200 8230666: Exclude serviceability/sa/TestInstanceKlassSize.java on linuxppc64 and linuxppc64le
clanger [Fri, 06 Sep 2019 15:13:38 +0200] rev 58032
8230666: Exclude serviceability/sa/TestInstanceKlassSize.java on linuxppc64 and linuxppc64le Reviewed-by: dcubed
Fri, 06 Sep 2019 14:04:44 +0100 8230694: http.keepAlive system property is inconsistently/incorrectly documented
dfuchs [Fri, 06 Sep 2019 14:04:44 +0100] rev 58031
8230694: http.keepAlive system property is inconsistently/incorrectly documented Summary: trivially fixed the net-properties.html file Reviewed-by: alanb
Fri, 30 Aug 2019 09:24:54 +0200 8230363: C2: Let ConnectionGraph::not_global_escape(Node* n) return false if n is not in the CG
rrich [Fri, 30 Aug 2019 09:24:54 +0200] rev 58030
8230363: C2: Let ConnectionGraph::not_global_escape(Node* n) return false if n is not in the CG Reviewed-by: thartmann, mdoerr
Fri, 06 Sep 2019 09:26:23 +0200 8230671: x86_32 build failures after JDK-8229496
shade [Fri, 06 Sep 2019 09:26:23 +0200] rev 58029
8230671: x86_32 build failures after JDK-8229496 Reviewed-by: thartmann
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip