naoto [Tue, 10 Sep 2019 12:51:05 -0700] rev 58080
8229960: Remove sun.nio.cs.map system property
Reviewed-by: alanb
shade [Tue, 10 Sep 2019 19:58:22 +0200] rev 58079
8230813: Add JDK-8010500 to compiler/loopopts/superword/TestFuzzPreLoop.java bug list
Reviewed-by: zgu
mchung [Tue, 10 Sep 2019 10:35:52 -0700] rev 58078
8229785: MethodType::fromMethodDescriptorString should require security permission if loader is null
Reviewed-by: vromero
darcy [Tue, 10 Sep 2019 10:24:42 -0700] rev 58077
8225761: Update --release 13 symbol information after JDK 13 GA
Reviewed-by: jlahoda
mseledtsov [Tue, 10 Sep 2019 09:21:23 -0700] rev 58076
JEP-349-branch: fixes to copyright headers
lmesnik [Tue, 10 Sep 2019 09:12:08 -0700] rev 58075
8230781: Add JTREG_FAILURE_HANDLER_TIMEOUT to control timeout handler timeout
Reviewed-by: erikj
igerasim [Tue, 10 Sep 2019 09:08:52 -0700] rev 58074
8230303: JDB hangs when running monitor command
Reviewed-by: sspitsyn
mgronlun [Tue, 10 Sep 2019 16:02:57 +0200] rev 58073
flush chunk
hannesw [Tue, 10 Sep 2019 15:35:35 +0200] rev 58072
8230709: Array index out of bounds in ES6 mode
Reviewed-by: attila
hannesw [Tue, 10 Sep 2019 15:30:23 +0200] rev 58071
8230766: Changed message in IllegalMonitorStateException
Reviewed-by: attila, jlaskey
stuefe [Tue, 10 Sep 2019 15:05:00 +0200] rev 58070
Fix class space display issue in metaspace report
stuefe [Tue, 10 Sep 2019 14:31:38 +0200] rev 58069
Remove always-use-class-space feature
mgronlun [Tue, 10 Sep 2019 13:14:36 +0200] rev 58068
restructuring in JfrRecorderService
stuefe [Tue, 10 Sep 2019 12:53:00 +0200] rev 58067
commit granule size must not be smaller than native page size
pliden [Tue, 10 Sep 2019 11:11:31 +0200] rev 58066
8230566: ZGC: Don't substitute klass pointer during array clearing
Reviewed-by: stefank, eosterlund
mbaesken [Mon, 09 Sep 2019 16:34:45 +0200] rev 58065
8230769: BufImg_SetupICM add ReleasePrimitiveArrayCritical call in early return
Reviewed-by: prr, stuefe
mbaesken [Fri, 06 Sep 2019 16:15:11 +0200] rev 58064
8230711: ConnectionGraph::unique_java_object(Node* N) return NULL if n is not in the CG
Reviewed-by: mdoerr
stuefe [Tue, 10 Sep 2019 09:24:05 +0200] rev 58063
Initial changes for new metaspace. Only tested for Linux x64.
xgong [Tue, 10 Sep 2019 14:52:53 +0800] rev 58062
8230454: [Graal] Add "com/sun/crypto/provider/KeyFactory/TestProviderLeak.java" to Graal problem list.
Reviewed-by: dlong
chagedorn [Tue, 10 Sep 2019 08:43:33 +0200] rev 58061
8225653: Provide more information when hitting SIGILL from HaltNode
Summary: Add information string for each HaltNode which is printed if hit at runtime.
Reviewed-by: vlivanov, thartmann
godin [Tue, 10 Sep 2019 07:42:04 +0200] rev 58060
8207800: always_do_update_barrier is unused
Reviewed-by: shade, tschatzl
Contributed-by: Evgeny Mandrikov <mandrikov@gmail.com>
kbarrett [Mon, 09 Sep 2019 16:54:48 -0400] rev 58059
8221361: Eliminate two-phase initialization for PtrQueueSet classes
Summary: Move allocator and CBL monitor init to constructor.
Reviewed-by: tschatzl, shade
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
amenkov [Mon, 09 Sep 2019 12:00:36 -0700] rev 58057
8230516: invalid html in jdwp-protocol.html
Reviewed-by: dtitov, sspitsyn
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
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
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
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
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
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