Pavel Rappo
|
3cff588a31
|
8332826: Make hashCode methods in ArraysSupport friendlier
Reviewed-by: redestad, liach
|
2024-05-30 09:33:30 +00:00 |
|
Alexander Zvegintsev
|
286cc163fd
|
8327401: Some jtreg tests fail on Wayland without any tracking bug
8312111: open/test/jdk/java/awt/Robot/ModifierRobotKey/ModifierRobotKeyTest.java fails on ubuntu 23.04
Reviewed-by: prr
|
2024-05-30 06:44:04 +00:00 |
|
Maurizio Cimadamore
|
c003c1207f
|
8331865: Consolidate size and alignment checks in LayoutPath
Reviewed-by: psandoz, jvernee
|
2024-05-29 11:12:30 +00:00 |
|
Korov
|
b5e1615c00
|
8292955: Collections.checkedMap Map.merge does not properly check key and value
Reviewed-by: gli, liach, pminborg
|
2024-05-28 06:43:07 +00:00 |
|
SendaoYan
|
4e8deb396e
|
8332922: Test java/io/IO/IO.java fails when /usr/bin/expect not exist
Reviewed-by: djelinski
|
2024-05-27 06:32:21 +00:00 |
|
Vicente Romero
|
7bf1989f59
|
8320575: generic type information lost on mandated parameters of record's compact constructors
Co-authored-by: Chen Liang <liach@openjdk.org>
Reviewed-by: jlahoda
|
2024-05-24 20:43:23 +00:00 |
|
Adam Sotona
|
cfdc64fcb4
|
8331291: java.lang.classfile.Attributes class performs a lot of static initializations
Reviewed-by: liach, redestad, vromero
|
2024-05-24 15:58:34 +00:00 |
|
Pavel Rappo
|
c099f14f07
|
8305457: Implement java.io.IO
Reviewed-by: naoto, smarks, jpai, jlahoda
|
2024-05-24 13:37:14 +00:00 |
|
Sergey Chernyshev
|
c2180d141c
|
8315767: InetAddress: constructing objects from BSD literal addresses
Reviewed-by: dfuchs, aefimov, michaelm, jpai
|
2024-05-23 06:12:45 +00:00 |
|
Roger Riggs
|
8291c94bcd
|
8331224: ClassCastException in ObjectInputStream hides ClassNotFoundException
Reviewed-by: smarks
|
2024-05-21 14:11:39 +00:00 |
|
Raffaello Giulietti
|
42e3c842ae
|
8332086: Remove the usage of ServiceLoader in j.u.r.RandomGeneratorFactory
8332476: j.u.r.RandomGeneratorFactor.create(long|byte[]) should throw rather than silently fallback to no-arg create()
Reviewed-by: jpai
|
2024-05-21 12:53:03 +00:00 |
|
Axel Boldt-Christmas
|
f5ab7dff40
|
8332494: java/util/zip/EntryCount64k.java failing with java.lang.RuntimeException: '\\A\\Z' missing from stderr
Reviewed-by: jpai, stefank, dholmes
|
2024-05-21 06:14:44 +00:00 |
|
Axel Boldt-Christmas
|
9f7779305c
|
8332495: java/util/logging/LoggingDeadlock2.java fails with AssertionError: Some tests failed
Reviewed-by: jpai, stefank
|
2024-05-21 06:14:34 +00:00 |
|
Viktor Klang
|
b78613b681
|
8332154: Memory leak in SynchronousQueue
Reviewed-by: alanb
|
2024-05-20 18:52:34 +00:00 |
|
Serhiy Sachkov
|
d6b7f9b170
|
8331851: Add specific regression leap year tests for Calendar.roll()
Reviewed-by: naoto
|
2024-05-20 09:23:40 +00:00 |
|
Chen Liang
|
beeffd4671
|
8332109: Convert remaining tests using com.sun.tools.classfile to ClassFile API
Reviewed-by: asotona
|
2024-05-17 12:24:39 +00:00 |
|
Claes Redestad
|
0b0445be28
|
8331724: Refactor j.l.constant implementation to internal package
Reviewed-by: liach, asotona
|
2024-05-17 09:49:44 +00:00 |
|
Sergey Bylokhov
|
7c750fd95b
|
8331746: Create a test to verify that the cmm id is not ignored
Reviewed-by: prr, dmarkov, aivanov
|
2024-05-17 01:55:30 +00:00 |
|
Naoto Sato
|
259915168d
|
8331202: Support for Duration until another Instant
Reviewed-by: joehw, scolebourne, rriggs
|
2024-05-16 16:12:53 +00:00 |
|
Alisen Chung
|
6f7ddbec7d
|
8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed
Reviewed-by: serb, dnguyen, tr
|
2024-05-16 15:49:46 +00:00 |
|
Naoto Sato
|
7cff04fc8a
|
8330276: Console methods with explicit Locale
Reviewed-by: joehw, rriggs, jlahoda
|
2024-05-15 19:28:24 +00:00 |
|
Viktor Klang
|
8a4315f833
|
8331987: Enhance stacktrace clarity for CompletableFuture CancellationException
Reviewed-by: alanb, dfuchs
|
2024-05-15 18:35:46 +00:00 |
|
Maurizio Cimadamore
|
30bb066b19
|
8332003: Clarify javadoc for MemoryLayout::offsetHandle
Reviewed-by: psandoz
|
2024-05-15 14:39:51 +00:00 |
|
Brian Burkhalter
|
0bb5ae6451
|
8332248: (fc) java/nio/channels/FileChannel/BlockDeviceSize.java failed with RuntimeException
Reviewed-by: alanb
|
2024-05-14 20:17:01 +00:00 |
|
Inigo Mediavilla Saiz
|
e91492ab43
|
8313674: (fc) java/nio/channels/FileChannel/BlockDeviceSize.java should test for more block devices
Reviewed-by: alanb, bpb
|
2024-05-14 16:04:34 +00:00 |
|
Jan Lahoda
|
5a8df4106a
|
8331535: Incorrect prompt for Console.readLine
8331681: Test that jdk.internal.io.JdkConsole does not interpret prompts
Reviewed-by: naoto, asotona
|
2024-05-13 08:16:30 +00:00 |
|
Maurizio Cimadamore
|
1c5f1501ac
|
8331734: Atomic MemorySegment VarHandle operations fails for element layouts
Reviewed-by: pminborg, psandoz
|
2024-05-10 16:22:28 +00:00 |
|
Serhiy Sachkov
|
d11e70ade3
|
8331646: Add specific regression leap year tests
Reviewed-by: naoto
|
2024-05-10 14:59:26 +00:00 |
|
Viktor Klang
|
f12ed061ae
|
8048691: Spliterator.SORTED characteristics gets cleared for BaseStream.spliterator
Reviewed-by: psandoz, alanb
|
2024-05-07 19:06:36 +00:00 |
|
robertengels
|
02c95a6d7e
|
6968351: httpserver clashes with delayed TCP ACKs for low Content-Length
Reviewed-by: dfuchs, djelinski, michaelm, jpai
|
2024-05-07 13:18:24 +00:00 |
|
Fabian Meumertzheim
|
a8b3f194e8
|
8330077: Allow max number of events to be buffered to be configurable to avoid OVERFLOW_EVENT
Reviewed-by: bpb, alanb
|
2024-05-06 17:01:11 +00:00 |
|
Justin Lu
|
b33096f887
|
8295153: java/util/Base64/TestEncodingDecodingLength.java ran out of memory
Reviewed-by: lancea, naoto
|
2024-05-03 16:58:59 +00:00 |
|
Alexander Zvegintsev
|
f6cdcc6f65
|
8280988: [XWayland] Click on title to request focus test failures
Reviewed-by: honkar, serb
|
2024-05-02 20:18:25 +00:00 |
|
Phil Race
|
99654ec3fb
|
8331516: Tests should not use the "Classpath" exception form of the legal header
Reviewed-by: iris, serb
|
2024-05-02 20:18:16 +00:00 |
|
Harshitha Onkar
|
6f98d8f58f
|
8329692: Add more details to FrameStateTest.java test instructions
Reviewed-by: tr, azvegint
|
2024-05-02 16:10:55 +00:00 |
|
Jaikiran Pai
|
2056968777
|
8331513: Tests should not use the "Classpath" exception form of the legal header
Reviewed-by: dfuchs
|
2024-05-02 10:46:41 +00:00 |
|
Jaikiran Pai
|
c9255f3f5d
|
8331514: Tests should not use the "Classpath" exception form of the legal header
Reviewed-by: dfuchs
|
2024-05-02 10:46:29 +00:00 |
|
Adam Sotona
|
ae82405ff7
|
8323058: Revisit j.l.classfile.CodeBuilder API surface
Reviewed-by: briangoetz, psandoz
|
2024-05-02 10:08:29 +00:00 |
|
Brian Burkhalter
|
819f3d6fc7
|
8330748: ByteArrayOutputStream.writeTo(OutputStream) pins carrier
Reviewed-by: alanb
|
2024-04-29 17:54:13 +00:00 |
|
Daniel Jeliński
|
e4ed7ced75
|
8331063: Some HttpClient tests don't report leaks
Reviewed-by: dfuchs, vtewari, michaelm
|
2024-04-26 11:01:46 +00:00 |
|
Naoto Sato
|
1c238d43e8
|
8319990: Update CLDR to Version 45.0
Reviewed-by: joehw, jlu
|
2024-04-25 16:19:51 +00:00 |
|
Phil Race
|
25871af36b
|
8328896: Fontmetrics for large Fonts has zero width
Reviewed-by: tr, serb
|
2024-04-24 17:54:10 +00:00 |
|
Per Minborg
|
e923dfe4c5
|
8314592: Add shortcut to SymbolLookup::find
Reviewed-by: jvernee, prr
|
2024-04-24 11:56:44 +00:00 |
|
Renjith Kannath Pariyangad
|
f713766cab
|
8329322: Convert PageFormat/Orient.java to use PassFailJFrame
Reviewed-by: abhiscxk, aivanov
|
2024-04-18 13:32:35 +00:00 |
|
Per Minborg
|
b648ed0a08
|
8329997: Add provisions for checking memory segment alignment constraints
Reviewed-by: jvernee, mcimadamore
|
2024-04-18 11:22:47 +00:00 |
|
Adam Sotona
|
706b421cca
|
8330467: NoClassDefFoundError when lambda is in a hidden class
Reviewed-by: psandoz, mchung
|
2024-04-18 05:50:24 +00:00 |
|
Suchismith Roy
|
4895a15a77
|
8319516: AIX System::loadLibrary needs support to load a shared library from an archive object
Reviewed-by: mdoerr, mchung
|
2024-04-17 17:03:40 +00:00 |
|
Maurizio Cimadamore
|
03e84178eb
|
8329948: Remove string template feature
Reviewed-by: jlahoda
|
2024-04-17 14:10:28 +00:00 |
|
Jaikiran Pai
|
89129e3f67
|
8212895: ChronoField.INSTANT_SECONDS's range doesn't match the range of Instant
Reviewed-by: rriggs, naoto
|
2024-04-17 10:59:12 +00:00 |
|
Justin Lu
|
941bee197f
|
8327640: Allow NumberFormat strict parsing
Reviewed-by: naoto
|
2024-04-16 16:18:09 +00:00 |
|