Brian Burkhalter
|
48cc15602b
|
8293331: Refactor FileDispatcherImpl into operating system-specific components
Reviewed-by: alanb
|
2022-09-22 15:59:05 +00:00 |
|
Thomas Stuefe
|
b1ed40a87a
|
8293466: libjsig should ignore non-modifying sigaction calls
Reviewed-by: manc, dholmes
|
2022-09-19 05:38:09 +00:00 |
|
Man Cao
|
9a40b76ac5
|
8293842: IPv6-only systems throws UnsupportedOperationException for several socket/TCP options
Co-authored-by: Martin Buchholz <martin@openjdk.org>
Reviewed-by: djelinski, dfuchs
|
2022-09-15 22:06:18 +00:00 |
|
Brian Burkhalter
|
a75ddb836b
|
8293122: (fs) Use file cloning in macOS version of Files::copy method
Reviewed-by: alanb
|
2022-09-14 20:13:19 +00:00 |
|
Brian Burkhalter
|
76df73b390
|
8293456: runtime/os/TestTracePageSizes.java sub-tests fail with "AssertionError: No memory range found for address: NNNN"
Reviewed-by: alanb, lancea
|
2022-09-07 18:53:25 +00:00 |
|
Ichiroh Takiguchi
|
3464019d7e
|
8292899: CustomTzIDCheckDST.java testcase failed on AIX platform
Reviewed-by: naoto
|
2022-09-04 07:22:09 +00:00 |
|
Brian Burkhalter
|
0a4d0cee9f
|
8293121: (fs) Refactor UnixFileSystem copying into generic Unix, Linux, and BSD implementations
Reviewed-by: alanb
|
2022-09-01 22:21:21 +00:00 |
|
Florian Weimer
|
343333abcf
|
8293004: (fs) FileChannel.transferXXX use of copy_file_range needs fallback handling for ENOSYS
Reviewed-by: stuefe, alanb, bpb
|
2022-08-30 15:23:35 +00:00 |
|
Brian Burkhalter
|
c74b6d4552
|
8292562: (fc) Use copy_file_range in FileChannel::transferTo on Linux
Reviewed-by: alanb
|
2022-08-26 16:12:58 +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 |
|
Brian Burkhalter
|
6397d564a5
|
8151430: (fs) BasicFileAttributeView.setTimes should support setting file create time on OS X
Reviewed-by: alanb
|
2022-08-09 22:29: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 |
|
Gaurav Chaudhari
|
3c3256414f
|
8288377: [REDO] DST not applying properly with zone id offset set with TZ env variable
Reviewed-by: naoto
|
2022-08-04 18:49:05 +00:00 |
|
Daniel Jeliński
|
04c47da118
|
8289768: Clean up unused code
Reviewed-by: dfuchs, lancea, weijun, naoto, cjplummer, alanb, michaelm, chegar
|
2022-07-12 11:30:17 +00:00 |
|
Lance Andersen
|
6aaf141f61
|
8289984: Files:isDirectory and isRegularFile methods not throwing SecurityException
Reviewed-by: iris, alanb
|
2022-07-08 18:56:04 +00:00 |
|
Lance Andersen
|
d48694d0f3
|
8283335: Add exists and readAttributesIfExists methods to FileSystemProvider
Reviewed-by: alanb
|
2022-07-05 19:45:08 +00:00 |
|
Brian Burkhalter
|
239b4bb020
|
8289095: (fs) UnixCopyFile build error on linux-x86
Reviewed-by: alanb, shade, stuefe
|
2022-06-24 14:24:28 +00:00 |
|
Brian Burkhalter
|
13cbb3a416
|
8289073: (fs) UnsatisfiedLinkError for sun.nio.fs.UnixCopyFile.bufferedCopy0()
Reviewed-by: alanb
|
2022-06-23 17:48:45 +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
|
535fba8bfc
|
8288687: (fc) Unix version ofFileChannelImpl.transferTo0() should should return IOS_UNSUPPORTED if not Linux, macOS, nor AIX
Reviewed-by: alanb
|
2022-06-21 15:27:52 +00:00 |
|
Naoto Sato
|
fbe9266622
|
8288378: [BACKOUT] DST not applying properly with zone id offset set with TZ env variable
Reviewed-by: dholmes
|
2022-06-14 01:06:54 +00:00 |
|
Gaurav Chaudhari
|
9b6d0a7e94
|
8285838: DST not applying properly with zone id offset set with TZ env variable
Reviewed-by: naoto
|
2022-06-13 20:01:57 +00:00 |
|
Andrey Turbanov
|
27ad1d5549
|
8287602: (fs) Avoid redundant HashMap.containsKey call in MimeTypesFileTypeDetector.putIfAbsent
Reviewed-by: bpb, jpai, alanb
|
2022-06-01 18:14:25 +00:00 |
|
Sergey Tsypanov
|
168b226b0f
|
8282662: Use List.of() factory method to reduce memory consumption
Reviewed-by: redestad, rriggs
|
2022-06-01 13:31:36 +00:00 |
|
Adam Sotona
|
7846971381
|
8236569: -Xss not multiple of 4K does not work for the main thread on macOS
Reviewed-by: dholmes, stuefe
|
2022-06-01 06:13:29 +00:00 |
|
Yasumasa Suenaga
|
a27ba1a3db
|
8287363: null pointer should use NULL instead of 0
Reviewed-by: kbarrett, stuefe, alanb
|
2022-05-30 07:02:07 +00:00 |
|
Yasumasa Suenaga
|
410a25d59a
|
8286562: GCC 12 reports some compiler warnings
Reviewed-by: ihse, kbarrett, prr
|
2022-05-28 02:09:05 +00:00 |
|
Ichiroh Takiguchi
|
890771e708
|
8285517: System.getenv() returns unexpected value if environment variable has non ASCII character
Reviewed-by: naoto, rriggs
|
2022-05-19 23:38:15 +00:00 |
|
Brian Burkhalter
|
d8b0b32f9f
|
8286763: [REDO] (fc) Tune FileChannel.transferFrom()
Reviewed-by: alanb
|
2022-05-18 15:55:21 +00:00 |
|
Brian Burkhalter
|
583a61aabb
|
8286671: (fc) Modify sun.nio.ch.FileChannelImpl.map0() to accept a FileDescriptor parameter
Reviewed-by: alanb, jpai
|
2022-05-13 17:46:52 +00:00 |
|
Jaikiran Pai
|
0be1f3e1b0
|
8286689: (se) Adjusting to select timeout after EINTR messed up after JDK-8286378
Reviewed-by: dfuchs, alanb
|
2022-05-13 11:08:50 +00:00 |
|
Brian Burkhalter
|
369611ea34
|
8286677: [BACKOUT] (fc) Tune FileChannel.transferFrom()
Reviewed-by: dholmes, mikael
|
2022-05-12 22:37:42 +00:00 |
|
Brian Burkhalter
|
986d87dcc0
|
8274113: (fc) Tune FileChannel.transferFrom()
Reviewed-by: alanb
|
2022-05-12 18:49:58 +00:00 |
|
Roger Riggs
|
17c52789b7
|
8286378: Address possibly lossy conversions in java.base
Reviewed-by: naoto, xuelei, bpb, alanb
|
2022-05-12 16:50:36 +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 |
|
Jaikiran Pai
|
269eae6189
|
8285515: (dc) DatagramChannel.disconnect fails with "Invalid argument" on macOS 12.4 beta2
Reviewed-by: dfuchs, alanb
|
2022-04-29 09:15:56 +00:00 |
|
Naoto Sato
|
03bcf7b6d1
|
8283620: System.out does not use the encoding/charset specified in the Javadoc
Reviewed-by: alanb
|
2022-04-26 16:05:20 +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 |
|
XenoAmess
|
87faa85c59
|
8186958: Need method to create pre-sized HashMap
Reviewed-by: chegar, naoto, joehw, lancea, wetmore, smarks
|
2022-04-19 00:03:56 +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
|
0fd09d383b
|
8282978: Wrong parameter passed to GetStringXXXChars in various places
Reviewed-by: alanb, dfuchs
|
2022-03-11 13:25:09 +00:00 |
|
Brian Burkhalter
|
e8a1ce00b2
|
8280881: (fs) UnixNativeDispatcher.close0 may throw UnixException
Reviewed-by: alanb
|
2022-03-10 16:38:44 +00:00 |
|
Roger Riggs
|
bf19fc65c7
|
8280357: user.home = "?" when running with systemd DynamicUser=true
Reviewed-by: naoto, alanb
|
2022-02-24 20:12:48 +00:00 |
|
Andrey Turbanov
|
c6ed2046b4
|
8278263: Remove redundant synchronized from URLStreamHandler.openConnection methods
Reviewed-by: dfuchs
|
2022-01-31 12:11:03 +00:00 |
|
Andrey Turbanov
|
e72eefd9f6
|
8280531: Remove unused DeferredCloseInputStream
Reviewed-by: bpb, rriggs, iris
|
2022-01-26 06:52:12 +00:00 |
|
Andrey Turbanov
|
dee447f8ae
|
8274809: Update java.base classes to use try-with-resources
Reviewed-by: mullan, alanb, dfuchs
|
2022-01-10 16:20:58 +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 |
|