Chen Liang
c7fa499bf5
8350118: Simplify the layout access VarHandle
...
Reviewed-by: mcimadamore, jvernee, erikj
2025-02-28 20:01:17 +00:00
Justin Lu
3a7d986878
8350646: Calendar.Builder.build() Throws ArrayIndexOutOfBoundsException
...
Reviewed-by: naoto
2025-02-28 19:37:36 +00:00
Brian Burkhalter
9477c705c0
8024695: new File("").exists() returns false whereas it is the current working directory
...
Reviewed-by: alanb, rriggs, lancea
2025-02-26 16:24:25 +00:00
Mark Powers
5023971640
8267068: Incomplete @throws javadoc for various javax.crypto.spec classes
...
Reviewed-by: valeriep, jnimeh
2025-02-25 15:21:07 +00:00
Stuart Marks
08bc59da9b
8138614: (spec str) StringBuffer and StringBuilder methods improperly require "new" String to be returned
...
Reviewed-by: rgiulietti, shade, alanb, rriggs, liach
2025-02-25 15:18:30 +00:00
Coleen Phillimore
c413549eb7
8349860: Make Class.isArray(), Class.isInterface() and Class.isPrimitive() non-native
...
Reviewed-by: dlong, rriggs, vlivanov, yzheng, liach
2025-02-25 12:35:54 +00:00
Adam Sotona
ab86a13519
8350548: java.lang.classfile package javadoc has errors
...
Reviewed-by: liach
2025-02-25 08:18:52 +00:00
Bradford Wetmore
990d40e98d
8350476: Fix typo introduced in JDK-8350147
...
Reviewed-by: jnimeh, jpai
2025-02-24 22:57:03 +00:00
Per Minborg
f755fadc3d
8349653: Clarify the docs for MemorySegment::reinterpret
...
Reviewed-by: jvernee, mcimadamore
2025-02-24 07:38:29 +00:00
Mikhail Yankelevich
7734f8ed13
8349664: HEX dump should always use ASCII or ISO_8859_1
...
Reviewed-by: weijun
2025-02-19 18:56:26 +00:00
konanki sreenath
70a6c0b7ac
8346094: Harden X509CertImpl.getExtensionValue for NPE cases
...
Reviewed-by: coffeys, weijun
2025-02-19 16:47:54 +00:00
Sean Mullan
577ff98a67
8347946: Add API note that caller should validate/trust signers to the getCertificates and getCodeSigners methods of JarEntry and JarURLConnection
...
Reviewed-by: lancea, jpai
2025-02-19 13:18:20 +00:00
Jaikiran Pai
071c8f5155
8349909: jdk.internal.jimage.decompressor.ZipDecompressor does not close the Inflater in exceptional cases
...
Reviewed-by: lancea, alanb
2025-02-17 11:05:59 +00:00
Bradford Wetmore
7d11418c82
8350147: Replace example in KEM class with the one from JEP 452
...
Reviewed-by: weijun
2025-02-15 22:40:46 +00:00
Justin Lu
3741c980b8
8349883: Locale.LanguageRange.parse("-") throws ArrayIndexOutOfBoundsException
...
Reviewed-by: naoto
2025-02-13 22:25:23 +00:00
Naoto Sato
3e7acfac48
8349873: StackOverflowError after JDK-8342550 if -Duser.timezone= is set to a deprecated zone id
...
Reviewed-by: joehw, jlu, iris
2025-02-13 20:57:48 +00:00
Martin Balao
6ddbcc34c0
8328119: Support HKDF in SunPKCS11 (Preview)
...
8346720: Support Generic keys in SunPKCS11 SecretKeyFactory
Co-authored-by: Francisco Ferrari Bihurriet <fferrari@openjdk.org>
Co-authored-by: Martin Balao <mbalao@openjdk.org>
Reviewed-by: valeriep, kdriver, weijun
2025-02-13 16:55:33 +00:00
Jatin Bhateja
4b463ee70e
8342103: C2 compiler support for Float16 type and associated scalar operations
...
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Bhavana Kilambi <bkilambi@openjdk.org>
Co-authored-by: Joe Darcy <darcy@openjdk.org>
Co-authored-by: Raffaello Giulietti <rgiulietti@openjdk.org>
Reviewed-by: psandoz, epeter, sviswanathan
2025-02-12 17:02:51 +00:00
Coleen Phillimore
ed17c55ea3
8349145: Make Class.getProtectionDomain() non-native
...
Reviewed-by: liach, dholmes, yzheng
2025-02-12 12:04:40 +00:00
Chen Liang
32dc41c9f7
8349624: Validation for slot missing in CodeBuilder local variable instructions
...
Reviewed-by: asotona
2025-02-11 16:21:23 +00:00
Coleen Phillimore
c9cadbd23f
8346567: Make Class.getModifiers() non-native
...
Reviewed-by: alanb, vlivanov, yzheng, dlong
2025-02-10 12:44:30 +00:00
Bradford Wetmore
88a84835a3
8349121: SSLParameters.setApplicationProtocols() ALPN example could be clarified
...
Reviewed-by: abarashev, jnimeh, dfuchs
2025-02-07 17:09:56 +00:00
Justin Lu
fb847bb2af
8349493: Replace sun.util.locale.ParseStatus usage with java.text.ParsePosition
...
Reviewed-by: naoto
2025-02-07 17:08:52 +00:00
Brian Burkhalter
0181030bdc
8349006: File.getCanonicalPath should remove "(on UNIX platforms)" from its specification
...
Reviewed-by: jlu, naoto
2025-02-06 19:10:26 +00:00
Viktor Klang
5ec1aae21e
8347842: ThreadPoolExecutor specification discusses RuntimePermission
...
Reviewed-by: alanb, jpai
2025-02-06 15:02:21 +00:00
Brian Burkhalter
b499c827a5
8349383: (fs) FileTreeWalker.next() superfluous null check of visit() return value
...
Reviewed-by: djelinski
2025-02-05 21:40:47 +00:00
Per Minborg
2ff8440c76
8349344: Clarify documentation of Arena.ofConfined
...
Reviewed-by: jvernee, jpai, mcimadamore
2025-02-05 13:48:34 +00:00
Ben Perez
9d23de58d1
8184352: Remove Sun provider information from KeyPairGenerator javadoc
...
Reviewed-by: mullan
2025-02-04 23:13:16 +00:00
Justin Lu
250ff86dc8
8349000: Performance improvement for Currency.isPastCutoverDate(String)
...
Reviewed-by: naoto, aturbanov
2025-02-04 17:07:01 +00:00
Ben Perez
43979fb1be
8347428: Avoid using secret-key in specifications
...
Reviewed-by: mullan
2025-02-03 22:14:38 +00:00
Jaikiran Pai
618c5eb27b
8349183: [BACKOUT] Optimization for StringBuilder append boolean & null
...
8349239: [BACKOUT] Reuse StringLatin1::putCharsAt and StringUTF16::putCharsAt
Reviewed-by: redestad, liach
2025-02-03 18:21:33 +00:00
Jorn Vernee
137ad5d03c
8348976: MemorySegment::reinretpret should be force inlined
...
Reviewed-by: liach
2025-01-31 16:49:21 +00:00
Jorn Vernee
77647421c5
8348909: [BACKOUT] Implement a better allocator for downcalls
...
Reviewed-by: shade, liach
2025-01-31 16:49:03 +00:00
Justin Lu
f05c53c2c4
8347949: Currency method to stream available Currencies
...
Reviewed-by: naoto, liach, rriggs
2025-01-30 17:55:47 +00:00
Shaojin Wen
fdfb68c8d0
8344168: Change Unsafe base offset from int to long
...
Reviewed-by: liach
2025-01-30 15:57:13 +00:00
Shaojin Wen
3f8a875497
8348880: Replace ConcurrentMap with AtomicReferenceArray for ZoneOffset.QUARTER_CACHE
...
Reviewed-by: naoto, liach
2025-01-30 15:13:13 +00:00
Jorn Vernee
fac63d4383
8348668: Prevent first resource cleanup in confined arena from escaping
...
Reviewed-by: liach
2025-01-30 14:55:37 +00:00
Nizar Benalla
22069ff42b
8348975: Broken links in the JDK 24 JavaDoc API documentation, build 33
...
Reviewed-by: liach
2025-01-30 10:10:49 +00:00
Axel Boldt-Christmas
14136f8b11
8347564: ZGC: Crash in DependencyContext::clean_unloading_dependents
...
Reviewed-by: eosterlund, stefank, vlivanov
2025-01-30 08:33:16 +00:00
Shaojin Wen
cbc89a7ac6
8348898: Remove unused OctalDigits to clean up code
...
Reviewed-by: liach
2025-01-29 16:24:01 +00:00
Shaojin Wen
f98d9a3301
8348870: Eliminate array bound checks in DecimalDigits
...
Reviewed-by: liach, rgiulietti
2025-01-29 13:07:19 +00:00
Justin Lu
3a564ed101
8347955: TimeZone methods to stream the available timezone IDs
...
Reviewed-by: naoto, rriggs
2025-01-28 21:31:46 +00:00
Justin Lu
a224f12cb7
8348205: Improve cutover time selection when building available currencies set
...
Reviewed-by: naoto, rriggs
2025-01-28 17:40:20 +00:00
Matthias Ernst
8cc1304542
8287788: Implement a better allocator for downcalls
...
Reviewed-by: jvernee
2025-01-27 19:40:26 +00:00
Weijun Wang
039e73fcdb
8346736: Java Security Standard Algorithm Names spec should include key algorithm names
...
Reviewed-by: mullan, hchao
2025-01-27 18:21:51 +00:00
Weijun Wang
aba60a9274
8189441: Define algorithm names for keys derived from KeyAgreement
...
Reviewed-by: mullan
2025-01-27 18:09:17 +00:00
Chen Liang
1d8ccb8920
8342465: Improve API documentation for java.lang.classfile
...
Reviewed-by: asotona, darcy
2025-01-27 14:03:35 +00:00
Koushik Thirupattur
002679ac9f
8347065: Add missing @spec tags for Java Security Standard Algorithm Names
...
Reviewed-by: weijun
2025-01-25 19:06:47 +00:00
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