Weijun Wang
|
11e4a925be
|
8320597: RSA signature verification fails on signed data that does not encode params correctly
Reviewed-by: mullan, valeriep
|
2023-12-07 23:25:56 +00:00 |
|
Thomas Schatzl
|
86f9b3f52a
|
8319313: G1: Rename G1EvacFailureInjector appropriately
Reviewed-by: mli, iwalulya, ayang
|
2023-12-07 16:44:32 +00:00 |
|
Maurizio Cimadamore
|
42bb852696
|
8321467: MemorySegment.setString(long, String, Charset) throws IAE(Misaligned access)
Reviewed-by: pminborg
|
2023-12-07 12:51:42 +00:00 |
|
Alan Bateman
|
29d7a22348
|
8321270: Virtual Thread.yield consumes parking permit
Reviewed-by: sspitsyn
|
2023-12-07 11:41:41 +00:00 |
|
Mark Sheppard
|
0048f1da4c
|
8263256: Test java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java fails due to dynamic reconfigurations of network interface during test
Reviewed-by: jpai
|
2023-12-07 11:27:42 +00:00 |
|
Markus Grönlund
|
49fff0132b
|
8211238: @Deprecated JFR event
Reviewed-by: egahlin, jbachorik
|
2023-12-07 10:45:55 +00:00 |
|
Alexander Zvegintsev
|
632a3c56e0
|
8305825: getBounds API returns wrong value resulting in multiple Regression Test Failures on Ubuntu 23.04
Reviewed-by: prr, achung, honkar, aivanov
|
2023-12-07 03:34:49 +00:00 |
|
Phil Race
|
afb896400b
|
8320443: [macos] Test java/awt/print/PrinterJob/PrinterDevice.java fails on macOS
Reviewed-by: aivanov, azvegint
|
2023-12-06 21:57:05 +00:00 |
|
Jim Laskey
|
82796bdebb
|
8320570: NegativeArraySizeException decoding >1G UTF8 bytes with non-ascii characters
Reviewed-by: rriggs
|
2023-12-06 21:55:05 +00:00 |
|
Anthony Scarpino
|
dc9c77bebe
|
8318756: Create better internal buffer for AEADs
Reviewed-by: djelinski
|
2023-12-06 18:09:10 +00:00 |
|
Abhishek Kumar
|
4ef24e2596
|
8319938: TestFileChooserSingleDirectorySelection.java fails with "getSelectedFiles returned empty array"
Reviewed-by: aivanov, tr
|
2023-12-06 16:41:24 +00:00 |
|
Doug Lea
|
cc25d8b12b
|
8319662: ForkJoinPool trims worker threads too slowly
8319498: ForkJoinPool.invoke(ForkJoinTask) does not specify behavior when task throws checked exception
Reviewed-by: alanb
|
2023-12-06 16:12:59 +00:00 |
|
Adam Sotona
|
0217b5ac8b
|
8321248: ClassFile API ClassModel::verify is inconsistent with the rest of the API
Reviewed-by: jlahoda, mcimadamore
|
2023-12-06 15:32:24 +00:00 |
|
Per Minborg
|
a0920aa436
|
8321159: SymbolLookup.libraryLookup(Path, Arena) Assumes default Filesystem
Reviewed-by: mcimadamore
|
2023-12-06 08:02:52 +00:00 |
|
Viktor Klang
|
9d776777c5
|
8321124: java/util/stream/GatherersTest.java times out
Reviewed-by: alanb
|
2023-12-06 07:12:03 +00:00 |
|
Jonathan Joo
|
9e570105c3
|
8315149: Add hsperf counters for CPU time of internal GC threads
Co-authored-by: Man Cao <manc@openjdk.org>
Co-authored-by: Stefan Johansson <sjohanss@openjdk.org>
Reviewed-by: simonis, manc, sjohanss
|
2023-12-05 19:43:25 +00:00 |
|
Brian Burkhalter
|
b0d145097c
|
8321053: Use ByteArrayInputStream.buf directly when parameter of transferTo() is trusted
Reviewed-by: alanb
|
2023-12-05 19:41:12 +00:00 |
|
Damon Nguyen
|
acaf2c8dcf
|
8318590: JButton ignores margin when painting HTML text
Reviewed-by: prr, azvegint, honkar
|
2023-12-05 19:25:42 +00:00 |
|
Alisen Chung
|
db5613af89
|
8317288: [macos] java/awt/Window/Grab/GrabTest.java: Press on the outside area didn't cause ungrab
Reviewed-by: honkar, azvegint
|
2023-12-05 17:50:05 +00:00 |
|
Alexey Ivanov
|
b1cb37432a
|
8320349: Simplify FileChooserSymLinkTest.java by using single-window testUI
Reviewed-by: serb
|
2023-12-05 17:40:55 +00:00 |
|
Alexey Ivanov
|
83ffc1ac94
|
8320303: Allow PassFailJFrame to accept single window creator
Reviewed-by: serb
|
2023-12-05 17:22:57 +00:00 |
|
Brian Burkhalter
|
87516e29dc
|
8320943: Files/probeContentType/Basic.java fails on latest Windows 11 - content type mismatch
Reviewed-by: cstein, rriggs
|
2023-12-05 15:56:30 +00:00 |
|
Martin Doerr
|
a1fe16b5ec
|
8321300: Cleanup TestHFA
Reviewed-by: jvernee, jbechberger
|
2023-12-05 13:57:06 +00:00 |
|
Viktor Klang
|
50d1839d54
|
8318809: java/util/concurrent/ConcurrentLinkedQueue/WhiteBox.java shows intermittent failures on linux ppc64le and aarch64
Reviewed-by: alanb, jpai
|
2023-12-05 05:29:29 +00:00 |
|
Jaikiran Pai
|
81484d8c05
|
8320687: sun.jvmstat.monitor.MonitoredHost.getMonitoredHost() throws unexpected exceptions when invoked concurrently
Reviewed-by: alanb, kevinw
|
2023-12-05 01:06:14 +00:00 |
|
Roger Riggs
|
155abc576a
|
8311906: Improve robustness of String constructors with mutable array inputs
Co-authored-by: Damon Fenacci <dfenacci@openjdk.org>
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: rgiulietti, thartmann, redestad, dfenacci
|
2023-12-04 18:28:59 +00:00 |
|
Erik Gahlin
|
65be5e0c54
|
8305931: jdk/jfr/jcmd/TestJcmdDumpPathToGCRoots.java failed with "Expected chains but found none"
Reviewed-by: mgronlun
|
2023-12-04 16:56:16 +00:00 |
|
Erik Gahlin
|
f6be922952
|
8316193: jdk/jfr/event/oldobject/TestListenerLeak.java java.lang.Exception: Could not find leak
Reviewed-by: mgronlun
|
2023-12-04 16:50:45 +00:00 |
|
Erik Gahlin
|
d5f59cf0a8
|
8321220: JFR: RecordedClass reports incorrect modifiers
Reviewed-by: mgronlun
|
2023-12-04 15:51:22 +00:00 |
|
Abhishek Kumar
|
ed5b8c3a7b
|
8225220: When the Tab Policy is checked,the scroll button direction displayed incorrectly.
Reviewed-by: tr, psadhukhan
|
2023-12-04 09:31:17 +00:00 |
|
Matthias Baesken
|
b9b82631bf
|
8317307: test/jdk/com/sun/jndi/ldap/LdapPoolTimeoutTest.java fails with ConnectException: Connection timed out: no further information
Reviewed-by: clanger
|
2023-12-04 08:09:01 +00:00 |
|
Tejesh R
|
0d0a657414
|
5108458: JTable does not properly layout its content
Reviewed-by: dnguyen, aivanov, psadhukhan
|
2023-12-04 07:30:17 +00:00 |
|
Adam Sotona
|
2b00ac0d02
|
8308753: Class-File API transition to Preview
Reviewed-by: ihse, mchung, vromero
|
2023-12-04 07:07:57 +00:00 |
|
Erik Gahlin
|
b9df827adc
|
8309871: jdk/jfr/api/consumer/recordingstream/TestSetEndTime.java timed out
Reviewed-by: mgronlun
|
2023-12-03 19:46:37 +00:00 |
|
Gregor Purdy
|
949846986f
|
8318983: Fix comment typo in PKCS12Passwd.java
Reviewed-by: weijun
|
2023-12-02 21:13:37 +00:00 |
|
Erik Gahlin
|
4dcbd13f99
|
8314905: jdk/jfr/tool/TestView.java fails with RuntimeException 'Invoked Concurrent' missing from stdout/stderr
Reviewed-by: mgronlun
|
2023-12-02 17:03:15 +00:00 |
|
Erik Gahlin
|
3a09a052bc
|
8313722: JFR: Avoid unnecessary calls to Events.from(Recording)
Reviewed-by: mgronlun
|
2023-12-01 20:54:35 +00:00 |
|
Alan Bateman
|
2476be4590
|
8320716: ResolvedModule::reads includes self when configuration contains two or more automatic modules
Reviewed-by: mchung
|
2023-12-01 07:31:10 +00:00 |
|
Alexey Semenyuk
|
56d4c33f40
|
8227529: With malformed --app-image the error messages are awful
Reviewed-by: almatvee
|
2023-12-01 01:53:20 +00:00 |
|
Phil Race
|
76fea80707
|
8320608: Many jtreg printing tests are missing the @printer keyword
Reviewed-by: aivanov, serb
|
2023-11-30 22:59:37 +00:00 |
|
Jorn Vernee
|
e96e191952
|
8318586: Explicitly handle upcall stub allocation failure
8318653: UpcallTestHelper::runInNewProcess waits for forked process without timeout
Reviewed-by: shade, mcimadamore
|
2023-11-30 19:26:54 +00:00 |
|
Weijun Wang
|
0a60b0f99e
|
8302233: HSS/LMS: keytool and jarsigner changes
Reviewed-by: mullan
|
2023-11-30 19:14:29 +00:00 |
|
Jorn Vernee
|
8bedb28bbc
|
8321119: Disable java/foreign/TestHandshake.java on Zero VMs
Reviewed-by: eosterlund, shade
|
2023-11-30 16:35:12 +00:00 |
|
Daniel D. Daugherty
|
c6a8278362
|
8321127: ProblemList java/util/stream/GatherersTest.java
Reviewed-by: shade, alanb
|
2023-11-30 16:16:59 +00:00 |
|
Alisen Chung
|
a3eb664077
|
8315701: [macos] Regression: KeyEvent has different keycode on different keyboard layouts
Reviewed-by: aivanov, kizune
|
2023-11-30 16:11:09 +00:00 |
|
Albert Mingkun Yang
|
693847452f
|
8320916: jdk/jfr/event/gc/stacktrace/TestParallelMarkSweepAllocationPendingStackTrace.java failed with "OutOfMemoryError: GC overhead limit exceeded"
Reviewed-by: sjohanss, tschatzl
|
2023-11-30 15:48:00 +00:00 |
|
Viktor Klang
|
33b26f79a9
|
8319123: Implement JEP 461: Stream Gatherers (Preview)
Reviewed-by: tvaleev, alanb, psandoz
|
2023-11-30 14:45:23 +00:00 |
|
Jim Laskey
|
04ad98ed32
|
8315458: Implement JEP 463: Implicitly Declared Classes and Instance Main Method (Second Preview)
Reviewed-by: jlahoda, mcimadamore, vromero, rriggs, alanb, mchung
|
2023-11-30 12:49:49 +00:00 |
|
Ivan Šipka
|
da7cf258bb
|
8320665: update jdk_core at open/test/jdk/TEST.groups
Reviewed-by: msheppar
|
2023-11-30 12:09:20 +00:00 |
|
Mikhailo Seledtsov
|
ea6e92ed0d
|
8320945: problemlist tests failing on latest Windows 11 update
Reviewed-by: lmesnik
|
2023-11-29 19:20:34 +00:00 |
|