Mandy Chung
|
1d7bb1ffa0
|
8304585: Method::invoke rewraps InvocationTargetException if a caller-sensitive method throws IAE
Reviewed-by: darcy, jpai, alanb
|
2023-03-30 16:07:47 +00:00 |
|
Daniel Jeliński
|
2d607c9cd1
|
8262294: java/net/httpclient/ProxyAuthDisabledSchemes.java fails with HTTP/1.1 parser received no bytes
Reviewed-by: dfuchs, jpai
|
2023-03-30 05:15:19 +00:00 |
|
Roger Riggs
|
d063b8964f
|
8303392: Runtime.exec and ProcessBuilder.start should use System logger
Reviewed-by: stuefe, alanb, mullan
|
2023-03-29 17:32:46 +00:00 |
|
Naoto Sato
|
f07decb74b
|
8272613: CharsetDecoder.decode(ByteBuffer) throws IllegalArgumentException
Reviewed-by: alanb, bpb
|
2023-03-29 16:08:57 +00:00 |
|
Daniel Fuchs
|
e56bcb04b1
|
8305095: Update java/net/httpclient/CustomRequestPublisher.java to use new HttpTestServer factory methods
Reviewed-by: jpai
|
2023-03-29 09:46:15 +00:00 |
|
Daniel Fuchs
|
50a995f03a
|
8304927: Update java/net/httpclient/BasicAuthTest.java to check basic auth over HTTP/2
Reviewed-by: jpai
|
2023-03-28 18:58:29 +00:00 |
|
Justin Lu
|
3b88b2a9f8
|
8304761: Update IANA Language Subtag Registry to Version 2023-03-22
Reviewed-by: naoto
|
2023-03-27 21:37:16 +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 |
|
Eirik Bjorsnos
|
65e01da925
|
8304013: Add a fast, non-manual alternative to test/jdk/java/util/zip/ZipFile/TestTooManyEntries
Reviewed-by: lancea, martin
|
2023-03-26 23:00:15 +00:00 |
|
Justin Lu
|
dd23ee9e87
|
8303917: Update ISO 639 language codes table
Reviewed-by: naoto
|
2023-03-23 21:15:40 +00:00 |
|
Viktor Klang
|
6f67abd352
|
8304557: java/util/concurrent/CompletableFuture/CompletableFutureOrTimeoutExceptionallyTest.java times out
Reviewed-by: jpai
|
2023-03-23 20:43:45 +00:00 |
|
Brian Burkhalter
|
51035a75e4
|
8294137: Review running times of java.math tests
Reviewed-by: darcy
|
2023-03-23 18:01:12 +00:00 |
|
Archie L. Cobbs
|
4b8f7db6be
|
8027682: javac wrongly accepts semicolons in package and import decls
Reviewed-by: vromero
|
2023-03-23 16:04:35 +00:00 |
|
Daniel Jeliński
|
eda0065107
|
8304286: java/net/SocketOption/OptionsTest.java failing after JDK-8302659
Reviewed-by: dfuchs
|
2023-03-22 08:42:39 +00:00 |
|
Matthias Baesken
|
c65bb2c58e
|
8304334: java/awt/color/ICC_ColorSpace/ToFromCIEXYZRoundTrip.java times out on slow platforms
Reviewed-by: lucy, serb, prr
|
2023-03-21 09:13:01 +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 |
|
Naoto Sato
|
f593a6b52e
|
8303018: Unicode Emoji Properties
Reviewed-by: prr, erikj, rriggs
|
2023-03-20 20:20:19 +00:00 |
|
Mandy Chung
|
622f239448
|
8304163: Move jdk.internal.module.ModuleInfoWriter to the test library
Reviewed-by: jpai, alanb
|
2023-03-20 17:30:24 +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 |
|
Leonid Mesnik
|
d5a150706e
|
8304314: StackWalkTest.java fails after CODETOOLS-7903373
Reviewed-by: alanb, mchung
|
2023-03-17 13:43:54 +00:00 |
|
Chen Liang
|
2e987d798a
|
8304360: Test to ensure ConstantDescs fields work
Reviewed-by: mchung, jvernee
|
2023-03-16 20:55:29 +00:00 |
|
Jorn Vernee
|
2b81faeb35
|
8303022: "assert(allocates2(pc)) failed: not in CodeBuffer memory" When linking downcall handle
Reviewed-by: kvn, vlivanov
|
2023-03-15 23:43:18 +00:00 |
|
Daniel Jeliński
|
1ae69e3e91
|
8304287: Problemlist java/net/SocketOption/OptionsTest.java
Reviewed-by: dfuchs
|
2023-03-15 20:51:22 +00:00 |
|
Rich DiCroce
|
35a2969057
|
8302659: Modernize Windows native code for NetworkInterface
Reviewed-by: ihse, djelinski, alanb, michaelm
|
2023-03-15 17:06:32 +00:00 |
|
Adam Sotona
|
714b5f036f
|
8294962: Convert java.base/jdk.internal.module package to use the Classfile API to modify and write module-info.class
Reviewed-by: alanb, mchung
|
2023-03-15 07:09:55 +00:00 |
|
Jamil Nimeh
|
da044dd569
|
8300939: sun/security/provider/certpath/OCSP/OCSPNoContentLength.java fails due to network errors
Reviewed-by: djelinski, weijun
|
2023-03-14 15:42:47 +00:00 |
|
Alexey Ivanov
|
f835aaafc7
|
8300727: java/awt/List/ListGarbageCollectionTest/AwtListGarbageCollectionTest.java failed with "List wasn't garbage collected"
Reviewed-by: prr, tr, serb
|
2023-03-13 15:05:15 +00:00 |
|
Daniel Fuchs
|
466ffebcae
|
8303965: java.net.http.HttpClient should reset the stream if response headers contain malformed header fields
Reviewed-by: jpai
|
2023-03-13 14:24:56 +00:00 |
|
Jorn Vernee
|
6d30bbe62c
|
8303001: Add test for re-entrant upcalls
Reviewed-by: mcimadamore
|
2023-03-10 14:42:54 +00:00 |
|
Vladimir Kozlov
|
8cfd74f76a
|
8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
Reviewed-by: sviswanathan, jbhateja, vlivanov
|
2023-03-09 03:26:38 +00:00 |
|
Daniel Fuchs
|
56512cfe1f
|
8303682: Simplify HttpClient DebugLogger
Reviewed-by: jpai
|
2023-03-08 13:52:52 +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 |
|
Jorn Vernee
|
dccfe8a2ee
|
8303582: Reduce duplication in jdk/java/foreign tests
Reviewed-by: mcimadamore
|
2023-03-06 14:52:04 +00:00 |
|
Alexander Scherbatiy
|
d00a767047
|
8295737: macOS: Print content cut off when width > height with portrait orientation
Reviewed-by: prr
|
2023-03-06 07:48:37 +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 |
|
Alan Bateman
|
629a9053f0
|
8303242: ThreadMXBean issues with virtual threads
Reviewed-by: mchung, pchilanomate
|
2023-03-04 07:33:33 +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 |
|
Brian Burkhalter
|
a04b1049ff
|
8303413: (fs) Ignore polling interval sensitivity modifiers in PollingWatchService
Reviewed-by: alanb
|
2023-03-03 18:33:58 +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 |
|
Jorn Vernee
|
c6de66c03f
|
8303516: HFAs with nested structs/unions/arrays not handled correctly on AArch64
Reviewed-by: mcimadamore
|
2023-03-03 14:33:56 +00:00 |
|
Daniel Fuchs
|
cbdc7a6f88
|
8303481: CancelRequestTest assertTrue failing with AssertionError due to java.util.concurrent.CompletionException: java.io.EOFException: EOF reached while reading
Reviewed-by: jpai, djelinski
|
2023-03-03 13:18:23 +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 |
|
Jaikiran Pai
|
72de24e59a
|
8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient
Reviewed-by: dfuchs
|
2023-03-02 11:24:06 +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 |
|
Darragh Clarke
|
5feb13b55d
|
8301701: java/net/DatagramSocket/DatagramSocketMulticasting.java should be hardened
Reviewed-by: dfuchs
|
2023-02-28 06:51:37 +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 |
|
Naoto Sato
|
a253b46021
|
8301119: Support for GB18030-2022
Reviewed-by: alanb, coffeys, lancea
|
2023-02-27 16:35:59 +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 |
|
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 |
|
Joe Darcy
|
fcaf871408
|
8302028: Port fdlibm atan2 to Java
Reviewed-by: bpb
|
2023-02-22 22:49:59 +00:00 |
|
Daniel Fuchs
|
575484806c
|
8299338: AssertionError in ResponseSubscribers$HttpResponseInputStream::onSubscribe
Reviewed-by: jpai
|
2023-02-22 12:43:55 +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 |
|
Joe Darcy
|
dfce4e1943
|
8302800: Augment NaN handling tests of FDLIBM methods
Reviewed-by: bpb
|
2023-02-21 18:31:22 +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 |
|
ravi.ra.gupta
|
c7517b3dec
|
8302525: Write a test to check various components send Events while mouse and key are used simultaneously
Reviewed-by: serb
|
2023-02-20 18:32:00 +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 |
|
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 |
|