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
Weijun Wang
a97271e3b5
8301793: AlgorithmId should not encode a missing parameters field as NULL unless hardcoded
...
Reviewed-by: mullan
2023-03-06 16:20:14 +00:00
Doug Simon
cac81ddc92
8303577: [JVMCI] OOME causes crash while translating exceptions
...
Reviewed-by: kvn, never
2023-03-06 16:10:02 +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
Prasanta Sadhukhan
5753ab5c47
8297454: javax/swing/JComponent/7154030/bug7154030.java failed with "Exception: Failed to show opaque button"
...
Reviewed-by: tr, jdv
2023-03-06 10:20:23 +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
Justin Lu
e3016c1142
8303472: Display name for region TR
...
Reviewed-by: naoto
2023-03-03 17:18:44 +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
Amit Kumar
8bf084ced9
8303499: [s390x] ProblemList StressStackOverflow
...
Reviewed-by: alanb
2023-03-03 13:17:31 +00:00
Sean Mullan
df9aad018a
8297955: LDAP CertStore should use LdapName and not String for DNs
...
Reviewed-by: weijun, rhalade
2023-03-03 13:06:11 +00:00
Mikhailo Seledtsov
2c7d2c0ea9
8303411: JFR problem list entry for JDK-8247776 should be removed
...
Reviewed-by: lmesnik
2023-03-02 18:38:50 +00:00
Mandy Chung
32247c336a
8303476: Add the runtime version in the release file of a JDK image
...
Reviewed-by: erikj
2023-03-02 17:05:01 +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
Jan Lahoda
4619e8bae8
8297587: Upgrade JLine to 3.22.0
...
Reviewed-by: vromero
2023-03-02 08:27:44 +00:00
Valerie Peng
394eac850c
8295425: Match the default priv exp length between SunPKCS11 and other JDK providers
...
Reviewed-by: weijun
2023-03-01 22:40:50 +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
Erik Gahlin
6423065b7d
8303261: JFR: jdk/jfr/api/consumer/streaming/TestJVMCrash.java doesn't retry
...
Reviewed-by: mgronlun
2023-02-28 16:42:19 +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
Ian Graves
784f7b1462
8293667: Align jlink's --compress option with jmod's --compress option
...
Reviewed-by: mchung
2023-02-27 21:05:36 +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
Prasanta Sadhukhan
dbb5581eba
8081474: SwingWorker calls 'done' before the 'doInBackground' is finished
...
Reviewed-by: aivanov, serb
2023-02-27 09:19:57 +00:00
Daniel Jeliński
a2c5a4ac9e
8302732: sun/net/www/http/HttpClient/MultiThreadTest.java still failing intermittently
...
Reviewed-by: dfuchs
2023-02-27 07:52:03 +00:00
Sergey Bylokhov
a43931b79c
8303102: jcmd: ManagementAgent.status truncates the text longer than O_BUFLEN
...
Reviewed-by: dholmes
2023-02-26 23:36: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 King
83d77b1cbb
8303072: Memory leak in exeNullCallerTest.cpp
...
Reviewed-by: dholmes
2023-02-24 15:49:00 +00:00
Damon Nguyen
1a07871454
8302173: Button border overlaps with button icon on macOS system LaF
...
Reviewed-by: honkar, psadhukhan
2023-02-23 20:41:25 +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
Stefan Karlsson
f113b04ab9
8302927: Unproblemlist Fuzz.java from ProblemList-zgc.txt again
...
Reviewed-by: sjohanss, eosterlund
2023-02-23 14:07:37 +00:00
Joe Darcy
fcaf871408
8302028: Port fdlibm atan2 to Java
...
Reviewed-by: bpb
2023-02-22 22:49:59 +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
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
Prasanta Sadhukhan
2c52cf0746
8041447: Test javax/swing/dnd/7171812/bug7171812.java fails with java.lang.RuntimeException: Test failed, scroll on drag doesn't work
...
Reviewed-by: tr, serb
2023-02-22 06:13:09 +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
Jayathirth D V
aa10f0d3ee
8302151: BMPImageReader throws an exception reading BMP images
...
Reviewed-by: serb, tr
2023-02-21 07:30:17 +00:00
Tejesh R
29f392e434
8299522: Incorrect size of Approve button in custom JFileChooser
...
Reviewed-by: aivanov, abhiscxk, dnguyen
2023-02-21 05:19:07 +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
Alexey Bakhtin
9a797228f3
8299234: JMX Repository.query performance
...
Reviewed-by: dfuchs, kevinw
2023-02-20 17:52:54 +00:00
Prasanta Sadhukhan
e731695217
8302882: Newly added test javax/swing/JFileChooser/JFileChooserFontReset.java fails with HeadlessException
...
Reviewed-by: jdv
2023-02-20 14:47:45 +00:00
Thomas Schatzl
593bec685e
8302122: Parallelize TLAB retirement in prologue in G1
...
8297611: G1: Merge tlab and per-thread dirty card log flushing
Reviewed-by: kbarrett, ayang
2023-02-20 10:23:00 +00:00
Prasanta Sadhukhan
432cf68c4d
6753661: JFileChooser font not reset after Look & Feel change
...
Reviewed-by: abhiscxk, aivanov, serb
2023-02-20 08:17: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
Richard Reingruber
b8c9d6cdf6
8302158: PPC: test/jdk/jdk/internal/vm/Continuation/Fuzz.java: AssertionError: res: false shouldPin: false
...
Reviewed-by: goetz, mdoerr
2023-02-17 13:20:08 +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
Erik Gahlin
f558a6c599
8298276: JFR: Update NMT events to make use of common periodic timestamp feature
...
Reviewed-by: mgronlun
2023-02-16 15:49:05 +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
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
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
Albert Mingkun Yang
7c50ab1612
8225409: G1: Remove the Hot Card Cache
...
Reviewed-by: tschatzl, iwalulya
2023-02-14 10:18:43 +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
Kevin Walls
1c7b09bc23
8302069: javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java update
...
Reviewed-by: cjplummer, amenkov
2023-02-10 08:32:39 +00:00
Rajan Halade
8c87a67419
8245654: Add Certigna Root CA
...
Reviewed-by: mullan
2023-02-09 20:48:37 +00:00
Sergey Bylokhov
5147969253
8272288: Funky multiresolution image breaks graphics context
...
Reviewed-by: jdv
2023-02-09 19:22:51 +00:00
Matthew Donovan
7fd440d97c
8298868: Update EngineCloseOnAlert.java for changes to TLS implementation
...
Reviewed-by: rhalade
2023-02-09 18:21:38 +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
Darragh Clarke
e4d1cff659
8300268: ServerImpl allows too many idle connections when using sun.net.httpserver.maxIdleConnections
...
Reviewed-by: dfuchs, vtewari, michaelm, jpai
2023-02-09 12:27:57 +00:00
Jesper Wilhelmsson
af8973dc50
Merge
2023-02-09 11:59:08 +00:00
Kevin Walls
04f30185e9
8299739: HashedPasswordFileTest.java and ExceptionTest.java can fail with java.lang.NullPointerException
...
Reviewed-by: sspitsyn, amenkov, cjplummer
2023-02-09 09:30:44 +00:00
Thomas Schatzl
83e2db6ba3
8301116: Parallelize TLAB resizing in G1
...
Reviewed-by: ayang, iwalulya
2023-02-09 09:17:06 +00:00
Chihiro Ito
36478ee13f
8288783: Error messages are confusing when options conflict in -XX:StartFlightRecording
...
Reviewed-by: egahlin
2023-02-09 03:44:01 +00:00
Harshitha Onkar
5561c397c5
8294484: MetalBorder's FrameBorder & DialogBorder have border rendering issues when scaled
...
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: aivanov, kizune
2023-02-09 00:44:58 +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
Alexander Zuev
e81f20b504
8301989: new javax.swing.text.DefaultCaret().setBlinkRate(N) results in NPE
...
Reviewed-by: dnguyen, honkar, prr
2023-02-08 23:55:58 +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
Kevin Walls
c61a38212e
8296646: com/sun/jdi/JdbLastErrorTest.java test failure
...
Reviewed-by: dholmes, sspitsyn, cjplummer
2023-02-07 10:14:37 +00:00
Stefan Johansson
77dbcd8569
8301641: NativeMemoryUsageTotal event uses reserved value for committed field
...
Reviewed-by: eosterlund, stefank
2023-02-07 09:29:59 +00:00
sunguoyun
1aaf394b33
8301736: jdk/incubator/concurrent/StructuredTaskScope/StructuredTaskScopeTest.java fail with -Xcomp
...
Reviewed-by: alanb
2023-02-07 09:17:23 +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
Weijun Wang
b56974209b
8301788: AlgorithmId should keep lowercase characters from 3rd party providers
...
Reviewed-by: mullan
2023-02-06 17:10:46 +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
Matthew Donovan
e7247b10cc
8298872: Update CheckStatus.java for changes to TLS implementation
...
Reviewed-by: rhalade
2023-02-03 19:55:54 +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
Per Minborg
b504c9411e
8300235: Use VarHandle access in Image(Input | Output)StreamImpl classes
...
Reviewed-by: rriggs
2023-02-03 07:24:20 +00:00
Sibabrata Sahoo
7f313b0cef
8180266: Convert sun/security/provider/KeyStore/DKSTest.sh to Java Jtreg Test
...
Reviewed-by: rhalade
2023-02-03 05:19:47 +00:00
Jaikiran Pai
4c9de876bf
8301655: Problemlist jdk/jdk/nio/zipfs/TestLocOffsetFromZip64EF.java on Linux
...
Reviewed-by: lancea
2023-02-03 01:03:28 +00:00
Hai-May Chao
b00b70c240
8286907: keytool should warn about weak PBE algorithms
...
Reviewed-by: mullan, weijun
2023-02-02 21:17:08 +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
Chris Plummer
de5773325d
8301644: com/sun/jdi/JdbStopThreadTest.java fails after JDK-8300811
...
Reviewed-by: amenkov, kevinw
2023-02-02 16:58:48 +00:00
Aleksei Efimov
03b23a1e1b
8301367: Add exception handler method to the BaseLdapServer
...
Reviewed-by: jpai, vtewari, dfuchs
2023-02-02 12:45:00 +00:00
Jesper Wilhelmsson
d6832121b7
Merge
2023-02-01 22:36:07 +00:00
Mandy Chung
51ac8783b9
8284236: Remove java/lang/ref/ReferenceEnqueue.java from ProblemList-Xcomp.txt
...
Reviewed-by: alanb
2023-02-01 20:27:20 +00:00
Matthew Donovan
3361a26df4
8298874: Update TestAllSuites.java for TLS v1.2 and 1.3
...
Reviewed-by: rhalade
2023-02-01 17:20:24 +00:00
Kevin Walls
225f80532c
8299891: JMX ObjectInputFilter additional classes needed
...
Reviewed-by: dfuchs, sspitsyn, cjplummer
2023-02-01 09:14:25 +00:00
Bill Huang
09bfbf8063
8300909: Update com/sun/jndi/dns/Test6991580.java manual test instruction
...
Reviewed-by: alanb
2023-01-31 22:12:07 +00:00
Jesper Wilhelmsson
561a25e025
Merge
2023-01-30 20:51:54 +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
Matthias Baesken
cbefe1fd35
8301163: jdk/internal/vm/Continuation/Fuzz.java increase COMPILATION_TIMEOUT for Linux ppc64le
...
Reviewed-by: rrich
2023-01-30 08:15:10 +00:00
Prasanta Sadhukhan
c2ebd17938
6187113: DefaultListSelectionModel.removeIndexInterval(0, Integer.MAX_VALUE) fails
...
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: aivanov
2023-01-30 07:35:14 +00:00
Sergey Bylokhov
d4e9f5e5f2
8238170: BeanContextSupport remove and propertyChange can deadlock
...
Reviewed-by: phh
2023-01-29 20:04:37 +00:00
Damon Nguyen
ef6200c727
8300269: The selected item in an editable JComboBox with titled border is not visible in Aqua LAF
...
Co-authored-by: Manukumar V S <mvs@openjdk.org>
Reviewed-by: psadhukhan, kizune, achung, prr
2023-01-27 23:09:14 +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
Jesper Wilhelmsson
5c59de52a3
Merge
2023-01-27 22:46:31 +00:00
Xue-Lei Andrew Fan
9c4bc2c395
8301132: Test update for deprecated sprintf in Xcode 14
...
Reviewed-by: mikael
2023-01-27 19:01:01 +00:00
Damon Nguyen
e5860ef60a
8301206: Fix issue with LocaleData after JDK-8300719
...
Reviewed-by: naoto
2023-01-27 17:22:05 +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
Tejesh R
db8fa1be05
8300405: Screen capture for test JFileChooserSetLocationTest.java, failure case
...
Reviewed-by: serb
2023-01-27 11:05:12 +00:00
Valerie Peng
7eff578768
8288050: Add support of SHA-512/224 and SHA-512/256 to the PBKDF2 and PBES2 impls in SunJCE provider
...
Reviewed-by: weijun
2023-01-26 22:07:31 +00:00
Matthew Donovan
d6007a356f
8298869: Update ConnectionTest.java for changes to TLS implementation
...
Reviewed-by: rhalade
2023-01-26 21:36:36 +00:00
Matthew Donovan
7ddafd75b0
8301189: validate-source fails after JDK-8298873
...
Reviewed-by: dcubed, rhalade
2023-01-26 19:36:41 +00:00
Matthew Donovan
fc26d3e577
8298873: Update IllegalRecordVersion.java for changes to TLS implementation
...
Reviewed-by: rhalade
2023-01-26 18:36:29 +00:00
Leo Korinth
30cb305dc1
8292170: Convert CodeRootSetTable to use ResourceHashtable
...
Reviewed-by: coleenp, iwalulya, iklam
2023-01-26 10:32:36 +00:00
Per Minborg
a23ff63af1
8301086: jdk/internal/util/ByteArray/ReadWriteValues.java fails with CompilationError
...
Reviewed-by: dfuchs
2023-01-25 14:13:22 +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
Prasanta Sadhukhan
7465de453a
6603771: Nimbus L&F: Ctrl+F7 keybinding for Jinternal Frame throws a NPE.
...
Reviewed-by: abhiscxk, serb
2023-01-25 05:48:07 +00:00
Eirik Bjorsnos
cf46004f27
8300272: Improve readability of the test JarWithOneNonDisabledDigestAlg
...
Reviewed-by: weijun
2023-01-24 22:16:28 +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
2da2e5a0e8
8300946: Add sun/security/provider/certpath/OCSP/OCSPNoContentLength to ProblemList
...
Reviewed-by: jpai
2023-01-24 02:09:48 +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
Prasanta Sadhukhan
11aadc9d98
8244400: MenuItem may cache the size and did not update it when the screen DPI is changed
...
Reviewed-by: serb, aivanov
2023-01-23 10:18:23 +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
Sergey Bylokhov
e1ee6727f7
8300725: Improve performance of ColorConvertOp for default destinations with alpha
...
Reviewed-by: prr
2023-01-21 07:09:00 +00:00
Volodymyr Paprotski
9d44dd0cca
8297972: Poly1305 Endianness on ByteBuffer not enforced
...
Reviewed-by: jnimeh
2023-01-20 19:51:28 +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
Alexey Ivanov
558d610beb
8299553: Make ScaledEtchedBorderTest.java comprehensive
...
Reviewed-by: serb, honkar, achung
2023-01-19 19:32:58 +00:00
Weijun Wang
b317658d69
8300399: EdDSA does not verify when there is no message
...
Reviewed-by: ascarpino
2023-01-19 18:32:08 +00:00
Alexey Ivanov
2e4a3c47e2
8293862: javax/swing/JFileChooser/8046391/bug8046391.java failed with 'Cannot invoke "java.awt.Image.getWidth(java.awt.image.ImageObserver)" because "retVal" is null'
...
Co-authored-by: Tejesh R <tr@openjdk.org>
Reviewed-by: prr, serb
2023-01-19 13:00:09 +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
Calvin Cheung
910dffea86
8292635: Run ArchivedEnumTest.java in jdk tier testing
...
Reviewed-by: iklam, dholmes
2023-01-19 00:20:13 +00:00
Jesper Wilhelmsson
fc9f8baf56
Merge
2023-01-18 23:29:12 +00:00
Sergey Bylokhov
8b70c432d3
8299772: The ColorModel.getRGBdefault() method is not thread-safe
...
Reviewed-by: prr
2023-01-18 20:27:30 +00:00
Maurizio Cimadamore
b9275a8ed1
8300275: SegmentScope.isAccessibleBy returning incorrect values
...
Reviewed-by: alanb, jvernee
2023-01-18 12:36:15 +00:00
Claes Redestad
e37078f5bb
8282664: Unroll by hand StringUTF16 and StringLatin1 polynomial hash loops
...
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Co-authored-by: Ludovic Henry <luhenry@openjdk.org>
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: vlivanov, sviswanathan, luhenry
2023-01-17 21:06:22 +00:00
Alan Bateman
fb147aaea1
8300228: ModuleReader.find on exploded module throws if resource name maps to invalid file path
...
Reviewed-by: jpai, chegar, cstein
2023-01-17 16:25:11 +00:00
Matthias Baesken
e82dc6935b
8300205: Swing test bug8078268 make latch timeout configurable
...
Reviewed-by: aivanov, serb
2023-01-17 08:21:12 +00:00
Per Minborg
3462438ae1
8299576: Reimplement java.io.Bits using VarHandle access
...
Reviewed-by: uschindler, alanb
2023-01-17 07:44:26 +00:00
Matthew Donovan
06f9374e0c
8298867: Basics.java fails with SSL handshake exception
...
Reviewed-by: xuelei, rhalade
2023-01-17 04:41:55 +00:00
Magnus Ihse Bursie
4073b68565
8298047: Remove all non-significant trailing whitespace from properties files
...
Reviewed-by: serb, rriggs
2023-01-16 18:53:54 +00:00
Manukumar V S
a2f67660f0
8288415: java/awt/PopupMenu/PopupMenuLocation.java is unstable in MacOS machines
...
Reviewed-by: dnguyen, aivanov
2023-01-16 12:18:51 +00:00
Jesper Wilhelmsson
4be94e4350
Merge
2023-01-14 01:57:13 +00:00
Daniel D. Daugherty
bc498f87f7
8300141: ProblemList java/util/concurrent/locks/Lock/OOMEInAQS.java with ZGC
...
8300144: ProblemList vmTestbase/nsk/sysdict/vm/stress/chain/chain007/chain007.java with ZGC
8300147: ProblemList vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw001/TestDescription.java in Xcomp
Reviewed-by: mikael
2023-01-13 22:55:08 +00:00
Stefan Karlsson
c250222880
8300110: Unproblemlist Fuzz.java from ProblemList-zgc.txt
...
Reviewed-by: aboldtch, tschatzl
2023-01-13 12:28:52 +00:00
Raffaello Giulietti
33412c102c
8299677: Formatter.format might take a long time to format an integer or floating-point
...
Reviewed-by: alanb, stsypanov, darcy
2023-01-12 19:21:09 +00:00
Alan Bateman
4b573343a6
8278326: Socket close is not thread safe and other cleanup
...
Reviewed-by: jpai
2023-01-12 09:38:31 +00:00
Matthias Baesken
0ee8cac7c7
8299672: Enhance HeapDump JFR event
...
Reviewed-by: rschmelter, clanger
2023-01-12 08:04:46 +00:00
Christoph Langer
752a37016f
8299439: java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR
...
Reviewed-by: naoto
Backport-of: 3b374c0153
2023-01-12 08:02:58 +00:00
Sergey Bylokhov
78b1686c15
8227257: javax/swing/JFileChooser/4847375/bug4847375.java fails with AssertionError
...
Reviewed-by: aivanov, tr
2023-01-12 01:52:56 +00:00
Jesper Wilhelmsson
33f3bd8fad
Merge
2023-01-11 21:50:42 +00:00
Rajan Halade
8db73f7743
8300001: ProblemList test java/security/Policy/Root/Root.java
...
Reviewed-by: mikael, dcubed
2023-01-11 21:36:08 +00:00
Naoto Sato
c7716a0101
8299571: ZoneRulesProvider.registerProvider() can leave inconsistent state on failure
...
Reviewed-by: iris, rriggs, joehw
2023-01-11 17:01:48 +00:00
Per Minborg
7d3400b1cf
8299864: ZipFileStore#supportsFileAttributeView(String) doesn't throw NPE
...
Reviewed-by: lancea
2023-01-11 15:08:52 +00:00
Maurizio Cimadamore
945ef07564
8299862: OfAddress setter should disallow heap segments
...
Reviewed-by: jvernee
2023-01-11 10:31:25 +00:00
Prasanta Sadhukhan
ef32fdb8cc
8284825: sun/java2d/DirectX/MultiPaintEventTest/MultiPaintEventTest.java failed with "RuntimeException: Processed unnecessary paint()."
...
Reviewed-by: serb
2023-01-11 08:06:57 +00:00
Tejesh R
95b102c9b1
8299309: Test "java/awt/Dialog/ModalDialogTest/ModalDialogTest.java" fails because new frame was not displayed when "New Frame" button was clicked
...
Reviewed-by: honkar, dnguyen, psadhukhan
2023-01-11 07:35:30 +00:00
Alexey Semenyuk
c595f965ab
8299278: tools/jpackage/share/AddLauncherTest.java#id1 failed AddLauncherTest.bug8230933
...
Reviewed-by: almatvee
2023-01-10 18:03:42 +00:00
Alexey Semenyuk
3c99e786ab
8298735: Some tools/jpackage/windows/* tests fails with jtreg test timeout
...
Reviewed-by: almatvee
2023-01-10 18:02:34 +00:00
Mandy Chung
a86b6f6fde
8299183: Invokers.checkExactType passes parameters to create WMTE in opposite order
...
Reviewed-by: iris, jpai
2023-01-10 17:05:33 +00:00
Jesper Wilhelmsson
4395578b6f
Merge
2023-01-09 23:31:32 +00:00
Justin Lu
f79b3d42f0
6381945: (cal) Japanese calendar unit test system should avoid multiple static imports
...
Reviewed-by: lancea, iris, naoto
2023-01-09 22:10:36 +00:00
Naoto Sato
d49851a8b8
8299689: Make use of JLine for Console as "opt-in"
...
Reviewed-by: jpai, alanb
2023-01-09 18:23:42 +00:00
Prasanta Sadhukhan
4072412c1f
8298876: Swing applications do not get repainted coming out of sleep on Windows 10
...
Reviewed-by: angorya, prr
2023-01-09 10:14:06 +00:00
Daniel Jeliński
8d17d1ee6f
6914801: IPv6 unavailable if stdin is a socket
...
Reviewed-by: michaelm
2023-01-09 07:39:12 +00:00
Abhishek Kumar
c4449224bb
8218474: JComboBox display issue with GTKLookAndFeel
...
Reviewed-by: tr, serb
2023-01-09 04:47:33 +00:00
Srinivas Mandalika
834e50e9ef
8298921: Create a regression test for JDK-8139581
...
Reviewed-by: serb
2023-01-08 09:08:04 +00:00
Justin Lu
d5b80abcbf
8299617: CurrencySymbols.properties is missing the copyright notice
...
Reviewed-by: naoto, iris, jpai
2023-01-07 02:20:12 +00:00
Jesper Wilhelmsson
5393dc9a48
Merge
2023-01-07 02:05:59 +00:00
Weijun Wang
ba03f42a50
8299746: Accept unknown signatureAlgorithm in PKCS7 SignerInfo
...
Reviewed-by: kdriver, ascarpino, hchao
2023-01-06 18:46:37 +00:00
Tejesh R
99be74088e
8299306: Test "javax/swing/JFileChooser/FileSystemView/CustomFSVLinkTest.java" fails on Windows 10 x64 because there are some buttons did not display button name
...
Reviewed-by: psadhukhan, abhiscxk
2023-01-06 07:50:33 +00:00
Anto J
7845b0d7b4
8296934: Write a test to verify whether Undecorated Frame can be iconified or not
...
Reviewed-by: serb
2023-01-06 00:37:26 +00:00
Maurizio Cimadamore
9c4ed16be2
8299561: VaList.empty() doesn't return a list associated with the global scope
...
Reviewed-by: jvernee
2023-01-05 09:44:16 +00:00
Matthias Baesken
1ca31d34fc
8299657: sun/tools/jhsdb/SAGetoptTest.java fails after 8299470
...
Reviewed-by: clanger
2023-01-05 09:31:38 +00:00
Abhishek Kumar
578c287a68
8081507: Open or Save button in JFileChooser has OK title in GTK LaF
...
Reviewed-by: serb, tr
2023-01-04 22:45:39 +00:00
ravi.ra.gupta
5ae6de859d
8299296: Write a test to verify the components selection sends ItemEvent
...
Reviewed-by: serb
2023-01-04 22:44:38 +00:00
Justin Lu
3b374c0153
8299439: java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR
...
Reviewed-by: naoto, lancea, jpai
2023-01-04 21:59:02 +00:00
Michael Ernst
7dcc689932
8299563: Fix typos
...
Reviewed-by: lancea, aivanov, sspitsyn
2023-01-04 19:59:45 +00:00
Jesper Wilhelmsson
df1caf9081
Merge
2023-01-04 16:03:09 +00:00
Daniel Jeliński
41900b57af
8189338: JMX RMI Remote Mbean server connection hangs if the server stops responding during a SSL Handshake
...
Reviewed-by: smarks
2023-01-04 13:17:29 +00:00
Kim Barrett
b743519ba9
8293824: gc/whitebox/TestConcMarkCycleWB.java failed "RuntimeException: assertTrue: expected true, was false"
...
Reviewed-by: iwalulya, tschatzl
2023-01-04 03:28:31 +00:00
David Holmes
8254cbb21d
8299483: ProblemList java/text/Format/NumberFormat/CurrencyFormat.java
...
Backport-of: 5b5552ff2a
2023-01-03 21:22:16 +00:00
Matthias Baesken
ea25a561c5
8299520: TestPrintXML.java output error messages in case compare fails
...
Reviewed-by: mgronlun
2023-01-03 15:26:10 +00:00
Ryan Wallace
92dfc735f2
8294526: sun/security/provider/SubjectCodeSource.java no longer referenced
...
Reviewed-by: weijun, xuelei
2023-01-03 13:52:47 +00:00
Jaikiran Pai
417d01ea63
8299441: Fix typos in some test files under core-libs component
...
Co-authored-by: Michael Ernst <mernst@openjdk.org>
Reviewed-by: lancea
2023-01-03 01:58:49 +00:00
David Holmes
5b5552ff2a
8299483: ProblemList java/text/Format/NumberFormat/CurrencyFormat.java
...
Reviewed-by: lancea
2023-01-02 23:34:20 +00:00
Prasanta Sadhukhan
18ff1f5a05
6257207: JTable.getDefaultEditor throws NullPointerException
...
Reviewed-by: tr, dnguyen, aivanov, serb
2023-01-02 09:49:51 +00:00
Abhishek Kumar
2ee34f1488
4912623: GTK L&F: Folder list of the JFileChooser is allowing multiple selection unlike native
...
Reviewed-by: psadhukhan, jdv, serb
2023-01-02 06:03:12 +00:00
Matthias Baesken
c2e3d72848
8299388: java/util/regex/NegativeArraySize.java fails on Alpine and sometimes Windows
...
Reviewed-by: mdoerr, alanb
2022-12-30 07:43:32 +00:00
Matthias Baesken
d490f15e3b
8235297: sun/security/ssl/SSLSessionImpl/ResumptionUpdateBoundValues.java fails intermittent
...
Reviewed-by: xuelei
2022-12-28 08:28:02 +00:00
Alan Bateman
11fd651ab1
8298875: A module requiring "java.base" with flags ACC_SYNTHETIC should be rejected
...
Reviewed-by: jpai, mchung
2022-12-27 07:51:04 +00:00
Jesper Wilhelmsson
19373b2ff0
Merge
2022-12-25 01:56:28 +00:00
Toshio Nakamura
26868c1ac4
8299255: Unexpected round errors in FreetypeFontScaler
...
Reviewed-by: prr, serb
2022-12-24 14:26:42 +00:00
Daniel D. Daugherty
188911c925
8299241: jdk/jfr/api/consumer/streaming/TestJVMCrash.java generates unnecessary core file
...
Reviewed-by: coleenp
2022-12-23 13:51:58 +00:00
Jesper Wilhelmsson
19ce23c645
Merge
2022-12-23 11:25:10 +00:00
Stuart Marks
33042a49d7
8299237: add ArraysSupport.newLength test to a test group
...
Reviewed-by: naoto
2022-12-22 21:56:04 +00:00
Ichiroh Takiguchi
5e2de89628
8299194: CustomTzIDCheckDST.java may fail at future date
...
Reviewed-by: naoto
2022-12-22 21:07:01 +00:00
Ioi Lam
6ccee83958
8292206: TestCgroupMetrics.java fails as getMemoryUsage() is lower than expected
...
Reviewed-by: dholmes, sgehwolf
2022-12-22 20:50:20 +00:00
Bill Huang
a3693ccc61
8295087: Manual Test to Automated Test Conversion
...
Reviewed-by: ssahoo, rhalade
2022-12-22 16:50:59 +00:00
Chris Hegarty
9863f59e1d
8299015: Ensure that HttpResponse.BodySubscribers.ofFile writes all bytes
...
Backport-of: a7d6de71bb
2022-12-22 12:49:25 +00:00
Ajit Ghaisas
5e001d6ff3
8299207: [Testbug] Add back test/jdk/java/awt/Graphics2D/DrawPrimitivesTest.java
...
Co-authored-by: Alexey Ushakov <avu@openjdk.org>
Reviewed-by: jdv
2022-12-22 10:38:12 +00:00
Sergey Bylokhov
50120396b6
8298887: On the latest macOS+XCode the Robot API may report wrong colors
...
Reviewed-by: azvegint
2022-12-22 07:20:06 +00:00
Alexander Zuev
fef70d78ba
8299077: [REDO] JDK-4512626 Non-editable JTextArea provides no visual indication of keyboard focus
...
8299127: [REDO] JDK-8194048 Regression automated test '/open/test/jdk/javax/swing/text/DefaultCaret/HidingSelection/HidingSelectionTest.java' fails
8299128: [REDO] JDK-8213562 Test javax/swing/text/DefaultCaret/HidingSelection/MultiSelectionTest.java fails
Reviewed-by: aivanov, azvegint
2022-12-22 00:12:15 +00:00
Damon Nguyen
f80faced6e
8202931: [macos] java/awt/Choice/ChoicePopupLocation/ChoicePopupLocation.java fails
...
Reviewed-by: serb, honkar
2022-12-21 20:10:52 +00:00
Chris Hegarty
a7d6de71bb
8299015: Ensure that HttpResponse.BodySubscribers.ofFile writes all bytes
...
Co-authored-by: Daniel Jeliński <djelinski@openjdk.org>
Reviewed-by: dfuchs, djelinski, jpai
2022-12-21 12:19:06 +00:00
Christoph Langer
92fe304f08
8298588: WebSockets: HandshakeUrlEncodingTest unnecessarily depends on a response body
...
Backport-of: 909d0cb4d9
2022-12-21 10:57:24 +00:00
Naveen Narayanan
b005013a00
8296275: Write a test to verify setAccelerator method of JMenuItem
...
Reviewed-by: mvs, aivanov
2022-12-21 10:48:27 +00:00
Jesper Wilhelmsson
386db07143
Merge
2022-12-20 20:20:17 +00:00
Daniel D. Daugherty
f4d7f43394
8299123: [BACKOUT] 4512626 Non-editable JTextArea provides no visual indication of keyboard focus
...
Reviewed-by: tschatzl
2022-12-20 16:20:50 +00:00
Erik Gahlin
de8153cab7
8298526: JFR: Generate missing filename for time-bound recordings
...
Reviewed-by: mgronlun
2022-12-20 13:07:25 +00:00
Jesper Wilhelmsson
c5a4a7a679
Merge
2022-12-20 11:40:56 +00:00
Daniel Fuchs
e5edb10dc5
8299018: java/net/httpclient/HttpsTunnelAuthTest.java fails with java.io.IOException: HTTP/1.1 header parser received no bytes
...
Reviewed-by: djelinski, jpai
2022-12-20 11:06:36 +00:00
Daniel Fuchs
5df00d34fe
8298931: java/net/httpclient/CancelStreamedBodyTest.java fails with AssertionError due to Pending TCP connections: 1
...
Reviewed-by: jpai
2022-12-20 11:05:38 +00:00
Erik Gahlin
3dd2cfabdc
8298784: JFR: Test chunk integrity
...
Reviewed-by: mgronlun
2022-12-20 10:52:11 +00:00
lawrence.andrews
dd15d306a6
8299043: test/jdk/javax/swing/AbstractButton/5049549/bug5049549.java fails with java.lang.NullPointerException
...
Reviewed-by: serb
2022-12-20 01:16:37 +00:00
lawrence.andrews
abc1297643
8299044: test/jdk/javax/swing/JComboBox/JComboBoxBorderTest.java fails on non mac
...
Reviewed-by: serb, honkar
2022-12-19 23:26:01 +00:00
Daniel D. Daugherty
f07acfc166
8298699: java/lang/reflect/IllegalArgumentsTest.java times out with slowdebug bits
...
Reviewed-by: iris
2022-12-19 23:08:56 +00:00
Alexander Zuev
3e17e3c1c1
4512626: Non-editable JTextArea provides no visual indication of keyboard focus
...
8194048: Regression automated test '/open/test/jdk/javax/swing/text/DefaultCaret/HidingSelection/HidingSelectionTest.java' fails
8213562: Test javax/swing/text/DefaultCaret/HidingSelection/MultiSelectionTest.java fails
Reviewed-by: aivanov, azvegint
2022-12-19 22:16:56 +00:00
Alan Bateman
2c69c41d48
8298894: java/lang/Thread/virtual/stress/Skynet.java timed out and threw OutOfMemoryError
...
Reviewed-by: eosterlund
2022-12-19 18:06:19 +00:00
Per Minborg
7938f8c32a
8298639: Perform I/O operations in bulk for RandomAccessFile
...
Co-authored-by: Sergey Tsypanov <stsypanov@openjdk.org>
Reviewed-by: alanb, bpb
2022-12-18 20:25:42 +00:00
Daniel D. Daugherty
34105556d1
8298987: ProblemList jdk/internal/vm/Continuation/Fuzz.java#default with ZGC on X64
...
8298989: ProblemList vmTestbase/nsk/jvmti/InterruptThread/intrpthrd003/TestDescription.java on macosx-x64
8298990: ProblemList java/lang/Thread/virtual/stress/Skynet.java subtests with ZGC
Reviewed-by: azvegint
2022-12-17 16:13:03 +00:00
Alexander Zvegintsev
d1026720d3
8298905: Test "java/awt/print/PrinterJob/ImagePrinting/PrintARGBImage.java" fails because the frames of instruction does not display
...
Reviewed-by: honkar, serb
2022-12-17 13:30:24 +00:00
Alexander Zvegintsev
41cc04430a
8298970: Problem list java/awt/event/KeyEvent/KeyTyped/CtrlASCII.java
...
Reviewed-by: serb
2022-12-17 13:28:39 +00:00