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 |
|
Justin Lu
|
f612dcfebe
|
8302512: Update IANA Language Subtag Registry to Version 2023-02-14
Reviewed-by: naoto
|
2023-02-23 19:05:40 +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 |
|
Julian Waters
|
8de841dd19
|
8302667: Improve message format when failing to load symbols or libraries
Reviewed-by: mchung
|
2023-02-22 17:42:34 +00:00 |
|
Glavo
|
f893d2315d
|
8303024: (fs) WindowsFileSystem.supportedFileAttributeViews can use Set.of
Reviewed-by: bpb
|
2023-02-22 17:16:49 +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 |
|
Sergey Tsypanov
|
25bfed3b12
|
8302979: (fs) Files usage of SUPPORTED_CHARSETS could be simplified
Reviewed-by: alanb, jwaters
|
2023-02-22 14:08:51 +00:00 |
|
Tagir F. Valeev
|
3f3a1f534b
|
8302815: Use new Math.clamp method in core libraries
Reviewed-by: alanb
|
2023-02-22 09:51:14 +00:00 |
|
Alan Bateman
|
b6ecca1268
|
8280113: (dc) DatagramSocket.receive does not always throw when the channel is closed
Reviewed-by: jpai, dfuchs
|
2023-02-22 08:13:06 +00:00 |
|
Eirik Bjorsnos
|
ef1f7bd3b8
|
8302877: Speed up latin1 case conversions
Reviewed-by: naoto, redestad
|
2023-02-21 20:54:36 +00:00 |
|
Christian Stein
|
1ea5f9f7cd
|
8302789: (fs) Files.copy should include unsupported copy option in exception message
Reviewed-by: alanb, bpb, lancea
|
2023-02-21 19:03:26 +00:00 |
|
Glavo
|
5489c821dc
|
8302603: Use Set.of in java.nio.charset.Charset
Reviewed-by: stsypanov, alanb, naoto
|
2023-02-21 17:35:52 +00:00 |
|
Roger Riggs
|
10b4cc9eb4
|
8301627: System.exit and Runtime.exit debug logging
Reviewed-by: alanb, chegar
|
2023-02-21 15:37:08 +00:00 |
|
Claes Redestad
|
92dfa1175e
|
8302863: Speed up String::encodeASCII using countPositives
Reviewed-by: alanb
|
2023-02-21 13:31:15 +00:00 |
|
Pavel Rappo
|
8b20aa919b
|
8302981: Fix a typo in the doc comment for java.lang.Record.equals
Reviewed-by: jpai
|
2023-02-21 13:11:26 +00:00 |
|
Claes Redestad
|
d6716d2e54
|
8302315: Examine cost of clone of primitive arrays compared to arraycopy
Reviewed-by: alanb
|
2023-02-18 15:17:57 +00:00 |
|
Eirik Bjorsnos
|
78f71b4d41
|
8301873: Avoid string decoding in ZipFile.Source.getEntryPos
Reviewed-by: redestad, lancea
|
2023-02-18 12:39:19 +00:00 |
|
Jaikiran Pai
|
43cf8b3d80
|
8302664: Fix several incorrect usages of Preconditions.checkFromIndexSize
Reviewed-by: djelinski, dfuchs, alanb
|
2023-02-18 00:48:29 +00:00 |
|
Joe Darcy
|
655a71277d
|
8301444: Port fdlibm hyperbolic transcendental functions to Java
Reviewed-by: bpb
|
2023-02-17 03:22:06 +00:00 |
|
Valerie Peng
|
4ce493f09e
|
8302225: SunJCE Provider doesn't validate key sizes when using 'constrained' transforms for AES/KW and AES/KWP
Reviewed-by: xuelei
|
2023-02-16 21:58:34 +00:00 |
|
Joe Darcy
|
3ba156082b
|
8302026: Port fdlibm inverse trig functions (asin, acos, atan) to Java
Reviewed-by: bpb
|
2023-02-15 22:16:30 +00:00 |
|
Claes Redestad
|
861e302011
|
8302163: Speed up various String comparison methods with ArraysSupport.mismatch
Reviewed-by: stsypanov, rriggs, alanb
|
2023-02-15 21:52:41 +00:00 |
|
Mandy Chung
|
50dcc2aec5
|
8301460: Clean up LambdaForm to reference BasicType enums directly
Reviewed-by: jvernee
|
2023-02-15 18:29:26 +00:00 |
|
Sean Mullan
|
26b111d714
|
8301700: Increase the default TLS Diffie-Hellman group size from 1024-bit to 2048-bit
Reviewed-by: xuelei
|
2023-02-15 13:25:50 +00:00 |
|
Michael McMahon
|
52388179e6
|
8301463: Code in DatagramSocket still refers to resolved JDK-8237352
Reviewed-by: dfuchs
|
2023-02-15 10:19:49 +00:00 |
|
Severin Gehwolf
|
11194e8b82
|
8302325: Wrong comment in java.base/share/native/libjimage/imageFile.hpp
Reviewed-by: alanb, jlaskey
|
2023-02-15 09:54:47 +00:00 |
|
Mandy Chung
|
9c202a5a8f
|
8302260: VarHandle.describeConstable() fails to return a nominal descriptor for static public fields
Reviewed-by: alanb, psandoz
|
2023-02-14 21:15:14 +00:00 |
|
Brian Burkhalter
|
5b2d430131
|
8297632: InputStream.transferTo() method should specify what the return value should be when the number of bytes transfered is larger than Long.MAX_VALUE
Reviewed-by: alanb, lancea
|
2023-02-14 16:30:52 +00:00 |
|
Severin Gehwolf
|
ee5f6e156d
|
8302337: JDK crashes if lib/modules contains non-zero byte containing ATTRIBUTE_END
Reviewed-by: stuefe, jlaskey, alanb
|
2023-02-14 09:27:36 +00:00 |
|
Eirik Bjorsnos
|
d782125c8f
|
8302214: Typo in javadoc of Arrays.compare and Arrays.mismatch
Reviewed-by: jpai
|
2023-02-14 06:58:56 +00:00 |
|
Tagir F. Valeev
|
94e7cc8587
|
8301226: Add clamp() methods to java.lang.Math and to StrictMath
Reviewed-by: qamai, darcy
|
2023-02-14 05:39:07 +00:00 |
|
Claes Redestad
|
1f9c110c1f
|
8301958: Reduce Arrays.copyOf/-Range overheads
Reviewed-by: alanb, smarks
|
2023-02-13 11:17:38 +00:00 |
|
Joe Darcy
|
919a6da2a7
|
8301202: Port fdlibm log to Java
Reviewed-by: bpb
|
2023-02-11 02:15:46 +00:00 |
|
Brian Burkhalter
|
57798dd439
|
6595142: (spec) ByteArrayInputStream treats bytes, not characters
Reviewed-by: alanb
|
2023-02-10 19:43:30 +00:00 |
|
Per Minborg
|
c25b4f4619
|
8301578: Perform output outside synchronization in Module.class
Reviewed-by: alanb
|
2023-02-10 13:46:46 +00:00 |
|
Xiaohong Gong
|
e245620f6f
|
8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange()
Reviewed-by: jbhateja, qamai, psandoz
|
2023-02-10 01:32:05 +00:00 |
|
Kevin Driver
|
b814cfc39d
|
8178806: Better exception logging in crypto code
Reviewed-by: valeriep
|
2023-02-09 22:31:00 +00:00 |
|
Rajan Halade
|
8c87a67419
|
8245654: Add Certigna Root CA
Reviewed-by: mullan
|
2023-02-09 20:48:37 +00:00 |
|
Sean Mullan
|
7901f459dc
|
8301260: Add system property to toggle XML Signature secure validation mode
Reviewed-by: weijun, coffeys
|
2023-02-09 18:18:21 +00:00 |
|
Jesper Wilhelmsson
|
af8973dc50
|
Merge
|
2023-02-09 11:59:08 +00:00 |
|
Roger Riggs
|
6f460e4885
|
8301863: ObjectInputFilter example incorrectly calls rejectUndecidedClass
Reviewed-by: lancea
|
2023-02-08 22:09:22 +00:00 |
|
Brian Burkhalter
|
638d612c6b
|
8298478: (fs) Path.of should allow input to include long path prefix
Reviewed-by: alanb
|
2023-02-08 19:20:39 +00:00 |
|
Mandy Chung
|
10dd98d0dd
|
8301462: Convert Permission files to use lambda after JDK-8076596
Reviewed-by: jpai, dfuchs, mullan
|
2023-02-08 19:06:41 +00:00 |
|
Mark Powers
|
2e2e71e1fa
|
8300416: java.security.MessageDigestSpi clone can result in thread-unsafe clones
Reviewed-by: mullan
|
2023-02-07 17:40:22 +00:00 |
|
Darragh Clarke
|
09b8a19597
|
8300177: URISyntaxException fields can be final
Reviewed-by: dfuchs, alanb, jpai
|
2023-02-07 12:34:29 +00:00 |
|
Weijun Wang
|
b56974209b
|
8301788: AlgorithmId should keep lowercase characters from 3rd party providers
Reviewed-by: mullan
|
2023-02-06 17:10:46 +00:00 |
|