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 |
|
Aleksei Efimov
|
a611c462f9
|
8264048: Fix caching in Jar URL connections when an entry is missing
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Reviewed-by: bchristi, dfuchs
|
2021-04-06 10:43:59 +00:00 |
|
Brian Burkhalter
|
353807c5f1
|
8263898: (fs) Files.newOutputStream on the "NUL" special device throws FileSystemException: "nul: Incorrect function" (win)
Reviewed-by: jpai, alanb
|
2021-03-30 18:18:37 +00:00 |
|
Andrey Turbanov
|
fbbd98ba53
|
8264029: Replace uses of StringBuffer with StringBuilder in java.base
Reviewed-by: shade
|
2021-03-29 13:31:25 +00:00 |
|
Jonathan Dowland
|
ba504fcee8
|
8187450: JNI local refs exceeds capacity warning in NetworkInterface::getAll
Reviewed-by: chegar, dfuchs, aph
|
2021-03-22 15:29:47 +00:00 |
|
Brian Burkhalter
|
46d78f0d24
|
6539707: (fc) MappedByteBuffer.force() method throws an IOException in a very simple test
Reviewed-by: alanb
|
2021-03-15 17:24:24 +00:00 |
|
Alexey Semenyuk
|
0c31d5b9c5
|
8261977: Fix comment for getPrefixed() in canonicalize_md.c
Reviewed-by: alanb
|
2021-02-18 20:54:40 +00:00 |
|
Michael McMahon
|
9ffabf30c3
|
8252971: WindowsFileAttributes does not know about Unix domain sockets
Reviewed-by: alanb
|
2021-02-12 13:08:08 +00:00 |
|
Daniel Fuchs
|
2c28e36454
|
8237352: Update DatagramSocket to add support for joining multicast groups
Reviewed-by: alanb
|
2021-02-08 12:55:00 +00:00 |
|
Claes Redestad
|
8fe1323dcb
|
8260520: Avoid getting permissions in JarFileFactory when no SecurityManager installed
Reviewed-by: alanb, dfuchs, michaelm, mullan
|
2021-01-28 11:14:35 +00:00 |
|
Jesper Wilhelmsson
|
b378f54df3
|
Merge
|
2021-01-12 01:08:14 +00:00 |
|
Andrey Turbanov
|
022bc9f0cb
|
8258422: Cleanup unnecessary null comparison before instanceof check in java.base
Reviewed-by: chegar, aefimov
|
2021-01-11 23:30:44 +00:00 |
|
Michael McMahon
|
fb68395dcd
|
8259014: (so) ServerSocketChannel.bind(UnixDomainSocketAddress)/SocketChannel.bind(UnixDomainSocketAddress) will have unknown user and group owner (win)
Reviewed-by: alanb
|
2021-01-08 15:59:45 +00:00 |
|
Mat Carter
|
7e01bc967d
|
8255264: Support for identifying the full range of IPv4 localhost addresses on Windows
Reviewed-by: alanb
|
2021-01-06 10:39:07 +00:00 |
|
Naoto Sato
|
74b79c6e19
|
8257964: Broken Calendar#getMinimalDaysInFirstWeek with java.locale.providers=HOST
Reviewed-by: joehw
|
2020-12-11 21:26:16 +00:00 |
|
Brian Burkhalter
|
42264b2db4
|
8257971: (fs) Remove unused code from WindowsPath.subpath(begin, end)
Reviewed-by: lancea
|
2020-12-10 19:55:44 +00:00 |
|
Jorn Vernee
|
7c73fff34d
|
8256486: Linux/Windows-x86 builds broken after JDK-8254231
Reviewed-by: shade
|
2020-11-25 18:09:22 +00:00 |
|