Jaikiran Pai
|
c90699eae7
|
8304989: unnecessary dash in @param gives double-dash in docs
Reviewed-by: lancea
|
2023-03-28 12:02:27 +00:00 |
|
Per Minborg
|
60640a216d
|
8300979: Lazily initialize (byte, char)arr in java.io.DataInputStream
Reviewed-by: alanb
|
2023-03-28 10:58:52 +00:00 |
|
nbauma109
|
a06f46196a
|
8303214: Typo in java.util.Collections#synchronizedNavigableMap javadoc
Reviewed-by: martin, smarks, aturbanov
|
2023-03-28 08:47:55 +00:00 |
|
Justin Lu
|
f8e8fc7e29
|
8177352: Calendar.getDisplayName(s) in non-lenient mode inconsistent, does not match spec
Reviewed-by: naoto
|
2023-03-27 21:36:14 +00:00 |
|
Roger Riggs
|
6c3b10fb1d
|
8303485: Replacing os.name for operating system customization
Reviewed-by: naoto, erikj, alanb
|
2023-03-27 17:45:20 +00:00 |
|
Justin Lu
|
dd23ee9e87
|
8303917: Update ISO 639 language codes table
Reviewed-by: naoto
|
2023-03-23 21:15:40 +00:00 |
|
Brian Burkhalter
|
46cca1a4c5
|
4842457: (bf spec) Clarify meaning of "(optional operation)"
Reviewed-by: alanb
|
2023-03-23 18:00:07 +00:00 |
|
Chen Liang
|
a2d8f634de
|
8288730: Add type parameter to Lookup::accessClass and Lookup::ensureInitialized
Reviewed-by: mchung
|
2023-03-22 16:19:34 +00:00 |
|
Chen Liang
|
019fcd819c
|
8304139: Add <init> and <clinit> method constants to ConstantDescs
Reviewed-by: mchung
|
2023-03-21 16:16:08 +00:00 |
|
Chen Liang
|
d788a1bb80
|
8304180: Constant Descriptors for MethodHandles::classData and classDataAt
Reviewed-by: jvernee, mchung
|
2023-03-21 14:55:17 +00:00 |
|
Raffaello Giulietti
|
4bf1fbb06d
|
8303648: Add String.indexOf(String str, int beginIndex, int endIndex)
Reviewed-by: rriggs
|
2023-03-21 08:43:23 +00:00 |
|
Mandy Chung
|
bbca7c3ede
|
8304542: Convert use of internal VM::classFileVersion to ClassFileFormatVersion
Reviewed-by: alanb
|
2023-03-20 23:24:49 +00:00 |
|
Naoto Sato
|
f593a6b52e
|
8303018: Unicode Emoji Properties
Reviewed-by: prr, erikj, rriggs
|
2023-03-20 20:20:19 +00:00 |
|
Serguei Spitsyn
|
bc0ed730f2
|
8304303: implement VirtualThread class notifyJvmti methods as C2 intrinsics
Reviewed-by: vlivanov, lmesnik
|
2023-03-20 19:55:16 +00:00 |
|
Viktor Klang
|
ded6a81319
|
8303742: CompletableFuture.orTimeout leaks if the future completes exceptionally
Reviewed-by: jpai, alanb
|
2023-03-20 13:55:47 +00:00 |
|
Justin Lu
|
a3358b10ca
|
8303853: Update ISO 3166 country codes table
Reviewed-by: naoto
|
2023-03-10 17:39:13 +00:00 |
|
Viktor Klang
|
f2a36b4b52
|
8302666: Replace CHM with VarHandle in ForeachOrderedTask
Reviewed-by: psandoz
|
2023-03-10 16:01:12 +00:00 |
|
Viktor Klang
|
d06308c54a
|
8302360: Atomic*.compareAndExchange Javadoc unclear
Reviewed-by: martin, dholmes
|
2023-03-10 00:31:04 +00:00 |
|
Adam Sotona
|
595645c76d
|
8294959: java.base java.lang.Module uses ASM to load module-info.class
Reviewed-by: mchung
|
2023-03-09 18:12:35 +00:00 |
|
Justin Lu
|
02875e77fd
|
8171156: Class java.util.LocaleISOData has outdated information for country Code NP
Reviewed-by: naoto
|
2023-03-09 00:09:39 +00:00 |
|
Eirik Bjorsnos
|
05ceb37a2c
|
8303833: java.util.LocaleISOData has wrong comments for 'Norwegian Bokmål' and 'Volapük'
Reviewed-by: naoto
|
2023-03-08 21:25:21 +00:00 |
|
David Holmes
|
21a6ab1e3e
|
8303799: [BACKOUT] JDK-8302801 Remove fdlibm C sources
Reviewed-by: darcy, bpb
|
2023-03-08 02:39:14 +00:00 |
|
Ravali Yatham
|
9f9d678591
|
8302791: Add specific ClassLoader object to Proxy IllegalArgumentException message
Reviewed-by: alanb, mchung
|
2023-03-07 22:31:50 +00:00 |
|
Joe Darcy
|
b5b5cba7fe
|
8302801: Remove fdlibm C sources
Reviewed-by: bpb, dholmes, alanb, kvn
|
2023-03-07 22:28:12 +00:00 |
|
Justin Lu
|
acf899612f
|
8303275: Use {@Return and @linkplain in Locale and related classes
Reviewed-by: naoto
|
2023-03-07 18:18:59 +00:00 |
|
Ian Graves
|
ac3ab5b007
|
8217496: Matcher.group() can return null after usePattern
Reviewed-by: smarks
|
2023-03-07 17:20:04 +00:00 |
|
Pavel Rappo
|
45a616a891
|
8303480: Miscellaneous fixes to mostly invisible doc comments
Reviewed-by: mullan, prr, cjplummer, aivanov, jjg, lancea, rriggs, ihse
|
2023-03-07 15:31:42 +00:00 |
|
Naoto Sato
|
cfb0a25a4e
|
8303440: The "ZonedDateTime.parse" may not accept the "UTC+XX" zone id
Reviewed-by: iris, jpai, rriggs, lancea
|
2023-03-06 17:22:52 +00:00 |
|
Jorn Vernee
|
5977f266d0
|
8303604: Passing by-value structs whose size is not power of 2 doesn't work on all platforms (mainline)
Reviewed-by: mcimadamore
|
2023-03-06 15:18:39 +00:00 |
|
Joe Darcy
|
1bb39a95eb
|
8302027: Port fdlibm trig functions (sin, cos, tan) to Java
Reviewed-by: bpb
|
2023-03-04 23:52:03 +00:00 |
|
Raffaello Giulietti
|
5b2e2e4695
|
8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
Reviewed-by: rriggs, alanb
|
2023-03-03 20:51:13 +00:00 |
|
Roger Riggs
|
379f2061aa
|
8303198: System and Runtime.exit() resilience to logging errors
Reviewed-by: dholmes, jpai, alanb
|
2023-03-03 16:14:45 +00:00 |
|
Glavo
|
7449e1c661
|
8299807: newStringNoRepl should avoid copying arrays for ASCII compatible charsets
Reviewed-by: rriggs
|
2023-03-03 15:41:03 +00:00 |
|
Pavel Rappo
|
e1745bc981
|
8303473: Add implied {@code} in java.lang.invoke.MethodHandles
Reviewed-by: jjg, lancea, mchung
|
2023-03-03 09:12:14 +00:00 |
|
Yi Yang
|
c961a918ad
|
8143900: OptimizeStringConcat has an opaque dependency on Integer.sizeTable field
Reviewed-by: kvn, thartmann
|
2023-03-03 02:00:45 +00:00 |
|
Saint Wesonga
|
fb13063943
|
8303409: Add Windows AArch64 ABI support to the Foreign Function & Memory API
Reviewed-by: jvernee
|
2023-03-02 13:26:27 +00:00 |
|
Justin Lu
|
05faa7321b
|
8303232: java.util.Date.parse(String) and java.util.Date(String) don't declare thrown IllegalArgumentException
Reviewed-by: jpai, lancea, naoto
|
2023-03-01 18:13:42 +00:00 |
|
Justin Lu
|
7e47d51e10
|
8282319: java.util.Locale method to stream available Locales
Reviewed-by: stsypanov, naoto, lancea, rriggs
|
2023-03-01 00:36:22 +00:00 |
|
Joe Darcy
|
61e8867591
|
8302040: Port fdlibm sqrt to Java
Reviewed-by: bpb, thartmann, aturbanov
|
2023-02-28 18:33:53 +00:00 |
|
Archie L. Cobbs
|
1e3c9fd67e
|
8026369: javac potentially ambiguous overload warning needs an improved scheme
Reviewed-by: vromero
|
2023-02-28 03:33:14 +00:00 |
|
Roger Riggs
|
4c169d2d7c
|
8303253: Remove unnecessary calls to super() in java.time value based classes
Reviewed-by: naoto, mchung, lancea
|
2023-02-27 18:10:40 +00:00 |
|
David M. Lloyd
|
b527edd338
|
8292914: Lambda proxies have unstable names
Change the name of generated lambda proxy classes so that they no longer have a numerical suffix.
Reviewed-by: mchung
|
2023-02-27 17:18:44 +00:00 |
|
Brian Burkhalter
|
42330d28da
|
8029370: (fc) FileChannel javadoc not clear for cases where position == size
Reviewed-by: lancea
|
2023-02-27 17:11:29 +00:00 |
|
Andrey Turbanov
|
3a9f491caa
|
8301964: Expensive fillInStackTrace operation in HttpURLConnection.getLastModified when no last-modified in response
Reviewed-by: dfuchs, jpai, alanb
|
2023-02-25 13:39:36 +00:00 |
|
Alan Bateman
|
2e78d838a5
|
8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor
Reviewed-by: rriggs, martin, dfuchs, bchristi
|
2023-02-25 07:48:57 +00:00 |
|
Eirik Bjorsnos
|
17e3769ed7
|
8302871: Speed up StringLatin1.regionMatchesCI
Reviewed-by: redestad, martin, alanb
|
2023-02-25 07:48:03 +00:00 |
|
Brian Burkhalter
|
ccf3340e82
|
8303083: (bf) Remove private DirectByteBuffer(long, int) constructor before JDK 21 GA
Reviewed-by: alanb, lancea
|
2023-02-24 19:02:12 +00:00 |
|
Claes Redestad
|
1bab93b2d0
|
8303073: (bf) Temporarily reinstate private DirectByteBuffer(long, int) constructor
Reviewed-by: alanb, bpb
|
2023-02-23 10:31:14 +00:00 |
|
Joe Darcy
|
fcaf871408
|
8302028: Port fdlibm atan2 to Java
Reviewed-by: bpb
|
2023-02-22 22:49:59 +00:00 |
|
Patricio Chilano Mateo
|
83bea26df4
|
8300575: JVMTI support when using alternative virtual thread implementation
Reviewed-by: lmesnik, sspitsyn, alanb
|
2023-02-22 15:42:53 +00:00 |
|