Leonid Mesnik
|
9029bf644e
|
8316451: 6 java/lang/instrument/PremainClass tests ignore VM flags
Reviewed-by: cjplummer, sspitsyn
|
2024-02-15 22:50:14 +00:00 |
|
Christoph Langer
|
99c9ae127c
|
8323664: java/awt/font/JNICheck/FreeTypeScalerJNICheck.java still fails with JNI warning on some Windows configurations
Reviewed-by: prr, mbaesken, aivanov
|
2024-02-15 22:36:54 +00:00 |
|
Jorn Vernee
|
9c852df6aa
|
8318966: Some methods make promises about Java array element alignment that are too strong
Reviewed-by: psandoz, mcimadamore
|
2024-02-14 14:30:54 +00:00 |
|
Matthias Baesken
|
d0039960c4
|
8325743: test/jdk/java/nio/channels/unixdomain/SocketOptions.java enhance user name output in error case
Reviewed-by: dfuchs, alanb
|
2024-02-14 08:31:35 +00:00 |
|
Eirik Bjørsnøs
|
628cd8a489
|
8303866: Allow ZipInputStream.readEnd to parse small Zip64 ZIP files
Reviewed-by: lancea, jpai
|
2024-02-13 16:26:37 +00:00 |
|
Eirik Bjørsnøs
|
842b895f09
|
8303891: Speed up Zip64SizeTest using a small ZIP64 file
8259866: two java.util tests failed with "IOException: There is not enough space on the disk"
Reviewed-by: lancea, jpai
|
2024-02-13 16:18:50 +00:00 |
|
Brian Burkhalter
|
6b7c9718d6
|
8325382: (fc) FileChannel.transferTo throws IOException when position equals size
Reviewed-by: alanb
|
2024-02-13 15:53:29 +00:00 |
|
Roger Riggs
|
13d9e8ff38
|
8325590: Regression in round-tripping UTF-16 strings after JDK-8311906
Reviewed-by: alanb, redestad
|
2024-02-13 15:16:50 +00:00 |
|
Alisen Chung
|
1e4b701749
|
8316931: [macos14] Test "java/awt/TrayIcon/ShowAfterDisposeTest/ShowAfterDisposeTest.html" throws an exception on macOS 14(x64, aarch64)
Reviewed-by: abhiscxk, kizune, serb
|
2024-02-12 18:04:26 +00:00 |
|
Leonid Mesnik
|
3ebe6c192a
|
8319578: Few java/lang/instrument ignore test.java.opts and accept test.vm.opts only
Reviewed-by: kevinw, cjplummer
|
2024-02-09 18:40:10 +00:00 |
|
Per Minborg
|
b58d73b915
|
8323746: Add PathElement hashCode and equals
Reviewed-by: mcimadamore
|
2024-02-08 10:54:11 +00:00 |
|
Johny Jose
|
917838e0a5
|
8325150: (tz) Update Timezone Data to 2024a
Reviewed-by: coffeys, naoto, iris
|
2024-02-08 09:15:42 +00:00 |
|
Alan Bateman
|
43089bf006
|
8325399: Add tests for virtual threads doing Selector operations
Reviewed-by: bpb
|
2024-02-08 07:56:12 +00:00 |
|
Joe Darcy
|
1797efd68d
|
8322218: Better escaping of single and double quotes in annotation toString() results
Reviewed-by: mchung
|
2024-02-06 23:22:46 +00:00 |
|
Naoto Sato
|
96eb0390d6
|
8324665: Loose matching of space separators in the lenient date/time parsing mode
Reviewed-by: joehw, jlu
|
2024-02-06 17:43:12 +00:00 |
|
Shaojin Wen
|
50b17d9846
|
8316704: Regex-free parsing of Formatter and FormatProcessor specifiers
Reviewed-by: redestad, rgiulietti
|
2024-02-06 15:16:40 +00:00 |
|
Archie Cobbs
|
f1f93988fb
|
8323699: MessageFormat.toPattern() generates non-equivalent MessageFormat pattern
Reviewed-by: jlu, naoto
|
2024-02-05 23:14:50 +00:00 |
|
Eirik Bjørsnøs
|
63cb1f8818
|
8321396: Retire test/jdk/java/util/zip/NoExtensionSignature.java
Reviewed-by: lancea
|
2024-02-02 20:21:46 +00:00 |
|
Eirik Bjørsnøs
|
f613e13397
|
8313739: ZipOutputStream.close() should always close the wrapped stream
Reviewed-by: jpai, lancea
|
2024-02-02 20:20:36 +00:00 |
|
Justin Lu
|
d3c3194ac3
|
6285888: ChoiceFormat can support unescaped relational symbols in the Format segment
Reviewed-by: naoto
|
2024-02-01 22:21:45 +00:00 |
|
Sean Coffey
|
ac1cd31949
|
8325096: Test java/security/cert/CertPathBuilder/akiExt/AKISerialNumber.java is failing
Reviewed-by: weijun
|
2024-02-01 13:54:03 +00:00 |
|
SendaoYan
|
432756b6e5
|
8325024: java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java incorrect comment information
Reviewed-by: jnimeh, fyang
|
2024-02-01 03:08:33 +00:00 |
|
Harshitha Onkar
|
62c9530c05
|
8324238: [macOS] java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java fails with the shape has not been applied msg
Reviewed-by: azvegint, dnguyen
|
2024-01-31 17:42:00 +00:00 |
|
Rajat Mahajan
|
1f2922ad85
|
8320342: Use PassFailJFrame for TruncatedPopupMenuTest.java
Reviewed-by: honkar, aivanov
|
2024-01-31 17:35:50 +00:00 |
|
Aggelos Biboudis
|
1733d2ea24
|
8303374: Implement JEP 455: Primitive Types in Patterns, instanceof, and switch (Preview)
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Gavin Bierman <gbierman@openjdk.org>
Co-authored-by: Brian Goetz <briangoetz@openjdk.org>
Co-authored-by: Raffaello Giulietti <rgiulietti@openjdk.org>
Co-authored-by: Aggelos Biboudis <abimpoudis@openjdk.org>
Reviewed-by: vromero, jlahoda
|
2024-01-31 14:18:13 +00:00 |
|
Per Minborg
|
ec56c72b51
|
8323601: Improve LayoutPath.PathElement::toString
Reviewed-by: jvernee
|
2024-01-31 09:54:03 +00:00 |
|
Eirik Bjørsnøs
|
c3c1d5bd12
|
8324998: Add test cases for String.regionMatches comparing Turkic dotted/dotless I with uppercase latin I
Reviewed-by: naoto, iris
|
2024-01-30 23:52:37 +00:00 |
|
Coleen Phillimore
|
a6bdee48f3
|
8324681: Replace NULL with nullptr in HotSpot jtreg test native code files
Reviewed-by: kevinw, kbarrett, dholmes
|
2024-01-29 17:07:32 +00:00 |
|
Daniel Jeliński
|
95310eab6c
|
8223696: java/net/httpclient/MaxStreams.java failed with didn't finish within the time-out
Reviewed-by: dfuchs
|
2024-01-25 22:01:18 +00:00 |
|
Justin Lu
|
96607df7f0
|
8321545: Override toString() for Format subclasses
Reviewed-by: naoto, rriggs
|
2024-01-23 22:22:16 +00:00 |
|
Darragh Clarke
|
fbaaac63d4
|
8314164: java/net/HttpURLConnection/HttpURLConnectionExpectContinueTest.java fails intermittently in timeout
Reviewed-by: dfuchs, djelinski
|
2024-01-23 14:07:17 +00:00 |
|
Naoto Sato
|
0d8543d677
|
8324065: Daylight saving information for Africa/Casablanca are incorrect
Reviewed-by: iris, joehw, jlu
|
2024-01-22 17:15:53 +00:00 |
|
Martin Desruisseaux
|
2003610b3b
|
8323108: BufferedImage.setData(Raster) should not cast float and double values to integers
Reviewed-by: prr, bpb, serb
|
2024-01-21 23:47:51 +00:00 |
|
Harshitha Onkar
|
f1b73350c2
|
8320113: [macos14] : ShapeNotSetSometimes.java fails intermittently on macOS 14
Reviewed-by: dnguyen, azvegint, kizune
|
2024-01-19 21:42:34 +00:00 |
|
Daniel D. Daugherty
|
a22ae909bc
|
8321938: java/foreign/critical/TestCriticalUpcall.java does not need a core file
Reviewed-by: dholmes
|
2024-01-18 13:15:55 +00:00 |
|
Song Pham
|
cbfddf4e1d
|
8317287: [macos14] InterJVMGetDropSuccessTest.java: Child VM: abnormal termination
Reviewed-by: honkar, aivanov, shurailine
|
2024-01-18 10:03:47 +00:00 |
|
Renjith Kannath Pariyangad
|
dadd9cd1e8
|
8316497: ColorConvertOp - typo for non-ICC conversions needs one-line fix
Co-authored-by: Sergey Bylokhov <serb@openjdk.org>
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: aivanov, serb
|
2024-01-18 01:23:30 +00:00 |
|
Chris Hegarty
|
ee4d9aa4c1
|
8323659: LinkedTransferQueue add and put methods call overridable offer
Reviewed-by: alanb
|
2024-01-16 12:13:57 +00:00 |
|
Per Minborg
|
edc0ebb780
|
8323745: Missing comma in copyright header in TestScope
Reviewed-by: alanb
|
2024-01-15 16:30:59 +00:00 |
|
Per Minborg
|
f5b757ced6
|
8323159: Consider adding some text re. memory zeroing in Arena::allocate
Reviewed-by: mcimadamore, jvernee
|
2024-01-15 16:07:56 +00:00 |
|
Sergey Bylokhov
|
bdee968e3e
|
4760025: sRGB conversions to and from CIE XYZ incorrect
Reviewed-by: prr, aivanov
|
2024-01-14 23:05:47 +00:00 |
|
Harshitha Onkar
|
c54bca6f7f
|
8323617: Add missing null checks to GetMousePositionWithPopup.java test
Reviewed-by: serb, aivanov, dnguyen
|
2024-01-12 19:21:52 +00:00 |
|
Harshitha Onkar
|
999e556be4
|
8312518: [macos13] setFullScreenWindow() shows black screen on macOS 13 & above
Reviewed-by: serb, tr, azvegint
|
2024-01-12 17:56:16 +00:00 |
|
Alan Bateman
|
e72723dc5c
|
8323296: java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id1 timed out
Reviewed-by: jpai
|
2024-01-12 08:33:27 +00:00 |
|
Renjith Kannath Pariyangad
|
0ff2deab5d
|
8320673: PageFormat/CustomPaper.java has no Pass/Fail buttons; multiple instructions
Reviewed-by: serb, aivanov
|
2024-01-12 02:55:22 +00:00 |
|
Pavel Rappo
|
49e6121347
|
8310813: Simplify and modernize equals, hashCode, and compareTo for BigInteger
Reviewed-by: rriggs, redestad, rgiulietti
|
2024-01-11 21:48:58 +00:00 |
|
Justin Lu
|
4ea7b36447
|
8322235: Split up and improve LocaleProvidersRun
Reviewed-by: naoto
|
2024-01-11 20:59:53 +00:00 |
|
Viktor Klang
|
35e9662767
|
8314515: java/util/concurrent/SynchronousQueue/Fairness.java failed with "Error: fair=false i=8 j=0"
Reviewed-by: alanb
|
2024-01-11 08:16:28 +00:00 |
|
Eirik Bjørsnøs
|
26de9e247a
|
8321616: Retire binary test vectors in test/jdk/java/util/zip/ZipFile
8322830: Add test case for ZipFile opening a ZIP with no entries
Reviewed-by: lancea
|
2024-01-11 06:32:24 +00:00 |
|
Joe Darcy
|
525063be90
|
8322878: Including sealing information Class.toGenericString()
Co-authored-by: Pavel Rappo <prappo@openjdk.org>
Reviewed-by: rriggs
|
2024-01-10 18:46:56 +00:00 |
|
Viktor Klang
|
b86c3b7a68
|
8309218: java/util/concurrent/locks/Lock/OOMEInAQS.java still times out with ZGC, Generational ZGC, and SerialGC
Reviewed-by: jpai, dholmes, alanb
|
2024-01-10 16:42:30 +00:00 |
|
Jorn Vernee
|
d2d58dd6a8
|
8322324: java/foreign/TestStubAllocFailure.java times out while waiting for forked process
8322637: java/foreign/critical/TestCriticalUpcall.java timed out
Reviewed-by: mcimadamore
|
2024-01-10 13:13:32 +00:00 |
|
Per Minborg
|
7edd10e5fa
|
8321786: SegmentAllocator:allocateFrom(ValueLayout, MemorySegment,ValueLayout,long,long) spec mismatch in exception scenario
Reviewed-by: mcimadamore
|
2024-01-08 08:20:07 +00:00 |
|
Alan Bateman
|
faa9c6909d
|
8322846: Running with -Djdk.tracePinnedThreads set can hang
Reviewed-by: jpai
|
2024-01-06 18:24:28 +00:00 |
|
Alan Bateman
|
ace010b38a
|
8319757: java/nio/channels/DatagramChannel/InterruptibleOrNot.java failed: wrong exception thrown
Reviewed-by: jpai, bpb
|
2024-01-06 08:52:27 +00:00 |
|
Johny Jose
|
2a9c3589d9
|
8322725: (tz) Update Timezone Data to 2023d
Reviewed-by: coffeys, naoto
|
2024-01-05 08:12:59 +00:00 |
|
Naoto Sato
|
ad31ec5c5f
|
8322647: Short name for the Europe/Lisbon time zone is incorrect
Reviewed-by: joehw, iris
|
2024-01-04 17:16:33 +00:00 |
|
Alan Bateman
|
d33dfe5cb2
|
8323002: test/jdk/java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java times out on macosx-x64
Reviewed-by: pchilanomate
|
2024-01-04 15:20:23 +00:00 |
|
Jim Laskey
|
df22fb322e
|
8322512: StringBuffer.repeat does not work correctly after toString() was called
Reviewed-by: rriggs, jpai
|
2024-01-04 12:46:31 +00:00 |
|
Alan Bateman
|
4db7a1c3bb
|
8322818: Thread::getStackTrace can fail with InternalError if virtual thread is timed-parked when pinned
Reviewed-by: pchilanomate
|
2024-01-04 05:59:52 +00:00 |
|
Alan Bateman
|
b67b71cd87
|
8320707: Virtual thread test updates
Reviewed-by: jpai
|
2024-01-03 14:59:03 +00:00 |
|
Stefan Karlsson
|
cbe329b90a
|
8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder
Reviewed-by: lkorinth, lmesnik
|
2024-01-03 08:53:01 +00:00 |
|
Brian Burkhalter
|
c2477a5cad
|
8322868: java/io/BufferedInputStream/TransferToTrusted.java has bad copyright header
Reviewed-by: dcubed
|
2024-01-02 20:35:09 +00:00 |
|
Eirik Bjørsnøs
|
2cf5f01397
|
8322802: Add testing for ZipFile.getEntry respecting the 'Language encoding' flag
Reviewed-by: lancea, jpai
|
2024-01-02 20:31:38 +00:00 |
|
Sergey Tsypanov
|
38042ad4e9
|
8320971: Use BufferedInputStream.buf directly when param of implTransferTo() is trusted
Reviewed-by: alanb, bpb
|
2024-01-02 20:05:31 +00:00 |
|
Eamonn McManus
|
4fc6b0ffa4
|
8068958: Timestamp.from(Instant) should throw when conversion is not possible
Reviewed-by: rgiulietti, rriggs
|
2023-12-23 22:53:23 +00:00 |
|
Sean Coffey
|
f6fe39ff11
|
8322078: ZipSourceCache.testKeySourceMapping() test fails with The process cannot access the file because it is being used by another process
Reviewed-by: lancea
|
2023-12-20 22:03:10 +00:00 |
|
Markus KARG
|
2d609557ff
|
8322141: SequenceInputStream.transferTo should not return as soon as Long.MAX_VALUE bytes have been transferred
Reviewed-by: vsitnikov, bpb, jpai
|
2023-12-20 17:00:44 +00:00 |
|
Brian Burkhalter
|
b98d13fc3c
|
8259637: java.io.File.getCanonicalPath() returns different values for same path
Reviewed-by: alanb
|
2023-12-18 18:10:34 +00:00 |
|
Roger Riggs
|
6311dabe68
|
8322018: Test java/lang/String/CompactString/MaxSizeUTF16String.java fails with -Xcomp
Reviewed-by: jpai
|
2023-12-15 16:13:36 +00:00 |
|
Justin Lu
|
8b24851b9d
|
8321480: ISO 4217 Amendment 176 Update
Reviewed-by: naoto
|
2023-12-14 21:16:19 +00:00 |
|
Ben Perez
|
c328f9589d
|
8296787: Unify debug printing format of X.509 cert serial numbers
Reviewed-by: mullan, coffeys
|
2023-12-14 17:57:36 +00:00 |
|
Aleksei Voitylov
|
fde5b16817
|
8321514: UTF16 string gets constructed incorrectly from codepoints if CompactStrings is not enabled
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Reviewed-by: rriggs
|
2023-12-14 14:39:04 +00:00 |
|
Darragh Clarke
|
62b7c5eaed
|
8319647: Few java/lang/System/LoggerFinder/modules tests ignore vm flags
Reviewed-by: lmesnik
|
2023-12-14 13:24:19 +00:00 |
|
Jorn Vernee
|
7ece9e90c0
|
8321400: java/foreign/TestStubAllocFailure.java fails with code cache exhaustion
Reviewed-by: mcimadamore
|
2023-12-13 17:34:37 +00:00 |
|
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 |
|