Viktor Klang
|
200b5a27d4
|
8318420: AbstractPipeline invokes overridden method in constructor
Reviewed-by: psandoz
|
2023-10-20 16:31:46 +00:00 |
|
Jorn Vernee
|
8065233e8b
|
8318598: FFM stylistic cleanups
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Reviewed-by: mcimadamore
|
2023-10-20 15:40:39 +00:00 |
|
Maurizio Cimadamore
|
91442878b7
|
8318601: Remove javadoc text about restricted methods
Reviewed-by: alanb
|
2023-10-20 14:29:17 +00:00 |
|
Claes Redestad
|
fe52917054
|
8318457: Use prefix-less prepend methods directly to reduce branches in String concat expressions
Reviewed-by: jlaskey, liach
|
2023-10-20 11:37:07 +00:00 |
|
Maurizio Cimadamore
|
848ecc1621
|
8318538: Add a way to obtain a strided var handle from a layout
Reviewed-by: jvernee, pminborg
|
2023-10-20 10:35:09 +00:00 |
|
Maurizio Cimadamore
|
b07da3ae15
|
8317819: Scope should reflect lifetime of underying resource (mainline)
Reviewed-by: jvernee
|
2023-10-20 10:23:45 +00:00 |
|
Chen Liang
|
4812cabaa4
|
8316587: Use ArraysSupport.vectorizedHashCode in Utf8EntryImpl
Reviewed-by: asotona, redestad
|
2023-10-20 07:36:27 +00:00 |
|
Daniel Jeliński
|
d9ce525a1c
|
8318150: StaticProxySelector.select should not throw NullPointerExceptions
Reviewed-by: jpai, dfuchs
|
2023-10-20 06:18:18 +00:00 |
|
Alan Bateman
|
c46a54e018
|
8312777: notifyJvmtiMount before notifyJvmtiUnmount
Reviewed-by: mli, sspitsyn
|
2023-10-20 05:56:26 +00:00 |
|
Justin Lu
|
684b91efbb
|
8315064: j.text.ChoiceFormat provides no specification on quoting behavior
Reviewed-by: naoto
|
2023-10-19 22:53:07 +00:00 |
|
Smita Kamath
|
1740950036
|
8314901: AES-GCM interleaved implementation using AVX2 instructions
Reviewed-by: sviswanathan, djelinski
|
2023-10-19 18:27:51 +00:00 |
|
Maurizio Cimadamore
|
15acf4b8d7
|
8318324: Drop redundant default methods from FFM API
Reviewed-by: jvernee
|
2023-10-19 09:51:02 +00:00 |
|
Andrey Turbanov
|
80bd22d093
|
8316144: Remove unused field jdk.internal.util.xml.impl.XMLStreamWriterImpl.Element._Depth
Reviewed-by: lancea, joehw
|
2023-10-19 06:42:11 +00:00 |
|
Andrey Turbanov
|
4e77b3c378
|
8315974: Make fields final in 'com.sun.crypto.provider' package
Reviewed-by: valeriep
|
2023-10-18 08:28:23 +00:00 |
|
Per Minborg
|
8dd809642e
|
8317886: Add @sealedGraph to ByteBuffer
Reviewed-by: rriggs, iris
|
2023-10-18 06:18:05 +00:00 |
|
Sean Mullan
|
7c80cb26df
|
8309966: Enhanced TLS connections
Reviewed-by: mschoene, hchao, rhalade, jnimeh
|
2023-10-17 22:45:06 +00:00 |
|
Bradford Wetmore
|
adca97b659
|
8286503: Enhance security classes
Reviewed-by: rhalade, mullan, skoivu, weijun
|
2023-10-17 22:45:06 +00:00 |
|
Naoto Sato
|
195c9b2c48
|
8297856: Improve handling of Bidi characters
Reviewed-by: rhalade, mschoene, rriggs
|
2023-10-17 22:45:06 +00:00 |
|
Weijun Wang
|
5145e5a40a
|
8318328: DHKEM should check XDH name in case-insensitive mode
Reviewed-by: ascarpino, hchao
|
2023-10-17 19:36:17 +00:00 |
|
Maurizio Cimadamore
|
39e2b7a6d3
|
8318295: Update launcher help for enable-native-access
Reviewed-by: jvernee
|
2023-10-17 16:38:22 +00:00 |
|
Erik Gahlin
|
6aa837eee6
|
8316927: JFR: Move shouldCommit check earlier for socket events
Reviewed-by: alanb, dfuchs, mgronlun
|
2023-10-17 13:11:52 +00:00 |
|
Maurizio Cimadamore
|
b2b8db6533
|
8318180: Memory model reference from foreign package-info is broken
Reviewed-by: jvernee
|
2023-10-17 11:09:03 +00:00 |
|
Brian Burkhalter
|
0d091681c2
|
8312527: (ch) Re-examine use of sun.nio.ch.Invoker.myGroupAndInvokeCount
Reviewed-by: alanb, jpai
|
2023-10-16 14:52:44 +00:00 |
|
Jorn Vernee
|
1d54e73f6a
|
8318072: DowncallLinker does not acquire/release segments in interpreter
Reviewed-by: mcimadamore
|
2023-10-14 20:23:41 +00:00 |
|
Maurizio Cimadamore
|
7cb2e6d65b
|
8317514: Ensure MemorySegment is initialized before touching NativeMemorySegmentImpl
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Reviewed-by: jvernee
|
2023-10-13 20:51:52 +00:00 |
|
Jorn Vernee
|
32a60cf11d
|
8317824: Beef up javadoc for base offset in var handles derived from layouts (mainline)
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Reviewed-by: mcimadamore
|
2023-10-13 19:06:07 +00:00 |
|
Jorn Vernee
|
b12c471a99
|
8317837: Leftover FFM implementation-only changes
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Reviewed-by: mcimadamore
|
2023-10-13 19:05:47 +00:00 |
|
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 |
|
Roger Riggs
|
c1f698d38b
|
8317956: Make jdk.internal.util.Architecture current architecture final
Reviewed-by: pminborg, redestad, bpb
|
2023-10-12 14:14:43 +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 |
|
Claes Redestad
|
33591a30d2
|
8317795: Add an ImmutableBitSetPredicate variant for bitsets <= 128 elements
Reviewed-by: pminborg, rriggs
|
2023-10-10 17:01:57 +00:00 |
|
Kevin Driver
|
e882718a60
|
8314199: Initial size PBEKeyFactory#validTypes is not up-to-date
Reviewed-by: jnimeh
|
2023-10-10 05:43:12 +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 |
|
Vyom Tewari
|
460ebcd9cb
|
8314978: Multiple server call from connection failing with expect100 in getOutputStream
Reviewed-by: dfuchs
|
2023-10-08 05:13:00 +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 |
|
Ben Perez
|
991ce84e09
|
4964430: (spec) missing IllegalStateException exception requirement for javax.crypto.Cipher.doFinal
Reviewed-by: mullan, valeriep
|
2023-10-06 03:07:23 +00:00 |
|
Naoto Sato
|
8a30c2a9b2
|
8317443: StackOverflowError on calling ListFormat::getInstance() for Norwegian locales
Reviewed-by: joehw
|
2023-10-05 23:06:20 +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 |
|
Mark Powers
|
8c0d026d0f
|
8315042: NPE in PKCS7.parseOldSignedData
Reviewed-by: valeriep, weijun
|
2023-10-04 00:23:42 +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 |
|
Weijun Wang
|
d2e2c4cef1
|
8309667: TLS handshake fails because of ConcurrentModificationException in PKCS12KeyStore.engineGetEntry
Reviewed-by: djelinski, mullan
|
2023-10-02 21:53: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 |
|