Jorn Vernee
|
32ac72c3d3
|
8312522: Implementation of Foreign Function & Memory API
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Reviewed-by: dholmes, psandoz, mcimadamore, alanb
|
2023-10-12 19:50:08 +00:00 |
|
wenshao
|
935543146b
|
8316426: Optimization for HexFormat.formatHex
Reviewed-by: liach, rriggs
|
2023-10-12 13:54:09 +00:00 |
|
Per Minborg
|
d95b548c78
|
8315850: Improve AbstractMap anonymous Iterator classes
Reviewed-by: liach, smarks
|
2023-10-12 07:51:21 +00:00 |
|
Per Minborg
|
eca6ea43d0
|
8317873: Add @sealedGraph to IllegalFormatException
Reviewed-by: naoto, iris
|
2023-10-12 07:14:52 +00:00 |
|
vamsi-parasa
|
2edf9c3f1e
|
8317763: Follow-up to AVX512 intrinsics for Arrays.sort() PR
Reviewed-by: jbhateja, kvn, ihse, sviswanathan
|
2023-10-12 04:45:19 +00:00 |
|
Stuart Marks
|
3f6d01687c
|
8314896: additional clarifications to reversed() default methods' implementation requirements
Reviewed-by: bchristi
|
2023-10-11 16:42:28 +00:00 |
|
Per Minborg
|
2d46b29728
|
8317874: Add @sealedGraph to StringTemplate.Processor.Linkage
Reviewed-by: rriggs
|
2023-10-11 16:17:01 +00:00 |
|
Naoto Sato
|
1f06325142
|
8317471: ListFormat::parseObject() spec can be improved on parsePosition valid values
Reviewed-by: iris, lancea, joehw, mli
|
2023-10-09 16:29:40 +00:00 |
|
vamsi-parasa
|
a4e9168bab
|
8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long, float and double arrays)
Reviewed-by: jbhateja, sviswanathan, psandoz, kvn
|
2023-10-06 20:15:30 +00:00 |
|
Brian Burkhalter
|
6c6beba256
|
8317128: java/nio/file/Files/CopyAndMove.java failed with AccessDeniedException
Reviewed-by: alanb, lancea
|
2023-10-06 17:46:03 +00:00 |
|
Raffaello Giulietti
|
b62e774e6a
|
8317515: Unify the code of the parse*() families of methods in j.l.Integer and j.l.Long
Reviewed-by: redestad
|
2023-10-06 16:20:21 +00:00 |
|
Mandy Chung
|
36314a90c1
|
8267509: Improve IllegalAccessException message to include the cause of the exception
Reviewed-by: liach, naoto
|
2023-10-04 18:39:25 +00:00 |
|
Naoto Sato
|
1809b8cdd6
|
8317265: ListFormat::format specification could be made clearer regarding handling IllegalArgumentException.
Reviewed-by: joehw
|
2023-10-03 18:32:57 +00:00 |
|
Glavo
|
3bcfac18c3
|
8317246: Cleanup java.net.URLEncoder and URLDecoder use of file.encoding property
Reviewed-by: rriggs, naoto
|
2023-10-03 10:34:12 +00:00 |
|
Mourad Abbay
|
ad81abd2db
|
8317034: Remove redundant type cast in the java.util.stream package
Reviewed-by: psandoz
|
2023-10-02 20:13:46 +00:00 |
|
Justin Lu
|
8fcf70e931
|
5066247: Refine the spec of equals() and hashCode() for j.text.Format classes
Reviewed-by: naoto, darcy
|
2023-10-02 05:06:45 +00:00 |
|
Kevin Driver
|
47569a256c
|
8295919: java.security.MessageDigest.isEqual does not adhere to @implNote
Reviewed-by: mullan
|
2023-09-29 18:47:47 +00:00 |
|
Mourad Abbay
|
fa0697a637
|
8316998: Remove redundant type arguments in the java.util.stream package
Reviewed-by: psandoz
|
2023-09-29 15:36:16 +00:00 |
|
Brian Burkhalter
|
49376e4452
|
8316000: File.setExecutable silently fails if file does not exist
Reviewed-by: alanb
|
2023-09-29 15:03:10 +00:00 |
|
Eamonn McManus
|
ecb5e8a03f
|
8317264: Pattern.Bound has static fields that should be static final .
Reviewed-by: psandoz
|
2023-09-28 23:01:18 +00:00 |
|
Mourad Abbay
|
f2c221def1
|
8317119: Remove unused imports in the java.util.stream package
Reviewed-by: naoto, iris, psandoz
|
2023-09-28 22:07:12 +00:00 |
|
Aleksei Voitylov
|
cfcbfc6cae
|
8316879: RegionMatches1Tests fails if CompactStrings are disabled after JDK-8302163
Reviewed-by: simonis, rgiulietti, rriggs
|
2023-09-28 18:11:40 +00:00 |
|
Naoto Sato
|
3481a48571
|
8316974: ListFormat creation is unsuccessful for some of the supported Locales
Reviewed-by: joehw, rriggs
|
2023-09-28 16:04:46 +00:00 |
|
Maurizio Cimadamore
|
798125152b
|
8316970: Add internal annotation to mark restricted methods
Reviewed-by: jvernee, iris, alanb
|
2023-09-28 09:49:57 +00:00 |
|
Brian Burkhalter
|
36ac83904c
|
8073061: (fs) Files.copy(foo, bar, REPLACE_EXISTING) deletes bar even if foo is not readable
Reviewed-by: alanb
|
2023-09-26 15:27:44 +00:00 |
|
Per Minborg
|
9e6cb62048
|
8316851: Add @sealedGraph to Executable
Reviewed-by: darcy
|
2023-09-26 06:00:58 +00:00 |
|
Mourad Abbay
|
afa48333ab
|
8271268: Fix Javadoc links for Stream.mapMulti
Reviewed-by: liach, psandoz
|
2023-09-25 16:38:31 +00:00 |
|
Mandy Chung
|
9b65b7ddbe
|
8316305: Initial buffer size of StackWalker is too small caused by JDK-8285447
Reviewed-by: bchristi
|
2023-09-22 18:38:06 +00:00 |
|
Ben Perez
|
53516aed38
|
8304956: Update KeyStore.getDefaultType() specification to return pkcs12 as fallback
Reviewed-by: hchao, mullan
|
2023-09-22 17:31:57 +00:00 |
|
Joe Darcy
|
b66ded9a5b
|
8316688: Widen allowable error bound of Math.hypot
Reviewed-by: bpb, rgiulietti
|
2023-09-22 16:35:55 +00:00 |
|
Claes Redestad
|
c24c66db97
|
8316681: Rewrite URLEncoder.encode to use small reusable buffers
Reviewed-by: dfuchs, rriggs
|
2023-09-22 09:41:01 +00:00 |
|
Mandy Chung
|
c72f00463f
|
8316456: StackWalker may skip Continuation::yield0 frame mistakenly
Reviewed-by: rpressler, pchilanomate
|
2023-09-21 23:10:49 +00:00 |
|
Justin Lu
|
ef49e6c0d7
|
8316629: j.text.DateFormatSymbols setZoneStrings() exception is unhelpful
Reviewed-by: naoto
|
2023-09-21 21:31:37 +00:00 |
|
Claes Redestad
|
913e43fea9
|
8316582: Minor startup regression in 22-b15 due JDK-8310929
Reviewed-by: liach, rriggs
|
2023-09-21 09:36:28 +00:00 |
|
Brian Burkhalter
|
5cacf212f0
|
8316156: ByteArrayInputStream.transferTo causes MaxDirectMemorySize overflow
Reviewed-by: alanb
|
2023-09-20 20:42:31 +00:00 |
|
Naoto Sato
|
7c991cc567
|
8296246: Update Unicode Data Files to Version 15.1.0
Reviewed-by: erikj, joehw, srl, rriggs
|
2023-09-20 17:39:57 +00:00 |
|
Tim Prinzing
|
b275bdd9b5
|
8308995: Update Network IO JFR events to be static mirror events
Reviewed-by: egahlin, alanb
|
2023-09-20 12:34:08 +00:00 |
|
Glavo
|
f25c920fd3
|
8314774: Optimize URLEncoder
Reviewed-by: redestad, dfuchs
|
2023-09-19 13:49:58 +00:00 |
|
Per Minborg
|
cf74b8c2a3
|
8316337: (bf) Concurrency issue in DirectByteBuffer.Deallocator
Reviewed-by: alanb, liach
|
2023-09-19 13:10:51 +00:00 |
|
Alan Bateman
|
4461eeb31d
|
8312498: Thread::getState and JVM TI GetThreadState should return TIMED_WAITING virtual thread is timed parked
Reviewed-by: sspitsyn, rpressler
|
2023-09-19 10:58:12 +00:00 |
|
Andrey Turbanov
|
283c360392
|
8314877: Make fields final in 'java.net' package
Reviewed-by: jpai
|
2023-09-19 08:26:25 +00:00 |
|
shaojin.wensj
|
f09b7af685
|
8311220: Optimization for StringLatin UpperLower
Reviewed-by: redestad, liach
|
2023-09-18 17:04:50 +00:00 |
|
Nikita Sakharin
|
3828dc913a
|
8314236: Overflow in Collections.rotate
Co-authored-by: Nikita Sakharin <17588081+nikita-sakharin@users.noreply.github.com>
Reviewed-by: shade, smarks
|
2023-09-18 09:20:11 +00:00 |
|
Pavel Rappo
|
c92bdb0e91
|
8316187: Modernize examples in StringTokenizer and {Date,Number}Format
Reviewed-by: naoto
|
2023-09-16 07:51:34 +00:00 |
|
Pavel Rappo
|
149acd186e
|
8316207: Fix typos in java.io.StreamTokenizer
Reviewed-by: naoto
|
2023-09-15 17:32:41 +00:00 |
|
Mandy Chung
|
5cea53d372
|
8315810: Reimplement sun.reflect.ReflectionFactory::newConstructorForSerialization with method handles
Co-authored-by: Chen Liang <liach@openjdk.org>
Reviewed-by: rriggs
|
2023-09-14 16:10:55 +00:00 |
|
Andrey Turbanov
|
14408bc8f8
|
8315973: Remove unused fields from ThreadLocalRandom
Reviewed-by: jpai
|
2023-09-14 09:01:13 +00:00 |
|
Claes Redestad
|
92ad4a2399
|
8315789: Minor HexFormat performance improvements
Reviewed-by: rriggs
|
2023-09-13 20:58:23 +00:00 |
|
Justin Lu
|
ce93d27fe5
|
6228794: java.text.ChoiceFormat pattern behavior is not well documented.
Reviewed-by: naoto
|
2023-09-13 20:32:21 +00:00 |
|
shaojin.wensj
|
f8df754b9a
|
8311207: Cleanup for Optimization for UUID.toString
Reviewed-by: liach, rriggs
|
2023-09-13 08:25:13 +00:00 |
|