Jaikiran Pai
81c44e5eb4
8344908: URLClassPath should not propagate IllegalArgumentException when finding resources in classpath URLs
...
Reviewed-by: alanb
2024-11-28 07:54:00 +00:00
Justin Lu
51763b6700
8344525: Fix leftover ExceptionOccurred in java.base
...
Reviewed-by: lbourges, alanb, naoto, iris
2024-11-22 18:18:22 +00:00
Brian Burkhalter
87be63f85d
8344659: Some uses of GetPropertyAction were not removed from java.io and java.nio
...
Reviewed-by: lancea, rriggs, iris, dfuchs
2024-11-21 16:18:16 +00:00
Jaikiran Pai
6f4dfa6626
8344190: Cleanup code in sun.net.www.protocol.http and sun.net.www.protocol.https after JEP 486 integration
...
Reviewed-by: dfuchs
2024-11-20 12:29:32 +00:00
Brian Burkhalter
81e43114ec
8344077: Remove security manager dependency in java.io
...
Reviewed-by: rriggs, alanb, naoto, lancea
2024-11-19 20:30:22 +00:00
Brian Burkhalter
922b12f30c
8344078: Remove security manager dependency in java.nio
...
Reviewed-by: alanb, rriggs
2024-11-18 19:17:14 +00:00
Roger Riggs
168b18ec68
8343958: Remove security manager impl in java.lang.Process and java.lang.Runtime.exec
...
Reviewed-by: jpai, mullan, alanb
2024-11-13 20:49:59 +00:00
Magnus Ihse Bursie
79345bbbae
8339783: Implement JEP 479: Remove the Windows 32-bit x86 Port
...
Reviewed-by: kbarrett, kvn, stuefe, shade, erikj
2024-11-13 09:41:57 +00:00
Sean Mullan
db85090553
8338411: Implement JEP 486: Permanently Disable the Security Manager
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
Jaikiran Pai
0fe15d6836
8343040: Clean up references to JRE in the launcher code
...
Reviewed-by: alanb, darcy
2024-10-30 10:39:05 +00:00
Brian Burkhalter
1341b81321
8341666: FileInputStream doesn't support readAllBytes() or readNBytes(int) on pseudo devices
...
Reviewed-by: alanb
2024-10-28 16:38:36 +00:00
Brian Burkhalter
de92fe3757
8233451: (fs) Files.newInputStream() cannot be used with character special files
...
Reviewed-by: alanb
2024-10-23 18:53:30 +00:00
Naoto Sato
426da4bbad
8341975: Unable to set encoding for IO.println, IO.print and IO.readln
...
Reviewed-by: rriggs, iris, alanb
2024-10-23 17:44:15 +00:00
Jaikiran Pai
86ce19e8db
8341142: Maintain a single source file for sun.net.www.protocol.jar.JarFileFactory
...
Reviewed-by: dfuchs
2024-10-16 01:51:09 +00:00
Matthias Baesken
9176f6810e
8340623: Remove outdated PROCESSOR_ARCHITECTURE_IA64 from Windows coding
...
Reviewed-by: alanb, dholmes
2024-09-24 07:22:27 +00:00
Matthias Baesken
34cddfbedd
8340387: Update OS detection code to recognize Windows Server 2025
...
Reviewed-by: mdoerr, jwaters, dholmes
2024-09-23 06:40:33 +00:00
Brian Burkhalter
2ada313cdd
8340329: (fs) Message of NotLinkException thrown by FIles.readSymbolicLink does not include file name (win)
...
Reviewed-by: alanb
2024-09-19 15:25:04 +00:00
Maurizio Cimadamore
9e1af8cc7c
8339285: Test fails with assert(depth < max_critical_stack_depth) failed: can't have more than 10 critical frames
...
Reviewed-by: alanb
2024-09-05 18:11:18 +00:00
Brian Burkhalter
042053c3a8
8003887: File.getCanonicalFile() does not resolve symlinks on MS Windows
...
Reviewed-by: alanb
2024-09-05 15:03:54 +00:00
Julian Waters
cd9e241f0e
8336289: Obliterate most references to _snprintf in the Windows JDK
...
Reviewed-by: kbarrett, dholmes, jpai, mullan, djelinski, prr
2024-08-27 04:13:54 +00:00
Brian Burkhalter
23dc3b0246
8324048: (fc) Make FileKey fields final
...
Reviewed-by: djelinski, alanb, jpai
2024-08-23 16:32:14 +00:00
Brian Burkhalter
8c28f25e13
8337124: (fs) sun.nio.fs.WindowsSecurity.enablePrivilege should pin when continuations supported
...
Reviewed-by: jpai, alanb
2024-07-25 20:59:48 +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
Daniel Jeliński
b77bd5fd6a
8333742: ProcessImpl and ProcessHandleImpl may mishandle processes that exit with code 259
...
Reviewed-by: rriggs
2024-06-11 17:34:09 +00:00
Tim Prinzing
f4caac8dea
8329138: Convert JFR FileForceEvent to static mirror event
...
Reviewed-by: alanb, egahlin
2024-04-30 15:39:23 +00:00
Matthias Baesken
377f2e538a
8329862: libjli GetApplicationHome cleanups and enhance jli tracing
...
Reviewed-by: clanger, stuefe
2024-04-26 08:12:09 +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
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
Magnus Ihse Bursie
c266800a3a
8325558: Add jcheck whitespace checking for properties files
...
Reviewed-by: naoto, dfuchs, joehw
2024-02-13 10:00:13 +00:00
Brian Burkhalter
299a8ee68d
8325302: Files.move(REPLACE_EXISTING) throws NoSuchFileException on deleted target
...
Reviewed-by: alanb
2024-02-07 19:02:30 +00:00
Brian Burkhalter
4e5323538c
8323710: (fc) FileChannel.lock creates a FileKey with a poor hashCode after JDK-8321429 (win)
...
Reviewed-by: alanb
2024-01-17 16:34:48 +00:00
Alan Bateman
b8c0b2fd8c
8321594: NativeThreadSet should use placeholder for virtual threads
...
Reviewed-by: bpb
2023-12-12 07:55:56 +00:00
Brian Burkhalter
71800884f6
8321429: (fc) FileChannel.lock creates a FileKey containing two long index values, they could be stored as int values
...
Reviewed-by: alanb
2023-12-08 19:19:01 +00:00
Weibing Xiao
7ad700596f
8315034: File.mkdirs() occasionally fails to create folders on Windows shared folder
...
Reviewed-by: bpb
2023-11-30 17:34:49 +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
Matthias Baesken
db1d82347b
8320168: handle setsocktopt return values
...
Reviewed-by: lucy, alanb, vtewari
2023-11-20 11:28:41 +00:00
Brian Burkhalter
12fce4b715
8287843: File::getCanonicalFile doesn't work for \\?\C:\ style paths DOS device paths
...
Reviewed-by: alanb
2023-11-14 18:01:13 +00:00
Alan Bateman
c099cf53f2
8318422: Allow poller threads be virtual threads
...
Reviewed-by: michaelm
2023-11-04 06:52:19 +00:00
Daniel Jeliński
072d64c6a9
8296581: Better system proxy support
...
Reviewed-by: rhalade, dfuchs, michaelm, alanb
2023-10-17 22:45:05 +00:00
Matthias Baesken
126f2ace5d
8318006: remove unused net related coding
...
Reviewed-by: alanb, lucy
2023-10-13 08:53:43 +00:00
Matthias Baesken
ff0b397e13
8317959: Check return values of malloc in native java.base coding
...
Reviewed-by: alanb, bpb
2023-10-13 06:50:08 +00:00
Matthias Baesken
424de295a6
8317866: replace NET_SocketAvailable
...
Reviewed-by: dfuchs, alanb
2023-10-12 07:22:49 +00:00
Matthias Baesken
a9b41da9df
8317603: Improve exception messages thrown by sun.nio.ch.Net native methods (win)
...
Reviewed-by: vtewari, alanb, djelinski
2023-10-11 06:43:45 +00:00
Brian Burkhalter
6c6beba256
8317128: java/nio/file/Files/CopyAndMove.java failed with AccessDeniedException
...
Reviewed-by: alanb, lancea
2023-10-06 17:46:03 +00:00
Daniel Jeliński
8cbe42b94a
8316421: libjava should load shell32.dll eagerly
...
Reviewed-by: erikj, jwaters, jvernee
2023-09-21 12:39:03 +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
Andrey Turbanov
b88c273503
8313743: Make fields final in sun.nio.ch
...
Reviewed-by: bpb
2023-08-14 07:04:05 +00:00
Alan Bateman
fbe51e388d
8312127: FileDescriptor.sync should temporarily increase parallelism
...
Reviewed-by: shade, bpb
2023-07-18 05:13:14 +00:00
Pavel Rappo
5cc71f817f
8312089: Simplify and modernize equals, hashCode, and compareTo in java.nio and implementation code
...
Reviewed-by: alanb, vtewari
2023-07-17 22:27:48 +00:00
Daniel Jeliński
356067d03f
8311489: Remove unused dirent_md files
...
Reviewed-by: bpb
2023-07-06 10:24:47 +00:00