Justin Lu
00ffc42cef
8318761: MessageFormat pattern support for CompactNumberFormat, ListFormat, and DateTimeFormatter
...
Reviewed-by: naoto, rriggs
2024-02-22 22:27:12 +00:00
Renjith Kannath Pariyangad
724a2a2c4a
8321192: j.a.PrintJob/ImageTest/ImageTest.java: Fail or skip the test if there's no printer
...
Reviewed-by: aivanov, tr
2024-02-22 14:05:02 +00:00
SendaoYan
cc1e216eb9
8326461: tools/jlink/CheckExecutable.java fails as .debuginfo files are not executable
...
Reviewed-by: shade, alanb
2024-02-22 09:59:37 +00:00
Laurent Bourgès
8b30503387
8323695: RenderPerf (2D) enhancements (23.12)
...
Reviewed-by: avu, prr
2024-02-22 07:57:21 +00:00
Tejesh R
04d43c435d
8187759: Background not refreshed when painting over a transparent JFrame
...
Reviewed-by: azvegint, abhiscxk, serb
2024-02-21 05:54:30 +00:00
Jaikiran Pai
36246c975b
8326233: Utils#copySSLParameters loses needClientAuth Setting
...
Reviewed-by: djelinski, jjiang, dfuchs
2024-02-21 01:26:21 +00:00
Alexey Ivanov
b419e95173
8294148: Support JSplitPane for instructions and test UI
...
Reviewed-by: honkar, dmarkov
2024-02-20 16:30:32 +00:00
Darragh Clarke
9538f5d317
8319651: Several network tests ignore vm flags when start java process
...
Reviewed-by: dfuchs, jpai
2024-02-20 16:00:09 +00:00
Denghui Dong
9fbcc008cb
8326127: JFR: Add SafepointCleanupTask to hardToTestEvents of TestLookForUntestedEvents
...
Reviewed-by: mgronlun
2024-02-20 00:41:15 +00:00
Magnus Ihse Bursie
5c5a282f91
8325950: Make sure all files in the JDK pass jcheck
...
Reviewed-by: prr, wetmore, erikj, naoto
2024-02-19 16:13:34 +00:00
Chen Liang
f6d7e30b84
8294977: Convert test/jdk/java tests from ASM library to Classfile API
...
Reviewed-by: asotona
2024-02-19 14:07:46 +00:00
vtstydev
56c50841ee
8307246: Printing: banded raster path doesn't account for device offset values
...
Reviewed-by: prr, psadhukhan, aivanov
2024-02-19 13:15:13 +00:00
Jaikiran Pai
b366492761
8326152: Bad copyright header in test/jdk/java/util/zip/DeflaterDictionaryTests.java
...
Reviewed-by: tschatzl
2024-02-19 09:56:45 +00:00
Eirik Bjørsnøs
9451677daa
8326100: DeflaterDictionaryTests should use Deflater.getBytesWritten instead of Deflater.getTotalOut
...
Reviewed-by: alanb, jpai
2024-02-19 09:15:14 +00:00
Daniel D. Daugherty
099b744235
8326117: ProblemList serviceability/jvmti/vthread/SuspendWithInterruptLock/SuspendWithInterruptLock.java#default in Xcomp mode
...
8326120: ProblemList sun/java2d/X11SurfaceData/SharedMemoryPixmapsTest/SharedMemoryPixmapsTest.sh on macosx-aarch64
Reviewed-by: alanb
2024-02-18 18:10:32 +00:00
Eirik Bjørsnøs
7004c2724d
8303972: (zipfs) Make test/jdk/jdk/nio/zipfs/TestLocOffsetFromZip64EF.java independent of the zip command line
...
8301183: (zipfs) jdk/jdk/nio/zipfs/TestLocOffsetFromZip64EF.java failing with ZipException:R0 on OL9
Reviewed-by: lancea
2024-02-18 15:25:58 +00:00
Rajan Halade
f3073db42a
8321408: Add Certainly roots R1 and E1
...
Reviewed-by: ascarpino, hchao
2024-02-16 18:07:53 +00:00
Justin Lu
4c7b313e0d
8325908: Finish removal of IntlTest and CollatorTest
...
Reviewed-by: naoto
2024-02-16 17:14:46 +00:00
Ben Perez
244573e719
8265372: Simplify PKCS9Attribute
...
Reviewed-by: weijun
2024-02-16 14:51:31 +00:00
Alexey Ivanov
80b63b6729
8323801: <s> tag doesn't strikethrough the text
...
Reviewed-by: honkar, dnguyen, psadhukhan
2024-02-16 14:10:44 +00:00
Richard Reingruber
4018b2b196
8323782: Race: Thread::interrupt vs. AbstractInterruptibleChannel.begin
...
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: alanb, dholmes
2024-02-16 08:40:13 +00:00
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
Alexander Zuev
3b1062d45d
8322239: [macos] a11y : java.lang.NullPointerException is thrown when focus is moved on the JTabbedPane
...
Reviewed-by: asemenov, abhiscxk, aivanov
2024-02-15 18:18:29 +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
Erik Österlund
84965ea1a8
8322630: Remove ICStubs and related safepoints
...
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Aleksei Voitylov <avoitylov@openjdk.org>
Reviewed-by: tschatzl, aboldtch, dlong
2024-02-14 11:44:30 +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
Magnus Ihse Bursie
c266800a3a
8325558: Add jcheck whitespace checking for properties files
...
Reviewed-by: naoto, dfuchs, joehw
2024-02-13 10:00:13 +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
Sergey Bylokhov
6c7029ffd4
8318603: Parallelize sun/java2d/marlin/ClipShapeTest.java
...
Reviewed-by: aivanov, shade
2024-02-10 01:48:48 +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
Leonid Mesnik
d39b7bab27
8316460: 4 javax/management tests ignore VM flags
...
Reviewed-by: kevinw
2024-02-09 18:40:01 +00:00
Prasanta Sadhukhan
e8ceb7189b
6507038: Memory Leak in JTree / BasicTreeUI
...
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: honkar, aivanov
2024-02-08 11:55:39 +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
Axel Boldt-Christmas
a3a2b1fbbf
8324881: ObjectSynchronizer::inflate(Thread* current...) is invoked for non-current thread
...
Reviewed-by: rrich, dholmes, coleenp, dcubed
2024-02-07 15:49:16 +00:00
Chen Liang
3bffe223a3
8319463: ClassSignature should have superclass and superinterfaces as ClassTypeSig
...
Reviewed-by: asotona
2024-02-07 07:54:22 +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
c3adc61e6e
8325199: (zipfs) jdk/nio/zipfs/TestPosix.java failed 6 sub-tests
...
Reviewed-by: clanger, lancea
2024-02-05 17:59:59 +00:00
Eirik Bjørsnøs
692c9f8821
8325201: (zipfs) Disable TestPosix.setPermissionsShouldConvertToUnix which fails on Windows
...
Reviewed-by: lancea
2024-02-04 21:01:37 +00:00
Eirik Bjørsnøs
a18b03b86f
8324635: (zipfs) Regression in Files.setPosixFilePermissions called on existing MSDOS entries
...
Reviewed-by: lancea
2024-02-02 21:50:13 +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
Paul Sandoz
1ae851387f
8324858: [vectorapi] Bounds checking issues when accessing memory segments
...
Reviewed-by: mcimadamore, jbhateja
2024-02-02 16:53:10 +00:00
Doug Simon
91d8dac9cf
8325137: com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java can fail in Xcomp with out of expected range
...
Reviewed-by: dholmes, sspitsyn
2024-02-02 10:44:42 +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
Matthias Baesken
cab74b075e
8324287: Record total and free swap space in JFR
...
Reviewed-by: jbechberger, lucy, egahlin
2024-02-01 12:50:18 +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
Eirik Bjørsnøs
66971600f7
8320712: Rewrite BadFactoryTest in pure Java
...
Reviewed-by: jpai, sundar
2024-01-31 13:59:19 +00:00
Per Minborg
ec56c72b51
8323601: Improve LayoutPath.PathElement::toString
...
Reviewed-by: jvernee
2024-01-31 09:54:03 +00:00
Tejesh R
577de17d24
8259550: The content of the print out displayed incomplete with the NimbusLAF
...
Reviewed-by: dnguyen, psadhukhan, abhiscxk
2024-01-31 05:26:30 +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
Harshitha Onkar
d1e676360d
8324733: [macos14] Problem list tests which fail due to macOS bug described in JDK-8322653
...
Reviewed-by: prr, tr
2024-01-29 18:03:30 +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
Alexander Zuev
6212264cc6
8320692: Null icon returned for .exe without custom icon
...
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: aivanov
2024-01-24 22:10:28 +00:00
Raffaello Giulietti
00bb6bf509
8324220: jdk/jfr/event/io/TestSerializationMisdeclarationEvent.java had 22 failures
...
Reviewed-by: egahlin
2024-01-24 16:19:46 +00:00
Justin Lu
96607df7f0
8321545: Override toString() for Format subclasses
...
Reviewed-by: naoto, rriggs
2024-01-23 22:22:16 +00:00
Aleksey Shipilev
8b9bf75880
8323515: Create test alias "all" for all test roots
...
Reviewed-by: dholmes, alanb, joehw, lmesnik
2024-01-23 17:03:35 +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
sendaoYan
791b427f44
8323640: [TESTBUG]testMemoryFailCount in jdk/internal/platform/docker/TestDockerMemoryMetrics.java always fail because OOM killed
...
Reviewed-by: sgehwolf
2024-01-23 13:19:49 +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
Mandy Chung
6c0bebccb0
8159927: Add a test to verify JMOD files created in the images do not have debug symbols
...
Reviewed-by: jlaskey
2024-01-19 17:42:55 +00:00
Tejesh R
05dad67cc2
8295804: javax/swing/JFileChooser/JFileChooserSetLocationTest.java failed with "setLocation() is not working properly"
...
Reviewed-by: prr, serb
2024-01-19 05:57:02 +00:00
Daniel D. Daugherty
5c874c19cb
8324161: validate-source fails after JDK-8275338
...
Reviewed-by: darcy
2024-01-18 17:42:55 +00:00
Matthew Donovan
b6233c3de7
8321925: sun/security/mscapi/KeytoolChangeAlias.java fails with "Alias <246810> does not exist"
...
Reviewed-by: rhalade
2024-01-18 17:33:31 +00:00
Raffaello Giulietti
bfd2afe5ad
8275338: Add JFR events for notable serialization situations
...
Reviewed-by: rriggs, egahlin
2024-01-18 17:05:35 +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
Anthony Scarpino
51dbd36c74
8322100: Fix GCMIncrementByte4 & GCMIncrementDirect4, and increase overlap testing
...
Reviewed-by: jnimeh
2024-01-17 18:08:38 +00:00
Claes Redestad
8b29e127c2
8323794: Remove unused jimage compressor plugin configuration
...
Reviewed-by: jlaskey, mchung
2024-01-17 15:41:13 +00:00
Prasanta Sadhukhan
f70667ea68
8318112: CSS percentage values are capped at 100%
...
Reviewed-by: tr, prr
2024-01-17 02:28:36 +00:00
John Jiang
43d2d68da5
8320449: ECDHKeyAgreement should validate parameters before using them
...
Reviewed-by: mullan
2024-01-16 22:54:45 +00:00
Stefan Karlsson
0216f5de55
8323730: Tweak TestZAllocationStallEvent.java to allocate smaller objects
...
Reviewed-by: aboldtch, sjohanss
2024-01-16 14:26:10 +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
Rajat Mahajan
f368a0c12e
8320328: Restore interrupted flag in ImageIcon.loadImage
...
Reviewed-by: aivanov, serb
2024-01-15 13:09:00 +00:00
Kevin Walls
8c238eddce
8318707: Remove the Java Management Extension (JMX) Management Applet (m-let) feature
...
Reviewed-by: sspitsyn, dfuchs
2024-01-15 11:12:38 +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
Erik Gahlin
be900f1253
8323425: JFR: Auto-generated filename doesn't work with time-limited recording
...
Reviewed-by: mgronlun
2024-01-12 13:12:37 +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
Abhishek Kumar
82a63a03c0
8258979: The image didn't show correctly with GTK LAF
...
Reviewed-by: psadhukhan, tr
2024-01-12 07:53:41 +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
Tim Prinzing
b78896b9aa
8319571: Update jni/nullCaller/NullCallerTest.java to accept flags or mark as flagless
...
Reviewed-by: mchung
2024-01-11 17:37:30 +00:00
Matthew Donovan
c2e77e2f17
8319128: sun/security/pkcs11 tests fail on OL 7.9 aarch64
...
Reviewed-by: mbaesken
2024-01-11 15:19:48 +00:00
Weijun Wang
9fd855ed47
8322971: KEM.getInstance() should check if a 3rd-party security provider is signed
...
Reviewed-by: mullan, valeriep
2024-01-11 13:45:40 +00:00
Varada M
e5aed6be7a
8323276: StressDirListings.java fails on AIX
...
Reviewed-by: jpai, dfuchs
2024-01-11 12:17:35 +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
Tejesh R
2b7fc0506a
8264102: JTable Keyboards Navigation differs with Test Instructions.
...
Reviewed-by: psadhukhan, abhiscxk
2024-01-11 07:34:14 +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
Eirik Bjørsnøs
e70cb4e6c7
8322565: (zipfs) Files.setPosixPermissions should preserve 'external file attributes' bits
...
Reviewed-by: clanger, lancea
2024-01-10 21:42:23 +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
Sergey Bylokhov
aba19334ea
8323210: Update the usage of cmsFLAGS_COPY_ALPHA
...
Reviewed-by: prr
2024-01-09 22:05:37 +00:00
Mandy Chung
f3be138eb8
8322809: SystemModulesMap::classNames and moduleNames arrays do not match the order
...
Reviewed-by: alanb
2024-01-09 22:04:02 +00:00
Weibing Xiao
8ae309ebac
8318971: Better Error Handling for Jar Tool When Processing Non-existent Files
...
Reviewed-by: alanb, jpai
2024-01-09 04:04:12 +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
Prasanta Sadhukhan
e44276989f
8322754: click JComboBox when dialog about to close causes IllegalComponentStateException
...
Reviewed-by: abhiscxk, serb
2024-01-08 02:46:10 +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
Brian Burkhalter
54b3ceeca2
8322877: java/io/BufferedInputStream/TransferTo.java failed with IndexOutOfBoundsException
...
Reviewed-by: alanb, stsypanov
2024-01-03 21:23:06 +00:00
Daniel D. Daugherty
cc9ab5f197
8322963: ProblemList java/io/BufferedInputStream/TransferTo.java
...
Reviewed-by: bpb
2024-01-03 17:17:24 +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
Renjith Kannath Pariyangad
9481d06e62
8320343: Generate GIF images for AbstractButton/5049549/bug5049549.java
...
Reviewed-by: aivanov
2024-01-02 16:16:20 +00:00
Adam Sotona
a5cf4210cd
8320360: ClassFile.parse: Some defect class files cause unexpected exceptions to be thrown
...
Reviewed-by: jpai
2024-01-02 12:58:53 +00:00
Adam Sotona
f9aec02f3c
8321540: ClassSignature.parseFrom() throws StringIndexOutOfBoundsException for invalid signatures
...
Reviewed-by: jpai
2024-01-02 12:39:41 +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
Eirik Bjørsnøs
93fedc12db
8321802: (zipfs) Add validation of incorrect LOC signature in ZipFileSystem
...
Reviewed-by: alanb, lancea
2023-12-22 16:09:22 +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
Weijun Wang
424c58f3e9
8187634: keystore.getCertificateAlias(cert) returns original alias, inconsistent with fix of JDK-6483657
...
Reviewed-by: mullan
2023-12-20 15:45:33 +00:00
Alex Menkov
459957f30a
8322062: com/sun/jdi/JdwpAllowTest.java does not performs negative testing with prefix length
...
Reviewed-by: cjplummer, sspitsyn
2023-12-18 21:14:09 +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
Alexander Scherbatiy
10335f60f9
7001133: OutOfMemoryError by CustomMediaSizeName implementation
...
Reviewed-by: psadhukhan
2023-12-18 12:11:41 +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
Weijun Wang
45a9ade337
8202598: keytool -certreq output contains inconsistent line separators
...
Reviewed-by: hchao, mullan
2023-12-14 14:37:15 +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
Erik Joelsson
5463c9cd9a
8321557: Move SOURCE line verification for OracleJDK out of OpenJDK
...
Reviewed-by: ihse
2023-12-12 21:31:41 +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
Kevin Walls
e1fd663f22
8311306: Test com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java failed: out of expected range
...
Reviewed-by: sspitsyn
2023-12-12 09:58:41 +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
Daniel Lundén
701bc3bbbe
8295166: IGV: dump graph at more locations
...
Reviewed-by: thartmann, rcastanedalo, chagedorn
2023-12-08 11:08:08 +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
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
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
Thomas Schatzl
38cfb220dd
8318706: Implement JEP 423: Region Pinning for G1
...
Reviewed-by: ayang, iwalulya, sjohanss
2023-11-29 10:03:32 +00:00
Alan Bateman
e44d4b24ed
8320858: Move jpackage tests to tier3
...
Reviewed-by: mchung, asemenyuk, almatvee
2023-11-29 09:12:58 +00:00
Alexander Matveev
a657aa38a5
8320681: [macos] Test tools/jpackage/macosx/MacAppStoreJlinkOptionsTest.java timed out on macOS
...
Reviewed-by: asemenyuk
2023-11-29 01:41:38 +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
Gaurav Chaudhari
63ad868e18
8319668: Fixup of jar filename typo in BadFactoryTest.sh
...
Reviewed-by: alanb, jpai
2023-11-28 11:35:00 +00:00
Kevin Walls
debf0ecfb0
8313355: javax/management/remote/mandatory/notif/ListenerScaleTest.java failed with "Exception: Failed: ratio=792.2791601423487"
...
Reviewed-by: sspitsyn
2023-11-28 09:48:40 +00:00
Alexey Semenyuk
7848ed779b
8301856: Generated .spec file for RPM installers uninstalls desktop launcher on update
...
Reviewed-by: almatvee
2023-11-27 22:28:38 +00:00
Alexey Semenyuk
726f854b14
8320706: RuntimePackageTest.testUsrInstallDir test fails on Linux
...
Reviewed-by: almatvee
2023-11-27 22:20:43 +00:00
Prasanta Sadhukhan
12723688ca
8318113: CSS.BackgroundImage doesn't implement equals
...
Reviewed-by: aivanov, tr, prr
2023-11-27 09:01:22 +00:00
Adam Sotona
28d3762bd3
8320618: NPE: Cannot invoke "java.lang.constant.ClassDesc.isArray()" because "this.sym" is null
...
Reviewed-by: alanb
2023-11-27 08:25:31 +00:00
Christoph Langer
f6e5559ae9
8320601: ProblemList java/lang/invoke/lambda/LambdaFileEncodingSerialization.java on linux-all
...
Reviewed-by: mbaesken
2023-11-27 08:21:59 +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
Gergö Barany
6f263111a1
8318490: Increase timeout for JDK tests that are close to the limit when run with libgraal
...
Reviewed-by: dnsimon, never, thartmann
2023-11-23 18:33:19 +00:00
Abhishek Kumar
cb95e393b6
8224261: JProgressBar always with border painted around it
...
Reviewed-by: aivanov, dnguyen
2023-11-23 16:18:46 +00:00
Ivan Šipka
99b9cb0a2e
8320586: update manual test/jdk/TEST.groups
...
Reviewed-by: msheppar
2023-11-23 10:31:23 +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
Erik Gahlin
6016536ab9
8314745: JFR: @StackFilter
...
Reviewed-by: mgronlun
2023-11-22 20:48:42 +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
Matthew Donovan
6ce0ebb858
8295343: sun/security/pkcs11 tests fail on Linux RHEL 8.6 and newer
...
Reviewed-by: erikj, ihse, valeriep
2023-11-22 13:00:56 +00:00
Alec Su
e47cf611c9
8074211: javax.sound.midi: Error with send System Exclusive messages of different length
...
8250667: MIDI sysex over USB scrambled when reply length matches previous message
Reviewed-by: prr
2023-11-21 19:26:49 +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
Weijun Wang
1c0bd81a10
8319124: Update XML Security for Java to 3.0.3
...
Reviewed-by: mullan
2023-11-21 17:46:11 +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
Adam Sotona
c4aee66d74
8320222: Wrong bytecode accepted, and StackMap table generated
...
Reviewed-by: jlahoda
2023-11-21 10:08:48 +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
Weijun Wang
2b4e99140a
8320208: Update Public Suffix List to b5bf572
...
Reviewed-by: mullan
2023-11-20 19:20:06 +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
Sean Mullan
a2c0fa6f9c
8320372: test/jdk/sun/security/x509/DNSName/LeadingPeriod.java validity check failed
...
Reviewed-by: alanb
2023-11-20 17:47:48 +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
Daniel Jeliński
9f6a4a3f9c
8320386: Remove java/nio/channels/vthread/BlockingChannelOps.java#direct-register from ProblemList
...
Reviewed-by: alanb
2023-11-20 12:45:00 +00:00
Abhishek Kumar
de51aa19d6
8283214: [macos] Screen magnifier does not show the magnified text for JcomboBox
...
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: asemenov, kizune, aivanov
2023-11-20 06:56:49 +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