Alan Bateman
|
1d2eb2fbae
|
8299504: Resolve uses and provides at run time if the service is optional and missing
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Alex Buckley <abuckley@openjdk.org>
Reviewed-by: sundar
|
2025-01-25 07:25:24 +00:00 |
|
Shaojin Wen
|
f446cefee0
|
8343962: [REDO] Move getChars to DecimalDigits
Reviewed-by: redestad, rgiulietti
|
2025-01-25 03:12:56 +00:00 |
|
Jamil Nimeh
|
f8e81d2339
|
8347506: Compatible OCSP readtimeout property with OCSP timeout
Reviewed-by: mullan, hchao
|
2025-01-24 23:06:57 +00:00 |
|
Mark Powers
|
907350e9e8
|
8346587: Distrust TLS server certificates anchored by Camerfirma Root CAs
Reviewed-by: mullan
|
2025-01-24 23:05:34 +00:00 |
|
Andrey Turbanov
|
bef5f56544
|
8291027: Some of TimeZone methods marked 'synchronized' unnecessarily
Reviewed-by: liach, naoto, jlu
|
2025-01-24 20:13:17 +00:00 |
|
Eirik Bjørsnøs
|
8e8f800071
|
8344943: Mark not subclassable classes final in java.base exported classes
Reviewed-by: weijun, liach, djelinski
|
2025-01-24 19:29:05 +00:00 |
|
Eirik Bjørsnøs
|
9768f60a94
|
8345249: Apply some conservative cleanups in FileURLConnection
Reviewed-by: jpai, djelinski
|
2025-01-24 13:00:28 +00:00 |
|
Sean Coffey
|
e20bd018c4
|
8344361: Restore null return for invalid services from legacy providers
Reviewed-by: valeriep
|
2025-01-24 10:40:36 +00:00 |
|
Adam Sotona
|
2daafe49c7
|
8348283: java.lang.classfile.components.snippets.PackageSnippets shipped in java.base.jmod
Reviewed-by: liach
|
2025-01-24 07:25:08 +00:00 |
|
Ioi Lam
|
7f16a0875c
|
8348240: Remove SystemDictionaryShared::lookup_super_for_unregistered_class()
Reviewed-by: ccheung, coleenp
|
2025-01-23 22:02:48 +00:00 |
|
Johny Jose
|
caa3c78f78
|
8347965: (tz) Update Timezone Data to 2025a
Reviewed-by: coffeys, naoto
|
2025-01-23 08:26:43 +00:00 |
|
Calvin Cheung
|
e1cf3517ae
|
8348013: [doc] fix typo in java.md caused by JDK-8347763
Reviewed-by: iklam
|
2025-01-18 00:34:27 +00:00 |
|
Calvin Cheung
|
17e3df652f
|
8347763: [doc] Add documentation of module options for JEP 483
Reviewed-by: iklam
|
2025-01-17 18:46:17 +00:00 |
|
Naoto Sato
|
cfe70ebcb3
|
8342550: Log warning for using JDK1.1 compatible time zone IDs for future removal
Reviewed-by: jlu, joehw, iris
|
2025-01-15 17:15:05 +00:00 |
|
Per Minborg
|
d4e5ec2746
|
8346610: Make all imports consistent in the FFM API
Reviewed-by: mcimadamore
|
2025-01-15 12:19:27 +00:00 |
|
Alan Bateman
|
af3f5d852e
|
8347039: ThreadPerTaskExecutor terminates if cancelled tasks still running
Reviewed-by: vklang
|
2025-01-15 10:54:03 +00:00 |
|
Chen Liang
|
28e01e6559
|
8347762: ClassFile attribute specification refers to non-SE modules
Reviewed-by: darcy, dholmes
|
2025-01-15 05:24:43 +00:00 |
|
Chen Liang
|
973c630777
|
8342466: Improve API documentation for java.lang.classfile.attribute
Reviewed-by: darcy, asotona
|
2025-01-15 02:04:01 +00:00 |
|
Jaikiran Pai
|
36b7abd617
|
8225763: Inflater and Deflater should implement AutoCloseable
Reviewed-by: lancea, rriggs, alanb, smarks
|
2025-01-15 01:04:44 +00:00 |
|
Weijun Wang
|
0ee6ba9c4c
|
8347596: Update HSS/LMS public key encoding
Reviewed-by: mullan
|
2025-01-14 23:06:45 +00:00 |
|
Christian Stein
|
fec769b0a8
|
8346778: Enable native access should work with the source launcher
Reviewed-by: alanb
|
2025-01-14 10:34:51 +00:00 |
|
Adam Sotona
|
3e989fd0f7
|
8346986: Remove ASM from java.base
Reviewed-by: dholmes, ihse, lmesnik, alanb
|
2025-01-14 09:28:56 +00:00 |
|
SendaoYan
|
91b63ca748
|
8345016: [ASAN] java.c reported ‘%s’ directive argument is null [-Werror=format-truncation=]
Reviewed-by: rriggs
|
2025-01-14 01:13:31 +00:00 |
|
Joe Darcy
|
7c883c284d
|
8347605: Use spec tag to refer to IEEE 754 standard
Reviewed-by: bpb, iris
|
2025-01-13 19:59:49 +00:00 |
|
Weijun Wang
|
fa5ff82eb3
|
8342062: Reformat keytool and jarsigner output for keys with a named parameter set
Reviewed-by: mullan
|
2025-01-13 13:43:52 +00:00 |
|
Viktor Klang
|
450636ae28
|
8347274: Gatherers.mapConcurrent exhibits undesired behavior under variable delays, interruption, and finishing
Reviewed-by: alanb
|
2025-01-13 10:38:02 +00:00 |
|
Chen Liang
|
6f1f2f2537
|
8347063: Add comments in ClassFileFormatVersion for class file format evolution history
Reviewed-by: darcy, iris
|
2025-01-10 21:23:50 +00:00 |
|
Magnus Ihse Bursie
|
46ba515c49
|
8346669: Increase abstraction in SetupBuildLauncher and remove extra args
Reviewed-by: erikj
|
2025-01-10 17:59:27 +00:00 |
|
Peter Levart
|
beb0e607d3
|
8347397: Cleanup of JDK-8169880
Reviewed-by: liach, alanb
|
2025-01-10 14:47:01 +00:00 |
|
Sean Mullan
|
3bfa9521d5
|
8283795: Add TLSv1.3 and CNSA 1.0 algorithms to implementation requirements
Reviewed-by: jnimeh
|
2025-01-09 17:34:20 +00:00 |
|
Hannes Wallnöfer
|
ceae2b977d
|
8347121: Add missing @serial tags to module java.base
Reviewed-by: alanb
|
2025-01-09 11:49:18 +00:00 |
|
Weijun Wang
|
db7fa6a2c6
|
8347289: HKDF delayed provider selection failed with non-extractable PRK
Reviewed-by: valeriep
|
2025-01-09 01:21:00 +00:00 |
|
Naoto Sato
|
49ee4df375
|
8166983: Remove old/legacy unused tzdata files
Reviewed-by: iris, rriggs
|
2025-01-08 16:48:44 +00:00 |
|
Chen Liang
|
afe543414f
|
8347163: Javadoc error in ConstantPoolBuilder after JDK-8342468
Reviewed-by: jpai, shade
|
2025-01-08 10:56:48 +00:00 |
|
Per Minborg
|
b0c935c03e
|
8347047: Cleanup action passed to MemorySegment::reinterpret keeps old segment alive
Reviewed-by: mcimadamore
|
2025-01-08 08:44:22 +00:00 |
|
Chen Liang
|
bcefab5e55
|
8342468: Improve API documentation for java.lang.classfile.constantpool
Reviewed-by: asotona
|
2025-01-08 03:37:28 +00:00 |
|
Naoto Sato
|
9702accdd9
|
8175709: DateTimeFormatterBuilder.appendZoneId() has misleading JavaDoc
Reviewed-by: rriggs
|
2025-01-07 17:40:01 +00:00 |
|
Per Minborg
|
c8a9dd3a02
|
8346609: Improve MemorySegment.toString
Reviewed-by: mcimadamore
|
2025-01-07 15:18:02 +00:00 |
|
Alan Bateman
|
f1196638b3
|
8346573: Can't use custom default file system provider with custom system class loader
Reviewed-by: mkartashev, bpb
|
2025-01-07 10:34:18 +00:00 |
|
Brian Burkhalter
|
d723597dd9
|
8345432: (ch, fs) Replace anonymous Thread with InnocuousThread
Reviewed-by: alanb
|
2025-01-06 17:47:10 +00:00 |
|
Naoto Sato
|
9a60f4457b
|
8345668: ZoneOffset.ofTotalSeconds performance regression
Reviewed-by: rriggs, aturbanov
|
2025-01-06 17:04:07 +00:00 |
|
Adam Sotona
|
e0695e0ef0
|
8346981: Remove obsolete java.base exports of jdk.internal.objectweb.asm packages
Reviewed-by: liach, alanb
|
2025-01-06 14:08:32 +00:00 |
|
Qizheng Xing
|
f1d85ab3e6
|
8346773: Fix unmatched brackets in some misc files
Reviewed-by: kbarrett, alanb, rriggs, dholmes, erikj, liach
|
2025-01-06 06:23:53 +00:00 |
|
Volkan Yazıcı
|
a77ed30fcc
|
8336412: sun.net.www.MimeTable has a few unused methods
Reviewed-by: jpai
|
2025-01-02 09:19:58 +00:00 |
|
Volker Simonis
|
d3abf01c3e
|
8346101: [JVMCI] Export jdk.internal.misc to jdk.graal.compiler
Reviewed-by: dnsimon, phh
|
2025-01-01 17:20:27 +00:00 |
|
Bradford Wetmore
|
68c6623d38
|
8345840: Add missing TLS handshake messages to SSLHandshake.java
Reviewed-by: jnimeh
|
2024-12-23 19:05:07 +00:00 |
|
David Holmes
|
cd15ebb963
|
8346477: Clarify the Java manpage in relation to the JVM's OnOutOfMemoryError flags
Co-authored-by: Thomas Stuefe <stuefe@openjdk.org>
Reviewed-by: jpai, stuefe
|
2024-12-23 11:56:24 +00:00 |
|
Nizar Benalla
|
2a68f74188
|
8346128: Comparison build fails due to difference in LabelTarget.html
Reviewed-by: jlahoda, liach, prappo
|
2024-12-20 10:16:04 +00:00 |
|
liyazzi
|
54f34750ed
|
8331467: FileSystems.getDefault fails with ClassNotFoundException if custom default provider is in run-time image
Reviewed-by: alanb, jpai
|
2024-12-20 07:05:42 +00:00 |
|
Calvin Cheung
|
5db0a13863
|
8346132: fallbacklinker.c failed compilation due to unused variable
Reviewed-by: dholmes, jvernee
|
2024-12-18 21:56:03 +00:00 |
|