Magnus Ihse Bursie
|
fb469fb894
|
8284893: Fix typos in java.base
Reviewed-by: iris, wetmore, lancea, mullan, naoto
|
2022-04-19 20:07:57 +00:00 |
|
Roger Riggs
|
897d6c0dc7
|
8282008: Incorrect handling of quoted arguments in ProcessBuilder
Reviewed-by: bchristi
|
2022-04-18 19:03:50 +00:00 |
|
Andrey Turbanov
|
f4edb59a6e
|
8284567: Collapse identical catch branches in java.base
Reviewed-by: darcy, iris, wetmore
|
2022-04-11 09:32:24 +00:00 |
|
Aleksei Efimov
|
9591306760
|
8283772: Make sun.net.dns.ResolverConfiguration sealed
Reviewed-by: jpai, dfuchs
|
2022-03-29 17:06:20 +00:00 |
|
Aleksei Efimov
|
929b6a3556
|
8282917: Remove InetAddressImplFactory from InetAddress
Reviewed-by: dfuchs, jpai
|
2022-03-24 13:50:50 +00:00 |
|
Zhengyu Gu
|
2cddf3f539
|
8282887: Potential memory leak in sun.util.locale.provider.HostLocaleProviderAdapterImpl.getNumberPattern() on Windows
Reviewed-by: naoto, alanb
|
2022-03-15 14:16:35 +00:00 |
|
Zhengyu Gu
|
0fd09d383b
|
8282978: Wrong parameter passed to GetStringXXXChars in various places
Reviewed-by: alanb, dfuchs
|
2022-03-11 13:25:09 +00:00 |
|
Zhengyu Gu
|
879b6445e3
|
8282897: Fix call parameter to GetStringChars() in HostLocaleProviderAdapter_md.c
Reviewed-by: shade, naoto
|
2022-03-10 18:23:41 +00:00 |
|
Daniel Jeliński
|
2549e55038
|
8275640: (win) java.net.NetworkInterface issues with IPv6-only environments
Reviewed-by: msheppar, dfuchs
|
2022-03-08 16:15:24 +00:00 |
|
Michael McMahon
|
e540e0a81b
|
8282296: (se) Pipe.open() creates a Pipe implementation that uses Unix domain sockets (win)
Reviewed-by: dfuchs, lancea, bpb
|
2022-02-23 20:02:11 +00:00 |
|
Brian Burkhalter
|
6445ee46b5
|
5041655: (ch) FileLock: negative param and overflow issues
Reviewed-by: alanb
|
2022-02-22 17:24:15 +00:00 |
|
Masanori Yano
|
f2a9627c05
|
8279329: Remove hardcoded IPv4 available policy on Windows
Reviewed-by: djelinski, alanb, dfuchs, aefimov
|
2022-02-08 08:31:10 +00:00 |
|
Michael McMahon
|
87ab0994de
|
8280944: Enable Unix domain sockets in Windows Selector notification mechanism
Reviewed-by: dfuchs, alanb
|
2022-02-02 15:04:59 +00:00 |
|
Andrey Turbanov
|
c6ed2046b4
|
8278263: Remove redundant synchronized from URLStreamHandler.openConnection methods
Reviewed-by: dfuchs
|
2022-01-31 12:11:03 +00:00 |
|
Daniel Jeliński
|
fe77250fa4
|
8280414: Memory leak in DefaultProxySelector
Reviewed-by: dfuchs
|
2022-01-25 14:41:41 +00:00 |
|
Daniel Jeliński
|
36fbec78be
|
8280241: (aio) AsynchronousSocketChannel init fails in IPv6 only Windows env
Reviewed-by: dfuchs, alanb
|
2022-01-25 11:15:47 +00:00 |
|
Daniel Jeliński
|
a5416669a5
|
8280474: Garbage value passed to getLocaleInfoWrapper in HostLocaleProviderAdapter_md
Reviewed-by: naoto, alanb
|
2022-01-24 19:31:11 +00:00 |
|
Jesper Wilhelmsson
|
4616c13c2f
|
Merge
|
2022-01-20 01:18:38 +00:00 |
|
Michael McMahon
|
03680bea1c
|
8280233: Temporarily disable Unix domain sockets in Windows PipeImpl
Reviewed-by: alanb
|
2022-01-19 19:48:37 +00:00 |
|
Daniel Jelinski
|
6fcaa322d9
|
8262442: (windows) Use all proxy configuration sources when java.net.useSystemProxies=true
Reviewed-by: dfuchs
|
2022-01-13 14:41:55 +00:00 |
|
Brian Burkhalter
|
15345e3edc
|
8276661: (fs) UserDefinedFileAttributeView no longer works with long path (win)
Reviewed-by: alanb
|
2021-12-02 20:53:13 +00:00 |
|
Andrey Turbanov
|
6677554374
|
8274949: Use String.contains() instead of String.indexOf() in java.base
Reviewed-by: weijun, dfuchs, vtewari, lancea
|
2021-11-19 18:48:06 +00:00 |
|
Aleksei Efimov
|
2ca4ff87b7
|
8244202: Implementation of JEP 418: Internet-Address Resolution SPI
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: dfuchs, alanb, michaelm, chegar
|
2021-11-11 14:33:58 +00:00 |
|
Brian Burkhalter
|
684edbb4c8
|
8273922: (fs) UserDefinedFileAttributeView doesn't handle file names that are just under the MAX_PATH limit (win)
Reviewed-by: alanb
|
2021-11-03 16:55:23 +00:00 |
|
Mandy Chung
|
309acbf0e8
|
8275703: System.loadLibrary fails on Big Sur for libraries hidden from filesystem
Reviewed-by: dholmes, alanb, mcimadamore
|
2021-10-28 15:27:26 +00:00 |
|
Daniel Jelinski
|
043cde22d4
|
8275319: java.net.NetworkInterface throws java.lang.Error instead of SocketException
Reviewed-by: alanb, dfuchs
|
2021-10-20 14:06:08 +00:00 |
|
Evgeny Astigeevich
|
b8bd259bb8
|
8271737: Only normalize the cached user.dir property once
Reviewed-by: phh
|
2021-10-12 16:56:06 +00:00 |
|
Brian Burkhalter
|
07b1f1c282
|
8274548: (fc) FileChannel gathering write fails with IOException "Invalid argument" on macOS 11.6
Reviewed-by: alanb
|
2021-10-12 15:25:53 +00:00 |
|
Matthias Baesken
|
97ea9dd2f2
|
8274840: Update OS detection code to recognize Windows 11
Co-authored-by: Arno Zeller <arno.zeller@sap.com>
Reviewed-by: clanger, dholmes
|
2021-10-08 06:40:18 +00:00 |
|
Julia Boes
|
65ed0a742e
|
8273655: content-types.properties files are missing some common types
Reviewed-by: bpb, dfuchs
|
2021-09-21 08:07:25 +00:00 |
|
Matthias Baesken
|
c2e015c3c1
|
8273229: Update OS detection code to recognize Windows Server 2022
Reviewed-by: alanb, dholmes
|
2021-09-02 11:22:49 +00:00 |
|
Andrey Turbanov
|
d732c3091f
|
8272863: Replace usages of Collections.sort with List.sort call in public java modules
Reviewed-by: serb, dfuchs, naoto
|
2021-08-26 20:47:02 +00:00 |
|
Brian Burkhalter
|
428d51694f
|
8140241: (fc) Data transfer from FileChannel to itself causes hang in case of overlap
Reviewed-by: alanb
|
2021-08-12 15:27:09 +00:00 |
|
Brian Burkhalter
|
e2c5bfe083
|
8271308: (fc) FileChannel.transferTo() transfers no more than Integer.MAX_VALUE bytes in one call
Reviewed-by: alanb, vtewari
|
2021-08-05 16:10:04 +00:00 |
|
Yi Yang
|
afe957cd97
|
8268698: Use Objects.check{Index,FromToIndex,FromIndexSize} for java.base
Reviewed-by: mchung, rriggs
|
2021-07-13 02:23:16 +00:00 |
|
Patrick Concannon
|
326b2e1344
|
8253119: Remove the legacy PlainSocketImpl and PlainDatagramSocketImpl implementation
Reviewed-by: alanb, dfuchs, chegar
|
2021-07-06 13:46:02 +00:00 |
|
Brian Burkhalter
|
3fae4b3720
|
6633375: FileOutputStream_md.c should be merged into FileOutputStream.c
Reviewed-by: naoto
|
2021-06-25 19:07:39 +00:00 |
|
Michael McMahon
|
61ab4b9d18
|
8267564: JDK-8252971 causes SPECjbb2015 socket exceptions on Windows when MKS is installed
Reviewed-by: alanb
|
2021-06-08 07:58:54 +00:00 |
|
Maurizio Cimadamore
|
59a539fef1
|
8268129: LibraryLookup::ofDefault leaks symbols from loaded libraries
Reviewed-by: jvernee, psandoz
|
2021-06-04 12:53:17 +00:00 |
|
Weijun Wang
|
6765f90250
|
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
|
2021-06-02 11:57:31 +00:00 |
|
Maurizio Cimadamore
|
a223189b06
|
8264774: Implementation of Foreign Function and Memory API (Incubator)
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Co-authored-by: Athijegannathan Sundararajan <sundar@openjdk.org>
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Reviewed-by: psandoz, chegar, mchung, vlivanov
|
2021-06-02 10:53:06 +00:00 |
|
Sergey Tsypanov
|
9425d3de83
|
8261880: Change nested classes in java.base to static nested classes where possible
Reviewed-by: redestad
|
2021-05-20 13:56:11 +00:00 |
|
Naoto Sato
|
c494efc5b5
|
8266774: System property values for stdout/err on Windows UTF-8
Reviewed-by: bpb, alanb
|
2021-05-10 16:25:30 +00:00 |
|
Alan Bateman
|
be4f25b0c8
|
8266369: (se) Add wepoll based Selector
Reviewed-by: chegar, michaelm, vtewari, dfuchs, bpb
|
2021-05-08 07:14:36 +00:00 |
|
Mandy Chung
|
3544a9d0e4
|
8266391: Replace use of reflection in jdk.internal.platform.Metrics
Reviewed-by: redestad
|
2021-05-03 21:58:37 +00:00 |
|
Naoto Sato
|
bebfae48e3
|
8264208: Console charset API
Reviewed-by: joehw, rriggs, alanb
|
2021-04-23 18:57:03 +00:00 |
|
Roger Riggs
|
e56e087290
|
8250568: Less ambiguous processing
Reviewed-by: alanb, rhalade
|
2021-04-20 21:45:52 +00:00 |
|
Brian Burkhalter
|
3b576ed99d
|
8265100: (fs) WindowsFileStore.hashCode() should read cached hash code once
Reviewed-by: alanb
|
2021-04-13 18:43:33 +00:00 |
|
Chris Hegarty
|
3c9858ddfb
|
8264827: Large mapped buffer/segment crash the VM when calling isLoaded
Reviewed-by: alanb, mcimadamore
|
2021-04-12 11:21:34 +00:00 |
|
Brian Burkhalter
|
cc54de76ca
|
8264400: (fs) WindowsFileStore equality depends on how the FileStore was constructed
Reviewed-by: alanb
|
2021-04-09 15:41:52 +00:00 |
|