Eirik Bjorsnos
|
78f71b4d41
|
8301873: Avoid string decoding in ZipFile.Source.getEntryPos
Reviewed-by: redestad, lancea
|
2023-02-18 12:39:19 +00:00 |
|
Daniel Fuchs
|
edf238b65e
|
8302635: Race condition in HttpBodySubscriberWrapper when cancelling request
Reviewed-by: jpai
|
2023-02-17 14:43:58 +00:00 |
|
Joe Darcy
|
655a71277d
|
8301444: Port fdlibm hyperbolic transcendental functions to Java
Reviewed-by: bpb
|
2023-02-17 03:22:06 +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 |
|
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 |
|
Conor Cleary
|
92474f13f0
|
8301243: java/net/httpclient/http2/IdleConnectionTimeoutTest.java intermittent failure
Reviewed-by: dfuchs
|
2023-02-14 09:41:36 +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 |
|
sunguoyun
|
df93880efd
|
8301942: java/net/httpclient/DigestEchoClientSSL.java fail with -Xcomp
Reviewed-by: dfuchs
|
2023-02-13 12:50:28 +00:00 |
|
Varada M
|
cb8107303e
|
8300139: [AIX] Use pthreads to avoid JNI_createVM call from primordial thread
Reviewed-by: dholmes, stuefe
|
2023-02-13 11:12:36 +00:00 |
|
Conor Cleary
|
f4b140b420
|
8296410: HttpClient throws java.io.IOException: no statuscode in response for HTTP2
Reviewed-by: dfuchs, jpai
|
2023-02-13 08:34:45 +00:00 |
|
Joe Darcy
|
8049e59a5c
|
8301833: Add wide-ranging tests for FDLIBM porting
Reviewed-by: bpb, alanb
|
2023-02-12 17:45:55 +00:00 |
|
sunguoyun
|
6f9f2b5d37
|
8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp
Reviewed-by: rriggs
|
2023-02-11 16:53:59 +00:00 |
|
Joe Darcy
|
919a6da2a7
|
8301202: Port fdlibm log to Java
Reviewed-by: bpb
|
2023-02-11 02:15:46 +00:00 |
|
Brian Burkhalter
|
84e47996e8
|
8297292: java/nio/channels/FileChannel/FileExtensionAndMap.java is too slow
Reviewed-by: jpai
|
2023-02-10 19:44:00 +00:00 |
|
Sergey Bylokhov
|
5147969253
|
8272288: Funky multiresolution image breaks graphics context
Reviewed-by: jdv
|
2023-02-09 19:22:51 +00:00 |
|
Mandy Chung
|
c8cc7b67db
|
8301704: Shorten the number of GCs in UnloadingTest.java to verify a class loader not being unloaded
Reviewed-by: rriggs
|
2023-02-09 00:38:08 +00:00 |
|
Sergey Bylokhov
|
631a2790e5
|
8301567: The test/jdk/java/awt/AppContext/ApplicationThreadsStop/java.policy is unused
Reviewed-by: aivanov
|
2023-02-08 19:55:12 +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 |
|
Alan Bateman
|
ecf21a9a24
|
8301767: Convert virtual thread tests to JUnit
Reviewed-by: cstein, lancea, jpai
|
2023-02-08 14:56:28 +00:00 |
|
Daniel Jeliński
|
e628fd5c39
|
8301214: Adjust handshakeTimeout value in test HandshakeTimeout.java after 8189338
Reviewed-by: msheppar, vtewari
|
2023-02-08 08:01:43 +00:00 |
|
Alisen Chung
|
2a579ab839
|
8292588: [macos] Multiscreen/MultiScreenLocationTest/MultiScreenLocationTest.java: Robot.mouseMove test failed on Screen #0
Reviewed-by: dnguyen, jdv
|
2023-02-07 20:28:52 +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 |
|
Harshitha Onkar
|
787e16bb44
|
8289077: Add manual tests to open
Reviewed-by: azvegint
|
2023-02-06 23:43:18 +00:00 |
|
Eirik Bjorsnos
|
c129ce4660
|
8300259: Add test coverage for processing of pending block files in signed JARs
Reviewed-by: weijun
|
2023-02-06 17:15:26 +00:00 |
|
Eirik Bjorsnos
|
05ea083b05
|
8301167: Update VerifySignedJar to actually exercise and test verification
Reviewed-by: weijun
|
2023-02-06 15:43:53 +00:00 |
|
Joe Darcy
|
34493248c0
|
8301396: Port fdlibm expm1 to Java
Reviewed-by: bpb
|
2023-02-04 00:48:26 +00:00 |
|
Bill Huang
|
20579e48cf
|
8299994: java/security/Policy/Root/Root.java fails when home directory is read-only
Reviewed-by: rhalade
|
2023-02-03 19:19:14 +00:00 |
|
Daniel Fuchs
|
8b70256d30
|
8301787: java/net/httpclient/SpecialHeadersTest failing after JDK-8301306
Reviewed-by: dcubed, rriggs
|
2023-02-03 16:01:47 +00:00 |
|
sunguoyun
|
6f9106e0d0
|
8301306: java/net/httpclient/* fail with -Xcomp
Reviewed-by: dfuchs, alanb
|
2023-02-03 11:56:06 +00:00 |
|
Joe Darcy
|
ee0f5b5ed0
|
8301392: Port fdlibm log1p to Java
Reviewed-by: bpb
|
2023-02-02 20:36:34 +00:00 |
|
Raffaello Giulietti
|
f696785fd3
|
8300869: Make use of the Double.toString(double) algorithm in java.util.Formatter
Reviewed-by: darcy, naoto
|
2023-02-02 19:10:42 +00:00 |
|
Joe Darcy
|
63bb2ce8de
|
8301205: Port fdlibm log10 to Java
Reviewed-by: bpb
|
2023-01-30 20:33:01 +00:00 |
|
Daniel Fuchs
|
a74ebd048a
|
8299325: java/net/httpclient/CancelRequestTest.java fails "test CancelRequestTest.testGetSendAsync("https://localhost:46509/https1/x/same/interrupt", true, true)"
Reviewed-by: jpai
|
2023-01-30 14:41:59 +00:00 |
|
Daniel Fuchs
|
041a12e655
|
8301255: Http2Connection may send too many GOAWAY frames
Reviewed-by: jpai
|
2023-01-30 14:36:36 +00:00 |
|
Sergey Bylokhov
|
d4e9f5e5f2
|
8238170: BeanContextSupport remove and propertyChange can deadlock
Reviewed-by: phh
|
2023-01-29 20:04:37 +00:00 |
|
Eirik Bjorsnos
|
5dfc4ec7d9
|
8300140: ZipFile.isSignatureRelated returns true for files in META-INF subdirectories
Reviewed-by: weijun
|
2023-01-27 22:47:51 +00:00 |
|
Mandy Chung
|
7aaf76c529
|
8300924: Method::invoke throws wrong exception type when passing wrong number of arguments to method with 4 or more parameters
Reviewed-by: rriggs
|
2023-01-27 17:13:54 +00:00 |
|
Jaikiran Pai
|
8a47429dc0
|
8295944: Move the Http2TestServer and related classes into a package of its own
Reviewed-by: dfuchs
|
2023-01-25 13:38:02 +00:00 |
|
Per Minborg
|
74e1a8bfa8
|
8300236: Use VarHandle access in Data(Input | Output)Stream classes
Reviewed-by: rriggs, alanb
|
2023-01-25 12:54:27 +00:00 |
|
Brian Burkhalter
|
b678e70003
|
8300942: JDK-8299684 breaks x86 build
Reviewed-by: dholmes, jiefu
|
2023-01-24 20:32:46 +00:00 |
|
Jamil Nimeh
|
1a3cb8c501
|
8296343: CPVE thrown on missing content-length in OCSP response
Reviewed-by: mullan, rhalade
|
2023-01-23 18:05:48 +00:00 |
|
Mandy Chung
|
86fed79670
|
8300693: Lower the compile threshold and reduce the iterations of warmup loop in VarHandles tests
Reviewed-by: jvernee, dholmes, psandoz
|
2023-01-23 17:58:53 +00:00 |
|
Brian Burkhalter
|
a56598f5a5
|
8299684: (bf) JNI direct buffer functions with large capacity behave unexpectedly
Reviewed-by: dholmes, alanb
|
2023-01-23 17:12:49 +00:00 |
|
Tagir F. Valeev
|
67b1c890b3
|
8294693: Add Collections.shuffle overload that accepts RandomGenerator interface
Reviewed-by: smarks, darcy
|
2023-01-21 18:36:31 +00:00 |
|
Darragh Clarke
|
e803855708
|
8299863: URLFromURITest.java should import org.junit.jupiter.api.Test
Reviewed-by: dfuchs, cstein
|
2023-01-20 17:00:53 +00:00 |
|
Ralf Schmelter
|
92d8326e40
|
8299827: Add resolved IP address in connection exception for sockets
Reviewed-by: alanb, vtewari, jpai, dfuchs
|
2023-01-20 16:36:45 +00:00 |
|
Daniel Fuchs
|
49d60fee49
|
8300172: java/net/httpclient/MappingResponseSubscriber.java failed with java.net.ConnectException
Reviewed-by: jpai
|
2023-01-20 09:23:37 +00:00 |
|
Alan Bateman
|
5b0af1a80b
|
8208077: File.listRoots performance degradation
Reviewed-by: lancea, bpb
|
2023-01-19 06:59:38 +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 |
|