Matthias Baesken
|
4ff72dc57e
|
8339487: ProcessHandleImpl os_getChildren sysctl call - retry in case of ENOMEM and enhance exception message
Reviewed-by: alanb, lucy, rriggs
|
2024-09-09 07:35:18 +00:00 |
|
Magnus Ihse Bursie
|
a136a85b6f
|
8338768: Introduce runtime lookup to check for static builds
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org>
Co-authored-by: Jiangli Zhou <jiangli@openjdk.org>
Reviewed-by: prr, jiangli, alanb
|
2024-09-02 09:14:36 +00:00 |
|
Alan Bateman
|
9f03f68755
|
8336339: (se) SelectionKey.interestOps(int) should not throw ClosedSelectorException
Reviewed-by: jpai, bpb
|
2024-07-23 05:13:49 +00:00 |
|
Jonathan Gibbons
|
9cc163a999
|
8330178: Clean up non-standard use of /** comments in java.base
Reviewed-by: darcy, iris, dfuchs, aivanov, naoto
|
2024-04-23 18:43:36 +00:00 |
|
Alan Bateman
|
412e306d81
|
8329593: Drop adjustments to target parallelism when virtual threads do I/O on files opened for buffered I/O
Reviewed-by: bpb, jpai
|
2024-04-23 16:10:13 +00:00 |
|
Alexey Bakhtin
|
4210e507a0
|
8320362: Load anchor certificates from Keychain keystore
Reviewed-by: weijun, mullan
|
2024-03-21 22:28:02 +00:00 |
|
Matthias Baesken
|
fb4610e6b7
|
8327444: simplify RESTARTABLE macro usage in JDK codebase
Reviewed-by: gli, clanger, alanb, dholmes, bpb
|
2024-03-08 08:31:40 +00:00 |
|
Justin Lu
|
4ea7b36447
|
8322235: Split up and improve LocaleProvidersRun
Reviewed-by: naoto
|
2024-01-11 20:59:53 +00:00 |
|
Alan Bateman
|
21a59b9f4e
|
8282726: java/net/vthread/BlockingSocketOps.java timeout/hang intermittently on Windows
Reviewed-by: djelinski
|
2023-11-21 14:05:32 +00:00 |
|
Alan Bateman
|
c099cf53f2
|
8318422: Allow poller threads be virtual threads
Reviewed-by: michaelm
|
2023-11-04 06:52:19 +00:00 |
|
Matthias Baesken
|
47bb1a1cef
|
8318415: Adjust describing comment of os_getChildren after 8315026
Reviewed-by: rriggs
|
2023-10-19 07:22:34 +00:00 |
|
Brian Burkhalter
|
1a7fd5d419
|
8317687: (fs) FileStore.supportsFileAttributeView("posix") incorrectly returns 'true' for FAT32 volume on macOS
Reviewed-by: alanb
|
2023-10-16 14:49:18 +00:00 |
|
Glavo
|
b32d6411c4
|
8311943: Cleanup usages of toLowerCase() and toUpperCase() in java.base
Reviewed-by: naoto
|
2023-08-16 17:37:21 +00:00 |
|
Matthias Baesken
|
7da3f1999f
|
8310549: avoid potential leaks in KeystoreImpl.m related to JNU_CHECK_EXCEPTION early returns
Reviewed-by: weijun
|
2023-06-22 07:08:54 +00:00 |
|
Christoph Langer
|
ac41c03003
|
8303465: KeyStore of type KeychainStore, provider Apple does not show all trusted certificates
Reviewed-by: mbaesken, weijun
|
2023-06-05 08:36:47 +00:00 |
|
Roger Riggs
|
323d6ceda6
|
8308960: Decouple internal Version and OperatingSystem classes
Reviewed-by: mchung
|
2023-05-30 17:07:02 +00:00 |
|
Roger Riggs
|
6acf032db8
|
8306678: Replace use of os.version with an internal Version record
Reviewed-by: mchung
|
2023-05-01 17:56:04 +00:00 |
|
Roger Riggs
|
5f50e991ca
|
8306770: (fs) Remove obsolete os.version check from sun.nio.fs.BsdFileStore.supportsFileAttributeView
Reviewed-by: bpb, iris, lancea, alanb
|
2023-04-25 14:07:28 +00:00 |
|
Brian Burkhalter
|
507c49a3ab
|
8305664: [BACKOUT] (fs) Remove FileSystem support for resolving against a default directory (chdir configuration)
Reviewed-by: alanb
|
2023-04-05 20:17:07 +00:00 |
|
Brian Burkhalter
|
05cc02b243
|
8202110: (fs) Remove FileSystem support for resolving against a default directory (chdir configuration)
Reviewed-by: alanb
|
2023-03-30 16:44:01 +00:00 |
|
Matthias Baesken
|
a7e308ab6e
|
8303576: addIdentitiesToKeystore in KeystoreImpl.m needs CFRelease call in early potential CHECK_NULL return
Reviewed-by: weijun
|
2023-03-09 08:36:24 +00:00 |
|
Matthias Baesken
|
b51ea4204e
|
8303354: addCertificatesToKeystore in KeystoreImpl.m needs CFRelease call in early potential CHECK_NULL return
Reviewed-by: clanger, mdoerr, weijun
|
2023-03-02 14:21:06 +00:00 |
|
Brian Burkhalter
|
5412439445
|
8298187: (fs) BsdFileAttributeViews::setTimes does not support lastAccessTime on HFS+
Reviewed-by: alanb
|
2022-12-15 22:47:29 +00:00 |
|
Brian Burkhalter
|
5b7e70645b
|
8295753: (fs) UnixPath::toRealPath does not return correct case when links not followed
Reviewed-by: alanb
|
2022-11-04 17:32:32 +00:00 |
|
Brian Burkhalter
|
25dfcbdea5
|
8289689: (fs) Re-examine the need for normalization to Unicode Normalization Format D (macOS)
Reviewed-by: jpai, alanb
|
2022-11-03 15:47:51 +00:00 |
|
Daniel Jeliński
|
2f3f3b6185
|
8295792: Clean up old async close code
Reviewed-by: alanb
|
2022-10-24 15:25:48 +00:00 |
|
Darragh Clarke
|
99017b06bf
|
8293064: Remove unused NET_xxx functions
Reviewed-by: chegar, djelinski, aefimov, vtewari
|
2022-09-27 15:01:03 +00:00 |
|
Brian Burkhalter
|
48cc15602b
|
8293331: Refactor FileDispatcherImpl into operating system-specific components
Reviewed-by: alanb
|
2022-09-22 15:59:05 +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
|
da596182a4
|
8264744: (fs) Use file cloning in Linux version of Files::copy method
Reviewed-by: alanb
|
2022-09-06 18:10:58 +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 |
|
Roger Riggs
|
d24b7b7026
|
8276651: java/lang/ProcessHandle tests fail with "RuntimeException: Input/output error" in java.lang.ProcessHandleImpl$Info.info0
Reviewed-by: jpai, alanb
|
2022-08-23 14:36:46 +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 |
|
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 |
|
Andrey Turbanov
|
87aa3ce03e
|
8289274: Cleanup unnecessary null comparison before instanceof check in security modules
Reviewed-by: mullan
|
2022-07-09 17:59:43 +00:00 |
|
Yoshiki Sato
|
fe807217a7
|
8287917: System.loadLibrary does not work on Big Sur if JDK is built with macOS SDK 10.15 and earlier
Reviewed-by: mchung
|
2022-06-15 00:12:53 +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 |
|
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 |
|
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 |
|
Weijun Wang
|
9ce2d75d0b
|
8278449: Improve keychain support
Reviewed-by: ahgross, rhalade, mullan
|
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 |
|
Andrey Turbanov
|
54c9de26ab
|
8275918: Remove unused local variables in java.base security code
Reviewed-by: weijun
|
2022-01-22 13:56:51 +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 |
|
Phil Race
|
37890650a7
|
8274397: [macOS] Stop setting env. var JAVA_MAIN_CLASS_<pid> in launcher code
Reviewed-by: rriggs, serb
|
2021-10-05 17:30:31 +00:00 |
|
Roger Riggs
|
3b1b8fc646
|
8269850: Most JDK releases report macOS version 12 as 10.16 instead of 12.0
Reviewed-by: naoto, clanger
|
2021-09-23 15:01:25 +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 |
|
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 |
|