Sean Mullan
30b8bbe255
8345060: Remove Security Manager dependencies from java.security.KeyStore and Identity APIs and implementations
...
Reviewed-by: hchao, alanb, weijun
2024-12-02 15:23:47 +00:00
Jan Lahoda
c7be41ee0c
8340133: Add concise usage message to the java executable
...
Reviewed-by: jpai, alanb, ihse, rriggs
2024-12-02 11:21:13 +00:00
Daniel Fuchs
e9136b5e08
8345223: Remove stray doPrivileged in java.base java.net and sun.net classes after JEP 486 integration
...
Reviewed-by: alanb, aefimov, michaelm
2024-11-29 15:58:57 +00:00
Aleksei Efimov
959fa4a1a3
8344299: SM cleanup in javax.naming modules
...
Reviewed-by: alanb, dfuchs
2024-11-28 17:43:27 +00:00
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
Aleksei Efimov
880f9a7b16
8344220: Remove calls to SecurityManager and doPrivileged in java.net.InetAddress and sun.net.util.IPAddressUtil after JEP 486 integration
...
Reviewed-by: jpai, dfuchs, alanb
2024-11-27 19:25:50 +00:00
Brian Burkhalter
0312694c46
8344882: (bf) Temporary direct buffers should not count against the upper limit on direct buffer memory
...
Reviewed-by: alanb
2024-11-27 16:14:03 +00:00
Volkan Yazıcı
ac3bbf7ddc
8344856: Remove calls to SecurityManager and doPrivileged in sun.net.www.protocol.ftp.FtpURLConnection after JEP 486 integration
...
Reviewed-by: dfuchs
2024-11-27 13:49:51 +00:00
Daniel Fuchs
7ae6069ee8
8344184: Remove sun.net.ResourceManager after JEP 486 integration
...
Reviewed-by: alanb
2024-11-26 20:47:56 +00:00
Sean Mullan
c5de307284
8344992: Remove Security Manager dependencies from java.security.cert API and implementations
...
Reviewed-by: rriggs, hchao
2024-11-26 18:40:52 +00:00
Alan Bateman
f0b72f728d
8342380: Implement JEP 498: Warn upon Use of Memory-Access Methods in sun.misc.Unsafe
...
Reviewed-by: vklang, jpai
2024-11-26 12:28:55 +00:00
Per Minborg
fc2da15bce
8344419: Use StaticProperty in some JDK classes
...
Reviewed-by: alanb, rriggs
2024-11-26 12:07:26 +00:00
Jaikiran Pai
3326874f5f
8344857: Remove calls to SecurityManager and doPrivileged in SocketExceptions and URLJarFile in the sun.net package after JEP 486 integration
...
Reviewed-by: dfuchs, michaelm
2024-11-26 00:52:50 +00:00
Roger Riggs
df2d4c1575
8344898: SM cleanup of java.base sun/util calendar, locale, cldr, and resources
...
Reviewed-by: naoto
2024-11-25 19:44:40 +00:00
Roger Riggs
4110d3925c
8344865: SM cleanup in sun/reflect/annotation
...
Reviewed-by: liach, jpai
2024-11-25 14:34:27 +00:00
Sean Mullan
ddc8a9d5da
8344366: Remove Security Manager dependencies from javax.net.ssl and sun.security.ssl packages
...
Reviewed-by: coffeys, ascarpino, hchao
2024-11-25 13:10:59 +00:00
Daniel Fuchs
d112f35d92
8344855: Remove calls to SecurityManager and doPrivileged in HTTP related implementation classes in the sun.net and sun.net.www.http packages after JEP 486 integration
...
Reviewed-by: jpai
2024-11-25 09:56:07 +00:00
Harshitha Onkar
a6220fa903
8344303: Remove usage of URLUtil.getConnectPermission from sun.awt.SunToolkit and sun.awt.image.URLImageSource
...
Reviewed-by: prr, azvegint
2024-11-24 06:22:45 +00:00
Ben Perez
8b98f958dc
8298387: Implement JEP 497: Quantum-Resistant Module-Lattice-Based Digital Signature Algorithm
...
Reviewed-by: jnimeh
2024-11-22 17:48:08 +00:00
Ben Perez
13987b4244
8298390: Implement JEP 496: Quantum-Resistant Module-Lattice-Based Key Encapsulation Mechanism
...
Co-authored-by: Ferenc Rakoczi <ferenc.r.rakoczi@oracle.com>
Reviewed-by: valeriep
2024-11-22 16:36:52 +00:00
Alan Bateman
dfa18fe6b3
8344328: (dc) DatagramChannelImpl.blockingReceive can now synchronize on packet
...
Reviewed-by: dfuchs, jpai
2024-11-21 16:25:43 +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
Andrey Turbanov
78602be1fe
8344024: Unnecessary Hashtable usage in RSAPSSSignature.DIGEST_LENGTHS
...
Reviewed-by: valeriep
2024-11-19 16:59:06 +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
Daniel Fuchs
d52d136486
8344221: Remove calls to SecurityManager and and doPrivileged in java.net.IDN, java.net.URL, java.net.URLConnection, sun.net.util.URLUtil, and java.net.URLStreamHandlerProvider after JEP 486 integration
...
Reviewed-by: alanb, rriggs
2024-11-18 15:17:40 +00:00
Jaikiran Pai
a91d4c022f
8344233: Remove calls to SecurityManager and doPrivileged in java.net.ProxySelector and sun.net.spi.DefaultProxySelector after JEP 486 integration
...
Reviewed-by: dfuchs
2024-11-16 11:39:20 +00:00
Jaikiran Pai
d2e4b51133
8344186: Cleanup sun.net.www.MimeTable after JEP 486 integration
...
Reviewed-by: dfuchs
2024-11-16 01:29:45 +00:00
Jaikiran Pai
da40388736
8344315: Clean up sun.net.www.protocol.jrt.JavaRuntimeURLConnection after JEP 486 integration
...
Reviewed-by: dfuchs, alanb
2024-11-16 01:23:29 +00:00
Eirik Bjørsnøs
f3168082b8
8344189: Cleanup code in sun.net.www.protocol.mailto.MailToURLConnection and sun.net.smtp after JEP 486 integration
...
Reviewed-by: dfuchs
2024-11-15 19:22:30 +00:00
Eirik Bjørsnøs
73fd8919f5
8344216: Remove calls to SecurityManager and and doPrivileged in java.net.Authenticator, java.net.CookieHandler, and java.net.ResponseCache after JEP 486 integration
...
Reviewed-by: dfuchs
2024-11-15 19:21:30 +00:00
Brian Burkhalter
0b9b82af03
8343039: Remove jdk.internal.misc.InternalLock and usages from java.io
...
Reviewed-by: liach, alanb
2024-11-15 16:11:34 +00:00
Eirik Bjørsnøs
5e2760856c
8344188: Cleanup sun.net.www.protocol.jar.JarFileFactory after JEP 486 integration
...
Reviewed-by: jpai, dfuchs
2024-11-15 12:18:53 +00:00
Eirik Bjørsnøs
0c191f6629
8344185: Remove calls to SecurityManager in sun.net.ftp
...
Reviewed-by: alanb, michaelm, dfuchs
2024-11-15 09:47:43 +00:00
Artur Barashev
697f27c5d5
8341964: Add mechanism to disable different parts of TLS cipher suite
...
Reviewed-by: mullan, ascarpino
2024-11-14 17:44:13 +00:00
Alan Bateman
abacece826
8344011: Remove usage of security manager from Class and reflective APIs
...
Reviewed-by: liach, yzheng, rriggs
2024-11-14 07:39:28 +00:00
Alan Bateman
7be77725ea
8344112: Remove code to support security manager execution mode from DatagramChannel implementation
...
Reviewed-by: dfuchs
2024-11-13 16:50:54 +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
Patricio Chilano Mateo
78b80150e0
8338383: Implement JEP 491: Synchronize Virtual Threads without Pinning
...
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: aboldtch, dholmes, coleenp, fbredberg, dlong, sspitsyn
2024-11-12 15:23:48 +00:00
Naoto Sato
0329855831
8343804: Show the default time zone with -XshowSettings option
...
Reviewed-by: iris, jpai
2024-11-08 20:22:24 +00:00
Kevin Driver
2a1ae0ff89
8331008: Implement JEP 478: Key Derivation Function API (Preview)
...
Co-authored-by: Rajan Halade <rhalade@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Valerie Peng <valeriep@openjdk.org>
Reviewed-by: weijun, valeriep
2024-11-05 21:07:52 +00:00
Archie Cobbs
f95097cc64
8343482: Remove unnecessary @SuppressWarnings annotations (net)
...
Reviewed-by: dfuchs
2024-11-05 15:46:00 +00:00
Artur Barashev
8b4749713c
8331682: Slow networks/Impatient clients can potentially send unencrypted TLSv1.3 alerts that won't parse on the server
...
Reviewed-by: wetmore, djelinski, xuelei
2024-11-04 18:46:38 +00:00
Naoto Sato
1c4483473d
8333582: Update CLDR to Version 46.0
...
Reviewed-by: joehw, srl, jlu
2024-11-04 17:00:44 +00:00
Ferenc Rakoczi
9cfb0f7f7a
8341527: AVX-512 intrinsic for SHA3
...
Reviewed-by: sviswanathan
2024-10-29 15:18:24 +00:00
Mark Powers
ca1700b8bf
8336665: CCE in X509CRLImpl$TBSCertList.getCertIssuer
...
Reviewed-by: mullan
2024-10-24 23:09:45 +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
71583222eb
8340477: Remove JDK1.1 compatible behavior for "EST", "MST", and "HST" time zones
...
Reviewed-by: iris, jlu, joehw
2024-10-21 17:20:50 +00:00
Jaikiran Pai
cf5bb12731
Merge
...
Reviewed-by: alanb, dfuchs
2024-10-16 11:36:01 +00:00
Johny Jose
ebc17c7c8d
8339637: (tz) Update Timezone Data to 2024b
...
Reviewed-by: naoto, coffeys, jlu
2024-10-16 07:36:07 +00:00