Roger Riggs
4fb5c12813
8321180: Condition for non-latin1 string size too large exception is off by one
...
Reviewed-by: rgiulietti
2023-12-12 20:55:17 +00:00
Per Minborg
d13302f8b0
8321387: SegmentAllocator:allocateFrom(AddressLayout, MemorySegment) does not throw stated UnsupportedOperationException
...
Reviewed-by: mcimadamore
2023-12-11 07:52:31 +00:00
Lance Andersen
0eb299af79
8316141: Improve CEN header validation checking
...
Reviewed-by: alanb
2023-12-08 16:37:53 +00:00
Jaikiran Pai
f577385fc8
8316738: java/net/httpclient/HttpClientLocalAddrTest.java failed in timeout
...
Reviewed-by: dfuchs
2023-12-08 10:21:07 +00:00
Alan Bateman
86623aa41d
8320786: Remove ThreadGroup.stop
...
Reviewed-by: rriggs, dholmes, jpai
2023-12-08 08:04:38 +00:00
Alan Bateman
af5c49226c
8320532: Remove Thread/ThreadGroup suspend/resume
...
Reviewed-by: dholmes, jpai, sspitsyn, smarks
2023-12-08 07:10:20 +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
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
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
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
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
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
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
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
Adam Sotona
2b00ac0d02
8308753: Class-File API transition to Preview
...
Reviewed-by: ihse, mchung, vromero
2023-12-04 07:07:57 +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
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
Jorn Vernee
8bedb28bbc
8321119: Disable java/foreign/TestHandshake.java on Zero VMs
...
Reviewed-by: eosterlund, shade
2023-11-30 16:35:12 +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
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
Justin Lu
2584bf87ae
8210410: Refactor java.util.Currency:i18n shell tests to plain java tests
...
Reviewed-by: naoto, lancea
2023-11-29 19:11:34 +00:00
Erik Österlund
159465324f
8310644: Make panama memory segment close use async handshakes
...
Reviewed-by: jvernee, mcimadamore, pchilanomate
2023-11-29 12:40:21 +00:00
Justin Lu
69c0b24386
8320714: java/util/Locale/LocaleProvidersRun.java and java/util/ResourceBundle/modules/visibility/VisibilityTest.java timeout after passing
...
Reviewed-by: naoto, bpb, lancea
2023-11-28 17:23:13 +00:00
Conor Cleary
bddcd086b7
8304701: Request with timeout aborts later in-flight request on HTTP/1.1 cxn
...
Reviewed-by: dfuchs, michaelm
2023-11-27 08:09:10 +00:00
Jan Lahoda
0c9a61c185
8319220: Pattern matching switch with a lot of cases is unduly slow
...
Reviewed-by: asotona, vromero
2023-11-24 09:05:39 +00:00
David Holmes
c75c38871e
8318776: Require supports_cx8 to always be true
...
Reviewed-by: eosterlund, shade, dcubed
2023-11-23 22:23:42 +00:00
Justin Lu
2bb4b9398d
8319569: Several java/util tests should be updated to accept VM flags
...
Reviewed-by: naoto, lancea
2023-11-23 00:27:27 +00:00
suchismith
bf0a904f0e
8318175: AIX PPC64: Handle alignment of double in structs
...
Reviewed-by: mdoerr, amitkumar
2023-11-22 13:39:25 +00:00
Phil Race
f69e6653f8
8318364: Add an FFM-based implementation of harfbuzz OpenType layout
...
Reviewed-by: jdv, psadhukhan
2023-11-21 17:46:29 +00:00
Shaojin Wen
61d81d6496
8317742: ISO Standard Date Format implementation consistency on DateTimeFormatter and String.format
...
Reviewed-by: rriggs, naoto
2023-11-21 17:00:18 +00:00
Daniel Fuchs
570dffb104
8310807: java/nio/channels/DatagramChannel/Connect.java timed out
...
Reviewed-by: msheppar, jpai
2023-11-21 14:09:46 +00:00
Alan Bateman
21a59b9f4e
8282726: java/net/vthread/BlockingSocketOps.java timeout/hang intermittently on Windows
...
Reviewed-by: djelinski
2023-11-21 14:05:32 +00:00
Jaikiran Pai
099a8f5b2f
8308144: Uncontrolled memory consumption in SSLFlowDelegate.Reader
...
Co-authored-by: Sergey Zhuravlev <sergey.zhuravlev@gmail.com>
Reviewed-by: dfuchs, djelinski
2023-11-21 06:10:47 +00:00
Brian Burkhalter
32098ce33c
8320348: test/jdk/java/io/File/GetAbsolutePath.windowsDriveRelative fails if working directory is not on drive C
...
Reviewed-by: alanb, mbaesken
2023-11-20 18:23:02 +00:00
Naoto Sato
d6d7bdc774
8319817: Charset constructor should make defensive copy of aliases
...
Reviewed-by: rriggs, alanb, bpb, iris, jpai
2023-11-20 17:31:58 +00:00
Maurizio Cimadamore
7f231109c2
8319928: Exceptions thrown by cleanup actions should be handled correctly
...
Reviewed-by: jvernee
2023-11-20 15:02:11 +00:00
Darragh Clarke
5522656af7
8317834: java/lang/Thread/IsAlive.java timed out
...
Reviewed-by: dfuchs, alanb, dholmes, shade
2023-11-17 12:21:13 +00:00
Mandy Chung
1588dd934c
8319567: Update java/lang/invoke tests to support vm flags
...
8319568: Update java/lang/reflect/exeCallerAccessTest/CallerAccessTest.java to accept vm flags
8319672: Several classloader tests ignore VM flags
8319676: A couple of jdk/modules/incubator/ tests ignore VM flags
8319677: Test jdk/internal/misc/VM/RuntimeArguments.java should be marked as flagless
Reviewed-by: jvernee, lmesnik
2023-11-16 22:40:22 +00:00
Eirik Bjorsnos
f0b7eb519a
8304020: Speed up test/jdk/java/util/zip/ZipFile/TestTooManyEntries.java and clarify its purpose
...
Reviewed-by: lancea, martin, jpai
2023-11-16 06:30:29 +00:00
Per Minborg
4f4d00fa75
8319966: AIX: expected [[0:i4]] but found [[0:I4]] after JDK-8319882
...
Reviewed-by: mdoerr
2023-11-15 13:52:06 +00:00