Chris Plummer
9b4e0e8446
8297080: Remove com/sun/jdi/NashornPopFrameTest.java from the problem list
...
Reviewed-by: dcubed, lmesnik
2022-11-18 19:16:29 +00:00
Erik Gahlin
f34ca80167
8297245: JFR: TestRemoteDump should use RemoteRecordingStream
...
Reviewed-by: mgronlun
2022-11-18 16:03:12 +00:00
Adam Sotona
13158cb52d
8293041: --disable-@files option doesn't work and cause an error
...
Reviewed-by: alanb
2022-11-18 14:55:30 +00:00
Weijun Wang
ab6b7ef988
8296901: Do not create unsigned certificate and CRL
...
Reviewed-by: mullan
2022-11-18 02:21:03 +00:00
Phil Race
a53be204cb
8282404: DrawStringWithInfiniteXform.java failed with "RuntimeException: drawString with InfiniteXform transform takes long time"
...
Reviewed-by: psadhukhan, jdv
2022-11-17 20:33:48 +00:00
Matthew Donovan
819af69f40
8249693: java/nio/channels/FileChannel/FileExtensionAndMap.java uses @ignore w/o bug id
...
Reviewed-by: rhalade
2022-11-17 19:42:20 +00:00
Justin Lu
992f209def
8287180: Update IANA Language Subtag Registry to Version 2022-08-08
...
Reviewed-by: naoto, lancea, iris
2022-11-17 16:55:43 +00:00
Daniel Fuchs
134acab5a4
8297149: REDO JDK-8296889: Race condition when cancelling a request
...
8297075: java/net/httpclient/CancelStreamedBodyTest.java fails with "java.lang.AssertionError: WARNING: tracker for HttpClientImpl(1) has outstanding operations"
Reviewed-by: jpai
2022-11-17 15:08:04 +00:00
Alan Bateman
636040f875
8296405: java/util/concurrent/forkjoin/AsyncShutdownNow.java is too slow
...
Reviewed-by: jpai
2022-11-17 09:18:50 +00:00
Conor Cleary
b9db16ab09
8288717: Add a means to close idle connections in HTTP/2 connection pool
...
Reviewed-by: dfuchs, michaelm
2022-11-17 08:38:25 +00:00
Prasanta Sadhukhan
dd9aa7272d
8296083: javax/swing/JTree/6263446/bug6263446.java fails intermittently on a VM
...
Reviewed-by: tr, prr
2022-11-17 03:25:37 +00:00
Weijun Wang
68d3ed5cee
8296442: EncryptedPrivateKeyInfo can be created with an uninitialized AlgorithmParameters
...
Reviewed-by: xuelei, kdriver, mullan
2022-11-16 20:30:34 +00:00
Alexander Zvegintsev
39dda24dc6
8157173: [macosx] java/awt/Robot/ModifierRobotKey/ModifierRobotKeyTest.java fails
...
Reviewed-by: jdv, prr, serb
2022-11-16 17:05:32 +00:00
Lutz Schmidt
eac26f4eb2
8296709: WARNING: JNI call made without checking exceptions
...
Reviewed-by: kevinw, sspitsyn, clanger
2022-11-16 15:00:20 +00:00
Daniel Fuchs
8b1ff9e37e
8297132: BACKOUT JDK-8296889: Race condition when cancelling a request
...
Reviewed-by: djelinski, alanb
2022-11-16 13:13:54 +00:00
Jayathirth D V
65f7de2523
8022403: sun/java2d/DirectX/OnScreenRenderingResizeTest/OnScreenRenderingResizeTest.java fails
...
Reviewed-by: prr, psadhukhan
2022-11-16 07:58:55 +00:00
Daniel Fuchs
7357a1a379
8296889: Race condition when cancelling a request
...
Reviewed-by: jpai
2022-11-15 18:36:45 +00:00
Joe Darcy
87530e66dd
8296913: Correct enable preview idiom in JdbLastErrorTest.java
...
Reviewed-by: cjplummer, kevinw, alanb, sspitsyn
2022-11-15 18:22:00 +00:00
Weijun Wang
d3051a75a3
8296736: Some PKCS9Attribute can be created but cannot be encoded
...
Reviewed-by: xuelei, valeriep
2022-11-15 15:33:08 +00:00
Ralf Schmelter
5551cb66ba
8293166: jdk/jfr/jvm/TestDumpOnCrash.java fails on Linux ppc64le and Linux aarch64
...
Reviewed-by: mbaesken, stuefe
2022-11-15 07:34:49 +00:00
Kevin Walls
8a9eabbec6
8296786: Limit VM modes for com/sun/jdi/JdbLastErrorTest.java
...
Reviewed-by: cjplummer, dcubed
2022-11-15 07:23:40 +00:00
Phil Race
c71d87e54c
8286624: Regression Test CoordinateTruncationBug.java fails on OL8.3
...
Reviewed-by: azvegint, kizune
2022-11-14 19:50:45 +00:00
Weijun Wang
a7c2338a6d
8296900: CertificateValidity fields are not optional
...
Reviewed-by: mullan
2022-11-14 19:46:43 +00:00
Brian Burkhalter
749335d34a
8291911: java/io/File/GetXSpace.java fails with "53687091200 != 161051996160"
...
Reviewed-by: rriggs
2022-11-14 18:08:33 +00:00
Markus Karg
95b84050fc
8296431: PushbackInputStream should override transferTo
...
Reviewed-by: bpb
2022-11-14 18:03:18 +00:00
Weijun Wang
e1d298c12d
8296741: Illegal X400Address and EDIPartyName should not be created
...
Reviewed-by: xuelei, valeriep
2022-11-14 14:53:53 +00:00
Alexander Zvegintsev
b0edfc1159
8164464: Consistent failure of java/awt/dnd/MissingEventsOnModalDialog/MissingEventsOnModalDialogTest.java
...
Reviewed-by: jdv, serb
2022-11-14 14:45:17 +00:00
Roger Riggs
9c39932672
8294899: Process.waitFor() throws IllegalThreadStateException when a process on Windows returns an exit code of 259
...
Reviewed-by: alanb, jpai
2022-11-14 14:17:46 +00:00
Alan Bateman
8eb90e2d9c
8296797: java/nio/channels/vthread/BlockingChannelOps.testSocketChannelWriteAsyncClose failed with ClosedChannelException
...
Reviewed-by: chegar, jpai
2022-11-13 07:45:38 +00:00
Ryan Wallace
ff2c987669
8294378: URLPermission constructor exception when using tr locale
...
Reviewed-by: dfuchs, jpai, aefimov
2022-11-12 01:37:46 +00:00
Erik Gahlin
87b809a2cb
8296229: JFR: jfr tool should print unsigned values correctly
...
Reviewed-by: coffeys, mgronlun
2022-11-11 14:55:41 +00:00
Darragh Clarke
fdabd37960
8293696: java/nio/channels/DatagramChannel/SelectWhenRefused.java fails with "Unexpected wakeup"
...
Reviewed-by: dfuchs, msheppar
2022-11-11 11:56:41 +00:00
Daniel Fuchs
4a300818fe
8296747: com/sun/net/httpserver/simpleserver/StressDirListings.java timed out
...
Reviewed-by: jpai
2022-11-11 11:23:57 +00:00
Daniel D. Daugherty
43ebd96301
8296822: ProblemList jdk/jfr/api/consumer/TestRecordingFileWrite.java
...
Reviewed-by: naoto
2022-11-10 23:05:31 +00:00
Weijun Wang
27527b4975
8296612: CertAttrSet is useless
...
Reviewed-by: mullan
2022-11-10 22:23:58 +00:00
Aleksei Efimov
9ef7852be3
8290714: Make com.sun.jndi.dns.DnsClient virtual threads friendly
...
Reviewed-by: dfuchs, jpai
2022-11-10 19:20:33 +00:00
Naoto Sato
54c986e7d5
8296715: CLDR v42 update for tzdata 2022f
...
Reviewed-by: joehw
2022-11-10 16:51:52 +00:00
Abhishek Kumar
4a68210d9f
6972078: Can not select single directory with GTKLookAndFeel
...
Reviewed-by: psadhukhan, tr
2022-11-10 14:11:52 +00:00
Adam Sotona
e802b124b7
8296196: Class.getEnumConstants() throws undocumented ClassCastException and NullPointerException
...
Reviewed-by: darcy
2022-11-10 06:20:57 +00:00
Sergey Bylokhov
78a08a0f21
8295430: Use cmsDoTransformLineStride instead of cmsDoTransform in the loop
...
Reviewed-by: prr
2022-11-10 06:18:03 +00:00
Prasanta Sadhukhan
79c0092125
8285635: javax/swing/JRootPane/DefaultButtonTest.java failed with Default Button not pressed for L&F: com.sun.java.swing.plaf.motif.MotifLookAndFeel
...
Reviewed-by: tr, jdv
2022-11-10 05:51:13 +00:00
Mikhailo Seledtsov
d6e2d0d03d
8296611: Problemlist several sun/security tests until JDK-8295343 is resolved
...
Reviewed-by: rhalade
2022-11-10 00:43:59 +00:00
Sean Coffey
102b2b32fe
8292033: Move jdk.X509Certificate event logic to JCA layer
...
Reviewed-by: mullan
2022-11-09 21:46:56 +00:00
Bill Huang
cc8bf95046
8296718: Refactor bootstrap Test Common Functionalities to test/lib/Utils
...
Reviewed-by: sspitsyn, kevinw
2022-11-09 19:02:50 +00:00
Weijun Wang
fa8a8668a6
8296675: Exclude linux-aarch64 in NSS tests
...
Reviewed-by: dcubed, mullan
2022-11-09 16:49:10 +00:00
Matthias Baesken
d4376f8b55
8296406: ChainingConstructors jtreg test reduce code duplication
...
Reviewed-by: mullan
2022-11-09 13:49:46 +00:00
Justin Lu
fd83764981
8296239: ISO 4217 Amendment 174 Update
...
Reviewed-by: naoto
2022-11-09 01:18:01 +00:00
Weijun Wang
671f84bd86
8296143: CertAttrSet's set/get mechanism is not type-safe
...
Reviewed-by: mullan
2022-11-08 22:35:29 +00:00
Rajan Halade
520db1eeb1
8296485: BuildEEBasicConstraints.java test fails with SunCertPathBuilderException
...
Reviewed-by: weijun
2022-11-07 19:09:57 +00:00
Rajan Halade
b6ea69c06a
8296480: java/security/cert/pkix/policyChanges/TestPolicy.java is failing
...
Reviewed-by: xuelei, mullan
2022-11-07 18:22:08 +00:00