Stuart Marks
|
c6d5600396
|
8038146: Clarify Map.Entry's connection to the underlying map
Reviewed-by: alanb
|
2023-01-20 16:33:48 +00:00 |
|
Justin Lu
|
9b97699be5
|
8300586: Refactor code examples to use @snippet in java.text.Collator
Reviewed-by: iris, lancea, naoto
|
2023-01-19 22:36:17 +00:00 |
|
Justin Lu
|
fbbb27e770
|
8300356: Refactor code examples to use @snippet in java.text.CollationElementIterator
Reviewed-by: naoto
|
2023-01-19 22:35:24 +00:00 |
|
Joe Darcy
|
f2a1eb9804
|
8300698: Missing @since tag for ClassFileFormatVersion.RELEASE_21
Reviewed-by: rriggs, mchung
|
2023-01-19 22:11:23 +00:00 |
|
Feilong Jiang
|
24cdcd4c70
|
8293841: RISC-V: Implementation of Foreign Function & Memory API (Preview)
Co-authored-by: Weikai He <weikai@isrc.iscas.ac.cn>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Reviewed-by: jvernee, fyang, shade, yadongwang
|
2023-01-19 01:33:35 +00:00 |
|
Jesper Wilhelmsson
|
fc9f8baf56
|
Merge
|
2023-01-18 23:29:12 +00:00 |
|
Justin Lu
|
31a2e02afc
|
8300308: java.text.MessageFormat has incorrect doc comment
Reviewed-by: naoto, lancea
|
2023-01-18 23:10:57 +00:00 |
|
Justin Lu
|
dfe94b89f8
|
8300307: Refactor code examples to use @snippet in java.text.DateFormat
Reviewed-by: lancea, iris, naoto
|
2023-01-18 23:09:46 +00:00 |
|
Joe Darcy
|
7bf0d1465e
|
8300133: Use generalized see and link tags in core libs
Reviewed-by: jjg, mchung, naoto, smarks
|
2023-01-18 18:54:03 +00:00 |
|
Claes Redestad
|
3ea0b8bc25
|
8300489: Use ArraysSupport.vectorizedHashCode in j.l.CharacterName
Reviewed-by: alanb, naoto
|
2023-01-18 17:39:27 +00:00 |
|
Sergey Tsypanov
|
754f6e6116
|
8300237: Minor improvements in MethodHandles
Reviewed-by: redestad
|
2023-01-18 13:55:09 +00:00 |
|
Claes Redestad
|
e37078f5bb
|
8282664: Unroll by hand StringUTF16 and StringLatin1 polynomial hash loops
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Co-authored-by: Ludovic Henry <luhenry@openjdk.org>
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: vlivanov, sviswanathan, luhenry
|
2023-01-17 21:06:22 +00:00 |
|
Daniel Jeliński
|
b7cfb6817b
|
8293598: Enhance InetAddress address handling
Reviewed-by: skoivu, alanb, aefimov, rhalade, dfuchs
|
2023-01-17 20:58:58 +00:00 |
|
Justin Lu
|
ade08e190c
|
8300093: Refactor code examples to use @snippet in java.text.MessageFormat
Reviewed-by: iris, naoto
|
2023-01-17 19:40:41 +00:00 |
|
Justin Lu
|
d7c05d1870
|
8300011: Refactor code examples to use @snippet in java.util.TimeZone
Reviewed-by: lancea, naoto, iris
|
2023-01-17 18:30:32 +00:00 |
|
Per Minborg
|
3462438ae1
|
8299576: Reimplement java.io.Bits using VarHandle access
Reviewed-by: uschindler, alanb
|
2023-01-17 07:44:26 +00:00 |
|
Justin Lu
|
dc5cc61621
|
8299499: Usage of constructors of primitive wrapper classes should be avoided in java.net API docs
Backport-of: 63cf4aa0c897406fc9370a8e05cb035caafc5d69
|
2023-01-13 23:17:53 +00:00 |
|
Justin Lu
|
98eae6dade
|
8299500: Usage of constructors of primitive wrapper classes should be avoided in java.text API docs
Reviewed-by: iris
Backport-of: cd10c7278d8fcf7ce6713a3ee688bb1e10c024f6
|
2023-01-13 23:16:48 +00:00 |
|
Justin Lu
|
628266af60
|
8299501: Usage of constructors of primitive wrapper classes should be avoided in java.util API docs
Backport-of: f36f1354c63a500c70ae51a9c2b2d21ad55cfa77
|
2023-01-13 23:15:28 +00:00 |
|
Justin Lu
|
ab7f43f080
|
8299498: Usage of constructors of primitive wrapper classes should be avoided in java.lang API docs
Backport-of: d663b5da10be1f3f33a2729e4b3605fb5e13b4d6
|
2023-01-13 23:14:14 +00:00 |
|
Justin Lu
|
500b45e12d
|
8299865: Unnecessary NullPointerException catch in java.util.TimeZone#setDefaultZone
Reviewed-by: lancea, iris, naoto, aturbanov
|
2023-01-13 18:13:50 +00:00 |
|
Jesper Wilhelmsson
|
9887047228
|
Merge
|
2023-01-12 22:24:19 +00:00 |
|
Raffaello Giulietti
|
33412c102c
|
8299677: Formatter.format might take a long time to format an integer or floating-point
Reviewed-by: alanb, stsypanov, darcy
|
2023-01-12 19:21:09 +00:00 |
|
Roger Riggs
|
6a4a874356
|
8299034: Runtime::exec clarification of inherited environment
Reviewed-by: alanb
|
2023-01-12 14:54:39 +00:00 |
|
Claes Redestad
|
48c8fb39a7
|
8299978: Remove MethodHandleNatives.getMembers
Reviewed-by: jvernee, mchung
|
2023-01-12 13:39:59 +00:00 |
|
Alan Bateman
|
4b573343a6
|
8278326: Socket close is not thread safe and other cleanup
Reviewed-by: jpai
|
2023-01-12 09:38:31 +00:00 |
|
Jorn Vernee
|
3918f9f523
|
8299090: Specify coordinate order for additional CaptureCallState parameters on class as well
Reviewed-by: pminborg, mcimadamore
|
2023-01-12 06:49:27 +00:00 |
|
Jesper Wilhelmsson
|
33f3bd8fad
|
Merge
|
2023-01-11 21:50:42 +00:00 |
|
Justin Lu
|
d663b5da10
|
8299498: Usage of constructors of primitive wrapper classes should be avoided in java.lang API docs
Reviewed-by: naoto, darcy, rriggs, mchung, lancea
|
2023-01-11 17:18:39 +00:00 |
|
Justin Lu
|
437d69a220
|
8299836: Make user.timezone system property searchable
Reviewed-by: jpai, naoto
|
2023-01-11 17:14:08 +00:00 |
|
Naoto Sato
|
c7716a0101
|
8299571: ZoneRulesProvider.registerProvider() can leave inconsistent state on failure
Reviewed-by: iris, rriggs, joehw
|
2023-01-11 17:01:48 +00:00 |
|
Maurizio Cimadamore
|
945ef07564
|
8299862: OfAddress setter should disallow heap segments
Reviewed-by: jvernee
|
2023-01-11 10:31:25 +00:00 |
|
Mandy Chung
|
a86b6f6fde
|
8299183: Invokers.checkExactType passes parameters to create WMTE in opposite order
Reviewed-by: iris, jpai
|
2023-01-10 17:05:33 +00:00 |
|
Jaikiran Pai
|
b7eb4e2ffd
|
8297306: Incorrect brackets in Javadoc for a constructor of IteratorSpliterator
Reviewed-by: alanb, iris, naoto
|
2023-01-10 01:53:48 +00:00 |
|
Jesper Wilhelmsson
|
4395578b6f
|
Merge
|
2023-01-09 23:31:32 +00:00 |
|
Justin Lu
|
f36f1354c6
|
8299501: Usage of constructors of primitive wrapper classes should be avoided in java.util API docs
Reviewed-by: naoto, lancea
|
2023-01-09 21:26:08 +00:00 |
|
Naoto Sato
|
d49851a8b8
|
8299689: Make use of JLine for Console as "opt-in"
Reviewed-by: jpai, alanb
|
2023-01-09 18:23:42 +00:00 |
|
Justin Lu
|
cd10c7278d
|
8299500: Usage of constructors of primitive wrapper classes should be avoided in java.text API docs
Reviewed-by: naoto, lancea
|
2023-01-09 17:43:31 +00:00 |
|
Jaikiran Pai
|
e209693a37
|
8258776: ThreadLocal#initialValue() Javadoc is unaware of ThreadLocal#withInitial()
Reviewed-by: alanb
|
2023-01-07 02:33:52 +00:00 |
|
Justin Lu
|
63cf4aa0c8
|
8299499: Usage of constructors of primitive wrapper classes should be avoided in java.net API docs
Reviewed-by: naoto, jpai
|
2023-01-07 02:19:15 +00:00 |
|
Jesper Wilhelmsson
|
5393dc9a48
|
Merge
|
2023-01-07 02:05:59 +00:00 |
|
Sergey Tsypanov
|
d086e82b3c
|
8299600: Use Objects.check*() where appropriate in java.io
Reviewed-by: alanb, bpb
|
2023-01-06 21:01:21 +00:00 |
|
Markus KARG
|
3dcf700161
|
8299336: InputStream::DEFAULT_BUFFER_SIZE should be 16384
Reviewed-by: bpb
|
2023-01-06 17:35:17 +00:00 |
|
Maurizio Cimadamore
|
5eee2a07f5
|
8299740: CaptureCallState is missing @Preview annotation
Reviewed-by: alanb
|
2023-01-06 14:52:08 +00:00 |
|
Matthias Baesken
|
c929d8be5d
|
8299475: Enhance SocketException by cause where it is missing in net and nio area
Reviewed-by: alanb
|
2023-01-05 08:26:38 +00:00 |
|
Jesper Wilhelmsson
|
df1caf9081
|
Merge
|
2023-01-04 16:03:09 +00:00 |
|
Mark Powers
|
3eb85d19ec
|
8299235: broken link referencing missing id
Reviewed-by: mullan
|
2023-01-03 15:41:55 +00:00 |
|
Per Minborg
|
a9ce7726a7
|
8299437: Make InetSocketAddressHolder shallowly immutable
Reviewed-by: djelinski, jpai, alanb
|
2023-01-03 10:00:19 +00:00 |
|
Per Minborg
|
8a10eef408
|
8299193: (bf) Buffer.capacity should be declared final
Reviewed-by: rriggs, dholmes, jpai
|
2023-01-02 13:25:04 +00:00 |
|
Per Minborg
|
e09e243116
|
8299187: (bf) ByteOrder.name should be declared final
Reviewed-by: jpai
|
2023-01-02 13:22:19 +00:00 |
|