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 |
|
Eirik Bjørsnøs
|
f7bb647dc8
|
8341595: Clean up iteration of CEN headers in ZipFile.Source.initCEN
Reviewed-by: lancea, redestad
|
2024-10-07 16:34:08 +00:00 |
|
David M. Lloyd
|
20f36c666c
|
8339329: ConstantPoolBuilder#constantValueEntry method doc typo and clarifications
Reviewed-by: liach
|
2024-10-06 16:26:45 +00:00 |
|
Attila Szegedi
|
260d4658ae
|
8340572: ConcurrentModificationException when sorting ArrayList sublists
Reviewed-by: smarks
|
2024-10-05 21:15:18 +00:00 |
|
Shaojin Wen
|
1c3e56c3e4
|
8341512: Optimize StackMapGenerator::processInvokeInstructions
Reviewed-by: liach
|
2024-10-05 15:37:18 +00:00 |
|
Shaojin Wen
|
f8db3a831b
|
8341510: Optimize StackMapGenerator::processFieldInstructions
Reviewed-by: liach
|
2024-10-05 01:21:25 +00:00 |
|
Shaojin Wen
|
b42fbf43df
|
8339699: Optimize DataOutputStream writeUTF
Reviewed-by: liach, bpb
|
2024-10-04 22:35:03 +00:00 |
|
Joe Darcy
|
e70cbcfd0c
|
8341541: Wrong anchor in wrapper classes links
Reviewed-by: hannesw, liach
|
2024-10-04 19:25:31 +00:00 |
|
Maurizio Cimadamore
|
7fa2f229fb
|
8341127: Extra call to MethodHandle::asType from memory segment var handles fails to inline
Reviewed-by: psandoz, redestad, jvernee
|
2024-10-04 09:45:50 +00:00 |
|
Brian Burkhalter
|
f1ea57f06a
|
8340229: Improve opening sentence of FileInputStream constructor specification
Reviewed-by: alanb, jpai
|
2024-10-03 15:13:42 +00:00 |
|
fabioromano1
|
d6820d1324
|
8336274: MutableBigInteger.leftShift(int) optimization
Reviewed-by: rgiulietti
|
2024-10-02 09:45:43 +00:00 |
|
Chen Liang
|
39c17b3926
|
8341277: Validate slot argument for instruction factories
Reviewed-by: asotona
|
2024-10-02 03:30:02 +00:00 |
|
Eirik Bjørsnøs
|
0f381137cb
|
8341243: Use ArraySupport.SOFT_MAX_ARRAY_LENGTH for max array size in java.base
Reviewed-by: jpai, smarks
|
2024-10-02 01:27:03 +00:00 |
|
Joe Darcy
|
5586f83e34
|
8341064: Define anchor point and index term for "wrapper classes"
Reviewed-by: prappo, liach
|
2024-09-30 16:13:35 +00:00 |
|
Joe Darcy
|
4168faf54c
|
8341100: Add index entries for terms used in java.lang.Class
Reviewed-by: liach
|
2024-09-30 16:10:02 +00:00 |
|
Shaojin Wen
|
f1bf469b4e
|
8341199: Use ClassFile's new API loadConstant(int)
Reviewed-by: liach, redestad
|
2024-09-30 14:12:01 +00:00 |
|