Brian Burkhalter
|
48cc15602b
|
8293331: Refactor FileDispatcherImpl into operating system-specific components
Reviewed-by: alanb
|
2022-09-22 15:59:05 +00:00 |
|
Sergey Tsypanov
|
9a65524e2f
|
8290300: Use standard String-joining tools where applicable
Reviewed-by: naoto, rriggs, dfuchs
|
2022-08-21 17:22:10 +00:00 |
|
Andrey Turbanov
|
1d9c2f7a6e
|
8292279: (fs) Use try-with-resources to release NativeBuffer
Reviewed-by: alanb
|
2022-08-17 07:18:29 +00:00 |
|
Andrey Turbanov
|
ad5f628c58
|
8292140: (fs) Needless instanceof check in RegistryFileTypeDetector
Reviewed-by: alanb
|
2022-08-11 06:24:04 +00:00 |
|
Brian Burkhalter
|
4040927d17
|
8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index
Reviewed-by: naoto, rriggs, alanb, lancea
|
2022-08-09 17:07:14 +00:00 |
|
Brian Burkhalter
|
b8db0c383b
|
6980847: (fs) Files.copy needs to be "tuned"
Reviewed-by: alanb
|
2022-06-23 15:36:19 +00:00 |
|
Brian Burkhalter
|
d482d7f5b9
|
8286160: (fs) Files.exists returns unexpected results with C:\pagefile.sys because it's not readable
Reviewed-by: alanb
|
2022-06-09 16:30:53 +00:00 |
|
Jaikiran Pai
|
81d7eafd91
|
8287104: AddressChangeListener thread inherits CCL and can cause memory leak for webapp-servers
Reviewed-by: aefimov, dfuchs
|
2022-05-25 14:32:35 +00:00 |
|
Alan Bateman
|
9583e3657e
|
8284161: Implementation of Virtual Threads (Preview)
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
|
2022-05-07 08:06:16 +00:00 |
|
Brian Burkhalter
|
03cbb48e6a
|
8285445: cannot open file "NUL:"
Reviewed-by: mikael
|
2022-04-23 15:51:04 +00:00 |
|
Brian Burkhalter
|
98d54e8eb2
|
8282397: createTempFile method of java.io.File is failing when called with suffix of spaces character
Reviewed-by: alanb
|
2022-04-19 22:18:33 +00:00 |
|
Brian Burkhalter
|
395bb5b7f9
|
8278356: Improve file creation
Reviewed-by: alanb, rhalade
|
2022-04-19 22:18:33 +00:00 |
|
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 |
|
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 |
|
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 |
|
Michael McMahon
|
03680bea1c
|
8280233: Temporarily disable Unix domain sockets in Windows PipeImpl
Reviewed-by: alanb
|
2022-01-19 19:48:37 +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 |
|
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 |
|
Evgeny Astigeevich
|
b8bd259bb8
|
8271737: Only normalize the cached user.dir property once
Reviewed-by: phh
|
2021-10-12 16:56:06 +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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Michael McMahon
|
6948456dbf
|
8256461: AbstractFileSystemProvider.getSunPathForSocketCall for empty Path returns '.'
Reviewed-by: dfuchs, alanb
|
2020-11-18 08:43:51 +00:00 |
|
Brian Burkhalter
|
450452bb8c
|
8254876: (fs) NullPointerException not thrown when first argument to Path.of or Paths.get is null
Reviewed-by: rriggs, alanb
|
2020-11-03 19:39:28 +00:00 |
|