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 |
|
Brian Burkhalter
|
aaf3df7bb8
|
8343823: (fs) Files.createLink: inconsistent behavior when creating link to symbolic link
Reviewed-by: alanb
|
2024-11-21 16:17:58 +00:00 |
|
Artur Barashev
|
882d635807
|
8245545: Disable TLS_RSA cipher suites
Reviewed-by: mullan
|
2024-11-21 14:14:30 +00:00 |
|
Daniel Fuchs
|
a62279ca0a
|
8344235: Revisit SecurityManager usage in java.logging after JEP 486 and JEP 491 integration
Reviewed-by: jpai
|
2024-11-21 11:54:28 +00:00 |
|
Doug Lea
|
18df6fd5ba
|
8336707: Contention of ForkJoinPool grows when stealing works
Reviewed-by: vklang
|
2024-11-21 11:50:46 +00:00 |
|
Dr Heinz M. Kabutz
|
da2d7a09f9
|
8344595: State transitions in internal VirtualThread comment needs to be updated
Reviewed-by: alanb
|
2024-11-20 20:01:37 +00:00 |
|
David M. Lloyd
|
e11d126a8d
|
8333796: Add missing serialization functionality to sun.reflect.ReflectionFactory
Reviewed-by: liach, rriggs
|
2024-11-20 14:17:28 +00:00 |
|
Volkan Yazıcı
|
21f0ed50a2
|
8344215: Remove calls to SecurityManager and doPrivileged in java.net.Socket and java.net.ServerSocket after JEP 486 integration
Reviewed-by: dfuchs, alanb, jpai
|
2024-11-20 13:59:52 +00:00 |
|
Jaikiran Pai
|
db7ee3dad1
|
8344223: Remove calls to SecurityManager and doPrivileged in java.net.URLClassLoader after JEP 486 integration
Reviewed-by: alanb, yzheng
|
2024-11-20 12:41:39 +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 |
|
Andrey Turbanov
|
78602be1fe
|
8344024: Unnecessary Hashtable usage in RSAPSSSignature.DIGEST_LENGTHS
Reviewed-by: valeriep
|
2024-11-19 16:59:06 +00:00 |
|
Eirik Bjørsnøs
|
235973615f
|
8344534: Remove leftover import of java.security.AccessControlContext in JavaLangAccess
Reviewed-by: alanb
|
2024-11-19 12:04:37 +00:00 |
|
Eirik Bjørsnøs
|
b12c5b4d18
|
8344218: Remove calls to SecurityManager and and doPrivileged in java.net.NetworkInterface after JEP 486 integration
Reviewed-by: dfuchs
|
2024-11-19 05:44:30 +00:00 |
|
Christian Stein
|
5cb0d43823
|
8293040: Argfile documentation for java launcher tool is confusing regarding usage of wildcards
Reviewed-by: liach
|
2024-11-18 21:49:36 +00:00 |
|
Sean Mullan
|
de6e013e0e
|
8344310: Remove Security Manager dependencies from javax.crypto and com.sun.crypto packages
Reviewed-by: jpai, ascarpino
|
2024-11-18 19:35:42 +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 |
|
Naman Nigam
|
e9e4200a6a
|
8343125: Correct the documentation for TreeMap's getFloorEntry and getCeilingEntry
Reviewed-by: liach, acobbs
|
2024-11-18 18:30:24 +00:00 |
|
Viktor Klang
|
d76b5b888e
|
8344253: Test java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java failed
Reviewed-by: alanb
|
2024-11-18 17:31:03 +00:00 |
|
Kevin Driver
|
3e78ff16d3
|
8320743: AEAD ciphers throw undocumented exceptions on overflow
Reviewed-by: ascarpino
|
2024-11-18 16:41:57 +00:00 |
|
Per Minborg
|
207832952b
|
8344134: Use static property in SystemLookup
Reviewed-by: alanb, rriggs
|
2024-11-18 16:20:06 +00:00 |
|
Roger Riggs
|
9b0ab92b16
|
8344034: Remove security manager dependency in Serialization
Reviewed-by: mullan, alanb
|
2024-11-18 16:17:07 +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 |
|
Magnus Ihse Bursie
|
475feb064b
|
8344056: Use markdown format for man pages
Reviewed-by: cstein, iris, dholmes
|
2024-11-18 09:23:50 +00:00 |
|
Justin Lu
|
e1c4b4977e
|
8343237: Improve the copying of the available set of Currencies
Reviewed-by: bpb
|
2024-11-18 00:16:02 +00:00 |
|
Eirik Bjørsnøs
|
d0b770c938
|
8344289: SM cleanup in jdk.internal.util
Reviewed-by: liach, rriggs, bpb
|
2024-11-16 13:31:06 +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 |
|
Ioi Lam
|
41a2d49f0a
|
8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking
Reviewed-by: jrose, kvn, heidinga, asmehra, vlivanov
|
2024-11-15 22:28:54 +00:00 |
|
Roger Riggs
|
c388455d0a
|
8344197: SM cleanup in java.util.concurrent
Reviewed-by: alanb, dl
|
2024-11-15 20:30:04 +00:00 |
|
Roger Riggs
|
c5b6ed8ca0
|
8344252: SM cleanup in java.util classes
Reviewed-by: naoto, smarks
|
2024-11-15 20:29:14 +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 |
|
Eirik Bjørsnøs
|
f62e05ee96
|
8344231: SecurityManager cleanup in java.lang.module and jdk.internal.module
Reviewed-by: alanb
|
2024-11-15 19:21:07 +00:00 |
|
Paul Sandoz
|
1866c0c2ce
|
8344259: Annotate Float16 with jdk.internal.ValueBased
Reviewed-by: liach, darcy
|
2024-11-15 17:22:11 +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 |
|
Adam Sotona
|
3c38ed4128
|
8344314: Revert removal of jdk.internal.java.PreviewFeature.CLASSFILE_API
Reviewed-by: liach
|
2024-11-15 15:57:34 +00:00 |
|
Adam Sotona
|
84ffb64cd7
|
8334714: Implement JEP 484: Class-File API
Reviewed-by: liach, vromero
|
2024-11-15 14:38:17 +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 |
|
Adam Sotona
|
ba39321902
|
8343881: java.lang.classfile.Attribute attributeName() method should return Utf8Entry
Reviewed-by: liach
|
2024-11-15 11:40:15 +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 |
|
Eirik Bjørsnøs
|
857f68c60f
|
8344179: SecurityManager cleanup in the ZIP and JAR areas
Reviewed-by: lancea, rriggs, mullan, jpai
|
2024-11-15 07:47:11 +00:00 |
|
Alan Bateman
|
0ae5748f74
|
8343982: Remove usage of security manager from ClassLoader and related classes
Reviewed-by: jpai, yzheng, lancea
|
2024-11-15 07:16:34 +00:00 |
|
Phil Race
|
99070658fd
|
8344065: Remove SecurityManager uses from the java.datatransfer module
Reviewed-by: serb
|
2024-11-15 04:51:55 +00:00 |
|
Chen Liang
|
681a57f960
|
8343064: ClassFormatError: Illegal class name from InnerClassLambdaMetafactory
Reviewed-by: jvernee
|
2024-11-14 17:55:41 +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 |
|
Brian Burkhalter
|
7e9dfa4ae4
|
8343785: (fs) Remove syscalls that set file times with microsecond precision
Reviewed-by: alanb
|
2024-11-14 16:27:22 +00:00 |
|
Jan Lahoda
|
5731ab7fed
|
8335991: Implement Simple Source Files and Instance Main Methods (Fourth Preview)
Reviewed-by: asotona, jpai
|
2024-11-14 11:33:29 +00:00 |
|
Raffaello Giulietti
|
8523880f06
|
8342693: Use byte[] as parameter in a FDBigInteger constructor and as field
Reviewed-by: darcy
|
2024-11-14 10:50:37 +00:00 |
|