Archie Cobbs
|
1cc3586c53
|
8343551: Missing copyright header update in Charset-X-Coder.java.template
Reviewed-by: iris
|
2024-11-04 17:32:11 +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 |
|
Archie Cobbs
|
23fa1a3327
|
8343484: Remove unnecessary @SuppressWarnings annotations (nio)
Reviewed-by: alanb
|
2024-11-04 16:13:10 +00:00 |
|
Per Minborg
|
646d64e880
|
8340307: Add explanation around MemorySegment:reinterpret regarding arenas
Reviewed-by: jvernee
|
2024-11-04 14:12:30 +00:00 |
|
Chen Liang
|
8d6cfba37f
|
8336267: Method and Constructor signature parsing can be shared on the root object
Reviewed-by: mchung
|
2024-11-04 13:24:29 +00:00 |
|
Chen Liang
|
1f7d524fd3
|
8343437: ClassDesc.of incorrectly permitting empty names
Reviewed-by: mchung
|
2024-11-04 13:24:09 +00:00 |
|
Per Minborg
|
f69b6016d6
|
8343188: Investigate ways to simplify MemorySegment::ofBuffer
Reviewed-by: mcimadamore
|
2024-11-04 11:06:25 +00:00 |
|
Justin Lu
|
ea110c35f5
|
8343236: Use @apiNote and @implSpec in j.util.Currency
Reviewed-by: iris, lancea, bpb, naoto
|
2024-11-01 16:34:53 +00:00 |
|
Andrey Turbanov
|
f77a5144a1
|
8343194: Avoid redundant Hashtable.containsKey call in CodeSource.readObject
Reviewed-by: mullan
|
2024-11-01 11:47:00 +00:00 |
|
Aleksey Shipilev
|
7c36fa7e17
|
8343019: Primitive caches must use boxed instances from the archive
Reviewed-by: jiangli, vlivanov, iklam
|
2024-10-31 20:18:25 +00:00 |
|
Alan Bateman
|
dee0982c60
|
8343132: Remove temporary transitions from Virtual thread implementation
Reviewed-by: dholmes, sspitsyn, pchilanomate
|
2024-10-31 08:53:19 +00:00 |
|
Eirik Bjørsnøs
|
2f1ba5ef09
|
8343307: Throw ZipException instead of IAE in ZipFile.Source::initCEN
Reviewed-by: lancea, jpai
|
2024-10-31 08:32:48 +00:00 |
|
Chen Liang
|
158ae51be0
|
8250659: Clarify in ParameterizedType.getRawType() doc that only Class is returned
Reviewed-by: darcy
|
2024-10-30 05:58:22 +00:00 |
|
Serguei Spitsyn
|
60364ef001
|
8341273: JVMTI is not properly hiding some continuation related methods
Reviewed-by: alanb, amenkov
|
2024-10-29 19:59:43 +00:00 |
|
Eirik Bjørsnøs
|
d49f21043b
|
8342040: Further improve entry lookup performance for multi-release JARs
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: redestad
|
2024-10-28 18:21:18 +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 |
|
Chen Liang
|
40e07a7ea3
|
8342865: Use type parameter for Class::getPrimitiveClass
Reviewed-by: darcy
|
2024-10-26 14:45:04 +00:00 |
|
Jonathan Gibbons
|
873f8a696f
|
8305406: Add @spec tags in java.base/java.* (part 2)
Co-authored-by: Daniel Jeliński <djelinski@openjdk.org>
Co-authored-by: Hannes Wallnöfer <hannesw@openjdk.org>
Reviewed-by: valeriep
|
2024-10-26 06:57:45 +00:00 |
|
Justin Lu
|
7af46a6b42
|
8340554: Improve MessageFormat readObject checks
Reviewed-by: naoto
|
2024-10-24 16:17:43 +00:00 |
|
Markus KARG
|
3c14c2babb
|
8341566: Add Reader.of(CharSequence)
Reviewed-by: rriggs, jpai, liach, alanb
|
2024-10-24 14:34:58 +00:00 |
|
Chen Liang
|
25c2f48d45
|
8338544: Dedicated Array class descriptor implementation
Reviewed-by: redestad, mchung, jvernee
|
2024-10-24 02:40:08 +00:00 |
|
Joe Darcy
|
a21c558699
|
8342863: Use pattern matching for instanceof in equals methods of wrapper classes
Reviewed-by: rriggs
|
2024-10-23 18:23:50 +00:00 |
|
Naoto Sato
|
e64f0798be
|
8342582: user.region for formatting number no longer works for 21.0.5
Reviewed-by: jlu, rriggs
|
2024-10-23 17:44:31 +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 |
|
Justin Lu
|
c61d2c5a34
|
8341445: DecimalFormatSymbols setters should throw NPE
Reviewed-by: naoto
|
2024-10-22 17:21:38 +00:00 |
|
Claes Redestad
|
d10eecf161
|
8341776: Remove unused enum values from LambdaForm$Kind
Reviewed-by: liach
|
2024-10-22 13:51:42 +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 |
|
Hannes Wallnöfer
|
97c9212842
|
8342698: Fix order of @param tags in module java.base
Reviewed-by: iris
|
2024-10-21 17:14:25 +00:00 |
|
Justin Lu
|
51a7ff6594
|
8335271: Specify the MessageFormat ArgumentIndex Implementation Limit
Reviewed-by: darcy, iris, naoto, rriggs
|
2024-10-21 17:08:50 +00:00 |
|
Lance Andersen
|
54a744b023
|
8340553: ZipEntry field validation does not take into account the size of a CEN header
Reviewed-by: jpai, redestad, eirbjo
|
2024-10-21 15:34:27 +00:00 |
|
Joe Darcy
|
18b55ceaa4
|
8342653: Fix minor doc issues in AnnotatedElement
Reviewed-by: jpai, iris, liach
|
2024-10-21 15:14:12 +00:00 |
|
fabioromano1
|
27ef6c9df4
|
8341470: BigDecimal.stripTrailingZeros() optimization
Reviewed-by: rgiulietti
|
2024-10-21 10:14:15 +00:00 |
|
Justin Lu
|
078401134a
|
8340488: Clarify LocaleServiceProvider deployment on application module path
Reviewed-by: naoto
|
2024-10-18 17:41:36 +00:00 |
|
Shaojin Wen
|
3ebfc6c1e2
|
8342336: Optimize ClassFile imports
Reviewed-by: liach
|
2024-10-17 10:49:53 +00:00 |
|
Aleksey Shipilev
|
7625b29920
|
8329597: C2: Intrinsify Reference.clear
Reviewed-by: rcastanedalo, eosterlund, kvn
|
2024-10-16 14:08:10 +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 |
|
Justin Lu
|
d9f6383037
|
8331446: Improve deserialization support
Reviewed-by: rhalade, skoivu, rriggs, naoto
|
2024-10-15 17:04:27 +05:30 |
|
Daniel Fuchs
|
03bc6b359f
|
8328286: Enhance HTTP client
Reviewed-by: aefimov, michaelm
|
2024-10-15 17:04:27 +05:30 |
|
Valerie Peng
|
369c573383
|
8302111: Serialization considerations
Reviewed-by: skoivu, rhalade, weijun, wetmore
|
2024-10-15 17:04:27 +05:30 |
|
Maurizio Cimadamore
|
f4dccfd4cf
|
8338596: Clarify handling of restricted and caller-sensitive methods
Co-authored-by: Hannes Wallnöfer <hannesw@openjdk.org>
Reviewed-by: alanb, jvernee
|
2024-10-15 09:10:13 +00:00 |
|
Chen Liang
|
a2c775222e
|
8317356: Fix missing null checks in the ClassFile API
Co-authored-by: Nizar Benalla <nbenalla@openjdk.org>
Reviewed-by: asotona
|
2024-10-14 17:21:10 +00:00 |
|
Shaojin Wen
|
c850ecb20a
|
8341755: Optimize argNames in InnerClassLambdaMetafactory
Co-authored-by: Chen Liang <liach@openjdk.org>
Reviewed-by: liach, redestad
|
2024-10-09 23:50:18 +00:00 |
|
Justin Lu
|
e7045e9399
|
8341684: Typo in External Specifications link of java.util.Currency
Reviewed-by: liach, naoto, srl
|
2024-10-09 21:46:50 +00:00 |
|
Justin Lu
|
49c7148d37
|
8341366: Suspicious check in Locale.getDisplayName(Locale inLocale)
Reviewed-by: naoto
|
2024-10-09 21:45:47 +00:00 |
|
Eirik Bjørsnøs
|
950e3a7587
|
8341625: Improve ZipFile validation of the END header
Reviewed-by: lancea
|
2024-10-09 15:56:38 +00:00 |
|
Shaojin Wen
|
62acc9c174
|
8341548: More concise use of classfile API
Reviewed-by: liach
|
2024-10-08 20:35:14 +00:00 |
|
Eirik Bjørsnøs
|
7a1e832ea9
|
8336843: Deprecate java.util.zip.ZipError for removal
Reviewed-by: liach, lancea
|
2024-10-08 10:08:31 +00:00 |
|
Eirik Bjørsnøs
|
f62dba3651
|
8341597: ZipFileInflaterInputStream input buffer size uses uncompressed size
Reviewed-by: lancea
|
2024-10-08 09:59:29 +00:00 |
|
Claes Redestad
|
ffb60e55cd
|
8341594: Use Unsafe to coalesce reads in java.util.zip.ZipUtils
Reviewed-by: lancea
|
2024-10-08 08:14:40 +00:00 |
|