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
Anton Kozlov
dbc9e4b50c
8253795: Implementation of JEP 391: macOS/AArch64 Port
...
8253816: Support macOS W^X
8253817: Support macOS Aarch64 ABI in Interpreter
8253818: Support macOS Aarch64 ABI for compiled wrappers
8253819: Implement os/cpu for macOS/AArch64
8253839: Update tests and JDK code for macOS/Aarch64
8254941: Implement Serviceability Agent for macOS/AArch64
8255776: Change build system for macOS/AArch64
8262903: [macos_aarch64] Thread::current() called on detached thread
Co-authored-by: Vladimir Kempik <vkempik@openjdk.org>
Co-authored-by: Bernhard Urban-Forster <burban@openjdk.org>
Co-authored-by: Ludovic Henry <luhenry@openjdk.org>
Co-authored-by: Monica Beckwith <mbeckwit@openjdk.org>
Reviewed-by: erikj, ihse, prr, cjplummer, stefank, gziemski, aph, mbeckwit, luhenry
2021-03-25 18:10:18 +00:00
Henry Jen
b2df51372f
8261785: Calling "main" method in anonymous nested class crashes the JVM
...
Reviewed-by: serb
2021-03-22 15:59:49 +00:00
Sebastian Stenzel
0de6abd4b4
8260966: (fs) Consolidate Linux and macOS implementations of UserDefinedFileAttributeView
...
8260691: (fs) LinuxNativeDispatcher should link to xattr functions
Reviewed-by: alanb
2021-03-02 14:40:45 +00:00
Roger Riggs
66757750a2
8253702: BigSur version number reported as 10.16, should be 11.nn
...
Reviewed-by: bpb, kcr
2021-02-12 16:42:13 +00:00
Weijun Wang
4a8b5c1602
8257858: [macOS]: Remove JNF dependency from libosxsecurity/KeystoreImpl.m
...
8257860: [macOS]: Remove JNF dependency from libosxkrb5/SCDynamicStoreConfig.m
Reviewed-by: erikj, prr, ihse, valeriep
2021-02-03 16:20:16 +00:00
Claes Redestad
5891509d13
8259947: (fs) Optimize UnixPath.encode implementation
...
Reviewed-by: chegar, shade, alanb
2021-01-20 15:14:48 +00:00
Alan Bateman
5f2e280cab
8259865: (fs) test/jdk/java/nio/file/attribute/UserDefinedFileAttributeView/Basic.java failing on macOS 10.13
...
Reviewed-by: dcubed
2021-01-17 18:13:08 +00:00
Sebastian Stenzel
afd3f78aec
8030048: (fs) Support UserDefinedFileAttributeView/extended attributes on OS X / HFS+
...
Reviewed-by: alanb
2021-01-16 08:36:05 +00:00