Vladimir Dvorak
48c9dcf528
JBR-8890 DCEVM Handle exceptions in do_topological_class_sorting()
2025-06-16 17:50:27 +02:00
Vladimir Lagunov
6d0eb24888
Revert "JBR-7700 Disable java.io over java.nio.file in JBR21 by default"
...
This reverts commit 54817b2e8d .
2025-06-11 13:37:46 +02:00
Vitaly Provodin
3c90ecd46c
update exclude list on results of 21.0.7_b1034.51 test runs
2025-06-11 03:53:12 +04:00
Vladimir Lagunov
54817b2e8d
JBR-7700 Disable java.io over java.nio.file in JBR21 by default
...
The feature is ready month ago, but every time some new test appears that prevents the feature from being deployed.
By disabling the flag, it becomes possible to roll out the new functionality with the ability to enable it. So, it becomes possible to start verifying the new feature easier.
Meanwhile, we'll keep trying to enable the new feature by default.
2025-06-10 15:54:30 +02:00
Vitaly Provodin
c70e17b88b
update exclude list after updating agents
2025-06-07 05:07:43 +04:00
Nikita Tsarev
bcd6f0c9c0
fixup! JBR-5860: Implement drag-and-drop [WLToolkit]
2025-06-06 18:42:33 +02:00
Dmitry Drobotov
646d2e478f
JBR-8490 Improve searching for scroll bars in ScrollAreaAccessibility.
...
Use JScrollPane.getVerticalScrollBar/getHorizontalScrollBar methods to look for scroll bars. In some cases a scroll bar might be not a direct child of the scroll area, but it can still be assigned to the vertical/horizontalScrollBar property.
2025-06-06 18:36:25 +02:00
Dmitry Drobotov
4214897d5e
JBR-8408 Post accessibility value changed events for scroll bars
...
3rd party apps might want to subscribe for scroll bar value changed events to track scroll position. VoiceOver and Zoom don't react on these events.
2025-06-06 18:08:05 +02:00
Nikita Tsarev
189907d2ae
JBR-5860: Implement drag-and-drop [WLToolkit]
2025-06-06 16:51:01 +02:00
Maxim Kartashev
4b17fcc46e
JBR-8949 Wayland: java/awt/Gtk/GtkVersionTest/GtkVersionTest.java: Wrong GTK library version: null
2025-06-06 12:19:16 +04:00
Nikita Tsarev
03804770b6
JBR-8912: Fix pasting unicode content from clipboard [WLToolkit]
2025-06-05 13:43:35 +02:00
Vladimir Dvorak
1d0cbadf05
JBR-8850 DCEVM: Enable interface replacement
2025-06-04 22:13:03 +02:00
Vladimir Dvorak
8cfd55e764
JBR-8636 DCEVM - eagerly set new_version in MagicAccessorImpl
2025-06-04 22:12:42 +02:00
Vitaly Provodin
b06068de9c
JBR-8589 permit the case when lambda's parent is from the CDS archive, add omitted Outer.java
2025-06-03 14:01:42 +04:00
Vladimir Lagunov
eb027e2bc9
JBR-8859 Fix assertion in jtreg:test/jdk/com/sun/jdi/SetLocalWhileThreadInNative.java
...
The test relied on hard-coded constant that knows internals of FileInputStream.read calls, and these internals changed in JBR-7700.
2025-06-03 11:28:56 +02:00
Maxim Kartashev
5fbd7f38e0
JBR-7087 Wayland: enable more GTK tests
2025-06-03 10:03:19 +04:00
Maxim Kartashev
44754c75f9
JBR-8918 Wayland: javax/swing/LookAndFeel/8145547/DemandGTK2.sh fails due to no libgtk found
2025-06-03 09:59:26 +04:00
Vladimir Lagunov
0bf04b04b0
JBR-8852 Let tests that tune MaxDirectMemorySize work with io over nio
...
The problem is that java.nio.file always creates a direct buffer inside, and it's unavoidable. However, it's avoidable to tune java.nio.file that way, that direct buffers are never cached for latter use. This trick helps with tests that expect to be exclusive owners of the whole direct memory.
2025-06-02 18:10:12 +02:00
Vitaly Provodin
ca69af5c29
update exclude list on results of 21.0.7_b1021.38 test runs
2025-06-02 13:04:02 +04:00
Vitaly Provodin
1527cb78dd
clean up fixed issues from exclude lists
2025-05-30 08:30:58 +04:00
Vitaly Provodin
bd8b5fa16f
update exclude list on results of 21.0.7_b1020.35 test runs
2025-05-26 09:17:32 +04:00
Nikita Tsarev
c53afaf1c6
fixup! JBR-8833: Refactor Wayland data device abstraction [WLToolkit]
2025-05-23 18:27:35 +02:00
Sergey Shelomentsev
81b393aa37
fixup! JBR-4154 use -V to sort versions
2025-05-23 18:26:43 +03:00
Nikita Tsarev
8b4249aa00
JBR-8833: Refactor Wayland data device abstraction [WLToolkit]
2025-05-23 12:40:01 +02:00
Vitaly Provodin
a8b4f08808
fixup! JBR-4154 fix extracting version info from sources
2025-05-23 12:35:37 +04:00
Vitaly Provodin
88532ca2e1
fixup! clean up fixed issues from exclude lists
2025-05-23 09:30:08 +04:00
Vitaly Provodin
4b01cab791
clean up fixed issues from exclude lists
2025-05-23 06:18:47 +04:00
Vitaly Provodin
971aaf09d7
fixup! update exclude list on results of 21.0.7_b992.24 test runs
2025-05-23 03:50:30 +04:00
Vitaly Provodin
219ad23c66
JBR-8589 disable CDS specifically for Linux-x86
2025-05-22 02:48:11 +04:00
Vitaly Provodin
20015bc3b7
JBR-8589 replace system CDS with an actual one for IntelliJ
2025-05-21 09:20:01 +04:00
Vitaly Provodin
20bfe049b3
update exclude list on results of 21.0.7_b992.24 test runs
2025-05-21 09:12:19 +04:00
Artem Bochkarev
e32b9d4ebc
fixup! JBR-8548 Add possibility to build without out-of-process part in Linux.
2025-05-21 08:17:43 +04:00
Artem Bochkarev
8ec3e80317
JBR-8548 Add possibility to build without out-of-process part in Linux.
2025-05-20 20:30:54 +04:00
Maxim Kartashev
c1325a3735
JBR-6979 Modernize more WaitForSingleObject on Windows
...
Use -XX:+UnlockExperimentalVMOptions -XX:-UseModernSynchAPI
to switch back to the original implementation
2025-05-19 17:25:34 +03:00
Maxim Kartashev
cc2280fd08
fixup! JBR-8664 Optimize sun.nio.fs.WindowsPath.compareTo
2025-05-19 17:44:06 +04:00
Maxim Kartashev
af4d8df355
JBR-8643 Wayland: popup will not appear if located outside of parent window
2025-05-19 17:27:12 +04:00
Nikita Tsarev
8fe8fb8108
JBR-8685: Add new macOS 15.4 shortcuts to the system shortcuts API
2025-05-19 11:29:07 +02:00
Vladimir Lagunov
997c61fdc5
JBR-8664 Optimize sun.nio.fs.WindowsPath.compareTo
2025-05-19 11:24:05 +04:00
Vladimir Lagunov
1651aa4318
JBR-8664 Optimize sun.nio.fs.UnixPath.compareTo
2025-05-16 10:53:40 +04:00
Vladimir Dvorak
a6cdff5987
JBR-8316 DCEVM: Allow idnum to exceed total method count
2025-05-15 18:17:40 +02:00
Maxim Kartashev
5fc78ed3da
JBR-8304 Wayland: UI/UnninstallUIMemoryLeaks/UnninstallUIMemoryLeaks.java throws HeadlessException: No X11 DISPLAY variable was set
...
Pass JVM options to sub-tests in a more reliable and uniform fashion
2025-05-15 16:59:51 +04:00
Vladimir Dvorak
e09479f433
JBR-8636 DCEVM: Fix crashes when multiple class redefinitions are processed simultaneously
2025-05-14 20:25:07 +02:00
bourgesl
d54ab6c19b
JBR-8276: fixed CPlaformWindow.flushBuffers() to use LWCTooolkit.invokeAndWait() discarded when CGDisplayRegisterReconfigurationCallback() is in progress (ThreadUtilities.blockingThread + removed isWithinPowerTransition code)
...
- fixed CVDisplayLink management on wake-ups/sleep and display reconfiguration
- restored opengl changes
2025-05-14 17:27:26 +02:00
bourgesl
8c3a5c3252
JBR-8278: fixed performOnMainThreadWaiting run block condition to fix FullscreenWindowProps and NoResizeEventOnDMChangeTest tests
2025-05-14 17:06:49 +02:00
Maxim Kartashev
d08c6eb496
JBR-8700 Wayland: Glitchy resize in J2Ddemo
2025-05-14 18:27:33 +04:00
Vitaly Provodin
baf55e9e53
update exclude list on results of 21.0.7_b982.16 test runs
2025-05-14 05:51:46 +04:00
Vitaly Provodin
4482618c0b
update exclude list on results of 21.0.7_b968.14 test runs
2025-05-09 04:42:54 +04:00
Sergey Shelomentsev
2c7e868474
JBR-5819 fix custom title bar tests
2025-05-06 23:38:47 +03:00
Nikita Gubarkov
510b4fa816
fixup! JBR-8673 Disable watch.desktop.geometry on excessive event count
2025-05-03 12:53:40 +02:00
Nikita Tsarev
8ee1a7eece
JBR-8684: Fix for a buffer overrun when reading system hotkey configuration with unexpected shortcuts on macOS
2025-04-30 11:34:20 +02:00
Vitaly Provodin
99bb681fc4
update exclude list on results of 21.0.7_b968.7 test runs
2025-04-29 04:06:19 +04:00
Nikita Gubarkov
d474af791d
JBR-8673 Disable watch.desktop.geometry on excessive event count
2025-04-28 16:12:30 +02:00
Vitaly Provodin
146591e096
update exclude list on results of 21.0.7 test runs
2025-04-26 03:36:16 +04:00
Maxim Kartashev
ff557b2f73
JBR-8639 Wayland: exclude tests depending on mouseMove
2025-04-23 11:39:36 +04:00
Maxim Kartashev
ea2a91b83e
JBR-8618 Wayland: GTK LaF does not change appearance when system theme changes
2025-04-23 11:22:38 +04:00
Maxim Kartashev
d26358d57c
JBR-7892 Generate a descriptive error message when awt cannot be loaded
2025-04-23 11:18:41 +04:00
Sergey Shelomentsev
444b8d9d04
JBR-8632 Remove UI scales above 1.0 for tests
2025-04-22 16:07:36 +03:00
Vladimir Lagunov
a0c48294d2
JBR-7700 Classes from package java.io. use java.nio.file inside
...
The feature is ON by default. It can be disabled by specifying `-Djbr.java.io.use.nio=false`
2025-04-17 17:57:04 +04:00
Martin Balao
c91670346a
8347847: Enhance jar file support
...
Backport-of: 013d9f988559bc7e29449967c4d35b80d692ef11
Reviewed-by:
2025-04-17 09:03:49 +03:00
Prasanta Sadhukhan
57fc667fdb
8343007: Enhance Buffered Image handling
...
Backport-of: e95aaf16aa202b49892ccb05ded783114b2d8534
2025-04-17 09:03:49 +03:00
Alexei Voitylov
e59735f32d
8342562: Enhance Deflater operations
...
Backport-of: 17f7df55fb762488c1054985830ea13840489df2
2025-04-17 09:03:49 +03:00
Martin Balao
c9b65634e8
8339810: Clean up the code in sun.tools.jar.Main to properly close resources and use ZipFile during extract
...
Reviewed-by: andrew
Backport-of: 8fce5275fc
2025-04-17 09:03:49 +03:00
Alexei Voitylov
6142b58de5
8338430: Improve compiler transformations
...
Backport-of: 456be5090b6a181afb85d72ac8473e4df3398032
2025-04-17 09:03:49 +03:00
Alexei Voitylov
efff1d815b
8337692: Better TLS connection support
...
Backport-of: f06ecf8072b39ffb9eedfc629f181bd805115e0e
2025-04-17 09:03:49 +03:00
Nibedita Jena
056e46f364
8337494: Clarify JarInputStream behavior
...
Backport-of: 353f6e90bec7248016b2c733bae52ed6ca06fc20
2025-04-17 09:03:49 +03:00
Andrew John Hughes
b7a165efd6
8331735: UpcallLinker::on_exit races with GC when copying frame anchor 8343144: UpcallLinker::on_entry racingly clears pending exception with GC safepoints 8286875: ProgrammableUpcallHandler::on_entry/on_exit access thread fields from native
...
Backport-of: 461ffafeba
2025-04-17 09:03:49 +03:00
Roman Marchenko
dc062e8f73
8309841: Jarsigner should print a warning if an entry is removed
...
Reviewed-by: yan
Backport-of: bdfb41f977
2025-04-17 09:03:48 +03:00
Andrew John Hughes
292386aea2
8352097: (tz) zone.tab update missed in 2025a backport
...
Reviewed-by: serb, dcherepanov
2025-04-17 09:03:48 +03:00
Alexey Bakhtin
1e888ac836
8317808: HTTP/2 stream cancelImpl may leave subscriber registered
...
Backport-of: 6273ab97dc
2025-04-17 09:03:48 +03:00
Goetz Lindenmaier
770d0854a3
8344581: [TESTBUG] java/awt/Robot/ScreenCaptureRobotTest.java failing on macOS
...
Reviewed-by: mbaesken
Backport-of: 0d30b869d8
2025-04-17 09:03:48 +03:00
Goetz Lindenmaier
a3544617b9
8339356: Test javax/net/ssl/SSLSocket/Tls13PacketSize.java failed with java.net.SocketException: An established connection was aborted by the software in your host machine
...
Backport-of: f6e7713bb6
2025-04-17 09:03:48 +03:00
Goetz Lindenmaier
ad1669d49c
8342635: javax/swing/JFileChooser/FileSystemView/WindowsDefaultIconSizeTest.java creates tmp file in src dir
...
8342634: javax/imageio/plugins/wbmp/WBMPStreamTruncateTest.java creates temp file in src dir
Backport-of: 02ea4b548e
2025-04-17 09:03:48 +03:00
Matthias Baesken
96458eba85
8349039: Adjust exception No type named <ThreadType> in database
...
Backport-of: 669f8c0c07
2025-04-17 09:03:48 +03:00
Goetz Lindenmaier
ae064d69b0
8327476: Upgrade JLine to 3.26.1
...
Reviewed-by: mdoerr
Backport-of: aaa90b3005
2025-04-17 09:03:48 +03:00
Suchismith Roy
22993e612d
8349729: [21u] AIX jtreg tests fail to compile with qvisibility=hidden
...
Reviewed-by: goetz
2025-04-17 09:03:48 +03:00
Goetz Lindenmaier
145d40b327
8348675: TrayIcon tests fail in Ubuntu 24.10 Wayland
...
Backport-of: 6f4fc82149
2025-04-17 09:03:48 +03:00
Goetz Lindenmaier
101b509203
8346828: javax/swing/JScrollBar/4865918/bug4865918.java still fails in CI
...
Backport-of: 9fafd63d46
2025-04-17 09:03:48 +03:00
Goetz Lindenmaier
ecdb7bcd3e
8346324: javax/swing/JScrollBar/4865918/bug4865918.java fails in CI
...
Backport-of: a0b7c4f015
2025-04-17 09:03:48 +03:00
Goetz Lindenmaier
9107d9f00c
8338595: Add more linesize for MIME decoder in macro bench test Base64Decode
...
Backport-of: 7458952ded
2025-04-17 09:03:48 +03:00
Goetz Lindenmaier
569d32abc2
8337222: gc/TestDisableExplicitGC.java fails due to unexpected CodeCache GC
...
Backport-of: dab2a0b597
2025-04-17 09:03:48 +03:00
Antonio Vieiro
6a0fbe9cef
8339728: [Accessibility,Windows,JAWS] Bug in the getKeyChar method of the AccessBridge class
...
Backport-of: ecdc322029
2025-04-17 09:03:48 +03:00
Goetz Lindenmaier
dd764e60c1
8342098: Write a test to compare the images
...
Backport-of: 47ebf8d868
2025-04-17 09:03:48 +03:00
Goetz Lindenmaier
fd382bd26b
8283664: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintTextTest.java
...
Backport-of: 84c99fb91f
2025-04-17 09:03:48 +03:00
Goetz Lindenmaier
950a1571f9
8328730: Convert java/awt/print/bug8023392/bug8023392.html applet test to main
...
Backport-of: 4047a3623a
2025-04-17 09:03:48 +03:00
Matthias Baesken
c3434f068e
8347267: [macOS]: UnixOperatingSystem.c:67:40: runtime error: division by zero
...
Backport-of: 5e92a4ceaf
2025-04-17 09:03:48 +03:00
Matthias Baesken
4df1d6ef46
8347268: [ubsan] logOutput.cpp:357:21: runtime error: applying non-zero offset 1 to null pointer
...
Backport-of: 82e16ba248
2025-04-17 09:03:48 +03:00
Matthias Baesken
0334e25009
8345676: [ubsan] ProcessImpl_md.c:561:40: runtime error: applying zero offset to null pointer on macOS aarch64
...
Backport-of: 0285020c7e
2025-04-17 09:03:48 +03:00
SendaoYan
c5170498ff
8322983: Virtual Threads: exclude 2 tests
...
Backport-of: cf28fd4cbc
2025-04-17 09:03:48 +03:00
Matthias Baesken
fb4c755723
8338303: Linux ppc64le with toolchain clang - detection failure in early JVM startup
...
Backport-of: 70eec9001a
2025-04-17 09:03:48 +03:00
Joachim Kern
567cbe69ee
8346880: [aix] java/lang/ProcessHandle/InfoTest.java still fails: "reported cputime less than expected"
...
Backport-of: f9b11332ec
2025-04-17 09:03:47 +03:00
Matthias Baesken
353f9c998b
8347576: Error output in libjsound has non matching format strings
...
Backport-of: 07a0dcbabc
2025-04-17 09:03:47 +03:00
Matthias Baesken
4f1a1eec69
8346881: [ubsan] logSelection.cpp:154:24 / logSelectionList.cpp:72:94 : runtime error: applying non-zero offset 1 to null pointer
...
Backport-of: 0a81676fae
2025-04-17 09:03:47 +03:00
Matthias Baesken
022916eebe
8345569: [ubsan] adjustments to filemap.cpp and virtualspace.cpp for macOS aarch64
...
Backport-of: 1d2ccaeaa3
2025-04-17 09:03:47 +03:00
SendaoYan
8fae2eeb7c
8346972: Test java/nio/channels/FileChannel/LoopingTruncate.java fails sometimes with IOException: There is not enough space on the disk
...
Backport-of: a07d784919ae232a890bf79de27b8623e294ad20
2025-04-17 09:03:47 +03:00
SendaoYan
c6822cedc2
8347171: (dc) java/nio/channels/DatagramChannel/InterruptibleOrNot.java fails with virtual thread factory
...
Backport-of: 687ea73b00fd047305bfa1dda8187276bfb68dbf
2025-04-17 09:03:47 +03:00
SendaoYan
bd09ae2b81
8343882: BasicAnnoTests doesn't handle multiple annotations at the same position
...
Backport-of: d562d3c7a9
2025-04-17 09:03:47 +03:00
Goetz Lindenmaier
f8e64d144e
8347740: java/io/File/createTempFile/SpecialTempFile.java failing
...
Backport-of: f2a9d26b2e
2025-04-17 09:03:47 +03:00
Goetz Lindenmaier
25e8dee671
8302111: Serialization considerations
...
Reviewed-by: andrew
Backport-of: 369c573383
2025-04-17 09:03:47 +03:00
Matthias Baesken
d74327f308
8319233: AArch64: Build failure with clang due to -Wformat-nonliteral warning
...
Backport-of: 439ed046e4
2025-04-17 09:03:47 +03:00
SendaoYan
952026a25f
8339834: Replace usages of -mx and -ms in some tests
...
Backport-of: 1d39249231
2025-04-17 09:03:47 +03:00
SendaoYan
671d32af05
8347038: [JMH] jdk.incubator.vector.SpiltReplicate fails NoClassDefFoundError
...
Backport-of: 4d8fb80732
2025-04-17 09:03:47 +03:00
Antonio Vieiro
667663f0ac
8346587: Distrust TLS server certificates anchored by Camerfirma Root CAs
...
Reviewed-by: andrew
Backport-of: d2262fe4e9b3118d4c4ab152aa2771b744398367
2025-04-17 09:03:47 +03:00
Jan Kratochvil
118ab46587
8346713: [testsuite] NeverActAsServerClassMachine breaks TestPLABAdaptToMinTLABSize.java TestPinnedHumongousFragmentation.java TestPinnedObjectContents.java
...
Reviewed-by: abakhtin
Backport-of: 43b7e9f547
2025-04-17 09:03:47 +03:00
Goetz Lindenmaier
3ac9c43c43
8345368: java/io/File/createTempFile/SpecialTempFile.java fails on Windows Server 2025
...
Backport-of: b0c131e872
2025-04-17 09:03:47 +03:00
Goetz Lindenmaier
872fd09873
8346671: java/nio/file/Files/probeContentType/Basic.java fails on Windows 2025
...
Backport-of: 2e00816ac3
2025-04-17 09:03:47 +03:00
Christoph Langer
3611c9c000
8349603: [21u, 17u, 11u] Update GHA JDKs after Jan/25 updates
...
Reviewed-by: mbaesken, sgehwolf
2025-04-17 09:03:47 +03:00
Martin Doerr
e55582bd5c
8348562: ZGC: segmentation fault due to missing node type check in barrier elision analysis
...
Backport-of: afcc2b03af
2025-04-17 09:03:47 +03:00
Goetz Lindenmaier
4ffcc95e61
8340411: open source several 2D imaging tests
...
Backport-of: 8dcf7b8fa7
2025-04-17 09:03:47 +03:00
Goetz Lindenmaier
1844fefe00
8330702: Update failure handler to don't generate Error message if cores actions are empty
...
Backport-of: 548e95a689
2025-04-17 09:03:47 +03:00
Joachim Kern
3857c13f04
8334371: [AIX] Beginning with AIX 7.3 TL1 mmap() supports 64K memory pages
...
Reviewed-by: mdoerr, stuefe
Backport-of: ced9906635
2025-04-17 09:03:47 +03:00
Goetz Lindenmaier
06a7d486af
8347911: Limit the length of inflated text chunks
...
Reviewed-by: andrew
Backport-of: 398a580518
2025-04-17 09:03:47 +03:00
Goetz Lindenmaier
9aa750cf29
8338571: [TestBug] DefaultCloseOperation.java test not working as expected wrt instruction after JDK-8325851 fix
...
Backport-of: 8858de393a
2025-04-17 09:03:47 +03:00
Goetz Lindenmaier
f30daca524
8343491: javax/management/remote/mandatory/connection/DeadLockTest.java failing with NoSuchObjectException: no such object in table
...
Backport-of: 4f5a241ec1
2025-04-17 09:03:46 +03:00
Goetz Lindenmaier
6ccba42653
8226938: [TEST_BUG]GTK L&F: There is no Details button in FileChooser Dialog
...
Backport-of: fe98f86b57
2025-04-17 09:03:46 +03:00
Goetz Lindenmaier
df2e600cb9
8340078: Open source several 2D tests
...
Backport-of: 88a1c0550e
2025-04-17 09:03:46 +03:00
Goetz Lindenmaier
a7fcd521a7
8332917: failure_handler should execute gdb "info threads" command on linux
...
Backport-of: ec88c6a872
2025-04-17 09:03:46 +03:00
Goetz Lindenmaier
836a5d4cde
8330647: Two CDS tests fail with -UseCompressedOops and UseSerialGC/UseParallelGC
...
Backport-of: c2cca2ab44
2025-04-17 09:03:46 +03:00
Goetz Lindenmaier
205360e8ae
8329692: Add more details to FrameStateTest.java test instructions
...
Backport-of: 6f98d8f58f
2025-04-17 09:03:46 +03:00
Goetz Lindenmaier
d2336837a1
8325042: Remove unused JVMDITools test files
...
Backport-of: 0cc8e5beed
2025-04-17 09:03:46 +03:00
Goetz Lindenmaier
40d5429817
8320691: Timeout handler on Windows takes 2 hours to complete
...
Backport-of: 4d50df63b6
2025-04-17 09:03:46 +03:00
Sergey Bylokhov
3e285747f1
8345468: test/jdk/javax/swing/JScrollBar/4865918/bug4865918.java fails in ubuntu22.04
...
Backport-of: 6f30762356
2025-04-17 09:03:46 +03:00
Sergey Bylokhov
5af25ba580
8347427: JTabbedPane/8134116/Bug8134116.java has no license header
...
Backport-of: f67b703625
2025-04-17 09:03:46 +03:00
SendaoYan
b2cfcd95b3
8332494: java/util/zip/EntryCount64k.java failing with java.lang.RuntimeException: '\\A\\Z' missing from stderr
...
Backport-of: f5ab7dff40
2025-04-17 09:03:46 +03:00
Goetz Lindenmaier
306bf71a86
8343378: Exceptions in javax/management DeadLockTest.java do not cause test failure
...
Backport-of: 4a70c83bd0
2025-04-17 09:03:46 +03:00
Goetz Lindenmaier
fd8706d9e9
8327986: ASAN reports use-after-free in DirectivesParserTest.empty_object_vm
...
Reviewed-by: rrich
Backport-of: 47f33a59ea
2025-04-17 09:03:46 +03:00
Goetz Lindenmaier
4df9a1636e
8328387: Convert java/awt/Frame/FrameStateTest/FrameStateTest.html applet test to main
...
Backport-of: 269163d509
2025-04-17 09:03:46 +03:00
Goetz Lindenmaier
1dd25f3822
8327098: GTest needs larger combination limit
...
Backport-of: c901da48e3
2025-04-17 09:03:46 +03:00
Goetz Lindenmaier
89abffdf64
8315486: vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn002/forceEarlyReturn002.java timed out
...
Backport-of: 041510dc21
2025-04-17 09:03:46 +03:00
Severin Gehwolf
2241d2315e
8347129: cpuset cgroups controller is required for no good reason
...
Backport-of: 2de71d0445
2025-04-17 09:03:46 +03:00
Radek Cap
dc683c9f30
8347965: (tz) Update Timezone Data to 2025a
...
Reviewed-by: andrew
Backport-of: caa3c78f78
2025-04-17 09:03:46 +03:00
Varada M
50e6d661f1
8211851: (ch) java/nio/channels/AsynchronousSocketChannel/StressLoopback.java times out (aix)
...
Backport-of: 8b22517cb0
2025-04-17 09:03:46 +03:00
Chen Liang
9db48a745e
8345614: Improve AnnotationFormatError message for duplicate annotation interfaces
...
Backport-of: 7aa0cbc91d
2025-04-17 09:03:46 +03:00
Aleksey Shipilev
26676890e9
8347256: Epsilon: Demote heap size and AlwaysPreTouch warnings to info level
...
Backport-of: 1a0fe49732
2025-04-17 09:03:46 +03:00
William Kemper
18d095fbaf
8345750: Shenandoah: Test TestJcmdHeapDump.java#aggressive intermittent assert(gc_cause() == GCCause::_no_gc) failed: Over-writing cause
...
Reviewed-by: ysr, shade
Backport-of: 6a29a8110e
2025-04-17 09:03:46 +03:00
Goetz Lindenmaier
9a5723ec85
8331977: Crash: SIGSEGV in dlerror()
...
Reviewed-by: rrich
Backport-of: 24530022d0
2025-04-17 09:03:46 +03:00
Goetz Lindenmaier
a3ba2e21da
8345375: Improve debuggability of test/jdk/java/net/Socket/CloseAvailable.java
...
Backport-of: 4b92816743
2025-04-17 09:03:46 +03:00
Goetz Lindenmaier
29ef77d5e3
8343118: [TESTBUG] java/awt/PrintJob/PrintCheckboxTest/PrintCheckboxManualTest.java fails with rror. Can't find HTML file PrintCheckboxManualTest.html
...
Backport-of: f12c370d73
2025-04-17 09:03:46 +03:00
Goetz Lindenmaier
3f36dcc433
8341111: open source several AWT tests including menu shortcut tests
...
Backport-of: 04c9c5f0a7
2025-04-17 09:03:45 +03:00
Goetz Lindenmaier
9374aaa014
8341037: Use standard layouts in DefaultFrameIconTest.java and MenuCrash.java
...
Backport-of: c43202baf6
2025-04-17 09:03:45 +03:00
Goetz Lindenmaier
f346730792
8329320: Simplify awt/print/PageFormat/NullPaper.java test
...
Backport-of: 5cf457b743
2025-04-17 09:03:45 +03:00
Goetz Lindenmaier
a27abe87f4
8324838: test_nmt_locationprinting.cpp broken in the gcc windows build
...
Backport-of: a2229b18bf
2025-04-17 09:03:45 +03:00
Radek Cap
21cdc0c3ec
8343599: Kmem limit and max values swapped when printing container information
...
Backport-of: 6cdebf0e4c
2025-04-17 09:03:45 +03:00
Radek Cap
89da5437b1
8344589: Update IANA Language Subtag Registry to Version 2024-11-19
...
Backport-of: 9267dfa63b
2025-04-17 09:03:45 +03:00
Goetz Lindenmaier
b4786a889d
8346055: javax/swing/text/StyledEditorKit/4506788/bug4506788.java fails in ubuntu22.04
...
Backport-of: 31ceec7cd5
2025-04-17 09:03:45 +03:00
Goetz Lindenmaier
b1d0d17f08
8341982: Simplify JButton/bug4323121.java
...
Backport-of: 6fa5cea984
2025-04-17 09:03:45 +03:00
Goetz Lindenmaier
401d2e88c7
8341453: java/awt/a11y/AccessibleJTableTest.java fails in some cases where the test tables are not visible
...
Backport-of: f1f15370fa
2025-04-17 09:03:45 +03:00
Goetz Lindenmaier
4514034e52
8341316: [macos] javax/swing/ProgressMonitor/ProgressMonitorEscapeKeyPress.java fails sometimes in macos
...
Backport-of: 6bc3971f64
2025-04-17 09:03:45 +03:00
Goetz Lindenmaier
8df633beac
8341412: Various test failures after JDK-8334305
...
Backport-of: 49501fe9c4
2025-04-17 09:03:45 +03:00
Aleksey Shipilev
389e0b4bb5
8311546: Certificate name constraints improperly validated with leading period
...
8320372: test/jdk/sun/security/x509/DNSName/LeadingPeriod.java validity check failed
8347424: Fix and rewrite sun/security/x509/DNSName/LeadingPeriod.java test
Reviewed-by: simonis
Backport-of: bfaf5704e7
2025-04-17 09:03:45 +03:00
Goetz Lindenmaier
d4971ea6b9
8334305: Remove all code for nsk.share.Log verbose mode
...
Backport-of: 855c8a7def
2025-04-17 09:03:45 +03:00
Goetz Lindenmaier
7859ee7f04
8329322: Convert PageFormat/Orient.java to use PassFailJFrame
...
Backport-of: f713766cab
2025-04-17 09:03:45 +03:00
Goetz Lindenmaier
b97af83d5e
8320676: Manual printer tests have no Pass/Fail buttons, instructions close set 1
...
Backport-of: 7eb78e3320
2025-04-17 09:03:45 +03:00
Goetz Lindenmaier
44f7cb9da8
8326525: com/sun/tools/attach/BasicTests.java does not verify AgentLoadException case
...
Backport-of: b8fc4186d5
2025-04-17 09:03:45 +03:00
Goetz Lindenmaier
b0c421bf50
8313633: [macOS] java/awt/dnd/NextDropActionTest/NextDropActionTest.java fails with java.lang.RuntimeException: wrong next drop action!
...
Backport-of: d97de8260c
2025-04-17 09:03:45 +03:00
Satyen Subramaniam
b2aced3646
8346887: DrawFocusRect() may cause an assertion failure
...
Backport-of: 8eddf67c82
2025-04-17 09:03:45 +03:00
Goetz Lindenmaier
b44c60e4a2
8342508: Use latch in BasicMenuUI/bug4983388.java instead of delay
...
Backport-of: 02ec8ca2d6
2025-04-17 09:03:45 +03:00
Goetz Lindenmaier
0e76886643
8342498: Add test for Allocation elimination after use as alignment reference by SuperWord
...
Backport-of: f62fc48441
2025-04-17 09:03:45 +03:00
Goetz Lindenmaier
004bc08e11
8333403: Write a test to check various components events are triggered properly
...
Backport-of: a02d895f7a
2025-04-17 09:03:45 +03:00
Goetz Lindenmaier
491bc38801
8340687: Open source closed frame tests #1
...
Backport-of: 47fcf5a3b0
2025-04-17 09:03:45 +03:00
Goetz Lindenmaier
6fc2256b92
8324807: Manual printer tests have no Pass/Fail buttons, instructions close set 2
...
Backport-of: ed821cbe85
2025-04-17 09:03:45 +03:00
Goetz Lindenmaier
b8a6e2f1c9
8328819: Remove applet usage from JFileChooser tests bug6698013
...
Backport-of: e3588bba04
2025-04-17 09:03:44 +03:00
Goetz Lindenmaier
42a9fae741
8227529: With malformed --app-image the error messages are awful
...
Backport-of: 56d4c33f40
2025-04-17 09:03:44 +03:00
Goetz Lindenmaier
b3381c39ba
8304701: Request with timeout aborts later in-flight request on HTTP/1.1 cxn
...
Backport-of: bddcd086b7
2025-04-17 09:03:44 +03:00
Goetz Lindenmaier
de9f992b12
8325529: Remove unused imports from ModuleGenerator test file
...
Reviewed-by: rschmelter
Backport-of: d70156d2e2
2025-04-17 09:03:44 +03:00
Goetz Lindenmaier
50aab3636d
8339542: compiler/codecache/CheckSegmentedCodeCache.java fails
...
Backport-of: 777c20cb14
2025-04-17 09:03:44 +03:00
Goetz Lindenmaier
f6db73de79
8325659: Normalize Random usage by incubator vector tests
...
Backport-of: 4bba445d83
2025-04-17 09:03:44 +03:00
Goetz Lindenmaier
f4adfbf051
8198237: [macos] Test java/awt/Frame/ExceptionOnSetExtendedStateTest/ExceptionOnSetExtendedStateTest.java fails
...
Backport-of: 862e615696
2025-04-17 09:03:44 +03:00
Goetz Lindenmaier
c358ae8b07
8327505: Test com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java fails
...
Backport-of: 2b79c22c43
2025-04-17 09:03:44 +03:00
Goetz Lindenmaier
1d99eb5159
8327994: Update code gen in CallGeneratorHelper
...
Backport-of: ac2f8e5af8
2025-04-17 09:03:44 +03:00
Goetz Lindenmaier
7fe48b932d
8317636: Improve heap walking API tests to verify correctness of field indexes
...
Backport-of: f31957e6a1
2025-04-17 09:03:44 +03:00
Goetz Lindenmaier
85ced7ecb4
8320706: RuntimePackageTest.testUsrInstallDir test fails on Linux
...
Backport-of: 726f854b14
2025-04-17 09:03:44 +03:00
Goetz Lindenmaier
91908decc1
8317283: jpackage tests run osx-specific checks on windows and linux
...
Backport-of: 179792beb4
2025-04-17 09:03:44 +03:00
Goetz Lindenmaier
f9432c236c
8312570: [TESTBUG] Jtreg compiler/loopopts/superword/TestDependencyOffsets.java fails on 512-bit SVE
...
Backport-of: e5ea9aa9aa
2025-04-17 09:03:44 +03:00
Goetz Lindenmaier
37caf0cb8c
8226933: [TEST_BUG]GTK L&F: There is no swatches or RGB tab in JColorChooser
...
Backport-of: 5c4f1ef746
2025-04-17 09:03:44 +03:00
Goetz Lindenmaier
40cb6fb0a3
8328368: Convert java/awt/image/multiresolution/MultiDisplayTest/MultiDisplayTest.java applet test to main
...
Backport-of: ba05c6d0b6
2025-04-17 09:03:44 +03:00
Goetz Lindenmaier
d482c14ea8
8314752: Use google test string comparison macros
...
Reviewed-by: mbaesken
Backport-of: a0d0f21f08
2025-04-17 09:03:44 +03:00
Aleksey Shipilev
b8bc87bfcf
8342988: GHA: Build JTReg in single step
...
Reviewed-by: serb, phh
Backport-of: 88dc655a6d
2025-04-17 09:03:44 +03:00
Liam Miller-Cushon
8beae071de
8336942: Improve test coverage for class loading elements with annotations of different retentions
...
Reviewed-by: goetz, vromero
Backport-of: e36ce5f034
2025-04-17 09:03:44 +03:00
Fabian Meumertzheim
5d0b5df581
8345684: OperatingSystemMXBean.getSystemCpuLoad() throws NPE
...
Backport-of: d7ef3ac0b7
2025-04-17 09:03:44 +03:00
Goetz Lindenmaier
a56ad3c036
8327460: Compile tests with the same visibility rules as product code
...
Reviewed-by: mbaesken
Backport-of: cc9a8aba67
2025-04-17 09:03:44 +03:00
Goetz Lindenmaier
61b1e3d432
8339524: Clean up a few ExtendedRobot tests
...
Backport-of: 16232578d9
2025-04-17 09:03:44 +03:00
Goetz Lindenmaier
7d718c5edc
8343396: Use OperatingSystem, Architecture, and OSVersion in jpackage tests
...
Backport-of: a63f501b92
2025-04-17 09:03:43 +03:00
Goetz Lindenmaier
d9197c3e62
8340719: Open source AWT List tests
...
Backport-of: b11066b56b
2025-04-17 09:03:43 +03:00
Goetz Lindenmaier
3872012f8f
8340480: Bad copyright notices in changes from JDK-8339902
...
Backport-of: fdc16a3734
2025-04-17 09:03:43 +03:00
Amit Kumar
e9cb71e779
8346847: [s390x] minimal build failure
...
Backport-of: 807f6f7fb8
2025-04-17 09:03:43 +03:00
Goetz Lindenmaier
f4eaf52693
8344326: Move jpackage tests from "jdk.jpackage.tests" package to the default package
...
Reviewed-by: mbaesken
Backport-of: 2c509a158f
2025-04-17 09:03:43 +03:00
Goetz Lindenmaier
cb5a4331ae
8337660: C2: basic blocks with only BoxLock nodes are wrongly treated as empty
...
Reviewed-by: mbaesken
Backport-of: 0105203575
2025-04-17 09:03:43 +03:00
Goetz Lindenmaier
c654f2a16e
8340313: Crash due to invalid oop in nmethod after C1 patching
...
Reviewed-by: mdoerr
Backport-of: 58d39c317e
2025-04-17 09:03:43 +03:00
Goetz Lindenmaier
79aac86a68
8332158: [XWayland] test/jdk/java/awt/Mouse/EnterExitEvents/ResizingFrameTest.java
...
Backport-of: b1b4cd429a
2025-04-17 09:03:43 +03:00
Goetz Lindenmaier
9fdec5dd2c
8328558: Convert javax/swing/JCheckBox/8032667/bug8032667.java applet test to main
...
Backport-of: ef2bd57213
2025-04-17 09:03:43 +03:00
Goetz Lindenmaier
6279bcb27f
8315825: Open some swing tests
...
Backport-of: e015e6ce28
2025-04-17 09:03:43 +03:00
Goetz Lindenmaier
bba35b69f2
8313905: Checked_cast assert in CDS compare_by_loader
...
Reviewed-by: mdoerr
Backport-of: bd1b942741
2025-04-17 09:03:43 +03:00
Goetz Lindenmaier
c651b34cdf
8335468: [XWayland] JavaFX hangs when calling java.awt.Robot.getPixelColor
...
Backport-of: 965aace297
2025-04-17 09:03:43 +03:00
Goetz Lindenmaier
e0177f6e5a
8342609: jpackage test helper function incorrectly removes a directory instead of its contents only
...
Backport-of: 7133d1b983
2025-04-17 09:03:43 +03:00
Goetz Lindenmaier
e4edfdd26e
8339883: Open source several AWT/2D related tests
...
Backport-of: b26645f64b
2025-04-17 09:03:43 +03:00
SendaoYan
136a4320c0
8321818: vmTestbase/nsk/stress/strace/strace015.java failed with 'Cannot read the array length because "<local4>" is null'
...
Backport-of: ea50c54a14
2025-04-17 09:03:43 +03:00
Goetz Lindenmaier
57a3798ac4
8345414: Google CAInterop test failures
...
Backport-of: 8e9ba788ae
2025-04-17 09:03:43 +03:00
Goetz Lindenmaier
63ace972f9
8342602: Remove JButton/PressedButtonRightClickTest test
...
Backport-of: 8647c00114
2025-04-17 09:03:43 +03:00
Goetz Lindenmaier
d2d5f9f9f8
8343101: Rework BasicTest.testTemp test cases
...
8343178: Test BasicTest.java javac compile fails cannot find symbol
Reviewed-by: mdoerr
Backport-of: a95374f588
2025-04-17 09:03:43 +03:00
Goetz Lindenmaier
cf8e85e841
8335288: SunPKCS11 initialization will call C_GetMechanismInfo on unsupported mechanisms
...
Reviewed-by: mdoerr
Backport-of: fdfe503d01
2025-04-17 09:03:43 +03:00
Goetz Lindenmaier
3b5511a0d4
8328553: Get rid of JApplet in test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java
...
Backport-of: 7d1bbff076
2025-04-17 09:03:43 +03:00
Goetz Lindenmaier
7353b18d6b
8333647: C2 SuperWord: some additional PopulateIndex tests
...
Backport-of: 487c477181
2025-04-17 09:03:43 +03:00
Goetz Lindenmaier
e6fc46301f
8326421: Add jtreg test for large arrayCopy disjoint case.
...
Backport-of: 73cdc9a070
2025-04-17 09:03:43 +03:00
Goetz Lindenmaier
a3d9239a12
8329210: Delete Redundant Printer Dialog Modality Test
...
Backport-of: 7ac2f914aa
2025-04-17 09:03:42 +03:00
Goetz Lindenmaier
d401a7c2f5
8315883: Open source several Swing JToolbar tests
...
Backport-of: 62c0a1b9ac
2025-04-17 09:03:42 +03:00
Goetz Lindenmaier
7380e231a7
8316056: Open source several Swing JTree tests
...
Backport-of: 5f6cee86ef
2025-04-17 09:03:42 +03:00
SendaoYan
283b04ec2c
8341881: [REDO] java/nio/file/attribute/BasicFileAttributeView/CreationTime.java#tmp fails on alinux3
...
8342145: File libCreationTimeHelper.c compile fails on Alpine
Reviewed-by: sgehwolf, goetz, phh
Backport-of: daa67f45f0
2025-04-17 09:03:42 +03:00
Goetz Lindenmaier
0aba73d012
8315952: Open source several Swing JToolbar JTooltip JTree tests
...
Backport-of: d2b2f6759f
2025-04-17 09:03:42 +03:00
Matthias Baesken
13218efce4
8339475: Clean up return code handling for pthread calls in library coding 8341135: Incorrect format string after JDK-8339475
...
Reviewed-by: mdoerr
Backport-of: 2a2ecc994e
2025-04-17 09:03:42 +03:00
Goetz Lindenmaier
3c1d37e8b4
8344646: The libjsig deprecation warning should go to stderr not stdout
...
Backport-of: efeacfee01
2025-04-17 09:03:42 +03:00
Goetz Lindenmaier
e6ef24750d
8342541: Exclude List/KeyEventsTest/KeyEventsTest.java from running on macOS
...
Backport-of: bb7a8403ba
2025-04-17 09:03:42 +03:00
Goetz Lindenmaier
0d2a273587
8342811: java/net/httpclient/PlainProxyConnectionTest.java failed: Unexpected connection count: 5
...
Backport-of: 59ffac84d3
2025-04-17 09:03:42 +03:00
Goetz Lindenmaier
70db18b6ff
8277240: java/awt/Graphics2D/ScaledTransform/ScaledTransform.java dialog does not get disposed
...
Backport-of: 52c0b09b62
2025-04-17 09:03:42 +03:00
Goetz Lindenmaier
90dd8cb4e4
8342270: Test sun/security/pkcs11/Provider/RequiredMechCheck.java needs write access to src tree
...
Backport-of: 342fe42555
2025-04-17 09:03:42 +03:00
Goetz Lindenmaier
194c96397b
8343128: PassFailJFrame.java test result: Error. Bad action for script: build}
...
Use HTML character entity in javadoc to prevent jtreg from recognising
PassFailJFrame.java as a test file.
Backport-of: 7bca0af481
2025-04-17 09:03:42 +03:00
Goetz Lindenmaier
83ea8f675f
8340116: test/jdk/sun/security/tools/jarsigner/PreserveRawManifestEntryAndDigest.java can fail due to regex
...
Backport-of: 7e87c071b0
2025-04-17 09:03:42 +03:00
Goetz Lindenmaier
1c381d252f
8338426: Test java/nio/channels/Selector/WakeupNow.java failed
...
Backport-of: 0853aee3b3
2025-04-17 09:03:42 +03:00
Goetz Lindenmaier
e3f1eb357b
8325937: runtime/handshake/HandshakeDirectTest.java causes "monitor end should be strictly below the frame pointer" assertion failure on AArch64
...
Backport-of: 83e9e482b1
2025-04-17 09:03:42 +03:00
Goetz Lindenmaier
be27e98de6
8339943: Frame not disposed in java/awt/dnd/DropActionChangeTest.java
...
Backport-of: fa502ecd2d
2025-04-17 09:03:42 +03:00
Goetz Lindenmaier
ce92c65703
8328005: Convert java/awt/im/JTextFieldTest.java applet test to main
...
Backport-of: cc5cda5587
2025-04-17 09:03:42 +03:00
Goetz Lindenmaier
ce8180ca8b
8328130: Remove applet usage from JColorChooser tests Test4759934
...
Backport-of: be1dd275a4
2025-04-17 09:03:42 +03:00
Goetz Lindenmaier
221120fce5
8316149: Open source several Swing JTree JViewport KeyboardManager tests
...
8316627: JViewport Test headless failure
Reviewed-by: mbaesken
Backport-of: a021dbcb9e
2025-04-17 09:03:42 +03:00
Antonio Vieiro
d046a4cee8
8341424: GHA: Collect hs_errs from build time failures
...
8342704: GHA: Report truncation is broken after JDK-8341424
Reviewed-by: shade
Backport-of: bf92c49839
2025-04-17 09:03:42 +03:00
Antonio Vieiro
8545fe61ea
8294316: SA core file support is broken on macosx-x64 starting with macOS 12.x
...
Backport-of: 269852b906
2025-04-17 09:03:42 +03:00
Taizo Kurashige
f308148f5b
8344275: tools/jpackage/windows/Win8301247Test.java fails on localized Windows platform
...
Reviewed-by: asemenyuk, phh
Backport-of: 48e3b6511a
2025-04-17 09:03:42 +03:00
Goetz Lindenmaier
2246df7cfb
8328827: Convert java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.html applet test to main
...
Backport-of: db01fcd6d8
2025-04-17 09:03:42 +03:00
Goetz Lindenmaier
2e7a04b067
8328717: Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to main
...
Backport-of: a1fbbffb5e
2025-04-17 09:03:42 +03:00
Goetz Lindenmaier
4a83c7c75d
8328370: Convert java/awt/print/Dialog/PrintApplet.java applet test to main
...
Backport-of: 476421efe5
2025-04-17 09:03:41 +03:00
Goetz Lindenmaier
3257be542d
8328185: Convert java/awt/image/MemoryLeakTest/MemoryLeakTest.java applet test to main
...
Backport-of: 4e83f4cfc7
2025-04-17 09:03:41 +03:00
Sonia Zaldana Calles
0b8ea86d7a
8316371: Open some swing tests 6
...
Backport-of: d3a79b5861
2025-04-17 09:03:41 +03:00
Sonia Zaldana Calles
81c990b80a
8316218: Open some swing tests 5
...
Backport-of: 788e6e1548
2025-04-17 09:03:41 +03:00
Sonia Zaldana Calles
988131cf88
8316146: Open some swing tests 4
...
Backport-of: 3105538de5
2025-04-17 09:03:41 +03:00
Sonia Zaldana Calles
76341702c7
8315882: Open some swing tests 2
...
Backport-of: d2d7d9a8b7
2025-04-17 09:03:41 +03:00
Goetz Lindenmaier
0ddb619f43
8343314: Move common properties from jpackage jtreg test declarations to TEST.properties file
...
Reviewed-by: mdoerr
Backport-of: c33a8f52b6
2025-04-17 09:03:41 +03:00
Goetz Lindenmaier
44093d7670
8341978: Improve JButton/bug4490179.java
...
Use latch to synchronize actions in the test.
Verify mouseButton3Released does not trigger actionPerformed
while mouse button 1 is pressed.
Ensure mouse button 1 is released.
Verify releasing mouse button 1 triggers actionPerformed.
Backport-of: 8174cbd5cb
2025-04-17 09:03:41 +03:00
Goetz Lindenmaier
77778a072c
8331959: Update PKCS#11 Cryptographic Token Interface to v3.1
...
Backport-of: b4ab290fd7
2025-04-17 09:03:41 +03:00
Goetz Lindenmaier
01f7a964ac
8339902: Open source couple TextField related tests
...
Backport-of: fde8508379
2025-04-17 09:03:41 +03:00
Goetz Lindenmaier
632ccb892f
8339687: Rearrange reachabilityFence()s in jdk.test.lib.util.ForceGC
...
Backport-of: 51b85a1f69
2025-04-17 09:03:41 +03:00
Goetz Lindenmaier
9ac75e9ffb
8336692: Redo fix for JDK-8284620
...
Backport-of: c5b7af73d0
2025-04-17 09:03:41 +03:00
Goetz Lindenmaier
71fbdd34a6
8334777: Test javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java failed with NullPointerException
...
Backport-of: 2a2964759c
2025-04-17 09:03:41 +03:00
Goetz Lindenmaier
75a7556282
8333360: PrintNullString.java doesn't use float arguments
...
Backport-of: aaaa86b571
2025-04-17 09:03:41 +03:00
Goetz Lindenmaier
6aae576abc
8328753: Open source few Undecorated Frame tests
...
8337886: java/awt/Frame/MaximizeUndecoratedTest.java fails in OEL due to a slight color difference
Reviewed-by: mdoerr
Backport-of: db159149c1
2025-04-17 09:03:41 +03:00
Matthias Baesken
1ac83ac0f5
8317919: pthread_attr_init handle return value and destroy pthread_attr_t object
...
Backport-of: ec310fe809
2025-04-17 09:03:41 +03:00
Goetz Lindenmaier
80ec23df0d
8328403: Remove applet usage from JColorChooser tests Test6977726
...
Backport-of: 1e76e1fdfa
2025-04-17 09:03:41 +03:00
Goetz Lindenmaier
c4655d9467
8328227: Remove applet usage from JColorChooser tests Test4887836
...
Backport-of: cc5b9c63cb
2025-04-17 09:03:41 +03:00
Goetz Lindenmaier
ec73856599
8328719: Convert java/awt/print/PageFormat/SetOrient.html applet test to main
...
Backport-of: 27ac39a2bc
2025-04-17 09:03:41 +03:00
Goetz Lindenmaier
c649bce992
8328380: Remove applet usage from JColorChooser tests Test6348456
...
Backport-of: 78d1b90468
2025-04-17 09:03:41 +03:00
Goetz Lindenmaier
902120df0b
8328121: Remove applet usage from JColorChooser tests Test4759306
...
Backport-of: fab0edc9e6
2025-04-17 09:03:41 +03:00
Goetz Lindenmaier
7e8633dcb5
8327859: Remove applet usage from JColorChooser tests Test4319113
...
Backport-of: 89fb0f837b
2025-04-17 09:03:41 +03:00
Richard Reingruber
b444aa497a
8328085: C2: Use after free in PhaseChaitin::Register_Allocate()
...
Backport-of: 93aa7e2fcf
2025-04-17 09:03:41 +03:00
SendaoYan
e3fd25c736
8343129: Disable unstable check of ThreadsListHandle.sanity_vm ThreadList values
...
Backport-of: 59fcfae630
2025-04-17 09:03:41 +03:00
Goetz Lindenmaier
5d5cc754d2
8336498: [macos] [build]: install-file macro may run into permission denied error
...
8342858: Make target mac-jdk-bundle fails on chmod command
Reviewed-by: lucy
Backport-of: 715fa8f9fe
2025-04-17 09:03:40 +03:00
Matthias Baesken
0176f5505f
8341820: Check return value of hcreate_r
...
Backport-of: 7c0dbf8e9c
2025-04-17 09:03:40 +03:00
Goetz Lindenmaier
b1456193a0
8314909: tools/jpackage/windows/Win8282351Test.java fails with java.lang.AssertionError: Expected [0]. Actual [1618]:
...
Backport-of: 1b104b63a9
2025-04-17 09:03:40 +03:00
SendaoYan
6f520157d6
8320916: jdk/jfr/event/gc/stacktrace/TestParallelMarkSweepAllocationPendingStackTrace.java failed with "OutOfMemoryError: GC overhead limit exceeded"
...
Backport-of: 693847452f
2025-04-17 09:03:40 +03:00
Goetz Lindenmaier
0d1be42c1f
8346108: [21u][BACKOUT] 8337994: [REDO] Native memory leak when not recording any events
...
Reviewed-by: mdoerr
2025-04-17 09:03:40 +03:00
Goetz Lindenmaier
ffebdca55c
8343100: Consolidate EmptyFolderTest and EmptyFolderPackageTest jpackage tests into single java file
...
Backport-of: 00fe9f7bdf
2025-04-17 09:03:40 +03:00
Goetz Lindenmaier
3e2f1bb259
8343102: Remove --compress from jlink command lines from jpackage tests
...
Backport-of: 9e451aa365
2025-04-17 09:03:40 +03:00
Goetz Lindenmaier
60d5cf1ff6
8333116: test/jdk/tools/jpackage/share/ServiceTest.java test fails
...
Backport-of: 91ab088d5e
2025-04-17 09:03:40 +03:00
Goetz Lindenmaier
f0cc84eb23
8316885: jcmd: Compiler.CodeHeap_Analytics cmd does not inform about missing aggregate
...
Backport-of: 1230aed61d
2025-04-17 09:03:40 +03:00
Chad Rakoczy
86cb7e7b95
8341194: [REDO] Implement C2 VectorizedHashCode on AArch64
...
Reviewed-by: phh
Backport-of: 4fc6d4135e
2025-04-17 09:03:40 +03:00
Sonia Zaldana Calles
57d6c91584
8338100: C2: assert(!n_loop->is_member(get_loop(lca))) failed: control must not be back in the loop
...
Backport-of: e203df46fa
2025-04-17 09:03:40 +03:00
Boris Ulasevich
6340fcdb41
8295159: DSO created with -ffast-math breaks Java floating-point arithmetic
...
Reviewed-by: phh
Backport-of: df599dbb9b
2025-04-17 09:03:40 +03:00
Boris Ulasevich
2ebe44f26e
8337994: [REDO] Native memory leak when not recording any events
...
Reviewed-by: phh
Backport-of: 6a9a867d64
2025-04-17 09:03:40 +03:00
Martin Doerr
ac92cb538b
8343205: CompileBroker::possibly_add_compiler_threads excessively polls available memory
...
Reviewed-by: phh
Backport-of: 75801992a7
2025-04-17 09:03:40 +03:00
Martin Doerr
e432871e36
8343343: Misc crash dump improvements on more platforms after JDK-8294160
...
8343149: Cleanup os::print_tos_pc on AIX
Reviewed-by: mbaesken
Backport-of: e33dc13567
2025-04-17 09:03:40 +03:00
Goetz Lindenmaier
725ff3fcc8
8293345: SunPKCS11 provider checks on PKCS11 Mechanism are problematic
...
Backport-of: 1b476f52ba
2025-04-17 09:03:40 +03:00
SendaoYan
e6c9647378
8340969: jdk/jfr/startupargs/TestStartDuration.java should be marked as flagless
...
Backport-of: 470701f0bb
2025-04-17 09:03:40 +03:00
Richard Reingruber
3cf127b7ae
8341715: PPC64: ObjectMonitor::_owner should be reset unconditionally in nmethod unlocking
...
Reviewed-by: mdoerr
Backport-of: f9208fadde
2025-04-17 09:03:40 +03:00
Goetz Lindenmaier
aa997eea44
8324672: Update jdk/java/time/tck/java/time/TCKInstant.java now() to be more robust
...
Backport-of: e94e3bba39
2025-04-17 09:03:40 +03:00
Goetz Lindenmaier
71eeba1277
8339261: Logs truncated in test javax/net/ssl/DTLS/DTLSRehandshakeTest.java
...
Backport-of: 1447967f53
2025-04-17 09:03:40 +03:00
Goetz Lindenmaier
d9a2f3ae91
8337951: Test sun/security/validator/samedn.sh CertificateNotYetValidException: NotBefore validation
...
Backport-of: a505a1dda3
2025-04-17 09:03:40 +03:00
Goetz Lindenmaier
fe529874c7
8338668: Test javax/swing/JFileChooser/8080628/bug8080628.java doesn't test for GTK L&F
...
Backport-of: b8e8e965e5
2025-04-17 09:03:40 +03:00
Goetz Lindenmaier
bf883fc791
8333391: Test com/sun/jdi/InterruptHangTest.java failed: Thread was never interrupted during sleep
...
Reviewed-by: lucy
Backport-of: ed6499446d
2025-04-17 09:03:40 +03:00
Goetz Lindenmaier
071ea67a6a
8335789: [TESTBUG] XparColor.java test fails with Error. Parse Exception: Invalid or unrecognized bugid: @
...
Backport-of: 3733fe3a20
2025-04-17 09:03:40 +03:00
Goetz Lindenmaier
788dfd22d9
8327857: Remove applet usage from JColorChooser tests Test4222508
...
Backport-of: 7c6fd337d0
2025-04-17 09:03:40 +03:00
Richard Reingruber
79fb369e55
8341862: PPC64: C1 unwind_handler fails to unlock synchronized methods with LM_MONITOR
...
Backport-of: ed6809666b
2025-04-17 09:03:39 +03:00
Sonia Zaldana Calles
fdb1337845
8339154: Cleanups and JUnit conversion of test/jdk/java/util/zip/Available.java
...
Backport-of: f927c1210e
2025-04-17 09:03:39 +03:00
Sonia Zaldana Calles
4bb1a39674
8334490: Normalize string with locale invariant toLowerCase()
...
Backport-of: 265a0f5547
2025-04-17 09:03:39 +03:00
Sonia Zaldana Calles
762bd8880e
8336012: Fix usages of jtreg-reserved properties
...
Backport-of: e6c5aa7a6c
2025-04-17 09:03:39 +03:00
Sonia Zaldana Calles
063a01c2da
8331993: Add counting leading/trailing zero tests for Integer
...
Backport-of: 675fbe699e
2025-04-17 09:03:39 +03:00
Sonia Zaldana Calles
351e1ca1f5
8327390: JitTester: Implement temporary folder functionality
...
Backport-of: 5aae80304c
2025-04-17 09:03:39 +03:00
Goetz Lindenmaier
779c14c5a4
8345370: Bump update version for OpenJDK: jdk-21.0.7
...
Reviewed-by: mdoerr, sgehwolf
2025-04-17 09:03:39 +03:00
Maxim Kartashev
1a05b10b21
JBR-8210 Exclude javax/swing/JPopupMenu/7156657/bug7156657.java for WLToolkit
2025-04-15 17:20:34 +04:00
Vladimir Dvorak
c9fdf0eba5
JBR-8609 DCEVM: Fix crash during redefinition of subclass with injected fields
2025-04-14 17:57:07 +02:00
Maxim Kartashev
009e79c25d
JBR-8551 Wayland: javax/swing/JSlider/TestJSliderRendering.java: The slider is not rendered properly
2025-04-14 12:20:01 +04:00
Vladimir Dvorak
116cbbbc11
JBR-8575 DCEVM: Fix crash when deleting methods from final classes
2025-04-10 21:36:29 +02:00
Vitaly Provodin
a4190e583c
JBR-7797 build fastdebug without jcef
...
(cherry picked from commit cb322fe90d )
2025-04-09 16:31:22 +04:00
Maxim Kartashev
2f672089a5
JBR-8569 Wayland: two java/awt/Desktop tests throw java.lang.InternalError: Failed to find Wayland toolkit internal classes
2025-04-09 16:05:42 +04:00
Maxim Kartashev
b7ce4c8fb9
JBR-8572 Wayland: java/awt/Desktop/DesktopGtkLoadTest/DesktopGtkLoadTest.java: Wrong GTK library version: null
2025-04-08 17:18:40 +04:00
Vitaly Provodin
fce8863e17
fixup! update exclude list on results of 21.0.6_b946.34 test runs
2025-04-08 06:45:55 +04:00
Vitaly Provodin
5b0e5fee58
update exclude list on results of 21.0.6_b946.34 test runs
2025-04-07 13:53:49 +04:00
Vitaly Provodin
e57d489db3
fixup! JBR-7087 Wayland: GtkFileDialogPeer implementation
2025-04-05 01:34:12 +04:00
Nikita Tsarev
6f47232b48
JBR-8533: Fix wrong keys and modifiers being reported for certain non-function key combinations [WLToolkit]
2025-04-04 15:54:23 +02:00
Maxim Kartashev
7a85ad38eb
JBR-7896 Wayland: Deadlock in WLClipboard
...
Avoid performing blocking I/O while holding a lock
2025-04-04 12:20:20 +04:00
Vitaly Provodin
dd96fe584d
update exclude list by adding macosx-15.4
2025-04-02 17:36:07 +04:00
Maxim Kartashev
0c09c93635
JBR-7087 Wayland: GtkFileDialogPeer implementation
2025-04-01 15:49:42 +04:00
Maxim Kartashev
8c769bbc7c
JBR-7087 Wayland: Desktop support via GNOME
2025-04-01 15:49:36 +04:00
Maxim Kartashev
2308ce139b
JBR-7087 Wayland: GTKLookAndFeel support
2025-04-01 15:48:33 +04:00
Vitaly Provodin
25a97304ae
update exclude list on results of 21.0.6_b942.30 test runs
2025-04-01 03:55:01 +04:00
Maxim Kartashev
edfe77a55c
JBR-8436 Describe various type of github releases
2025-03-31 17:10:51 +04:00
Vitaly Provodin
aa7902f385
JBR-8315 introduce the option -c that causes builds to fail under CI if XCODE_PATH is invalid
2025-03-29 03:27:15 +04:00
Vitaly Provodin
ca2636829c
fixup! update exclude list on results of 21.0.6_b929.24 test runs
2025-03-29 03:21:10 +04:00
Vitaly Provodin
58058b4e5c
update exclude list on results of 21.0.6_b929.24 test runs
2025-03-26 07:40:28 +04:00
Nikita Tsarev
1ab48b4b72
JBR-8422: A temporary workaround for crash in SystemHotkey setup on macOS 15.4 beta
2025-03-24 18:57:26 +01:00
Vitaly Provodin
c5d734adcc
update exclude list on results of 21.0.6_b924.15 test runs
2025-03-22 11:23:08 +04:00
Nikita Provotorov
16d6b74709
JBR-7659 [macOS] SIGILL at [CoreFoundation+0x1d47c5] CFRunLoopRunSpecific.cold.1+0xe / sun.lwawt.macosx.CAccessibility.getChildrenAndRolesRecursive (2K frames).
...
Fixes crashes caused by multiple javax.accessibility.AccessibleState.EXPANDED/COLLAPSED changes by making sure AppKit has not more than one event of each type being processed or pending in its queue. The logic can be rolled back via a new system property -Dsun.lwawt.macosx.CAccessible.eventsCoalescingEnabled=false.
(cherry picked from commits 84012b5f39 , a2707d4e95 , fa8c4705e6 , a23ab5a040 , fe07d2731a )
2025-03-18 08:58:32 +01:00
vlad20012
7d32ca5b3c
JBR-8303 Provide JBR API method to perform GC with more intensive heap shrinking
...
(cherry picked from commit b9ab56b939b827c84f8c2af43480f4e673271104)
2025-03-14 09:35:16 +04:00
Vitaly Provodin
fb03844dc1
JBR-8315 specify XCODE_PATH for JBR building on macOS
2025-03-14 01:40:14 +04:00
Vitaly Provodin
370f8353a6
update exclude list on results of 21.0.6_b919.9 test runs
2025-03-11 08:00:05 +04:00
Vitaly Provodin
24654f556a
update exclude list on results of 21.0.6_b913.7 test runs
2025-03-07 01:32:11 +04:00
Alexey Ushakov
8308c81a9a
JBR-8201 Vulkan: crash in VKRenderer_MaskFill
...
Supported fully opaque mask
(cherry picked from commit 48541714e67868ff66181fce37d9f680fc428a4d)
2025-03-03 21:11:33 +01:00
Nikita Gubarkov
6793c86251
JBR-8350 Vulkan: Refactor pipeline cache & composites
...
This is needed for the implementation of painters (JBR-7646)
- Request pipelines one-by-one instead of a "pipeline sets"
- Split pipeline key into separate "shader" and "topology" (more items may need to be added later)
- Move management of composites into its own file
2025-03-03 20:31:29 +01:00
Nikita Gubarkov
6214b52d0a
JBR-8360 Vulkan: Fix ARRAY_PUSH_BACK usage
2025-03-03 20:23:14 +01:00
Nikita Gubarkov
2e1051cd85
JBR-8359 Vulkan: Put VK_DRAW after VKRenderer_AllocateMaskFillBytes
...
As VKRenderer_AllocateMaskFillBytes can invalidate draw call state due to overflow, it (and future similar functions) must be called before VK_DRAW.
2025-03-03 20:21:55 +01:00
Nikita Gubarkov
224ccc0fb8
JBR-8358 Vulkan: Framebuffer destruction queue
...
Can be generalized to destroy arbitrary resources later.
2025-03-03 20:21:54 +01:00
Nikita Gubarkov
e957e7045e
JBR-8342 Vulkan: Skip validation setup if extension is unavailable
2025-03-03 18:02:30 +01:00
Nikita Gubarkov
f747edbbdc
JBR-8284 Vulkan: fix $VULKAN_SDK autoconf check.
2025-03-03 13:15:02 +01:00
Nikita Gubarkov
534b9afc34
JBR-7565 Vulkan: Implement clip
2025-03-03 13:15:01 +01:00
Nikita Gubarkov
cf90d55b49
JBR-7645 Vulkan: Implement hash table for pipeline sets
2025-03-03 13:15:01 +01:00
Nikita Gubarkov
c673e166b4
JBR-7563 Vulkan: Implement MASK_FILL
...
Mask bytes are copied to texel buffer to be used in shader.
Up to 256KiB (configurable) of mask can be rendered in a single draw call, with no limit on number of MASK_FILL operations in a single batch.
Also added dirty implementation of greyscale-AA DRAW_GLYPH_LIST and FILL_AAPARALLELOGRAM over MASK_FILL.
(cherry picked from commit 4651c3f096 )
2025-03-03 13:12:25 +01:00
Alexey Ushakov
0828954308
JBR-8297 Vulkan: Implement ISO_BLIT
...
Implemented general logic of the blit, removed extra logging
Corrected clipping logic, updated regression tests
Added some flush and init code for the surfaces
2025-02-28 21:48:57 +01:00
Alexey Ushakov
163d3bf7fa
fixup! JBR-8287 Vulkan: enable hw accelerated VolatileImage
...
Added SuppressWarnings for sun.java2d.vulkan.accelsd property access
2025-02-28 18:52:57 +01:00
Vitaly Provodin
effda670ac
fixup! JBR-5989 Wayland: jdk_swing_wayland test group
2025-02-28 18:05:14 +04:00
Alexey Ushakov
d6ebb4f51b
JBR-8287 Vulkan: enable hw accelerated VolatileImage
...
Moved robot pixel grabber into window surface data
Created offscreen surface data
Separated surfaces implementation into two files
Moved offscreen surface to the shared code
2025-02-27 20:18:16 +01:00
Nikita Gubarkov
23b0860f75
JBR-8288 Vulkan: Synchronous render queue flush.
...
RQ doesn't expose async flush operation. All RQ flushes wait for the queue to be drained, effectively serializing queue flusher and EDT execution while still making it prone to deadlocks.
The periodic flush feature of the queue flusher thread is of no use as well, as every observable effect of RQ operation is already immediately followed by a forced flush.
As Vulkan functions have no restriction on the calling thread, keep it simple - lock the monitor and drain the queue synchronously.
(cherry picked from commit 9e0921c4269568f60156973a804fc12d0f26ab61)
2025-02-27 20:14:35 +01:00
Vitaly Provodin
c5a3e6591e
update exclude list on results of 21.0.6_b902.6 test runs
2025-02-27 02:24:01 +04:00
Vitaly Provodin
0c0dd61724
Revert "JBR-7438 tune updateCursorImmediately method"
...
This reverts commit 07ac32e2ad .
2025-02-25 13:46:02 +04:00
Vitaly Provodin
f5b2a21d22
Revert "JBR-7838 added getTreeLock to updateCursorImpl"
...
This reverts commit 5a9b8a0488 .
2025-02-25 13:46:02 +04:00
Nikita Tsarev
499257dedb
JBR-7994: Properly report non-base-level function keys [WLToolkit]
2025-02-24 09:44:23 +01:00
Vladimir Dvorak
5cdc148b68
JBR-8316 use the newest method version in get_line_number()
2025-02-22 13:58:18 +01:00
Vitaly Provodin
6253f4a137
update exclude list on results of 21.0.6_b898.3 test runs
2025-02-21 05:39:14 +04:00
Vitaly Provodin
c6a6803077
update exclude list on results of 21.0.6_b901 test runs
2025-02-20 10:40:53 +04:00
Vitaly Provodin
cce94c9753
fixup! JBR-8255 pass WLToolkit-related settings to subprocesses launched by tests
2025-02-20 10:21:40 +04:00
Vitaly Provodin
0b73c9acf9
update exclude list on results of 21.0.6_b872.80 test runs
2025-02-20 07:43:29 +04:00
Vladimir Kharitonov
5cc0aabee0
JBR-8118 TextureWrapperImage for MTLTexture
2025-02-19 14:48:01 +01:00
Vitaly Provodin
971e6d12ef
JBR-7860 revert OpenJDK changes causing the issue with links in Quick Documentation popup
...
this commit reverts
8335967: "text-decoration: none" does not work with "A" HTML tags
and
8326734: text-decoration applied to <span> lost when mixed with <u> or <s>
8325620: HTMLReader uses ConvertAction instead of specified CharacterAction for <b>, <i>, <u>
2025-02-19 10:58:24 +04:00
Maxim Kartashev
274db75a6a
JBR-8264 java/awt/Multiscreen/UpdateGCTest/UpdateGCTest.java throws StackOverflowError at WLComponentPeer.getMinimumSize
2025-02-17 16:13:01 +04:00
Maxim Kartashev
59a19cc74a
8349812: (fs) Files.newByteChannel with empty path name and CREATE_NEW throws unexpected exception
...
Reviewed-by: bpb
2025-02-17 11:00:12 +04:00
bourgesl
8005dc7135
JBR-5497: change the default value for the system property "awt.mac.flushBuffers.invokeLater" to 'enabled' to avoid any potential freeze (safe) until a better solution
2025-02-14 16:09:52 +01:00
Maxim Kartashev
915256eae4
JBR-8234 IDE cannot start on Wayland with large scale
...
Make sure the surface used for the cursor is marked as such prior to
being committed in order to receive an exception from enforcing the rule
about the buffer size having to be multiple of its scale.
2025-02-14 14:33:18 +04:00
Vitaly Provodin
cc51a11d59
JBR-8255 pass WLToolkit-related settings to subprocesses launched by tests
2025-02-14 08:46:11 +04:00
Vitaly Provodin
41d655243f
JBR-8244 add logging stdout/stderr of subprocesses
2025-02-14 08:46:11 +04:00
Nikita Gubarkov
a9cc330332
JBR-8254 Buffer X11GraphicsEnvironment.rebuildDevices calls.
2025-02-13 16:54:50 +01:00
Roland Westrelin
e5e606e633
8340824: C2: Memory for TypeInterfaces not reclaimed by hashcons()
...
Reviewed-by: vlivanov, qamai
2025-02-13 17:18:10 +04:00
Maxim Kartashev
8c3351e860
JBR-8173 IntelliJ IDEA with WLToolkit crashes when opening Query Console of a datasource with Umlauts in its name
2025-02-13 16:47:27 +04:00
Dmitry Drobotov
61a501351a
JBR-8216 Implement setAccessibilityValue method for NavigableTextAccessibility
...
* This method allows for third-party tools to modify text component contents through the accessibility API on macOS;
* The setAccessibilityValue method is implemented similarly to NavigableTextAccessibility.setAccessibilitySelectedText. On the Java side, it calls AccessibleEditableText.setTextContents according to the comment in JavaTextAccessibility.accessibilitySetValueAttribute;
* The isAccessibilitySelectorAllowed method is implemented similarly to JavaTextAccessibility.accessibilityIsValueAttributeSettable: it checks if the text component implements AccessibleEditableText, is enabled, and additionally checks if the editable property is true, because some components could be enabled but not editable, and we shouldn't allow setting the value in this case.
2025-02-13 04:59:58 +01:00
bourgesl
06f15d6efd
JBR-5497: follow-up fix
...
- monitors sleep/wake-up notifications to define ThreadUtilities.isWithinPowerTransition()
- fixed CPlatformWindow.flushBuffers() to use this pwm flag to use invokeLater() when the system property '-Dawt.mac.flushBuffers.pwm=true'
- always use invokeLater() when display mirroring is enabled (i.e. '-Dawt.mac.flushBuffers.invokeLater'=[auto|default])
- always use the timeout=0.666s in CPlatformWindow.flushBuffer()
- always use the time limit=13.333s in LWCToolkit.doAWTRunLoop() to ensure avoiding any potential hangs / freezes on macOS
2025-02-12 14:53:18 +01:00
bourgesl
04db764aeb
JBR-8183: get low resolution display modes (mac intel) and do not call anymore the DisplayConfiguration transaction on the main thread avoid main thread as it hangs for several seconds on macbook intel + macOS 15
2025-02-12 14:46:57 +01:00
Artem Bochkarev
b065970466
JBR-6478 Add possibility to determine builtin display under OSX
2025-02-12 13:45:08 +04:00
Maxim Kartashev
2cf42c937a
JBR-7897 Tool window resizes is not smooth
2025-02-12 12:21:17 +04:00
Vitaly Provodin
6bd86bea5f
update exclude list on results of 21.0.6_b872.79 test runs
2025-02-04 02:54:07 +04:00
Maxim Kartashev
f89a6626d5
JBR-8197 Wayland: Robot fails if offset in monitor configuration exists
2025-01-31 13:47:52 +04:00
Artem Bochkarev
d28f657f90
JBR-8138 Enable only 'com.apple.security.cs.allow-jit' entitlement for JCEF binaries
2025-01-31 12:05:51 +04:00
Kerem Kat
dc7af104b1
JBR-8038 8345296: AArch64: VM crashes with SIGILL when prctl is disallowed
...
Reviewed-by: shade, phh
Backport-of: 3c60f0b2bb
2025-01-31 02:15:14 +04:00
Roman Shevchenko
a6d06afaf2
JBR-8198: substituting empty extension with the "Unix executable" type in the macOS file dialog ( #479 )
...
(cherry picked from commit cf45f88d9d0d93bdcd09afda07c4b77857bcc5a5)
2025-01-30 17:49:43 +04:00
Vitaly Provodin
d13f7cfd9f
JBR-8189 revert "8296972: [macos13] java/awt/Frame/MaximizedToIconified/MaximizedToIconified.java: getExtendedState() != 6 as expected."
...
This reverts commit 488baa5150 .
2025-01-30 17:47:32 +04:00
Artem Bochkarev
a4ffe583a8
JBR-8138 Disable all JCEF resctrictions except 'allow-dyld-environment-variables'
...
otherwise V8 can't load
(with error "V8 process OOM (Failed to reserve virtual memory for CodeRange).")
2025-01-30 09:02:29 +04:00
Maxim Kartashev
d476d58045
JBR-8066 Wayland: clipboard size is limited to 65000 symbols
2025-01-29 15:17:12 +04:00
Maxim Kartashev
65dce847fe
JBR-8116 Wayland: support RounderCornersManager JBR API
2025-01-29 13:29:37 +04:00
Artem Bochkarev
1f39236c02
JBR-8138 Sign jcef binaries with separate entitlements
...
Revert to true the OSX entitlement "com.apple.security.cs.allow-dyld-environment-variables"
2025-01-29 10:50:28 +04:00
Nikita Gubarkov
d5f2a621eb
JBR-8112 Revert swing.bufferPerWindow back to false on Windows
2025-01-29 06:41:29 +01:00
Vitaly Provodin
2c99fe8fe6
update exclude list on results of 21.0.6_b825.69 test runs
2025-01-27 14:39:35 +04:00
Vitaly Provodin
b8a228f20a
update exclude list on results of 21.0.6 test runs
2025-01-27 14:38:58 +04:00
Roman Shevchenko
fc3aee933b
JBR-8156 restoring WSL visibility in the folder picker mode
2025-01-27 14:08:55 +04:00
bourgesl
7dff65167d
JBR-8159: kill CVDisplayLink zombies (sleep / wake-up with multiple monitors in mirroring) + deal with display link thread shutdown (destroy threads at sleep) and restart when needed
2025-01-25 14:35:25 +01:00
Sergey Shelomentsev
9351581c69
JBR-8046 repack java.base.jmod with correct module hashes after signing
2025-01-24 21:29:27 +02:00
Martin Balao
190e06ac55
8339180: Enhanced Building of Processes: Follow-on Issue
...
Reviewed-by: yan
Backport-of: a71624a69ec5cc8600f2a3a53c23c75b43068830
2025-01-24 18:41:40 +04:00
Jayathirth D V
ec06f84bb4
8336564: Enhance mask blit functionality redux
...
Backport-of: 6e7f9a23a4daf461acbc4c5a5110e19b34ced22c
2025-01-24 18:41:39 +04:00
Ravi Reddy
d011a5df3c
8335428: Enhanced Building of Processes
...
Backport-of: 978dfdf9aa95da4196055cc288c5993d4dc6ef85
2025-01-24 18:41:39 +04:00
Christian Hagedorn
238b7c7623
8330045: Enhance array handling
...
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org >
Co-authored-by: Emanuel Peter <epeter@openjdk.org >
Co-authored-by: Francisco Ferrari Bihurriet <fferrari@redhat.com >
Co-authored-by: Martin Balao <mbalao@redhat.com >
Reviewed-by: thartmann, adinn, roland
Backport-of: 727c2612766dd1737bf59fb0d9ba1e58a7b8c32b
2025-01-24 18:41:38 +04:00
Alexey Bakhtin
68fd2270d5
8335912: Add an operation mode to the jar command when extracting to not overwriting existing files
...
Reviewed-by: henryjen, goetz, mbalao
Backport-of: 158b93d19a
2025-01-24 18:41:38 +04:00
Francisco Ferrari Bihurriet
52c2f8f2a4
8342905: Thread.setContextClassloader from thread in FJP commonPool task no longer works after JDK-8327501 redux
...
Reviewed-by: sgehwolf, mbalao
Backport-of: 872ae13471
2025-01-24 18:41:37 +04:00
Martin Balao
c7d0df931b
8344993: [21u] [REDO] Backport JDK-8327501 and JDK-8328366 to JDK 21
...
Reviewed-by: sgehwolf
2025-01-24 18:41:37 +04:00
Goetz Lindenmaier
954de9085e
8322809: SystemModulesMap::classNames and moduleNames arrays do not match the order
...
Reviewed-by: sgehwolf, mbaesken
Backport-of: f3be138eb8
2025-01-24 18:41:37 +04:00
SendaoYan
9b31ee2277
8344628: Test TestEnableJVMCIProduct.java run with virtual thread intermittent fails
...
Backport-of: 3a625f38aa
2025-01-24 18:41:36 +04:00
Saint Wesonga
43e92bb6cf
8334475: UnsafeIntrinsicsTest.java#ZGenerationalDebug assert(!assert_on_failure) failed: Has low-order bits set
...
Backport-of: 7f189a59d9ad803aee72565bc46a817d3f46f2e5
2025-01-24 18:41:36 +04:00
Amit Kumar
0facab11d8
8342409: [s390x] C1 unwind_handler fails to unlock synchronized methods with LM_MONITOR
...
Backport-of: 9201e9fcc2
2025-01-24 18:41:35 +04:00
Matthias Baesken
3adba13435
8345055: [21u] ProblemList failing rtm tests on ppc platforms
...
Reviewed-by: mdoerr
2025-01-24 18:41:35 +04:00
Matthias Baesken
7624219a92
8325906: Problemlist vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java#id1 until JDK-8320865 is fixed
...
Backport-of: 2564f0f998
2025-01-24 18:41:35 +04:00
KIRIYAMA Takuya
8cc801a3a7
8333427: langtools/tools/javac/newlines/NewLineTest.java is failing on Japanese Windows
...
Backport-of: 1b0281dc77
2025-01-24 18:41:34 +04:00
SendaoYan
378b566e70
8343877: Test AsyncClose.java intermittent fails - Socket.getInputStream().read() wasn't preempted
...
Backport-of: 752e162955
2025-01-24 18:41:34 +04:00
SendaoYan
b1e7e0c507
8338344: Test TestPrivilegedMode.java intermittent fails java.lang.NoClassDefFoundError: jdk/test/lib/Platform
...
Backport-of: e3a5e265a7
2025-01-24 18:41:34 +04:00
SendaoYan
9fa691deb9
8316893: Compile without -fno-delete-null-pointer-checks
...
Backport-of: 287b243221
2025-01-24 18:41:33 +04:00
Antonio Vieiro
f0175adb85
8340552: Harden TzdbZoneRulesCompiler against missing zone names
...
Backport-of: 1bc13a1c10
2025-01-24 18:41:32 +04:00
SendaoYan
98af0f3acf
8316907: Fix nonnull-compare warnings
...
Backport-of: 516cfb135f
2025-01-24 18:41:32 +04:00
Amit Kumar
0d8f6bb0d9
8343884: [s390x] Disallow OptoScheduling
...
Backport-of: 7540fa2147
2025-01-24 18:41:31 +04:00
Sophia Guo
5c9b3f7316
8333248: VectorGatherMaskFoldingTest.java failed when maximum vector bits is 64
...
Backport-of: 9b0a5c5cd0
2025-01-24 18:41:31 +04:00
Goetz Lindenmaier
84ea6083d7
8319678: Several tests from corelibs areas ignore VM flags
...
Backport-of: 2e3682a7f2
2025-01-24 18:41:30 +04:00
Goetz Lindenmaier
5d7b6b8141
8339637: (tz) Update Timezone Data to 2024b
...
Reviewed-by: andrew
Backport-of: 73b2341c67
2025-01-24 18:41:30 +04:00
Goetz Lindenmaier
da1731bcc2
8328619: sun/management/jmxremote/bootstrap/SSLConfigFilePermissionTest.java failed with BindException: Address already in use
...
Backport-of: 2af0312c95
2025-01-24 18:41:29 +04:00
Matthias Baesken
c068471704
8341722: Fix some warnings as errors when building on Linux with toolchain clang
...
Reviewed-by: clanger
Backport-of: e7c5bf45f7
2025-01-24 18:41:29 +04:00
Alexey Bakhtin
e0e39797a6
8337826: Improve logging in OCSPTimeout and SimpleOCSPResponder to help diagnose JDK-8309754
...
Backport-of: 9b11bd7f4a
2025-01-24 18:41:29 +04:00
Matthias Baesken
4f27eae84b
8338550: Do libubsan1 installation in test container only if requested
...
Backport-of: 7933e45cda
2025-01-24 18:41:28 +04:00
Goetz Lindenmaier
5a367743a9
8325525: Create jtreg test case for JDK-8325203
...
8336315: tools/jpackage/windows/WinChildProcessTest.java Failed: Check is calculator process is alive
Reviewed-by: lucy
Backport-of: 81a0d1ba03
2025-01-24 18:41:28 +04:00
Matthias Baesken
7e792b947e
8333144: docker tests do not work when ubsan is configured
...
Backport-of: fbe8a81d19
2025-01-24 18:41:28 +04:00
William Kemper
10fbe2c4fe
8336640: Shenandoah: Parallel worker use in parallel_heap_region_iterate
...
Reviewed-by: shade
Backport-of: e74edbaea9
2025-01-24 18:41:27 +04:00
Satyen Subramaniam
0661caffe8
8321470: ThreadLocal.nextHashCode can be static final
...
Backport-of: c42535f111
2025-01-24 18:41:27 +04:00
Martin Doerr
4f2535e27b
8343923: GHA: Switch to Xcode 15 on MacOS AArch64 runners
...
Backport-of: 4c5bc5f2f0
2025-01-24 18:41:26 +04:00
Sonia Zaldana Calles
bbddd3e71c
8338389: [JFR] Long strings should be added to the string pool
...
Backport-of: d5c6158ced
2025-01-24 18:41:26 +04:00
Matthias Baesken
72f894b40a
8342823: Ubsan: ciEnv.cpp:1614:65: runtime error: member call on null pointer of type 'struct CompileTask'
...
Backport-of: beff8bfe2a
2025-01-24 18:41:25 +04:00
Matthias Baesken
51773f0e61
8338449: ubsan: division by zero in sharedRuntimeTrans.cpp
...
Reviewed-by: mdoerr
Backport-of: 37cfaa8deb
2025-01-24 18:41:25 +04:00
Matthias Baesken
db82e5bd1c
8336911: ZGC: Division by zero in heuristics after JDK-8332717
...
Backport-of: 1cc32237ae
2025-01-24 18:41:25 +04:00
Amit Kumar
16226222fb
8344164: [s390x] ProblemList hotspot/jtreg/runtime/NMT/VirtualAllocCommitMerge.java
...
Backport-of: 3245f56e53
2025-01-24 18:41:24 +04:00
Martin Doerr
6205a5a135
8343724: [PPC64] Disallow OptoScheduling
...
Backport-of: f621f26cd1
2025-01-24 18:41:24 +04:00
Martin Doerr
503b6ebadf
8342607: Enhance register printing on x86_64 platforms
...
Backport-of: d8b3685d36
2025-01-24 18:41:23 +04:00
Amit Kumar
d8506d916f
8343506: [s390x] multiple test failures with ubsan
...
Backport-of: f6edfe58d6
2025-01-24 18:41:23 +04:00
Goetz Lindenmaier
d40225528a
8342183: Update tests to use stronger algorithms and keys
...
Backport-of: c82ad845e1
2025-01-24 18:41:22 +04:00
Goetz Lindenmaier
7b6bb3036d
8342188: Update tests to use stronger key parameters and certificates
...
Backport-of: ae82cc1ba1
2025-01-24 18:41:22 +04:00
SendaoYan
340209fea6
8336257: Additional tests in jmxremote/startstop to match on PID not app name
...
Backport-of: 687601ebca
2025-01-24 18:41:22 +04:00
SendaoYan
401706d5ea
8319673: Few security tests ignore VM flags
...
Reviewed-by: lucy
Backport-of: 430290066c
2025-01-24 18:41:21 +04:00
Matthias Baesken
c04c47e9c6
8318442: java/net/httpclient/ManyRequests2.java fails intermittently on Linux
...
Backport-of: 06d8216a4e
2025-01-24 18:41:21 +04:00
Matthias Baesken
72e6fcb7a5
8340801: Disable ubsan checks in some awt/2d coding
...
Backport-of: e7cf25ce0e
2025-01-24 18:41:20 +04:00
SendaoYan
78ff2783a2
8339892: Several security shell tests don't set TESTJAVAOPTS
...
Backport-of: 8a2a75e56d
2025-01-24 18:41:20 +04:00
SendaoYan
90aaf660b1
8207908: JMXStatusTest.java fails assertion intermittently
...
Backport-of: b7d0eff5ad
2025-01-24 18:41:20 +04:00
SendaoYan
204ebc1f01
8337410: The makefiles should set problemlist and adjust timeout basing on the given VM flags
...
Backport-of: 5e021cbcc7
2025-01-24 18:41:19 +04:00
Goetz Lindenmaier
1282ad1c08
8342181: Update tests to use stronger Key and Salt size
...
Backport-of: f340ab2d36
2025-01-24 18:41:19 +04:00
Goetz Lindenmaier
24bb6f6d36
8341927: Replace hardcoded security providers with new test.provider.name system property
...
8343848: Fix typo of property name in TestOAEPPadding after 8341927
Reviewed-by: lucy
Backport-of: 9a9ac1d005
2025-01-24 18:41:17 +04:00
Goetz Lindenmaier
50fc086cc4
8335142: compiler/c1/TestTraceLinearScanLevel.java occasionally times out with -Xcomp
...
Backport-of: 6f4ddc2f6b
2025-01-24 18:41:17 +04:00
Goetz Lindenmaier
7c3dfc3d32
8333235: vmTestbase/nsk/jdb/kill/kill001/kill001.java fails with C1
...
Backport-of: f73922b27d
2025-01-24 18:41:16 +04:00
Goetz Lindenmaier
bd4060f99d
8332112: Update nsk.share.Log to don't print summary during VM shutdown hook
...
Backport-of: 61aff6db15
2025-01-24 18:41:15 +04:00
Goetz Lindenmaier
436fe4b8b5
8330278: Have SSLSocketTemplate.doClientSide use loopback address
...
Backport-of: 0eff492e41
2025-01-24 18:41:15 +04:00
Goetz Lindenmaier
2408ee5585
8240343: JDI stopListening/stoplis001 "FAILED: listening is successfully stopped without starting listening"
...
Backport-of: 28b2019559
2025-01-24 18:41:15 +04:00
Goetz Lindenmaier
a7ad219fde
8327924: Simplify TrayIconScalingTest.java
...
Backport-of: 1496b5de90
2025-01-24 18:41:14 +04:00
Goetz Lindenmaier
0580c0dd3e
8325038: runtime/cds/appcds/ProhibitedPackage.java can fail with UseLargePages
...
Backport-of: b42b8886aa
2025-01-24 18:41:14 +04:00
Goetz Lindenmaier
5520337c11
8308429: jvmti/StopThread/stopthrd007 failed with "NoClassDefFoundError: Could not initialize class jdk.internal.misc.VirtualThreads"
...
Backport-of: 0e501f66df
2025-01-24 18:41:13 +04:00
Goetz Lindenmaier
528439ab12
8320575: generic type information lost on mandated parameters of record's compact constructors
...
Reviewed-by: mbaesken
Backport-of: 7bf1989f59
2025-01-24 18:41:13 +04:00
Goetz Lindenmaier
7108e2628f
8337810: ProblemList BasicDirectoryModel/LoaderThreadCount.java on Windows
...
Backport-of: f92c60e1a9
2025-01-24 18:41:12 +04:00
SendaoYan
cbd457ee1b
8342681: TestLoadBypassesNullCheck.java fails improperly specified VM option
...
Backport-of: 8bcd4920f1
2025-01-24 18:41:12 +04:00
Goetz Lindenmaier
1683bdc17b
8341235: Improve default instruction frame title in PassFailJFrame
...
Backport-of: 4ba170c403
2025-01-24 18:41:11 +04:00
Goetz Lindenmaier
8c6936d02f
8340799: Add border inside instruction frame in PassFailJFrame
...
Backport-of: 520060f79a
2025-01-24 18:41:11 +04:00
Goetz Lindenmaier
c0d97eafb7
8340812: LambdaForm customization via MethodHandle::updateForm is not thread safe
...
Backport-of: 47c10694c6
2025-01-24 18:41:11 +04:00
Goetz Lindenmaier
6a7c0fe773
8339803: Acknowledge case insensitive unambiguous keywords in tzdata files
...
Reviewed-by: mbaesken
Backport-of: 35a94b7697
2025-01-24 18:41:11 +04:00
SendaoYan
fdebf8227b
8306446: java/lang/management/ThreadMXBean/Locks.java transient failures
...
Backport-of: 4ae5a3e39b
2025-01-24 18:41:10 +04:00
Matthias Baesken
06e47f36e9
8333728: ubsan: shenandoahFreeSet.cpp:1347:24: runtime error: division by zero
...
Reviewed-by: mdoerr, lucy
Backport-of: b557594202
2025-01-24 18:41:10 +04:00
Roland Westrelin
e3b4ff0048
8342496: C2/Shenandoah: SEGV in compiled code when running jcstress
...
Backport-of: 680dc5d896
2025-01-24 18:41:09 +04:00
Goetz Lindenmaier
ef03bf861d
8340214: C2 compilation asserts with "no node with a side effect" in PhaseIdealLoop::try_sink_out_of_loop
...
Backport-of: ff2f39f240
2025-01-24 18:41:09 +04:00
Goetz Lindenmaier
9b5942bb73
8337066: Repeated call of StringBuffer.reverse with double byte string returns wrong result
...
Backport-of: cd61f97c2d
2025-01-24 18:41:09 +04:00
Goetz Lindenmaier
b6b3b7e03b
8340785: Update description of PassFailJFrame and samples
...
Backport-of: 5063494f5b
2025-01-24 18:41:08 +04:00
Goetz Lindenmaier
4ee68640a1
8317116: Provide layouts for multiple test UI in PassFailJFrame
...
Backport-of: 85f0442727
2025-01-24 18:41:08 +04:00
Goetz Lindenmaier
eabe9af638
8334057: JLinkReproducibleTest.java support receive test.tool.vm.opts
...
Backport-of: 8feabc849b
2025-01-24 18:41:07 +04:00
Goetz Lindenmaier
e90fba3925
8333754: Add a Test against ECDSA and ECDH NIST Test vector
...
Reviewed-by: mbaesken
Backport-of: fad6644eab
2025-01-24 18:41:07 +04:00
Xiaolong Peng
509b2ef013
8319640: ClassicFormat::parseObject (from DateTimeFormatter) does not conform to the javadoc and may leak DateTimeException
...
Backport-of: fe0ccdf5f8
2025-01-24 18:41:06 +04:00
Fei Yang
670f6e30de
8342578: GHA: RISC-V: Bootstrap using Debian snapshot is still failing
...
Backport-of: 239d84a82a
2025-01-24 18:41:06 +04:00
Goetz Lindenmaier
f4d2f3355c
8340466: Add description for PassFailJFrame constructors
...
Backport-of: 3762ec3978
2025-01-24 18:41:05 +04:00
Goetz Lindenmaier
ee7e0b24f5
8339787: Add some additional diagnostic output to java/net/ipv6tests/UdpTest.java
...
Backport-of: cecb0b3d11
2025-01-24 18:41:05 +04:00
Goetz Lindenmaier
d0841a1833
8340899: Remove wildcard bound in PositionWindows.positionTestWindows
...
Backport-of: e2626db2f0
2025-01-24 18:41:04 +04:00
Goetz Lindenmaier
f17469333e
8340684: Reading from an input stream backed by a closed ZipFile has no test coverage
...
Backport-of: 0e0b0b0d26
2025-01-24 18:41:04 +04:00
Goetz Lindenmaier
af02477067
8340365: Position the first window of a window list
...
Backport-of: e97f0fe1b4
2025-01-24 18:41:03 +04:00
Goetz Lindenmaier
43c9727bef
8340461: Amend description for logArea
...
Backport-of: 833ff29983
2025-01-24 18:41:03 +04:00
Goetz Lindenmaier
74e072d633
8340308: PassFailJFrame: Make rows default to number of lines in instructions
...
Backport-of: d1d824008d
2025-01-24 18:41:02 +04:00
Goetz Lindenmaier
f77ab55e07
8340306: Add border around instructions in PassFailJFrame
...
Backport-of: 0120d3eed5
2025-01-24 18:41:01 +04:00
Goetz Lindenmaier
b6bc3bf8ad
8338759: Add extra diagnostic to java/net/InetAddress/ptr/Lookup.java
...
Backport-of: 118c9ade1a
2025-01-24 18:41:00 +04:00
Goetz Lindenmaier
b95a02a731
8340210: Add positionTestUI() to PassFailJFrame.Builder
...
Backport-of: f0ae90f30c
2025-01-24 18:40:59 +04:00
Goetz Lindenmaier
1f451985dd
8332901: Select{Current,New}ItemTest.java for Choice don't open popup on macOS
...
Move SelectCurrentItemTest.java to java/awt/Choice/SelectItem/.
Move SelectNewItemTest.java to java/awt/Choice/SelectItem/.
Use latches to control test flow instead of delays.
Encapsulate the common logic in SelectCurrentItemTest.
Provide overridable checkXXX() methods to modify conditions.
Provide an overridable method which defines where to click
in the choice popup to select an item.
Backport-of: ef96a7b014
2025-01-24 18:40:59 +04:00
Goetz Lindenmaier
f8542a9b89
8333317: Test sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java failed with: Invalid ECDH ServerKeyExchange signature
...
Reviewed-by: lucy
Backport-of: c6f0a35e9e
2025-01-24 18:40:58 +04:00
Goetz Lindenmaier
ddab2c3553
8335709: C2: assert(!loop->is_member(get_loop(useblock))) failed: must be outside loop
...
Backport-of: 0ddf54e222
2025-01-24 18:40:54 +04:00
Goetz Lindenmaier
2cc5d4c7a6
8325851: Hide PassFailJFrame.Builder constructor
...
Backport-of: 3b9255eb66
2025-01-24 18:40:54 +04:00
Todd V. Jonker
c4230c1142
8342765: [21u] RTM tests assume UnlockExperimentalVMOptions is disabled by default
...
Reviewed-by: phh
2025-01-24 18:40:53 +04:00
t.ogata
a55a3f1912
8337851: Some tests have name which confuse jtreg
...
Backport-of: e6698f51a1
2025-01-24 18:40:52 +04:00
Amit Kumar
0e5c732936
8342962: [s390x] TestOSRLotsOfLocals.java crashes
...
Backport-of: 54327bc4e3
2025-01-24 18:40:52 +04:00
Goetz Lindenmaier
2b34cfc91e
8283214: [macos] Screen magnifier does not show the magnified text for JComboBox
...
Backport-of: de51aa19d6
2025-01-24 18:40:51 +04:00
SendaoYan
17faf5977d
8313374: --enable-ccache's CCACHE_BASEDIR breaks builds
...
Backport-of: 571c435e1a
2025-01-24 18:40:51 +04:00
Martin Doerr
f6129c08fe
8342701: [PPC64] TestOSRLotsOfLocals.java crashes
...
Backport-of: 3bba0f3dc8
2025-01-24 18:40:50 +04:00
Richard Reingruber
7ccf3ca81c
8334560: [PPC64]: postalloc_expand_java_dynamic_call_sched does not copy all fields
...
Backport-of: 13dce296fc
2025-01-24 18:40:50 +04:00
t.ogata
ebd57b44a7
8328379: Convert URLDragTest.html applet test to main
...
Backport-of: fbeac98c84
2025-01-24 18:40:50 +04:00
Steven Loomis
60ef6ede11
8195675: Call to insertText with single character from custom Input Method ignored
...
Backport-of: b8f2ec9091
2025-01-24 18:40:44 +04:00
Goetz Lindenmaier
2ceb6433c4
8325506: Ensure randomness is only read from provided SecureRandom object
...
Reviewed-by: lucy
Backport-of: b87d9cf2c9
2025-01-24 18:40:44 +04:00
Goetz Lindenmaier
8e8c768f6c
8320673: PageFormat/CustomPaper.java has no Pass/Fail buttons; multiple instructions
...
Backport-of: 0ff2deab5d
2025-01-24 18:40:43 +04:00
Goetz Lindenmaier
c1dea4f163
8322754: click JComboBox when dialog about to close causes IllegalComponentStateException
...
Backport-of: e44276989f
2025-01-24 18:40:42 +04:00
Goetz Lindenmaier
fc945c5117
8225220: When the Tab Policy is checked,the scroll button direction displayed incorrectly.
...
Backport-of: ed5b8c3a7b
2025-01-24 18:40:42 +04:00
Jiangli Zhou
e3c150bd07
8316428: G1: Nmethod count statistics only count last code root set iterated
...
Backport-of: fab372d3a2
2025-01-24 18:40:42 +04:00
Satyen Subramaniam
83bf000a52
8333824: Unused ClassValue in VarHandles
...
Reviewed-by: shade
Backport-of: 7b43a8cd7c
2025-01-24 18:40:41 +04:00
t.ogata
206a810f58
8328242: Add a log area to the PassFailJFrame
...
Backport-of: 9bc1b065db
2025-01-24 18:40:41 +04:00
Satyen Subramaniam
b95d3b4e7d
8323562: SaslInputStream.read() may return wrong value
...
Backport-of: 5cf7947ccd
2025-01-24 18:40:40 +04:00
Kerem Kat
ba1536e0bf
8311656: Shenandoah: Unused ShenandoahSATBAndRemarkThreadsClosure::_claim_token
...
Backport-of: 0b0e064e36
2025-01-24 18:40:40 +04:00
Goetz Lindenmaier
bebab92f85
8328402: Implement pausing functionality for the PassFailJFrame
...
Backport-of: 581b1e29ae
2025-01-24 18:40:39 +04:00
Goetz Lindenmaier
b2db708812
8342669: [21u] Fix TestArrayAllocatorMallocLimit after backport of JDK-8315097
...
Reviewed-by: lucy
2025-01-24 18:40:38 +04:00
SendaoYan
33e9b5afeb
8341997: Tests create files in src tree instead of scratch dir
...
Backport-of: caa8f35ed4
2025-01-24 18:40:38 +04:00
Todd V. Jonker
55bcf1b9ca
8340398: [JVMCI] Unintuitive behavior of UseJVMCICompiler option
...
Backport-of: 4cd8c75a55
2025-01-24 18:40:37 +04:00
Satyen Subramaniam
d3d4186b4f
8325610: CTW: Add StressIncrementalInlining to stress options
...
Reviewed-by: ysr
Backport-of: 5bf859c8e9
2025-01-24 18:40:37 +04:00
Goetz Lindenmaier
4d4aaff07c
8325762: Use PassFailJFrame.Builder.splitUI() in PrintLatinCJKTest.java
...
Backport-of: 41242cbe5d
2025-01-24 18:38:54 +04:00
SendaoYan
f282627031
8341806: Gcc version detection failure on Alinux3
...
Backport-of: c49ef0421f
2025-01-24 18:38:53 +04:00
SendaoYan
d689b3e902
8341688: Aarch64: Generate comments in -XX:+PrintInterpreter to link to source code
...
Backport-of: 0be27bf0c5
2025-01-24 18:38:52 +04:00
Boris Ulasevich
41e62297b3
8320892: AArch64: Restore FPU control state after JNI
...
Backport-of: 50f3124055
2025-01-24 18:38:52 +04:00
Satyen Subramaniam
297cee6f74
8332866: Crash in ImageIO JPEG decoding when MEM_STATS in enabled
...
Backport-of: ca30726352
2025-01-24 18:38:52 +04:00
Todd V. Jonker
5f5c927890
8341261: Tests assume UnlockExperimentalVMOptions is disabled by default
...
Reviewed-by: phh
Backport-of: 1bdd79e7b2
2025-01-24 18:38:51 +04:00
Gui Cao
007b6633b0
8342014: RISC-V: ZStoreBarrierStubC2 clobbers rflags
...
Reviewed-by: fyang
Backport-of: a601cd2e10
2025-01-24 18:38:51 +04:00
Matthias Baesken
25729b8d2c
8340109: Ubsan: ciEnv.cpp:1660:65: runtime error: member call on null pointer of type 'struct CompileTask'
...
Backport-of: efe3573b9b
2025-01-24 18:38:50 +04:00
Boris Ulasevich
19b5c852a3
8320682: [AArch64] C1 compilation fails with "Field too big for insn"
...
Reviewed-by: phh
Backport-of: 69014cd55b
2025-01-24 18:38:50 +04:00
Matthias Baesken
7a532238c1
8341024: [test] build/AbsPathsInImage.java fails with OOM when using ubsan-enabled binaries
...
Backport-of: 1b46fea59c
2025-01-24 18:38:49 +04:00
Gui Cao
2f27aeccdf
8320397: RISC-V: Avoid passing t0 as temp register to MacroAssembler:: cmpxchg_obj_header/cmpxchgptr
...
Backport-of: 0be0775a76
2025-01-24 18:38:49 +04:00
Martin Doerr
3877347eb2
8339386: Assertion on AIX - original PC must be in the main code section of the compiled method
...
Reviewed-by: mbaesken, lucy
Backport-of: 9a25f822fb
2025-01-24 18:38:49 +04:00
Gui Cao
274364e0d5
8341146: RISC-V: Unnecessary fences used for load-acquire in template interpreter
...
Reviewed-by: fjiang, fyang
Backport-of: a4ca6267e1
2025-01-24 18:38:48 +04:00
Goetz Lindenmaier
e63e595d2b
8342063: [21u][aix] Backport introduced redundant line in ProblemList
...
Reviewed-by: lucy
2025-01-24 18:38:48 +04:00
Boris Ulasevich
a3d31647b0
8319973: AArch64: Save and restore FPCR in the call stub
...
Reviewed-by: aph
2025-01-24 18:38:47 +04:00
Goetz Lindenmaier
60d450430a
8340632: ProblemList java/nio/channels/DatagramChannel/ for Macos
...
Reviewed-by: lucy
2025-01-24 18:38:47 +04:00
Goetz Lindenmaier
435467b7fa
8323688: C2: Fix UB of jlong overflow in PhaseIdealLoop::is_counted_loop()
...
Backport-of: 1dd60b62e3
2025-01-24 18:38:46 +04:00
Goetz Lindenmaier
34f2381dc0
8340008: KeyEvent/KeyTyped/Numpad1KeyTyped.java has 15 seconds timeout
...
Backport-of: 3c22d83c0f
2025-01-24 18:38:45 +04:00
Goetz Lindenmaier
b17fdaef47
8337067: Test runtime/classFileParserBug/Bad_NCDFE_Msg.java won't compile
...
Backport-of: 021c2c36ac
2025-01-24 18:38:45 +04:00
Goetz Lindenmaier
cd1fe75bab
8321543: Update NSS to version 3.96
...
Backport-of: 6cda4c5985
2025-01-24 18:38:44 +04:00
Goetz Lindenmaier
74ab4a0c08
8321299: runtime/logging/ClassLoadUnloadTest.java doesn't reliably trigger class unloading
...
Backport-of: 5cae7d20ad
2025-01-24 18:38:44 +04:00
Aleksey Shipilev
8e4f3c4694
8337876: [IR Framework] Add support for IR tests with @Stable
...
8338112: Test testlibrary_tests/ir_framework/tests/TestPrivilegedMode.java fails with release build
Reviewed-by: eastigeevich, phh
Backport-of: c01f53ac2d
2025-01-24 18:38:43 +04:00
Gui Cao
c22ad16867
8340590: RISC-V: C2: Small improvement to vector gather load and scatter store
...
Backport-of: 88801caef6
2025-01-24 18:38:42 +04:00
Amit Kumar
11f7306ad4
8332461: ubsan : dependencies.cpp:906:3: runtime error: load of value 4294967295, which is not a valid value for type 'DepType'
...
Backport-of: 28de44da71
2025-01-24 18:38:42 +04:00
SendaoYan
092f33d4c4
8341562: RISC-V: Generate comments in -XX:+PrintInterpreter to link to source code
...
Backport-of: 8e9f46a0f1
2025-01-24 18:38:41 +04:00
Goetz Lindenmaier
854a75e2ef
8313878: Exclude two compiler/rtm/locking tests on ppc64le
...
Backport-of: 6faea22b52
2025-01-24 18:38:40 +04:00
Goetz Lindenmaier
f68339626a
8328021: Convert applet test java/awt/List/SetFontTest/SetFontTest.html to main program
...
Backport-of: 87bd6caca0
2025-01-24 18:38:40 +04:00
Goetz Lindenmaier
9ccb4b683b
8334719: (se) Deferred close of SelectableChannel may result in a Selector doing the final close before concurrent I/O on channel has completed
...
Reviewed-by: lucy
Backport-of: 9bb675f89d
2025-01-24 18:38:40 +04:00
Matthias Baesken
55f3efef74
8339487: ProcessHandleImpl os_getChildren sysctl call - retry in case of ENOMEM and enhance exception message
...
Backport-of: 4ff72dc57e
2025-01-24 18:38:39 +04:00
Matthias Baesken
f349f1384a
8339648: ZGC: Division by zero in rule_major_allocation_rate
...
Backport-of: 80db6e71b0
2025-01-24 18:38:39 +04:00
Matthias Baesken
435f14c2a5
8340923: The class LogSelection copies uninitialized memory
...
Backport-of: 10da2c21a1
2025-01-24 18:38:38 +04:00
Goetz Lindenmaier
dcf1bac0fa
8340007: Refactor KeyEvent/FunctionKeyTest.java
...
Backport-of: 2faf8b8d58
2025-01-24 18:38:38 +04:00
Goetz Lindenmaier
d83412bef5
8338380: Update TLSCommon/interop/AbstractServer to specify an interface to listen for connections
...
Backport-of: 0b5c8870e5
2025-01-24 18:38:37 +04:00
Goetz Lindenmaier
f75f6c5cc0
8339560: Unaddressed comments during code review of JDK-8337664
...
Reviewed-by: mbaesken
Backport-of: 95d3e9d199
2025-01-24 18:38:36 +04:00
George Adams
9847c20426
8340804: doc/building.md update Xcode instructions to note that full install is required
...
Reviewed-by: phh
Backport-of: b639661e79
2025-01-24 18:38:35 +04:00
Aleksey Shipilev
e6e42f158d
8340418: GHA: MacOS AArch64 bundles can be removed prematurely
...
Backport-of: 9d76c7c60f
2025-01-24 18:38:35 +04:00
Matthias Baesken
1dbff5ec6d
8340387: Update OS detection code to recognize Windows Server 2025
...
Backport-of: 34cddfbedd
2025-01-24 18:38:34 +04:00
Martin Doerr
b8d0a421dc
8340657: [PPC64] SA determines wrong unextendedSP
...
Backport-of: 49d15edd31
2025-01-24 18:38:33 +04:00
Goetz Lindenmaier
faa3b4a2f3
8338924: C1: assert(0 <= i && i < _len) failed: illegal index 5 for length 5
...
8335664: Parsing jsr broken: assert(bci>= 0 && bci < c->method()->code_size()) failed: index out of bounds
Backport-of: caf28d4ac5
2025-01-24 18:38:33 +04:00
Goetz Lindenmaier
8797b1dd56
8324841: PKCS11 tests still skip execution
...
Backport-of: 9d4a4bd2c2
2025-01-24 18:38:32 +04:00
Ben Taylor
31c404d02c
8321940: Improve CDSHeapVerifier in handling of interned strings
...
Backport-of: 4f3de09672
2025-01-24 18:38:31 +04:00
Liang Mao
93519265e3
8339725: Concurrent GC crashed due to GetMethodDeclaringClass
...
Reviewed-by: shade
Backport-of: c91fa278fe
2025-01-24 18:38:31 +04:00
George Adams
0b2f629f4b
8340383: VM issues warning failure to find kernel32.dll on Windows nanoserver
...
Backport-of: 3c97d2437d
2025-01-24 18:38:30 +04:00
George Adams
3ae31e00a9
8340815: Add SECURITY.md file
...
Backport-of: 0474f020bf
2025-01-24 18:38:29 +04:00
Saint Wesonga
920afb8aa8
6942632: Hotspot should be able to use more than 64 logical processors on Windows
...
Backport-of: f15d423fb5
2025-01-24 18:38:29 +04:00
Goetz Lindenmaier
ae011c4eb3
8331391: Enhance the keytool code by invoking the buildTrustedCerts method for essential options
...
Backport-of: c9bee173d6
2025-01-24 18:38:28 +04:00
Goetz Lindenmaier
91c74e2d51
8334405: java/nio/channels/Selector/SelectWithConsumer.java#id0 failed in testWakeupDuringSelect
...
Backport-of: 21e86d10a7
2025-01-24 18:38:27 +04:00
Andrew Lu
b9d9f0d5dd
8320665: update jdk_core at open/test/jdk/TEST.groups
...
Backport-of: da7cf258bb
2025-01-24 18:38:26 +04:00
Martin Doerr
f6c22952cb
8340230: Tests crash: assert(is_in_encoding_range || k->is_interface() || k->is_abstract()) failed: sanity
...
Backport-of: a6754f31cf
2025-01-24 18:38:25 +04:00
Matthias Baesken
11288cc86c
8339731: java.desktop/share/classes/javax/swing/text/html/default.css typo in margin settings
...
Backport-of: ac3f92b411
2025-01-24 18:38:24 +04:00
Robbin Ehn
f32eff36e9
8339741: RISC-V: C ABI breakage for integer on stack
...
Backport-of: bfe7f9205b
2025-01-24 18:38:24 +04:00
Goetz Lindenmaier
a7930d5322
8309218: java/util/concurrent/locks/Lock/OOMEInAQS.java still times out with ZGC, Generational ZGC, and SerialGC
...
Backport-of: b86c3b7a68
2025-01-24 18:38:23 +04:00
Goetz Lindenmaier
f967194702
8339384: Unintentional IOException in jdk.jdi module when JDWP end of stream occurs
...
Backport-of: 2305d18e8d
2025-01-24 18:38:23 +04:00
Goetz Lindenmaier
5f8196d250
8335172: Add manual steps to run security/auth/callback/TextCallbackHandler/Password.java test
...
Backport-of: a5c2d7b305
2025-01-24 18:38:22 +04:00
Goetz Lindenmaier
38b9a50088
8336240: Test com/sun/crypto/provider/Cipher/DES/PerformanceTest.java fails with java.lang.ArithmeticException
...
Backport-of: 034297a6bd
2025-01-24 18:38:22 +04:00
Goetz Lindenmaier
6f10aba4be
8335530: Java file extension missing in AuthenticatorTest
...
Backport-of: a537e87d2d
2025-01-24 18:38:22 +04:00
Goetz Lindenmaier
29d109d961
8325399: Add tests for virtual threads doing Selector operations
...
Backport-of: 43089bf006
2025-01-24 18:38:21 +04:00
Goetz Lindenmaier
16b08b1e7c
8326121: vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_inMemoryCompilation_keep_cl failed with Full gc happened. Test was useless.
...
Backport-of: 2b4a4b7bd8
2025-01-24 18:38:21 +04:00
Amit Kumar
32888a7676
8339416: [s390x] Provide implementation for resolve_global_jobject
...
Backport-of: ac58b6102a
2025-01-24 18:38:20 +04:00
Goetz Lindenmaier
ff4d0a25f6
8332777: Update JCStress test suite
...
Backport-of: 11e926cf50
2025-01-24 18:38:19 +04:00
Goetz Lindenmaier
2ea7be11b7
8326100: DeflaterDictionaryTests should use Deflater.getBytesWritten instead of Deflater.getTotalOut
...
Backport-of: 9451677daa
2025-01-24 18:38:18 +04:00
Goetz Lindenmaier
61510603dd
8318105: [jmh] the test java.security.HSS failed with 2 active threads
...
Backport-of: 38c01971ff
2025-01-24 18:38:18 +04:00
Goetz Lindenmaier
ae4fd77a78
8324861: Exceptions::wrap_dynamic_exception() doesn't have ResourceMark
...
Backport-of: 7d1a48807a
2025-01-24 18:38:17 +04:00
Goetz Lindenmaier
f01410276c
8321616: Retire binary test vectors in test/jdk/java/util/zip/ZipFile
...
8322830: Add test case for ZipFile opening a ZIP with no entries
Backport-of: 26de9e247a
2025-01-24 18:38:16 +04:00
Andrew Lu
e8074d078d
8320586: update manual test/jdk/TEST.groups
...
Backport-of: 99b9cb0a2e
2025-01-24 18:38:15 +04:00
Todd V. Jonker
4c1d697834
8322166: Files.isReadable/isWritable/isExecutable expensive when file does not exist
...
Backport-of: 51be857f3c
2025-01-24 18:38:14 +04:00
Matthias Baesken
bb1a635081
8339591: Mark jdk/jshell/ExceptionMessageTest.java intermittent
...
Backport-of: cb5c60b530
2025-01-24 18:38:13 +04:00
Goetz Lindenmaier
41f9e1ce3b
8335267: [XWayland] move screencast tokens from .awt to .java folder
...
Backport-of: 088871ce36
2025-01-24 18:38:12 +04:00
Goetz Lindenmaier
49aa0130cf
8334562: Automate com/sun/security/auth/callback/TextCallbackHandler/Default.java test
...
8335344: test/jdk/sun/security/tools/keytool/NssTest.java fails to compile
Backport-of: b2162ba41b
2025-01-24 18:38:11 +04:00
Goetz Lindenmaier
d38c1d6c0d
8330621: Make 5 compiler tests use ProcessTools.executeProcess
...
Backport-of: 5394f57f00
2025-01-24 18:38:11 +04:00
Goetz Lindenmaier
7dd09c6f10
8321474: TestAutoCreateSharedArchiveUpgrade.java should be updated with JDK 21
...
Backport-of: 1b621f5527
2025-01-24 18:38:10 +04:00
Goetz Lindenmaier
579ce1b0ce
8339644: Improve parsing of Day/Month in tzdata rules
...
Backport-of: 86a2f9c7dc
2025-01-24 18:38:09 +04:00
Andrew Lu
72ac6c24c0
8311301: MethodExitTest may fail with stack buffer overrun
...
Backport-of: 3d813ae39f
2025-01-24 18:38:08 +04:00
Andrew Lu
a6524be3a1
8338109: java/awt/Mouse/EnterExitEvents/ResizingFrameTest.java duplicate in ProblemList
...
Backport-of: 2b5aec2aad
2025-01-24 18:38:06 +04:00
Matthias Baesken
1ce30fbdc2
8333098: ubsan: bytecodeInfo.cpp:318:59: runtime error: division by zero
...
Backport-of: f080b4bb8a
2025-01-24 18:38:06 +04:00
Dmitry Chuyko
e9d223ad04
8320192: SHAKE256 does not work correctly if n >= 137
...
Reviewed-by: phh
Backport-of: fcb4df26f1
2025-01-24 18:38:05 +04:00
Alexey Bakhtin
53a1f4527d
8337966: (fs) Files.readAttributes fails with Operation not permitted on older docker releases
...
Reviewed-by: sgehwolf, mbalao
2025-01-24 18:38:05 +04:00
Sonia Zaldana Calles
29d10d37bf
8028127: Regtest java/security/Security/SynchronizedAccess.java is incorrect
...
Backport-of: 330e520c1d
2025-01-24 18:38:04 +04:00
Andrew Lu
6e975038fe
8337320: Update ProblemList.txt with tests known to fail on XWayland
...
Reviewed-by: goetz
Backport-of: ddbd7a78f1
2025-01-24 18:38:04 +04:00
Andrew Lu
488baa5150
8296972: [macos13] java/awt/Frame/MaximizedToIconified/MaximizedToIconified.java: getExtendedState() != 6 as expected.
...
Backport-of: f0c2f09815
2025-01-24 18:38:04 +04:00
Goetz Lindenmaier
851eb2d800
8335449: runtime/cds/DeterministicDump.java fails with File content different at byte ...
...
Backport-of: 284671a1e4
2025-01-24 18:38:03 +04:00
Goetz Lindenmaier
bc9f48a6e6
8333108: Update vmTestbase/nsk/share/DebugeeProcess.java to don't use finalization
...
Backport-of: b3e29db144
2025-01-24 18:38:03 +04:00
Goetz Lindenmaier
3e23c41656
8332724: x86 MacroAssembler may over-align code
...
Backport-of: 08d51003d1
2025-01-24 18:38:02 +04:00
Goetz Lindenmaier
b0276d3b16
8332340: Add JavacBench as a test case for CDS
...
Backport-of: 7fd9d6c760
2025-01-24 18:38:02 +04:00
Goetz Lindenmaier
afbe683118
8321550: Update several runtime/cds tests to use vm flags or mark as flagless
...
8329533: TestCDSVMCrash fails on libgraal
8329353: ResolvedReferencesNotNullTest.java failed with Incorrect resolved references array, quxString should not be archived
Reviewed-by: mbaesken
Backport-of: d1b51e39c9
2025-01-24 18:38:01 +04:00
Goetz Lindenmaier
17a80c4b86
8326898: NSK tests should listen on loopback addresses only
...
Backport-of: 2482a505e5
2025-01-24 18:38:01 +04:00
Goetz Lindenmaier
ee24aeb402
8328303: 3 JDI tests timed out with UT enabled
...
Backport-of: bc73963974
2025-01-24 18:38:00 +04:00
Goetz Lindenmaier
7713fa40b9
8296787: Unify debug printing format of X.509 cert serial numbers
...
Backport-of: c328f9589d
2025-01-24 18:38:00 +04:00
Goetz Lindenmaier
af3573eeb6
8328665: serviceability/jvmti/vthread/PopFrameTest failed with a timeout
...
Backport-of: 70c8ff1c9a
2025-01-24 18:37:59 +04:00
Sergey Bylokhov
eb5c8d4350
8312518: [macos13] setFullScreenWindow() shows black screen on macOS 13 & above
...
Backport-of: 999e556be4
2025-01-24 18:37:59 +04:00
Fei Yang
129240f21c
8339548: GHA: RISC-V: Use Debian snapshot archive for bootstrap
...
Backport-of: 9e0ccb8bbd
2025-01-24 18:37:58 +04:00
Boris Ulasevich
e462a7d8bb
8331393: AArch64: u32 _partial_subtype_ctr loaded/stored as 64
...
Backport-of: f215899a08
2025-01-24 18:37:57 +04:00
Zdenek Zambersky
4bddb72100
8338402: GHA: some of bundles may not get removed
...
Backport-of: d8e4d3f2d6
2025-01-24 18:37:57 +04:00
SendaoYan
0f1effe4d2
8338748: [17u,21u] Test Disconnect.java compile error: cannot find symbol after JDK-8299813
...
Reviewed-by: sgehwolf
2025-01-24 18:37:57 +04:00
Goetz Lindenmaier
8eb71b87b1
8331864: Update Public Suffix List to 1cbd6e7
...
Backport-of: b91083341a
2025-01-24 18:37:57 +04:00
Andrew Lu
e113ec5730
8328723: IP Address error when client enables HTTPS endpoint check on server socket
...
Backport-of: 1b9270ac8a
2025-01-24 18:37:56 +04:00
Andrew Lu
00448e5900
8336413: gtk headers : Fix typedef redeclaration of GMainContext and GdkPixbuf
...
Backport-of: 69baa7d285
2025-01-24 18:37:55 +04:00
Andrew Lu
460a6b7fbc
8326611: Clean up vmTestbase/nsk/stress/stack tests
...
Backport-of: 972e81d1ad
2025-01-24 18:37:54 +04:00
Jiawei Tang
d58215e759
8337331: crash: pinned virtual thread will lead to jvm crash when running with the javaagent option
...
Backport-of: 55c509708e
2025-01-24 18:37:53 +04:00
Boris Ulasevich
6312b2efae
8317575: AArch64: C2_MacroAssembler::fast_lock uses rscratch1 for cmpxchg result
...
Backport-of: 387504c9e4
2025-01-24 18:37:53 +04:00
Gui Cao
671778afb0
8339248: RISC-V: Remove li64 macro assembler routine and related code
...
Reviewed-by: fyang
Backport-of: 392bdd5734
2025-01-24 18:37:53 +04:00
Matthias Baesken
cc8b1066ef
8338101: remove old remap assertion in map_or_reserve_memory_aligned after JDK-8338058
...
Backport-of: 692f5cbdb9
2025-01-24 18:37:52 +04:00
Fei Yang
e3740d7986
8337780: RISC-V: C2: Change C calling convention for sp to NS
...
Backport-of: 53db937dd0
2025-01-24 18:37:52 +04:00
Matthias Baesken
d788632dff
8338058: map_or_reserve_memory_aligned Windows enhance remap assertion
...
Backport-of: 00aac4097a
2025-01-24 18:37:51 +04:00
Matthias Baesken
10087ffafe
8334567: [test] runtime/os/TestTracePageSizes move ppc handling
...
Backport-of: 6a5cb0b2c4
2025-01-24 18:37:50 +04:00
Daniel Hu
a2d96ac172
8319970: AArch64: enable tests compiler/intrinsics/Test(Long|Integer)UnsignedDivMod.java on aarch64
...
8319960: RISC-V: compiler/intrinsics/TestInteger/LongUnsignedDivMod.java failed with "counts: Graph contains wrong number of nodes"
Reviewed-by: phh
Backport-of: c80e691adf
2025-01-24 18:37:50 +04:00
SendaoYan
d364404b63
8336854: CAInterop.java#actalisauthenticationrootca conflicted with /manual and /timeout
...
Backport-of: 39884205fb
2025-01-24 18:37:49 +04:00
Matthias Baesken
75693fc4ad
8316895: SeenThread::print_action_queue called on a null pointer
...
Backport-of: fd52be2a3c
2025-01-24 18:37:48 +04:00
Matthias Baesken
60edd5c4b8
8338110: Exclude Fingerprinter::do_type from ubsan checks
...
Backport-of: 6a39014795
2025-01-24 18:37:48 +04:00
Goetz Lindenmaier
9dd1d43357
8339080: Bump update version for OpenJDK: jdk-21.0.6
...
Reviewed-by: sgehwolf
2025-01-24 18:37:48 +04:00
Vitaly Provodin
2cb502770c
JBR-8161 Move docker files under jbr-tools
2025-01-24 00:32:04 +04:00
Alexey Ushakov
b86ed20f13
JBR-8091 X: jb/java/wayland/RobotGet tests thorw java.awt.AWTException: headless environment
...
Do not run test logic in the headless environment
2025-01-22 14:37:57 +01:00
Alexey Ushakov
49b19e4dad
JBR-7990 Vulkan: Robot pixel grabbing for Vulkan surfaces
...
Implemented grabbing pixels via partly supported SurfaceToSwBlit, fixed multi-monitor scenario
2025-01-22 13:03:37 +01:00
Nikita Tsarev
a8c11a6f83
JBR-5851: Fix 'DVORAK - QWERTY Cmd' layout
2025-01-21 14:31:27 +01:00
Artem Bochkarev
7b19ee3653
JBR-8138 Change OSX entitlement "com.apple.security.cs.allow-dyld-environment-variables=false"
2025-01-21 15:49:57 +04:00
Maxim Kartashev
495ebfd062
JBR-8133 Runtime crash after jfr drag and drop to IU
2025-01-21 14:04:34 +04:00
Vitaly Provodin
e54e4297d1
update exclude list on results of 21.0.5_b792.48 test runs
2025-01-21 01:39:33 +04:00
Alex Menkov
bbc30b0091
8318563: GetClassFields should not use random access to field
...
Reviewed-by: sspitsyn, cjplummer, fparain
AKA JBR-8153 Backport 8317692 to jbr21
2025-01-20 13:28:32 +04:00
Maxim Kartashev
b06e625923
JBR-7457 Provide JBR API method to explicitly call gc()
2025-01-17 18:21:35 +04:00
Nikita Tsarev
980b5a354c
JBR-8004: Support the context menu key on macOS
2025-01-15 18:46:26 +01:00
Vitaly Provodin
8183c5b042
update exclude list on results of 21.0.5_b762.40 test runs
2025-01-15 08:32:38 +04:00
Maxim Kartashev
4c2ce96b68
JBR-8123 NPE because FileSystems.getDefault() is null with -Djava.util.zip.use.nio.for.zip.file.access=true
2025-01-14 19:59:57 +04:00
Vitaly Provodin
b715412025
update exclude list on results of 21.0.5_b762.36 test runs
2025-01-14 16:04:06 +04:00
Vitaly Provodin
0cab753fb1
update exclude list on results of 21.0.5_b750.29 test runs
2025-01-10 02:30:34 +04:00
Alan Bateman
de64e51188
8346573: Can't use custom default file system provider with custom system class loader
...
Reviewed-by: mkartashev, bpb
2025-01-07 17:04:36 +04:00
Vitaly Provodin
03ff99a62b
Revert "JBR-8038 8345296: AArch64: VM crashes with SIGILL when prctl is disallowed"
...
This reverts commit 8b0b738416 .
2024-12-26 17:59:52 +04:00
Vitaly Provodin
18c3fd40ee
update exclude list on results of 21.0.5_b738.27 test runs
2024-12-26 15:53:02 +04:00
Vitaly Provodin
66bd338d23
JBR-8072 move JBR docker images to registry.jetbrains.team
2024-12-26 13:54:29 +04:00
Aleksey Shipilev
8b0b738416
JBR-8038 8345296: AArch64: VM crashes with SIGILL when prctl is disallowed
...
Reviewed-by: eastigeevich, phh, aph
2024-12-24 04:18:24 +04:00
Maxim Kartashev
f2a562e0c0
JBR-7988 Wayland: WLPopupLocation test: incorrect size detected
2024-12-23 18:10:56 +04:00
Vladimir Lagunov
fd29e06c9c
JBR-8043 Fix CSE from Files.probeContentType with overridden DefaultFileSystemProvider
...
Before this commit, the code `DefaultFileTypeDetector` implied that the
default file system provider is always an instance of
`UnixFileSystemProvider`. It's not true when
`-Djava.nio.file.spi.DefaultFileSystemProvider` is specified.
This commit replaces the strict class cast with a conditional one, and
the new code returns a no-op file type detector in cases when the
default file system provider is overridden.
2024-12-23 15:15:39 +04:00
bourgesl
fe55cc7bd9
JBR-8048: only log system property 'awt.mac.flushBuffers.invokeLater' if manually set
2024-12-20 21:59:00 +01:00
bourgesl
96e0246394
JBR-5497: improved system property (awt.mac.flushBuffers.invokeLater) handling to support false/auto/true modes and log used value at startup
2024-12-19 10:29:45 +01:00
Vitaly Provodin
4f2900a929
update exclude list on results of 21.0.5_b733.25 test runs
2024-12-17 04:45:48 +04:00
bourgesl
cc647987c2
JBR-5497: simple fix to avoid deadlocks on macOS + mirroring displays:
...
- added more instrumentation on awt threads and AWTThreading.invokeAndWait() to detect and diagnose deadlocks
- enhanced awtLockListener to adopt nanotime for time accuracy + more advanced logging (caller, wait time) with histograms
- major ThreadUtilities performOnMainThread refactoring to observe thread coordination (state, callstacks) in order to avoid deadlocks while the appkit/main thread is waiting (performOnMainThreadWaiting:YES) in conflict with LWCToolkit.invokeLater() blocked in doAWTRunLoop (2nd)
- fixed CPlatformWindow.flushBuffers() to use LWCToolkit.invokeLater() to avoid deadlocks (EDT <-> main) if the the system property '-Dawt.mac.flushBuffers.invokeLater=true'
- use the new CGraphicsDevice.IsMirroring() to enable fix in CPlatformWindow.flushBuffers() too
- removed changes for JBR-5461 + cleanup + simplified awtLock() + keep few more invokeLater() when computer returns from sleep or displayChanged() to avoid deadlocks until solved definitely
- fixed review comments
2024-12-12 10:00:28 +01:00
Maxim Kartashev
b2ba19d673
JBR-7989 Wayland: WLPopupVisibility test is failing if launched with fractional sun.java2d.uiScale
...
Use ceil when scaling the size, use floor when scaling the location
2024-12-10 19:08:27 +04:00
Michael McMahon
bd107d24bc
8343433: Update net.properties and java.net.http module-info.java after 8326949
...
Reviewed-by: dfuchs, jpai
2024-12-10 12:16:59 +04:00
Michael McMahon
c971b2d6fc
8326949: Authorization header is removed when a proxy Authenticator is set on HttpClient
...
Reviewed-by: dfuchs, jpai, djelinski
2024-12-10 12:16:26 +04:00
Maxim Kartashev
6b2a8b03f7
JBR-7993 Menus are not displayed directly underneath main menu if offset in monitor configuration exists
2024-12-06 16:07:50 +04:00
Vitaly Provodin
0665558bcc
update exclude list on results of 21.0.5_b714.21 test runs
2024-12-05 07:15:31 +04:00
Sergey Shelomentsev
17cefef4f9
JBR-7919 add tests for Wayland popups
2024-12-03 18:42:18 +02:00
Maxim Kartashev
0d95dbe3eb
JBR-7972 Wayland: EXTREME lag when scrolling through any type of list in the settings when using WLToolkit
...
Avoid requesting the Wayland server to change the cursor when the change
is vacuous
2024-12-03 12:12:33 +04:00
Maxim Kartashev
44fca1c619
JBR-7071 Wayland: cursor does not change when hovering over gutter icons
2024-12-02 19:10:45 +04:00
Maxim Kartashev
4a50c3cc82
JBR-7879 Wayland: Self-moving quick-doc popup in nightly
...
- Position popups at the exact offset given; this is achieved by
using the XDG_POSITIONER_ANCHOR_TOP_LEFT anchor
- Update of popups location is done in sync with all other updates
that affect the size (like the surface size update)
- Maintain a popup's location relative to the popup's parent, not
its toplevel window
2024-12-02 12:22:54 +04:00
Maxim Kartashev
a139bc7866
JBR-7969 Wayland: some popups misplaced when maximized with fractional scale
2024-12-02 12:19:39 +04:00
Nikita Gubarkov
8e05c17afb
JBR-7575 Vulkan: Implement composites (blending and XOR mode)
...
- Implemented dynamic pipeline compilation.
- Added 64-bit per pixel format usage in debug mode for testing.
- Now passing colors from Java to Vulkan with straight alpha.
(cherry picked from commit 3d7baad687 )
2024-11-27 15:25:26 +01:00
Vitaly Provodin
6ef6b1d328
update exclude list on results of 21.0.5_b709.19 test runs
2024-11-26 17:07:45 +04:00
Nikita Gubarkov
7092fb7d71
JBR-7943 Vulkan: Provide utilities for inspecting image formats
2024-11-22 22:03:10 +01:00
Sergey Shelomentsev
2f8123cf84
JBR-7939 set max wait to 1 min for jetsign client
2024-11-22 13:40:45 +02:00
Nikita Gubarkov
f67cced4b7
JBR-7683 Revert "8185862: AWT Assertion Failure in ::GetDIBits(hBMDC, hBM, 0, 1, 0, gpBitmapInfo, 0) 'awt_Win32GraphicsDevice.cpp', at line 185"
...
This reverts commit 72305df0b5 .
2024-11-21 13:05:12 +01:00
Sergey Shelomentsev
b683cca184
JBR-7867 Notarization scripts: fail build if signing of separate files are failed
2024-11-18 17:17:59 +02:00
Vitaly Provodin
362886a25d
update exclude list on results of 21.0.5_b699.17 test runs
2024-11-18 12:21:23 +04:00
Dmitrii Morskii
2e06341493
JBR-7040 implemented FPS counter on D3D
2024-11-14 15:31:00 +00:00
Dmitrii Morskii
e18013369e
JBR-7900 Improve logic of detecting toolkit inside registerShutdownHook
2024-11-14 14:14:04 +00:00
Dmitrii Morskii
41b0284c53
JBR-7051 Improved D3D Toolkit:
...
-Increased rendering performance
-Improved text rendering quality
-Accelerated repainting during window resizing
-Removed unnecessary fallback to GDI rendering
-Eliminated unnecessary hardware limitations
2024-11-13 21:32:28 +00:00
Maxim Kartashev
06402a7ec4
JBR-7859 Wayland: Unexpected focus owner set in a Window
2024-11-12 14:40:13 +04:00
Maxim Kartashev
3a0db4687d
JBR-7851 Wayland: IDEA crashes if Esc is pressed to close Diff window
2024-11-12 14:40:10 +04:00
Nikita Provotorov
f287809a5a
fixup! JBR-2460: Wrong position of input window and no input preview with fcitx and ubuntu 13.04.
...
The patch fixes "JBR-7875 src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c:2605:1: error: label ‘finally’ defined but not used [-Werror=unused-label]".
(cherry picked from commit b9e3d11c04 )
2024-11-11 15:43:47 +01:00
Nikita Provotorov
d0d0fdbbf3
Revert "fixup! JBR-6456 Sudden keyboard death on Linux using iBus."
...
This reverts commit 7932169e25 .
The issue the reverted fix was for: "JBR-7875 src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c:2605:1: error: label ‘finally’ defined but not used [-Werror=unused-label]".
The reason: the wrong commit was fixed up.
2024-11-11 15:39:12 +01:00
Dmitrii Morskii
5a9b8a0488
JBR-7838 added getTreeLock to updateCursorImpl
2024-11-11 14:18:22 +00:00
Nikita Provotorov
7932169e25
fixup! JBR-6456 Sudden keyboard death on Linux using iBus.
...
The patch fixes "JBR-7875 src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c:2605:1: error: label ‘finally’ defined but not used [-Werror=unused-label]".
(cherry picked from commit 17b20784fc )
2024-11-11 15:12:20 +01:00
Vitaly Provodin
b930b907eb
update exclude list on results of 21.0.5_b688.15 test runs
2024-11-11 12:29:48 +04:00
Vitaly Provodin
1d3105a693
update exclude list on results of 21.0.5_b688 test runs
2024-11-09 02:05:46 +04:00
Sergey Shelomentsev
bcff636994
JBR-7856 use jmod from currently built JDK
2024-11-07 14:13:16 +02:00
Maxim Kartashev
4ec60311e5
JBR-7760 Pure wayland: incorrect popup scale
2024-11-07 13:43:56 +04:00
Alexey Ushakov
75ec0cc832
JBR-7849 Vulkan: update build documentation for jbr21 and main
...
Added build instruction for vulkan
2024-11-07 00:42:14 +01:00
Nikita Provotorov
54d1e9fe86
fixup! JBR-4170 Implement API for announcing
...
This patch fixes inconsistencies caused by incorrect forward-porting of the original patch to jbr21 branch (from jbr17 branch).
(cherry picked from commit 9a5594133c )
2024-11-06 17:13:35 +01:00
Egor Ushakov
5d387e0895
JBR-1061 .attach_pid files in the working dir - fixed incorrect cherry-pick
2024-11-05 15:17:58 +01:00
Sergey Shelomentsev
cafd577a8f
fixup! JBR-7734 add zip distribution for Windows
2024-11-05 13:44:46 +02:00
Vitaly Provodin
8e89256d3e
update exclude list on results of 21.0.5_b675.11 test runs
2024-11-05 13:09:36 +04:00
Nikita Gubarkov
cd328065d6
JBR-7846 Vulkan: Fix compilation in Musl Docker container
2024-11-04 18:03:21 +01:00
sergey.shelomentsev
6c252e1ae7
JBR-7800 Fix notarization of jbrsdk (sign libs and execs inside jmod files)
2024-11-04 09:56:15 +02:00
Maxim Kartashev
c6485560ad
JBR-7835 macOS: raised NOFILE ulimit breaks interaction with gdb
...
(cherry picked from commit 41fbb57244f074a7ad044570a8417683cceae41b)
2024-11-02 08:44:08 +04:00
Vitaly Provodin
7d859509c0
JBR-6144 enable building JBR with Vulkan
...
(cherry picked from commit 9fe7b136598e2679dd6f4b12f959c6db0ef9bf99)
2024-11-02 01:30:17 +04:00
Nikita Gubarkov
485be93b11
JBR-7840 Vulkan: Fix compilation in Docker container
2024-11-01 21:36:50 +01:00
Dmitrii Morskii
4329a53f4b
JBR-6754 setting nopixfmt in case of running on Remote Desktop
2024-11-01 16:23:16 +01:00
Dmitry Batrak
f3cc02e981
JBR-7833 Wayland: typeahead problem in a popup
2024-11-01 12:00:42 +02:00
Alexey Ushakov
96e7d6fb02
JBR-7677 Vulkan: Implement Graphics.drawImage()
...
Temporary fix of unexpected transparency with blit operations
2024-10-31 21:51:53 +01:00
Maxim Kartashev
e05d52da9d
JBR-7811 Wayland: IDE dialogs and popups flash black before opening
2024-10-31 16:17:15 +04:00
Sergey Shelomentsev
50936c9beb
JBR-7734 add zip distribution for Windows
2024-10-31 10:06:02 +02:00
Vlad Zahorodnii
5e4bbff746
8338751 JBR-7777: ConfigureNotify behavior has changed in KWin 6.2
...
Reviewed-by: prr, azvegint, serb
2024-10-30 13:54:53 +04:00
Vitaly Provodin
c74d599e01
update exclude list on results of 21.0.5_b662.7 test runs
2024-10-29 08:19:33 +04:00
Maxim Kartashev
cef5d86bd7
JBR-6691 test/jdk/jdk/internal/misc/VM/RuntimeArguments.java fails on Linux
2024-10-28 15:47:48 +04:00
Vitaly Provodin
fcee96fcc4
update exclude list on results of 21.0.5 test runs
2024-10-25 04:31:34 +04:00
Vitaly Provodin
04ec16eae2
JBR-5989 Wayland: add tests introduced in 21.0.5 and failing with the message "WLRobotPeer: wakefield extension not present in Wayland instance"
2024-10-25 04:31:34 +04:00
Christoph Langer
f8ebb02111
8341989: [21u] Back out JDK-8327501 and JDK-8328366
...
Reviewed-by: goetz
2024-10-25 04:30:00 +04:00
Francisco Ferrari Bihurriet
6de92fcf24
8332644: Improve graph optimizations
...
Reviewed-by: mbalao, andrew
Backport-of: 7c16d649a8118d2e7ee77cedba87e620c83294b4
2024-10-25 04:29:59 +04:00
Alexei Voitylov
ada51aad63
8331446: Improve deserialization support
...
Reviewed-by: yan, mbalao, andrew
Backport-of: 8e4a392832f83e16d521024505b52c96d0a993f2
2024-10-25 04:29:58 +04:00
Alexey Bakhtin
e421130680
8328726: Better Kerberos support
...
Reviewed-by: mbalao
Backport-of: 7325899a11f17bf4516d39495a12796385e459ed
2024-10-25 04:29:58 +04:00
Martin Balao
b42d878b67
8335713: Enhance vectorization analysis
...
Reviewed-by: roland
Backport-of: 3c05ad2290936ec9abc3f271cb6bf89e18c3eea7
2024-10-25 04:29:57 +04:00
Martin Balao
72b4a54c1c
8328544: Improve handling of vectorization
...
Reviewed-by: roland, yan
Backport-of: b5174c9159fbffdf335ee6835267ba0e674cf432
2024-10-25 04:29:57 +04:00
Alexey Bakhtin
9d4075962b
8328286: Enhance HTTP client
...
Reviewed-by: mbalao
Backport-of: cf8dc79f392c8ec3414d8b36803f026852c4e386
2024-10-25 04:29:56 +04:00
Alexei Voitylov
a4f02c825d
8311208: Improve CDS Support
...
Reviewed-by: mbalao
Backport-of: 2c60805bc380945a8266112c7b5aee0498cb7d5b
2024-10-25 04:29:56 +04:00
Alexey Bakhtin
2b4de081eb
8307383: Enhance DTLS connections
...
Reviewed-by: mbaesken, andrew
Backport-of: 362dbbaa952b3d4a5270c6bfae879a12e9bdf4d1
2024-10-25 04:29:55 +04:00
Goetz Lindenmaier
17e41d5f7b
8341059: Change Entrust TLS distrust date to November 12, 2024
...
Reviewed-by: mbaesken, sgehwolf
Backport-of: f554c3ffce
2024-10-25 04:29:54 +04:00
Goetz Lindenmaier
7dba6bf4c6
8341057: Add 2 SSL.com TLS roots
...
Backport-of: 824a297aae
2024-10-25 04:29:54 +04:00
Goetz Lindenmaier
58aaa2b6c1
8337622: IllegalArgumentException in java.lang.reflect.Field.get
...
Backport-of: 41e31d6b0a
2024-10-25 04:29:53 +04:00
Goetz Lindenmaier
6abc3d22f7
8329667: [macos] Issue with JTree related fix for JDK-8317771
...
Backport-of: 05f13e75ee
2024-10-25 04:29:53 +04:00
Goetz Lindenmaier
b13c974400
8339869: [21u] Test CreationTime.java fails with UnsatisfiedLinkError after 8334339
...
Reviewed-by: sgehwolf
2024-10-25 04:29:52 +04:00
Severin Gehwolf
fcd11b7d6b
8338696: (fs) BasicFileAttributes.creationTime() falls back to epoch if birth time is unavailable (Linux)
...
Backport-of: c89a1c35bd
2024-10-25 04:29:51 +04:00
Goetz Lindenmaier
a0e718b957
8337664: Distrust TLS server certificates issued after Oct 2024 and anchored by Entrust Root CAs
...
Backport-of: 7d49c52272
2024-10-25 04:29:51 +04:00
Goetz Lindenmaier
c4dc4c05db
8338139: {ClassLoading,Memory}MXBean::isVerbose methods are inconsistent with their setVerbose methods
...
Reviewed-by: mdoerr
Backport-of: 9775d57168
2024-10-25 04:29:51 +04:00
Daniel Hu
27b977147b
8280120: [IR Framework] Add attribute to @IR to enable/disable IR matching based on the architecture
...
Backport-of: a8549b6367
2024-10-25 04:29:50 +04:00
Aleksey Shipilev
a6464ba3a6
8335409: Can't allocate and retain memory from resource area in frame::oops_interpreted_do oop closure after 8329665
...
Reviewed-by: phh, stuefe
Backport-of: 7ab96c74e2
2024-10-25 04:29:50 +04:00
Aleksey Shipilev
73acf6f1c4
8338286: GHA: Demote x86_32 to hotspot build only
...
Backport-of: da7311bbe3
2024-10-25 04:29:50 +04:00
Matthias Baesken
aa4e2b4fe8
8311306: Test com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java failed: out of expected range
...
Backport-of: e1fd663f22
2024-10-25 04:29:49 +04:00
SendaoYan
b2125c4108
8322881: java/nio/file/Files/CopyMoveVariations.java fails with AccessDeniedException due to permissions of files in /tmp
...
Backport-of: bf13a4e281
2024-10-25 04:29:49 +04:00
SendaoYan
15cbee7322
8335150: Test LogGeneratedClassesTest.java fails on rpmbuild mock enviroment
...
Backport-of: 403fa3760f
2024-10-25 04:29:49 +04:00
KIRIYAMA Takuya
107dc37b4e
8336284: Test TestClhsdbJstackLock.java/TestJhsdbJstackLock.java fails with -Xcomp after JDK-8335743
...
Backport-of: 1fe3ada001
2024-10-25 04:29:48 +04:00
Daniel Hu
4c0e3b7ad9
8309894: compiler/vectorapi/VectorLogicalOpIdentityTest.java fails on SVE system with UseSVE=0
...
Reviewed-by: phh
Backport-of: 60544f9088
2024-10-25 04:29:48 +04:00
Daniel Hu
e785eded1c
8316193: jdk/jfr/event/oldobject/TestListenerLeak.java java.lang.Exception: Could not find leak
...
Backport-of: f6be922952
2024-10-25 04:29:48 +04:00
KIRIYAMA Takuya
8d92a40389
8335743: jhsdb jstack cannot print some information on the waiting thread
...
Backport-of: d6c6847e32
2024-10-25 04:29:48 +04:00
SendaoYan
148721ce6e
8323196: jdk/jfr/api/consumer/filestream/TestOrdered.java failed with "Events are not ordered! Reuse = false"
...
Backport-of: fa7521b29e
2024-10-25 04:29:48 +04:00
Matthias Baesken
6474af2519
8333149: ubsan : memset on nullptr target detected in jvmtiEnvBase.cpp get_object_monitor_usage
...
Backport-of: 43a2f17342
2024-10-25 04:29:47 +04:00
Matthias Baesken
7c639c6aeb
8333088: ubsan: shenandoahAdaptiveHeuristics.cpp:245:44: runtime error: division by zero
...
Backport-of: 34eea6a5fa
2024-10-25 04:29:47 +04:00
Matthias Baesken
0db245a15a
8333354: ubsan: frame.inline.hpp:91:25: and src/hotspot/share/runtime/frame.inline.hpp:88:29: runtime error: member call on null pointer of type 'const struct SmallRegisterMap'
...
Backport-of: 8162832832
2024-10-25 04:29:46 +04:00
Aleksey Shipilev
07db9458cc
8330981: ZGC: Should not dedup strings in the finalizer graph
...
Backport-of: 2f2dc2289b
2024-10-25 04:29:46 +04:00
Aleksey Shipilev
e7f04c161e
8335007: Inline OopMapCache table
...
Backport-of: 50dd962b0d
2024-10-25 04:29:46 +04:00
Aleksey Shipilev
c3bba9d8ff
8336926: jdk/internal/util/ReferencedKeyTest.java can fail with ConcurrentModificationException
...
Backport-of: bfb75b9626
2024-10-25 04:29:45 +04:00
Gui Cao
8677bf7de5
8334078: RISC-V: TestIntVect.java fails after JDK-8332153 when running without RVV
...
Reviewed-by: fyang
Backport-of: ef7923e127
2024-10-25 04:29:45 +04:00
Andrew Lu
e16f519bf7
8299813: java/nio/channels/DatagramChannel/Disconnect.java fails with jtreg test timeout due to lost datagram
...
Backport-of: 49eb00da8d
2024-10-25 04:29:45 +04:00
Andrew Lu
7ad2bed7bc
8309067: gtest/AsyncLogGtest.java fails again in stderrOutput_vm
...
Reviewed-by: phh
Backport-of: d1af748ab4
2024-10-25 04:29:44 +04:00
Aleksey Shipilev
ade40fcf20
8331572: Allow using OopMapCache outside of STW GC phases
...
8334594: Generational ZGC: Deadlock after OopMap rewrites in 8331572
Reviewed-by: phh
Backport-of: d999b81e71
2024-10-25 04:29:44 +04:00
Varada M
9a6e66596c
8330520: linux clang build fails in os_linux.cpp with static_assert with no message is a C++17 extension
...
Reviewed-by: mdoerr
Backport-of: 4b55fe5777
2024-10-25 04:29:44 +04:00
Amos Shi
dc1a8c0e42
8310683: Refactor StandardCharset/standard.java to use JUnit
...
Reviewed-by: mdoerr
Backport-of: d82ade3545
2024-10-25 04:29:43 +04:00
Amos Shi
1a3bef4b66
8317738: CodeCacheFullCountTest failed with "VirtualMachineError: Out of space in CodeCache for method handle intrinsic"
...
Backport-of: 0fd807118c
2024-10-25 04:29:43 +04:00
Amos Shi
38b972e77b
8325022: Incorrect error message on client authentication
...
Backport-of: fe78c0f191
2024-10-25 04:29:43 +04:00
SendaoYan
5fbae53104
8331153: JFR: Improve logging of jdk/jfr/api/consumer/filestream/TestOrdered.java
...
Backport-of: f3bb3e2170
2024-10-25 04:29:42 +04:00
Ben Taylor
d02a123e4b
8321206: Make Locale related system properties StaticProperty
...
Backport-of: 0c178beb69
2024-10-25 04:29:42 +04:00
Daniel Hu
8c8709f7be
8303920: Avoid calling out to python in DataDescriptorSignatureMissing test
...
Reviewed-by: shade
Backport-of: 07eaea8c25
2024-10-25 04:29:41 +04:00
Todd V. Jonker
0b6de2783b
8319817: Charset constructor should make defensive copy of aliases
...
Backport-of: d6d7bdc774
2024-10-25 04:29:41 +04:00
Todd V. Jonker
eb65f38652
8073061: (fs) Files.copy(foo, bar, REPLACE_EXISTING) deletes bar even if foo is not readable
...
8317128 : java/nio/file/Files/CopyAndMove.java failed with AccessDeniedException
Reviewed-by: phh
Backport-of: 36ac83904c
2024-10-25 04:29:40 +04:00
Matthias Baesken
42af4b4c92
8334166: Enable binary check
...
8332008: Enable issuestitle check
Reviewed-by: sgehwolf, shade
Backport-of: a4582a8957
2024-10-25 04:29:40 +04:00
Sergey Bylokhov
f88cd17388
6355567: AdobeMarkerSegment causes failure to read valid JPEG
...
Backport-of: c7c6d47a07
2024-10-25 04:29:39 +04:00
Andrew Lu
73acdff9d7
8332113: Update nsk.share.Log to be always verbose
...
Backport-of: 8464ce6db5
2024-10-25 04:29:39 +04:00
Andrew Lu
8f31addb21
8315965: Open source various AWT applet tests
...
Backport-of: 3b397c8552
2024-10-25 04:29:39 +04:00
Daniel Hu
eee5447893
8312049: runtime/logging/ClassLoadUnloadTest can be improved
...
Reviewed-by: phh
Backport-of: 4676b40f17
2024-10-25 04:29:38 +04:00
Todd V. Jonker
a92b0f9464
8242564: javadoc crashes:: class cast exception com.sun.tools.javac.code.Symtab$6
...
Backport-of: 64c3642c57
2024-10-25 04:29:38 +04:00
Aleksey Shipilev
d4ce8ac363
8324641: [IR Framework] Add Setup method to provide custom arguments and set fields
...
Reviewed-by: phh
Backport-of: 8d9ad97c29
2024-10-25 04:29:37 +04:00
Aleksey Shipilev
17c6c6f8a1
8336343: Add more known sysroot library locations for ALSA
...
Backport-of: 9e6e0a8f34
2024-10-25 04:29:37 +04:00
Zdenek Zambersky
4ff466e32d
8336928: GHA: Bundle artifacts removal broken
...
Backport-of: 98562166e4
2024-10-25 04:29:37 +04:00
Aleksey Shipilev
39f73f6ed6
8336342: Fix known X11 library locations in sysroot
...
Backport-of: ee365d75cc
2024-10-25 04:29:36 +04:00
Aleksey Shipilev
e83847dc0b
8337283: configure.log is truncated when build dir is on different filesystem
...
Backport-of: 7e925d727f
2024-10-25 04:29:36 +04:00
Aleksey Shipilev
5359361e4f
8327501: Common ForkJoinPool prevents class unloading in some cases
...
8328366: Thread.setContextClassloader from thread in FJP commonPool task no longer works after JDK-8327501
Backport-of: 53c4714aab
2024-10-25 04:29:35 +04:00
Jiawei Tang
bf605a3c06
8330146: assert(!_thread->is_in_any_VTMS_transition()) failed
...
Backport-of: c4ff58b9bc
2024-10-25 04:29:35 +04:00
Andrew Lu
d9d01bb828
8328642: Convert applet test MouseDraggedOutCauseScrollingTest.html to main
...
Backport-of: ab183e437c
2024-10-25 04:29:35 +04:00
Matthias Baesken
70a1b5a7c7
8334618: ubsan: support setting additional ubsan check options
...
Backport-of: efb905e57a
2024-10-25 04:29:34 +04:00
Matthias Baesken
3cedf81d7c
8333639: ubsan: cppVtables.cpp:81:55: runtime error: index 14 out of bounds for type 'long int [1]'
...
Backport-of: 0199fee431
2024-10-25 04:29:34 +04:00
Andrew John Hughes
a855484c19
8322971: KEM.getInstance() should check if a 3rd-party security provider is signed
...
Backport-of: 9fd855ed47
2024-10-25 04:29:34 +04:00
Matthias Baesken
467d88fa15
8335237: ubsan: vtableStubs.hpp is_vtable_stub exclude from ubsan checks
...
Backport-of: 486aa11e74
2024-10-25 04:29:33 +04:00
Matthias Baesken
4a1cf96d5f
8333622: ubsan: relocInfo_x86.cpp:101:56: runtime error: pointer index expression with base (-1) overflowed
...
Backport-of: 33fd6ae986
2024-10-25 04:29:33 +04:00
Dan Lutker
54f4b9ba90
8321509: False positive in get_trampoline fast path causes crash
...
Backport-of: 73e3e0edeb
2024-10-25 04:29:33 +04:00
Matthias Baesken
b2784ebb1e
8331731: ubsan: relocInfo.cpp:155:30: runtime error: applying non-zero offset to null pointer
...
Reviewed-by: rschmelter
Backport-of: 664c993c41
2024-10-25 04:29:32 +04:00
Liang Mao
4e0590e9c1
8335493: check_gc_overhead_limit should reset SoftRefPolicy::_should_clear_all_soft_refs
...
Backport-of: cff9e246cc
2024-10-25 04:29:32 +04:00
Matthias Baesken
6ecb36096c
8331854: ubsan: copy.hpp:218:10: runtime error: addition of unsigned offset to 0x7fc2b4024518 overflowed to 0x7fc2b4024510
...
Backport-of: 2c1b311f81
2024-10-25 04:29:32 +04:00
Andrew Lu
a47ae0b1aa
8336301: test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java leaves around a FIFO file upon test completion
...
Backport-of: ae9f318fc3
2024-10-25 04:29:31 +04:00
Andrew Lu
cc55bbb788
8324808: Manual printer tests have no Pass/Fail buttons, instructions close set 3
...
Backport-of: af7c6af0cc
2024-10-25 04:29:31 +04:00
Andrew Lu
9ab2afe77d
8317112: Add screenshot for Frame/DefaultSizeTest.java
...
Backport-of: a36eaf03af
2024-10-25 04:29:31 +04:00
Matthias Baesken
0c31374399
8335967: "text-decoration: none" does not work with "A" HTML tags
...
Backport-of: 374fca0fcb
2024-10-25 04:29:31 +04:00
luwang1103
a9532dfd5d
8324580: SIGFPE on THP initialization on kernels < 4.10
...
Reviewed-by: stuefe
Backport-of: a231706a06
2024-10-25 04:29:30 +04:00
Matthias Baesken
f06bb52a78
8332699: ubsan: jfrEventSetting.inline.hpp:31:43: runtime error: index 163 out of bounds for type 'jfrNativeEventSetting [162]'
...
Backport-of: abbf45b57e
2024-10-25 04:29:30 +04:00
Matthias Baesken
760521172e
8333178: ubsan: jvmti_tools.cpp:149:16: runtime error: null pointer passed as argument 2, which is declared to never be null
...
Backport-of: 880c6b42ba
2024-10-25 04:29:30 +04:00
Aleksey Shipilev
717d705d0c
8334482: Shenandoah: Deadlock when safepoint is pending during nmethods iteration
...
Backport-of: 2aeb12ec03
2024-10-25 04:29:29 +04:00
Matthias Baesken
31be1cf6b0
8333277: ubsan: mlib_ImageScanPoly.c:292:43: runtime error: division by zero
...
Backport-of: 57b6481449
2024-10-25 04:29:29 +04:00
Matthias Baesken
9942e004b6
8333363: ubsan: instanceKlass.cpp: runtime error: member call on null pointer of type 'struct AnnotationArray'
...
Backport-of: 46b817b749
2024-10-25 04:29:29 +04:00
Andrew Lu
579113aeef
8291809: Convert compiler/c2/cr7200264/TestSSE2IntVect.java to IR verification test
...
Backport-of: 4da28b40f0
2024-10-25 04:29:28 +04:00
Andrew Lu
6ecacf2ca0
8325037: x86: enable and fix hotspot/jtreg/compiler/vectorization/TestRoundVectFloat.java
...
Backport-of: ed068469f3
2024-10-25 04:29:28 +04:00
Andrew Lu
85a0663d45
8335134: Test com/sun/jdi/BreakpointOnClassPrepare.java timeout
...
Backport-of: 4e8cbf884a
2024-10-25 04:29:28 +04:00
Xiaolong Peng
8e7498e315
8335904: Fix invalid comment in ShenandoahLock
...
Backport-of: bb1f8a1698
2024-10-25 04:29:28 +04:00
Varada M
bee6825d53
8308286: Fix clang warnings in linux code
...
Backport-of: 98a954eebc
2024-10-25 04:29:27 +04:00
Varada M
e05d85ea65
8317696: Fix compilation with clang-16
...
Backport-of: e4329a823b
2024-10-25 04:29:27 +04:00
SendaoYan
1cf79e50d7
8337038: Test java/nio/file/attribute/BasicFileAttributeView/CreationTime.java shoud set as /native
...
Reviewed-by: mbaesken
2024-10-25 04:29:27 +04:00
luwang1103
3c785c734d
8335283: Build failure due to 'no_sanitize' attribute directive ignored
...
Reviewed-by: shade
Backport-of: 53242cdf9e
2024-10-25 04:29:26 +04:00
Matthias Baesken
9081f55bb8
8332903: ubsan: opto/output.cpp:1002:18: runtime error: load of value 171, which is not a valid value for type 'bool'
...
Backport-of: 113a2c028d
2024-10-25 04:29:26 +04:00
SendaoYan
142eb9ccff
8269657: Test java/nio/channels/DatagramChannel/Loopback.java failed: Unexpected message
...
Backport-of: c798316bc4
2024-10-25 04:29:26 +04:00
Matthias Baesken
28be8a4264
8326332: Unclosed inline tags cause misalignment in summary tables
...
Reviewed-by: rschmelter
Backport-of: a6dc4bc2b8
2024-10-25 04:29:26 +04:00
Matthias Baesken
e58503f505
8333361: ubsan,test : libHeapMonitorTest.cpp:518:9: runtime error: null pointer passed as argument 2, which is declared to never be null
...
Backport-of: ed149062d0
2024-10-25 04:29:25 +04:00
Aleksey Shipilev
5fa606a337
8334769: Shenandoah: Move CodeCache_lock close to its use in ShenandoahConcurrentNMethodIterator
...
Backport-of: 4ebb77120a
2024-10-25 04:29:25 +04:00
john spurling
05f26e7084
8310628: GcInfoBuilder.c missing JNI Exception checks
...
Backport-of: a9c0a0f6b9
2024-10-25 04:29:25 +04:00
Matthias Baesken
b2b1541ab7
8316131: runtime/cds/appcds/TestParallelGCWithCDS.java fails with JNI error
...
Reviewed-by: lucy
Backport-of: 31f70391e5
2024-10-25 04:29:24 +04:00
SendaoYan
3dd3ae9599
8334339: Test java/nio/file/attribute/BasicFileAttributeView/CreationTime.java fails on alinux3
...
Reviewed-by: phh
Backport-of: 7baddc202a
2024-10-25 04:29:24 +04:00
Aleksey Shipilev
ffad939b82
8325542: CTW: Runner can produce negative StressSeed
...
Backport-of: bb675afae6
2024-10-25 04:29:23 +04:00
luwang1103
3d770d000a
8334239: Introduce macro for ubsan method/function exclusions
...
Backport-of: ff30240926
2024-10-25 04:29:23 +04:00
Xiaolong Peng
69da9d666c
8331411: Shenandoah: Reconsider spinning duration in ShenandoahLock
...
Reviewed-by: shade
Backport-of: 817edcb697
2024-10-25 04:29:23 +04:00
Liang Mao
d05b172ec7
8332717: ZGC: Division by zero in heuristics
...
Backport-of: 2d4185f4f1
2024-10-25 04:29:23 +04:00
Thomas Stuefe
ca6a1bba75
8314163: os::print_hex_dump prints incorrectly for big endian platforms and unit sizes larger than 1
...
Backport-of: 6a15860b12
2024-10-25 04:29:22 +04:00
Thomas Stuefe
a22123d83d
8299790: os::print_hex_dump is racy
...
Backport-of: 8f28809aa8
2024-10-25 04:29:22 +04:00
Xiaolong Peng
a705a698cf
8331405: Shenandoah: Optimize ShenandoahLock with TTAS
...
Reviewed-by: shade
Backport-of: c4fe5bf90c
2024-10-25 04:29:22 +04:00
Neethu Prasad
0488525b43
8312200: Fix Parse::catch_call_exceptions memory leak
...
Backport-of: d33e8e6f93
2024-10-25 04:29:21 +04:00
Matthias Baesken
c26c0e1537
8315422: getSoTimeout() would be in try block in SSLSocketImpl
...
Backport-of: 2264667bba
2024-10-25 04:29:21 +04:00
luwang1103
884bfd65d8
8332818: ubsan: archiveHeapLoader.cpp:70:27: runtime error: applying non-zero offset 18446744073707454464 to null pointer
...
Backport-of: 6861766b63
2024-10-25 04:29:21 +04:00
Matthias Baesken
10e07f11c9
8334418: Update IANA Language Subtag Registry to Version 2024-06-14
...
Backport-of: 861aefcafa
2024-10-25 04:29:20 +04:00
Matthias Baesken
9a8ce1bad8
8334123: log the opening of Type 1 fonts
...
Backport-of: f8c657f671
2024-10-25 04:29:20 +04:00
luwang1103
749b5c2518
8333887: ubsan: unsafe.cpp:247:13: runtime error: store to null pointer of type 'volatile int'
...
Backport-of: 0d3a3771c3
2024-10-25 04:29:20 +04:00
Matthias Baesken
9f7f8136c4
8327424: ProblemList serviceability/sa/TestJmapCore.java on all platforms with ZGC
...
Backport-of: 0a6e64e2f5
2024-10-25 04:29:20 +04:00
Andrew Lu
e80e27fafb
8328273: sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java failed with java.rmi.server.ExportException: Port already in use
...
Backport-of: a85c8493ae
2024-10-25 04:29:19 +04:00
SendaoYan
a9065e0253
8322766: Micro bench SSLHandshake should use default algorithms
...
Backport-of: 06dd735342
2024-10-25 04:29:19 +04:00
Matthias Baesken
bf0a704ba7
8332424: Update IANA Language Subtag Registry to Version 2024-05-16
...
Backport-of: 6dac8d6452
2024-10-25 04:29:19 +04:00
Neethu Prasad
0c6b751dbf
8315505: CompileTask timestamp printed can overflow
...
Backport-of: ad7a8e86e0
2024-10-25 04:29:18 +04:00
Matthias Baesken
de25c132f2
8326129: Java Record Pattern Match leads to infinite loop
...
Backport-of: 93a2e773a5
2024-10-25 04:29:18 +04:00
Matthias Baesken
6c68e52879
8299058: AssertionError in sun.net.httpserver.ServerImpl when connection is idle
...
Backport-of: 47624f6fc6
2024-10-25 04:29:18 +04:00
Andrew John Hughes
8d36a8bb6a
8335775: Remove extraneous 's' in comment of rawmonitor.cpp test file
...
Backport-of: ff49f677ee
2024-10-25 04:29:17 +04:00
Liming Liu
2fecfadfc3
8315923: pretouch_memory by atomic-add-0 fragments huge pages unexpectedly
...
8324781: runtime/Thread/TestAlwaysPreTouchStacks.java failed with Expected a higher ratio between stack committed and reserved
8325218: gc/parallel/TestAlwaysPreTouchBehavior.java fails
Reviewed-by: shade
Backport-of: a65a89522d
2024-10-25 04:29:17 +04:00
Andrew Lu
f8a0ca413e
8331518: Tests should not use the "Classpath" exception form of the legal header
...
Reviewed-by: mbaesken
Backport-of: d3bf52628e
2024-10-25 04:29:17 +04:00
Andrew Lu
f5c54c53cf
8328158: Convert java/awt/Choice/NonFocusablePopupMenuTest to automatic main test
...
8328269: NonFocusablePopupMenuTest.java should be marked as headful
Reviewed-by: mbaesken
Backport-of: b8dfeafdfd
2024-10-25 04:29:16 +04:00
Matthias Baesken
8dbbd2592b
8317446: ProblemList gc/arguments/TestNewSizeFlags.java on macosx-aarch64 in Xcomp
...
8317449: ProblemList serviceability/jvmti/stress/StackTrace/NotSuspended/GetStackTraceNotSuspendedStressTest.java on several platforms
8334592: ProblemList serviceability/jvmti/stress/StackTrace/NotSuspended/GetStackTraceNotSuspendedStressTest.java in jdk21 on all platforms
Reviewed-by: lucy
Backport-of: 8ff10a0d35
2024-10-25 04:29:16 +04:00
Qizheng Xing
93e13ab58c
8335536: Fix assertion failure in IdealGraphPrinter when append is true
...
Backport-of: 6db4c6a772
2024-10-25 04:29:16 +04:00
Andrew Lu
31419951a1
8329559: Test javax/swing/JFrame/bug4419914.java failed because The End and Start buttons are not placed correctly and Tab focus does not move as expected
...
Backport-of: 7c1fad4fb6
2024-10-25 04:29:15 +04:00
Christoph Langer
59cf78f08e
8211854: [aix] java/net/ServerSocket/AcceptInheritHandle.java fails: read times out
...
Backport-of: cb3c45a698
2024-10-25 04:29:15 +04:00
Andrew Lu
bf3942633d
8334297: (so) java/nio/channels/SocketChannel/OpenLeak.java should not depend on SecurityManager
...
Backport-of: 50bed6c67b
2024-10-25 04:29:14 +04:00
Andrew Lu
960771ddee
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
Backport-of: 286cc163fd
2024-10-25 04:29:14 +04:00
Matthias Baesken
17c1fd2572
8316361: C2: assert(!failure) failed: Missed optimization opportunity in PhaseIterGVN with -XX:VerifyIterativeGVN=10
...
Backport-of: eeb63cd0fa
2024-10-25 04:29:14 +04:00
Andrew Lu
f3349500f3
8333804: java/net/httpclient/ForbiddenHeadTest.java threw an exception with 0 failures
...
Backport-of: ec1664e8c9
2024-10-25 04:29:14 +04:00
Andrew Lu
6c87d32486
8331798: Remove unused arg of checkErgonomics() in TestMaxHeapSizeTools.java
...
Backport-of: c6f611cfe0
2024-10-25 04:29:13 +04:00
Matthias Baesken
69cbde141a
8334653: ISO 4217 Amendment 177 Update
...
Backport-of: 86b0cf259f
2024-10-25 04:29:13 +04:00
SendaoYan
06b66833a2
8333353: Delete extra empty line in CodeBlob.java
...
Backport-of: 91101f0d4f
2024-10-25 04:29:12 +04:00
SendaoYan
75947a84f7
8334600: TEST java/net/MulticastSocket/IPMulticastIF.java fails on linux-aarch64
...
Backport-of: f23295ec1d
2024-10-25 04:29:12 +04:00
Matthias Baesken
50862b84ec
6967482: TAB-key does not work in JTables after selecting details-view in JFileChooser
...
8166352: FilePane.createDetailsView() removes JTable TAB, SHIFT-TAB functionality
Backport-of: 711e723819
2024-10-25 04:29:11 +04:00
Matthias Baesken
bc4ef137dc
8332524: Instead of printing "TLSv1.3," it is showing "TLS13"
...
Backport-of: e681b4e9b3
2024-10-25 04:29:10 +04:00
Andrew Lu
f99b03b7ca
8333270: HandlersOnComplexResetUpdate and HandlersOnComplexUpdate tests fail with "Unexpected reference" if timeoutFactor is less than 1/3
...
Backport-of: d02cb742f7
2024-10-25 04:29:10 +04:00
Andrew Lu
d1e495702c
8280988: [XWayland] Click on title to request focus test failures
...
Backport-of: f6cdcc6f65
2024-10-25 04:29:09 +04:00
Andrew Lu
1e93ec60d4
8320675: PrinterJob/SecurityDialogTest.java hangs
...
Backport-of: 9f5ad43358
2024-10-25 04:29:09 +04:00
Andrew Lu
2b69af22bd
8328238: Convert few closed manual applet tests to main
...
Backport-of: 68170ae222
2024-10-25 04:29:09 +04:00
Andrew Lu
92381fd372
8331605: jdk/test/lib/TestMutuallyExclusivePlatformPredicates.java test failure
...
Backport-of: 01125fa21b
2024-10-25 04:29:08 +04:00
Gui Cao
fd92df9d51
8333652: RISC-V: compiler/vectorapi/VectorGatherMaskFoldingTest.java fails when using RVV
...
Backport-of: ce5727df44
2024-10-25 04:29:07 +04:00
Matthias Baesken
ce74e58ca8
8330063: Upgrade jQuery to 3.7.1
...
Reviewed-by: mdoerr
Backport-of: 46a2ce4eb4
2024-10-25 04:29:07 +04:00
Andrew Lu
a4b6eb6874
8316285: Opensource JButton manual tests
...
Backport-of: 9f5d2b947f
2024-10-25 04:29:06 +04:00
Andrew Lu
4ab615f5c0
8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed
...
Backport-of: 6f7ddbec7d
2024-10-25 04:29:06 +04:00
Andrew Lu
ef419d15c6
8280990: [XWayland] XTest emulated mouse click does not bring window to front
...
Backport-of: d2d78ad18e
2024-10-25 04:29:05 +04:00
Sergey Bylokhov
16c3e9a749
8327007: javax/swing/JSpinner/8008657/bug8008657.java fails
...
Backport-of: b7540df6a4
2024-10-25 04:29:05 +04:00
Aleksey Shipilev
65e880e700
8334421: assert(!oldbox->is_unbalanced()) failed: this should not be called for unbalanced region
...
Backport-of: 9c89f0861c
2024-10-25 04:29:05 +04:00
Aleksey Shipilev
8814af8cf3
8319818: Address GCC 13.2.0 warnings (stringop-overflow and dangling-pointer)
...
8320212 : Disable GCC stringop-overflow warning for affected files
8326717: Disable stringop-overflow in shenandoahLock.cpp
Reviewed-by: mdoerr
Backport-of: c0507af5a4
2024-10-25 04:29:05 +04:00
lingjun.cg
0f15c87995
8333462: Performance regression of new DecimalFormat() when compare to jdk11
...
Backport-of: d826127970
2024-10-25 04:29:04 +04:00
Christoph Langer
4fd24013c0
8211847: [aix] java/lang/ProcessHandle/InfoTest.java fails: "reported cputime less than expected"
...
Backport-of: f5213671f7
2024-10-25 04:29:04 +04:00
Xiaolong Peng
09b3eada66
8170817: G1: Returning MinTLABSize from unsafe_max_tlab_alloc causes TLAB flapping
...
Backport-of: 4c79e7d59c
2024-10-25 04:29:04 +04:00
Xiaolong Peng
9b4b125601
8319406: x86: Shorter movptr(reg, imm) for 32-bit immediates
...
Backport-of: b120a05b22
2024-10-25 04:29:03 +04:00
Thomas Stuefe
7231ee7a51
8330027: Identity hashes of archived objects must be based on a reproducible random seed
...
Reviewed-by: mdoerr
Backport-of: 9f43ce5a72
2024-10-25 04:29:03 +04:00
Xiaolong Peng
02a3de904f
8323584: AArch64: Unnecessary ResourceMark in NativeCall::set_destination_mt_safe
...
Backport-of: 34f85ee94e
2024-10-25 04:29:03 +04:00
Liang Mao
bdf9c6c65e
8325587: Shenandoah: ShenandoahLock should allow blocking in VM
...
Backport-of: 492e8bf563
2024-10-25 04:29:02 +04:00
Martin Doerr
0c25c36393
8333099: Missing check for is_LoadVector in StoreNode::Identity
...
Backport-of: 2ea365c945
2024-10-25 04:29:02 +04:00
Martin Doerr
b92a636776
8334867: Add back assertion from JDK-8325494
...
Reviewed-by: shade, chagedorn
2024-10-25 04:29:02 +04:00
Martin Doerr
25151087a6
8328896: Fontmetrics for large Fonts has zero width
...
Backport-of: 25871af36b
2024-10-25 04:29:01 +04:00
Martin Doerr
108f9b1d79
8051959: Add thread and timestamp options to java.security.debug system property
...
Reviewed-by: mbaesken
Backport-of: 3b582dff84
2024-10-25 04:29:01 +04:00
Martin Doerr
1ab07d9ff7
8321176: [Screencast] make a second attempt on screencast failure
...
Backport-of: 92fd490f22
2024-10-25 04:29:01 +04:00
Amos Shi
149093fe71
8315969: compiler/rangechecks/TestRangeCheckHoistingScaledIV.java: make flagless
...
Reviewed-by: mdoerr
Backport-of: 9598ff8386
2024-10-25 04:29:00 +04:00
Amos Shi
2ea09316e8
8320608: Many jtreg printing tests are missing the @printer keyword
...
Backport-of: 76fea80707
2024-10-25 04:28:59 +04:00
Jaroslav Bachorik
9dce18b50f
8329103: assert(!thread->in_asgct()) failed during multi-mode profiling
...
Reviewed-by: jbechberger
Backport-of: 6b1b0e9d45
2024-10-25 04:28:59 +04:00
Elif Aslan
a0375cfe78
8330849: Add test to verify memory usage with recursive locking
...
Backport-of: 7b2560b490
2024-10-25 04:28:59 +04:00
SendaoYan
6eb1d34f20
8332248: (fc) java/nio/channels/FileChannel/BlockDeviceSize.java failed with RuntimeException
...
Backport-of: 0bb5ae6451
2024-10-25 04:28:58 +04:00
Andrew Lu
229df35c9e
8317372: Refactor some NumberFormat tests to use JUnit
...
Reviewed-by: mdoerr
Backport-of: 9622de2aa8
2024-10-25 04:28:58 +04:00
Andrew Lu
1198f22bda
8222884: ConcurrentClassDescLookup.java times out intermittently
...
Backport-of: bd046d9b9e
2024-10-25 04:28:58 +04:00
Andrew Lu
cc0e89f614
8328647: TestGarbageCollectorMXBean.java fails with C1-only and -Xcomp
...
Backport-of: bdd9438b45
2024-10-25 04:28:57 +04:00
Andrew Lu
ccbcd8b97b
8322062: com/sun/jdi/JdwpAllowTest.java does not performs negative testing with prefix length
...
Backport-of: 459957f30a
2024-10-25 04:28:57 +04:00
Andrew Lu
b36aae659c
8328697: SubMenuShowTest and SwallowKeyEvents tests stabilization
...
Backport-of: 638708cad8
2024-10-25 04:28:56 +04:00
Aleksey Shipilev
e8789abf44
8310906: Fix -Wconversion warnings in runtime, oops and some code header files.
...
Backport-of: 9f46fc2842
2024-10-25 04:28:55 +04:00
Martin Doerr
e9ca2a372a
8325520: Vector loads and stores with indices and masks incorrectly compiled
...
Backport-of: 0c934ff4e2
2024-10-25 04:28:55 +04:00
Martin Doerr
825acb0dc4
8325494: C2: Broken graph after not skipping CastII node anymore for Assertion Predicates after JDK-8309902
...
Reviewed-by: mbaesken, shade
Backport-of: 9fd78022b1
2024-10-25 04:28:54 +04:00
Martin Doerr
7a795aca67
8332920: C2: Partial Peeling is wrongly applied for CmpU with negative limit
...
Reviewed-by: chagedorn
Backport-of: ef101f1bf2
2024-10-25 04:28:54 +04:00
Martin Doerr
6a91eba26c
8320655: awt screencast robot spin and sync issues with native libpipewire api
...
Backport-of: c17b8cfafe
2024-10-25 04:28:53 +04:00
Martin Doerr
e9161d3aea
8331011: [XWayland] TokenStorage fails under Security Manager
...
Backport-of: 9912abf586
2024-10-25 04:28:53 +04:00
SendaoYan
b5ce63aae8
8334333: MissingResourceCauseTestRun.java fails if run by root
...
Backport-of: de8ee97718
2024-10-25 04:28:53 +04:00
Aleksey Shipilev
1d061781b3
8319197: Exclude hb-subset and hb-style from compilation
...
Backport-of: e1cae72036
2024-10-25 04:28:52 +04:00
Andrew Lu
3784b714e7
8307778: com/sun/jdi/cds tests fail with jtreg's Virtual test thread factory
...
Backport-of: fe8a2aff31
2024-10-25 04:28:52 +04:00
Andrew Lu
5fdfb08963
8299487: Test java/net/httpclient/whitebox/SSLTubeTestDriver.java timed out
...
Backport-of: 81083a0e10
2024-10-25 04:28:51 +04:00
Andrew Lu
d3795f0b50
8316306: Open source and convert manual Swing test
...
Backport-of: d3e8218386
2024-10-25 04:28:51 +04:00
Neethu Prasad
a497c58131
8325754: Dead AbstractQueuedSynchronizer$ConditionNodes survive minor garbage collections
...
Backport-of: 60cbf29250
2024-10-25 04:28:50 +04:00
Neethu Prasad
2659dd99b3
8321220: JFR: RecordedClass reports incorrect modifiers
...
Backport-of: d5f59cf0a8
2024-10-25 04:28:50 +04:00
Neethu Prasad
d51c15b24c
8317360: Missing null checks in JfrCheckpointManager and JfrStringPool initialization routines
...
Backport-of: cf4ede0e54
2024-10-25 04:28:49 +04:00
Andrew Lu
5823b6d2c6
8316211: Open source several manual applet tests
...
Backport-of: 2f311d59dc
2024-10-25 04:28:49 +04:00
Andrew Lu
ffd93e21ca
8283223: gc/stringdedup/TestStringDeduplicationFullGC.java#Parallel failed with "RuntimeException: String verification failed"
...
Backport-of: 9d441e3e56
2024-10-25 04:28:48 +04:00
Amos Shi
092d479ff4
7022325: TEST_BUG: test/java/util/zip/ZipFile/ReadLongZipFileName.java leaks files if it fails
...
Backport-of: 4785461f61
2024-10-25 04:28:48 +04:00
Amos Shi
890c1fb4da
8333398: Uncomment the commented test in test/jdk/java/util/jar/JarFile/mrjar/MultiReleaseJarAPI.java
...
Backport-of: d230b30353
2024-10-25 04:28:48 +04:00
Amos Shi
f50f7fb922
8328110: Allow simultaneous use of PassFailJFrame with split UI and additional windows
...
Backport-of: 11a3673d42
2024-10-25 04:28:47 +04:00
Amos Shi
0aaefe8c2b
8316389: Open source few AWT applet tests
...
Backport-of: 65227a3c64
2024-10-25 04:28:47 +04:00
Amos Shi
9545f17b35
8313674: (fc) java/nio/channels/FileChannel/BlockDeviceSize.java should test for more block devices
...
Backport-of: e91492ab43
2024-10-25 04:28:46 +04:00
Amos Shi
0b3f8c7990
8315576: compiler/codecache/CodeCacheFullCountTest.java fails after JDK-8314837
...
Reviewed-by: mdoerr
Backport-of: 343cc0ce2b
2024-10-25 04:28:46 +04:00
Amos Shi
b70b1df8c6
8314614: jdk/jshell/ImportTest.java failed with "InternalError: Failed remote listen"
...
8312140: jdk/jshell tests failed with JDI socket timeouts
Backport-of: 14193a049e
2024-10-25 04:28:45 +04:00
Amos Shi
2cbe185ba2
8325384: sun/security/ssl/SSLSessionImpl/ResumptionUpdateBoundValues.java failing intermittently when main thread is a virtual thread
...
Backport-of: da9c23ace9
2024-10-25 04:28:45 +04:00
Amos Shi
5f54d970ba
8315024: Vector API FP reduction tests should not test for exact equality
...
Backport-of: e6f23a90d4
2024-10-25 04:28:45 +04:00
Amos Shi
0b64f0f68f
8321933: TestCDSVMCrash.java spawns two processes
...
Backport-of: 1fde8b868a
2024-10-25 04:28:44 +04:00
Amos Shi
3fee19b152
8241550: [macOS] SSLSocketImpl/ReuseAddr.java failed due to "BindException: Address already in use"
...
Backport-of: 6a35311468
2024-10-25 04:28:44 +04:00
Elif Aslan
4995f3ae2e
8314515: java/util/concurrent/SynchronousQueue/Fairness.java failed with "Error: fair=false i=8 j=0"
...
Backport-of: 35e9662767
2024-10-25 04:28:44 +04:00
Thomas Fitzsimmons
9a74b415ac
8332174: Remove 2 (unpaired) RLO Unicode characters in ff_Adlm.xml
...
Reviewed-by: andrew
2024-10-25 04:28:43 +04:00
Sergey Bylokhov
e915462bf1
8327840: Automate javax/swing/border/Test4129681.java
...
Backport-of: 177b8a241c
2024-10-25 04:28:43 +04:00
Elif Aslan
d400446405
8318605: Enable parallelism in vmTestbase/nsk/stress/stack tests
...
Backport-of: d9aa1deac8
2024-10-25 04:28:43 +04:00
Aleksey Shipilev
217f4ea794
8309685: Fix -Wconversion warnings in assembler and register code
...
Reviewed-by: mdoerr
Backport-of: 230bcb769a
2024-10-25 04:28:42 +04:00
SendaoYan
0af422fe72
8334332: TestIOException.java fails if run by root
...
Backport-of: 472b935b44
2024-10-25 04:28:42 +04:00
Andrew Lu
c4728b265e
8332936: Test vmTestbase/metaspace/gc/watermark_70_80/TestDescription.java fails with no GC's recorded
...
Backport-of: 5ed0d52c84
2024-10-25 04:28:41 +04:00
Andrew Lu
f9ce89e9f3
8331063: Some HttpClient tests don't report leaks
...
Backport-of: e4ed7ced75
2024-10-25 04:28:41 +04:00
Andrew Lu
a518001443
8331999: BasicDirectoryModel/LoaderThreadCount.java frequently fails on Windows in CI
...
Introduce tolerance factor: count > loaderCount.size() / 2
Fail the test only if the number of snapshots with more than
2 file loader threads is greater than half of the number
of valid snapshots.
Backport-of: ffbdfffbc7
2024-10-25 04:28:41 +04:00
Martin Doerr
695db97861
8325083: jdk/incubator/vector/Double512VectorTests.java crashes in Assembler::vex_prefix_and_encode
...
Backport-of: 01060ad4ab
2024-10-25 04:28:40 +04:00
Martin Doerr
398329a4b6
8330133: libj2pkcs11.so crashes on some pkcs#11 v3.0 libraries
...
Backport-of: d1c6cd104e
2024-10-25 04:28:40 +04:00
Martin Doerr
b2221facb3
8330819: C2 SuperWord: bad dominance after pre-loop limit adjustment with base that has CastLL after pre-loop
...
Reviewed-by: mbaesken
Backport-of: e681e9b4d7
2024-10-25 04:28:39 +04:00
Martin Doerr
fcc6486961
8309621: [XWayland][Screencast] screen capture failure with sun.java2d.uiScale other than 1
...
Backport-of: 387896fb34
2024-10-25 04:28:39 +04:00
Andrew Lu
a75ac27a20
8328560: java/awt/event/MouseEvent/ClickDuringKeypress/ClickDuringKeypress.java imports Applet
...
Backport-of: e81374e050
2024-10-25 04:28:38 +04:00
Andrew Lu
ef1460bdc0
8320079: The ArabicBox.java test has no control buttons
...
Backport-of: 792fc9d114
2024-10-25 04:28:38 +04:00
Xiaolong Peng
bac030ff21
8321025: Enable Neoverse N1 optimizations for Neoverse V2
...
Reviewed-by: shade
Backport-of: c9d15f7d5e
2024-10-25 04:28:37 +04:00
Martin Doerr
f49a1bfcf5
8313697: [XWayland][Screencast] consequent getPixelColor calls are slow
...
8310334: [XWayland][Screencast] screen capture error message in debug
Backport-of: 2f04bc5f93
2024-10-25 04:28:36 +04:00
Martin Doerr
b598d8999a
8301686: TLS 1.3 handshake fails if server_name doesn't match resuming session
...
Backport-of: 0259da9283
2024-10-25 04:28:36 +04:00
Martin Doerr
5a8146808d
8308660: C2 compilation hits 'node must be dead' assert
...
Reviewed-by: mbaesken
Backport-of: 053ff76e14
2024-10-25 04:28:35 +04:00
Martin Doerr
f9699b575e
8322743: C2: prevent lock region elimination in OSR compilation
...
Backport-of: 742c776a92
2024-10-25 04:28:35 +04:00
Aleksey Shipilev
833f53bb34
8329088: Stack chunk thawing races with concurrent GC stack iteration
...
Backport-of: 8bcd2e61ae
2024-10-25 04:28:34 +04:00
Andrew Lu
3f95bd363b
8331142: Add test for number of loader threads in BasicDirectoryModel
...
8331495: Limit BasicDirectoryModel/LoaderThreadCount.java to Windows only
Reviewed-by: mdoerr
Backport-of: b2fb5ea13b
2024-10-25 04:28:34 +04:00
Andrew Lu
a8185e0e68
8328115: Convert java/awt/font/TextLayout/TestJustification.html applet test to main
...
Backport-of: 0204aacb03
2024-10-25 04:28:33 +04:00
Andrew Lu
d6aa29223f
8327137: Add test for ConcurrentModificationException in BasicDirectoryModel
...
Backport-of: 9731b1c8b0
2024-10-25 04:28:33 +04:00
Andrew Lu
f2642d92b5
8328011: Convert java/awt/Frame/GetBoundsResizeTest/GetBoundsResizeTest.java applet test to main
...
Backport-of: df909e2f9c
2024-10-25 04:28:32 +04:00
Andrew Lu
d998f885e9
8327650: Test java/nio/channels/DatagramChannel/StressNativeSignal.java timed out
...
Backport-of: 7acfba288f
2024-10-25 04:28:32 +04:00
Andrew Lu
59ea912f39
8317635: Improve GetClassFields test to verify correctness of field order
...
Backport-of: 599560a832
2024-10-25 04:28:31 +04:00
Andrew Lu
5a3c1351df
8318071: IgnoreUnrecognizedVMOptions flag still causes failure in ArchiveHeapTestClass
...
Backport-of: d888b26783
2024-10-25 04:28:30 +04:00
Martin Doerr
c69c7a4a23
8323274: C2: array load may float above range check
...
Backport-of: 4406915ebc
2024-10-25 04:28:29 +04:00
Matthias Baesken
6f13a3bb42
8332825: ubsan: guardedMemory.cpp:35:11: runtime error: null pointer passed as argument 2, which is declared to never be null
...
Backport-of: be1d374bc5
2024-10-25 04:28:29 +04:00
Andrew Lu
1419de81e3
8317831: compiler/codecache/CheckLargePages.java fails on OL 8.8 with unexpected memory string
...
Reviewed-by: mdoerr
Backport-of: 86b27b784e
2024-10-25 04:28:28 +04:00
Andrew Lu
3524c9c171
8269428: java/util/concurrent/ConcurrentHashMap/ToArray.java timed out
...
Backport-of: 570ad67204
2024-10-25 04:28:28 +04:00
Sergey Bylokhov
88b08ef6c9
8327787: Convert javax/swing/border/Test4129681.java applet test to main
...
Backport-of: ad0f329493
2024-10-25 04:28:27 +04:00
Martin Doerr
dad622e07a
8331575: C2: crash when ConvL2I is split thru phi at LongCountedLoop
...
Backport-of: f398cd2250
2024-10-25 04:28:26 +04:00
Martin Doerr
ff10d2cd11
8322996: BoxLockNode creation fails with assert(reg < CHUNK_SIZE) failed: sanity
...
Backport-of: 69586e7bdf
2024-10-25 04:28:25 +04:00
Martin Doerr
85bb08b062
8317299: safepoint scalarization doesn't keep track of the depth of the JVM state
...
Reviewed-by: phh
Backport-of: 6d911f68a3
2024-10-25 04:28:24 +04:00
Martin Doerr
6d9b2e4c39
8323972: C2 compilation fails with assert(!x->as_Loop()->is_loop_nest_inner_loop()) failed: loop was transformed
...
Backport-of: e1b0af29e4
2024-10-25 04:28:23 +04:00
Martin Doerr
cd92270ffa
8321278: C2: Partial peeling fails with assert "last_peel <- first_not_peeled"
...
Backport-of: af15c68f3c
2024-10-25 04:28:23 +04:00
Martin Doerr
5595e0eb1a
8319793: C2 compilation fails with "Bad graph detected in build_loop_late" after JDK-8279888
...
Reviewed-by: mbaesken
Backport-of: b922f8d459
2024-10-25 04:28:23 +04:00
Liang Mao
cb9864ee44
8332935: Crash: assert(*lastPtr != 0) failed: Mismatched JNINativeInterface tables, check for new entries
...
Backport-of: 8338946a6d
2024-10-25 04:28:22 +04:00
Matthias Baesken
45e13bffcc
8333724: Problem list security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#teliasonerarootcav1
...
Backport-of: 8ffc35d117
2024-10-25 04:28:22 +04:00
Christoph Langer
6ac6971623
8330814: Cleanups for KeepAliveCache tests
...
Backport-of: 1e173f9d17e4a42e758217ac98aec4356acac0fa
2024-10-25 04:28:21 +04:00
Dmitry Chuyko
0bc3813d60
8323122: AArch64: Increase itable stub size estimate
...
Reviewed-by: aph
Backport-of: 36f4b34f19
2024-10-25 04:28:21 +04:00
Martin Doerr
e531c549b3
8316756: C2 EA fails with "missing memory path" when encountering unsafe_arraycopy stub call
...
Backport-of: b89172149d
2024-10-25 04:28:20 +04:00
Martin Doerr
62b2301799
8324174: assert(m->is_entered(current)) failed: invariant
...
Backport-of: 5b9b176c67
2024-10-25 04:28:19 +04:00
Martin Doerr
548299619f
8332905: C2 SuperWord: bad AD file, with RotateRightV and first operand not a pack
...
Backport-of: 67d6f3ca9e
2024-10-25 04:28:19 +04:00
Martin Doerr
d862ea71b2
8327423: C2 remove_main_post_loops: check if main-loop belongs to pre-loop, not just assert
...
Backport-of: fadc4b197e
2024-10-25 04:28:18 +04:00
Martin Doerr
6a08c32941
8324969: C2: prevent elimination of unbalanced coarsened locking regions
...
Backport-of: b938a5c9ed
2024-10-25 04:28:17 +04:00
Martin Doerr
3e789ffe8d
8333366: C2: CmpU3Nodes are not pushed back to worklist in PhaseCCP leading to non-fixpoint assertion failure
...
Reviewed-by: shade
Backport-of: 7c83d7ab53
2024-10-25 04:28:17 +04:00
Martin Doerr
4584942af6
8332959: C2: ZGC fails with 'Incorrect load shift' when invoking Object.clone() reflectively on an array
...
Reviewed-by: shade
Backport-of: e0ac8249f5
2024-10-25 04:28:16 +04:00
Martin Doerr
c3d1ebc72b
8323682: C2: guard check is not generated in Arrays.copyOfRange intrinsic when allocation is eliminated by EA
...
Backport-of: 92f5c0be8e
2024-10-25 04:28:16 +04:00
Martin Doerr
c0196db04d
8331863: DUIterator_Fast used before it is constructed
...
Backport-of: 466a21d864
2024-10-25 04:28:15 +04:00
Martin Doerr
e9a584ea60
8329258: TailCall should not use frame pointer register for jump target
...
Backport-of: cccc95358d
2024-10-25 04:28:15 +04:00
Martin Doerr
9f10f32afa
8324983: Race in CompileBroker::possibly_add_compiler_threads
...
Backport-of: 1993652653
2024-10-25 04:28:15 +04:00
Martin Doerr
e3df281f37
8331421: ubsan: vmreg.cpp checking error member call on misaligned address
...
Reviewed-by: mbaesken
Backport-of: beebce044d
2024-10-25 04:28:14 +04:00
Martin Balao
85249f35a0
8330611: AES-CTR vector intrinsic may read out of bounds (x86_64, AVX-512)
...
Backport-of: 8a8d928898
2024-10-25 04:28:14 +04:00
Xiaolong Peng
0936b148da
8320379: C2: Sort spilling/unspilling sequence for better ld/st merging into ldp/stp on AArch64
...
Reviewed-by: aph
Backport-of: 3ccd02f142
2024-10-25 04:28:14 +04:00
Neethu Prasad
429e13f32f
8333716: Shenandoah: Check for disarmed method before taking the nmethod lock
...
Reviewed-by: shade
Backport-of: 18e7d7b5e7
2024-10-25 04:28:13 +04:00
Dmitry Chuyko
922c817dfa
8307352: AARCH64: Improve itable_stub
...
Backport-of: c664f1ca66
2024-10-25 04:28:13 +04:00
Aleksey Shipilev
4d7b0d2dd1
8325469: Freeze/Thaw code can crash in the presence of OSR frames
...
Reviewed-by: phh
Backport-of: fd331ff173
2024-10-25 04:28:12 +04:00
Andrew Lu
a4bc23b572
8280392: java/awt/Focus/NonFocusableWindowTest/NonfocusableOwnerTest.java failed with "RuntimeException: Test failed."
...
Backport-of: 3f2e849c54
2024-10-25 04:28:12 +04:00
Andrew Lu
6e47006c59
8316240: Open source several add/remove MenuBar manual tests
...
Backport-of: 3809d69ac4
2024-10-25 04:28:11 +04:00
Sergey Bylokhov
659bec6921
8329510: Update ProblemList for JFileChooser/8194044/FileSystemRootTest.java
...
Backport-of: 747582484c
2024-10-25 04:28:11 +04:00
Sergey Bylokhov
a35bf43919
8307193: Several Swing jtreg tests use class.forName on L&F classes
...
Backport-of: 9d332e6591
2024-10-25 04:28:11 +04:00
Martin Doerr
95c0806f0c
8331626: unsafe.cpp:162:38: runtime error in index_oop_from_field_offset_long - applying non-zero offset 4563897424 to null pointer
...
Backport-of: 23a72a1f2f
2024-10-25 04:28:10 +04:00
Soumadipta Roy
301d30ffd1
8324755: Enable parallelism in vmTestbase/gc/gctests/LargeObjects tests
...
Backport-of: 003e86fe38
2024-10-25 04:28:10 +04:00
Matthias Baesken
b0f2fa74d9
8332904: ubsan ppc64le: c1_LIRGenerator_ppc.cpp:581:21: runtime error: signed integer overflow: 9223372036854775807 + 1 cannot be represented in type 'long int'
...
Backport-of: 9b64ece514
2024-10-25 04:28:10 +04:00
Matthias Baesken
747de774c0
8332894: ubsan: vmError.cpp:2090:26: runtime error: division by zero
...
Backport-of: 1b8dea4a92
2024-10-25 04:28:10 +04:00
SendaoYan
4359b76b18
8333477: Delete extra empty spaces in Makefiles
...
Backport-of: d130d2f4f4
2024-10-25 04:28:09 +04:00
Matthias Baesken
7bd5b84ec1
8332473: ubsan: growableArray.hpp:290:10: runtime error: null pointer passed as argument 1, which is declared to never be null
...
Backport-of: e529101ea3
2024-10-25 04:28:09 +04:00
Matthias Baesken
9d533fc25b
8332675: test/hotspot/jtreg/gc/testlibrary/Helpers.java compileClass javadoc does not match after 8321812
...
Backport-of: 1ea76d338b
2024-10-25 04:28:09 +04:00
Matthias Baesken
63b77826ae
8332720: ubsan: instanceKlass.cpp:3550:76: runtime error: member call on null pointer of type 'struct Array'
...
Backport-of: e19a421c30
2024-10-25 04:28:08 +04:00
Matthias Baesken
433c682ec9
8332589: ubsan: unix/native/libjava/ProcessImpl_md.c:562:5: runtime error: null pointer passed as argument 2, which is declared to never be null
...
Backport-of: 16dba04e8d
2024-10-25 04:28:08 +04:00
Aleksey Shipilev
a9a27304d4
8287325: AArch64: fix virtual threads with -XX:UseBranchProtection=pac-ret
...
Backport-of: 481cfc7985
2024-10-25 04:28:08 +04:00
Richard Reingruber
5f7d007374
8327990: [macosx-aarch64] Various tests fail with -XX:+AssertWXAtThreadSync
...
Reviewed-by: aph
Backport-of: 0c572566963be7f941228deda2691ce2fc456c15
2024-10-25 04:28:07 +04:00
Richard Reingruber
eb89c96051
8323782: Race: Thread::interrupt vs. AbstractInterruptibleChannel.begin
...
Backport-of: 1188d404bc4879fc388209cd32e6c4e46178e200
2024-10-25 04:28:07 +04:00
Sergey Bylokhov
792a9df148
8313983: jmod create --target-platform should replace existing ModuleTarget attribute
...
Backport-of: c2e01eba5a
2024-10-25 04:28:07 +04:00
Xiaolong Peng
3a1132ac2e
8331931: JFR: Avoid loading regex classes during startup
...
Backport-of: 242446b07f
2024-10-25 04:28:06 +04:00
Aleksey Shipilev
d34134e1aa
8329665: fatal error: memory leak: allocating without ResourceMark
...
Backport-of: e073d5b374
2024-10-25 04:28:06 +04:00
Martin Doerr
5693052b54
8331885: C2: meet between unloaded and speculative types is not symmetric
...
Backport-of: 7652f9811b
2024-10-25 04:28:05 +04:00
Martin Doerr
bb47acf880
8326734: text-decoration applied to <span> lost when mixed with <u> or <s>
...
8325620: HTMLReader uses ConvertAction instead of specified CharacterAction for <b>, <i>, <u>
Backport-of: cd3e4c0366
2024-10-25 04:28:05 +04:00
SendaoYan
a45813b6be
8332499: Gtest codestrings.validate_vm fail on linux x64 when hsdis is present
...
Backport-of: 7dbd03388e
2024-10-25 04:28:04 +04:00
Matthias Baesken
786769285f
8331789: ubsan: deoptimization.cpp:403:29: runtime error: load of value 208, which is not a valid value for type 'bool'
...
Backport-of: 2baacfc169
2024-10-25 04:28:04 +04:00
Martin Doerr
c0d8adf923
8332885: Clarify failure_handler self-tests
...
Backport-of: 08891553bb
2024-10-25 04:28:04 +04:00
Andrew Lu
5fb404972d
8294148: Support JSplitPane for instructions and test UI
...
Backport-of: b419e95173
2024-10-25 04:28:03 +04:00
Andrew Lu
96c9d27b8f
8316104: Open source several Swing SplitPane and RadioButton related tests
...
Backport-of: f52e500f80
2024-10-25 04:28:03 +04:00
Neethu Prasad
1ee46d2421
8325616: JFR ZGC Allocation Stall events should record stack traces
...
Backport-of: 71ff2d7177
2024-10-25 04:28:03 +04:00
Neethu Prasad
60050978c7
8320602: Lock contention in SchemaDVFactory.getInstance()
...
Backport-of: 0678253bff
2024-10-25 04:28:02 +04:00
Neethu Prasad
9a4d59af91
8329995: Restricted access to /proc can cause JFR initialization to crash
...
Backport-of: a92ad03946
2024-10-25 04:28:02 +04:00
Martin Doerr
8843f0e6cc
8322726: C2: Unloaded signature class kills argument value
...
Backport-of: fa02667d83
2024-10-25 04:28:01 +04:00
Martin Doerr
d0d55f0845
8332898: failure_handler: log directory of commands
...
Backport-of: 7f0ad513c3
2024-10-25 04:28:01 +04:00
Martin Doerr
f67ea481b9
8323801: <s> tag doesn't strikethrough the text
...
Backport-of: 80b63b6729
2024-10-25 04:28:00 +04:00
Andrew Lu
94f7d38926
8328234: Remove unused nativeUtils files
...
Backport-of: dec68d7e36
2024-10-25 04:28:00 +04:00
Andrew Lu
5146487f61
8328218: Delete test java/awt/Window/FindOwner/FindOwner.html
...
Backport-of: 09439374ed
2024-10-25 04:28:00 +04:00
Andrew Lu
c3882e555b
8328561: test java/awt/Robot/ManualInstructions/ManualInstructions.java isn't used
...
Backport-of: bc546c21a5
2024-10-25 04:27:59 +04:00
Aleksey Shipilev
2fa3002c01
8317240: Promptly free OopMapEntry after fail to insert the entry to OopMapCache
...
Backport-of: a8eacb31ab
2024-10-25 04:27:58 +04:00
Matthias Baesken
bdd17dc97c
8332431: NullPointerException in JTable of SwingSet2
...
Backport-of: 9a83dfee14
2024-10-25 04:27:58 +04:00
Andrew Lu
f6ea44fe65
8311989: Test java/lang/Thread/virtual/Reflection.java timed out
...
Backport-of: 6faf05c6dd
2024-10-25 04:27:58 +04:00
Andrew Lu
387a59de9c
8315804: Open source several Swing JTabbedPane JTextArea JTextField tests
...
Backport-of: 24c3d86f32
2024-10-25 04:27:57 +04:00
Andrew Lu
5c54d3e211
8320945: problemlist tests failing on latest Windows 11 update
...
Backport-of: ea6e92ed0d
2024-10-25 04:27:57 +04:00
Andrew Lu
9739b74602
8322008: Exclude some CDS tests from running with -Xshare:off
...
Backport-of: 4d32c607a4
2024-10-25 04:27:57 +04:00
Andrew Lu
fcccd01016
8310201: Reduce verbose locale output in -XshowSettings launcher option
...
Backport-of: f6e23ae451
2024-10-25 04:27:55 +04:00
Andrew Lu
82760f66f8
8323577: C2 SuperWord: remove AlignVector restrictions on IR tests added in JDK-8305055
...
Backport-of: 45c65e6b1a
2024-10-25 04:27:55 +04:00
Sergey Bylokhov
a6497f5691
8322330: JavadocHelperTest.java OOMEs with Parallel GC and ZGC
...
Backport-of: 52c7ff1d81
2024-10-25 04:27:55 +04:00
Liang Mao
60e39b37b2
8315031: YoungPLABSize and OldPLABSize not aligned by ObjectAlignmentInBytes
...
Backport-of: 060db1b2a2
2024-10-25 04:27:55 +04:00
Martin Doerr
56b028ef15
8328785: IOException: Symbol not found: C_GetInterface for PKCS11 interface prior to V3.0
...
Backport-of: 6276789fb5
2024-10-25 04:27:54 +04:00
Martin Doerr
5b863be0de
8261433: Better pkcs11 performance for libpkcs11:C_EncryptInit/libpkcs11:C_DecryptInit
...
Backport-of: 7c2c24fc05
2024-10-25 04:27:54 +04:00
Martin Doerr
cceb5408d7
8314225: SIGSEGV in JavaThread::is_lock_owned
...
Backport-of: ad0b54d429
2024-10-25 04:27:53 +04:00
Martin Doerr
9c349990d0
8331077: nroff man page update for jar tool
...
Backport-of: c21672d8c9
2024-10-25 04:27:53 +04:00
Martin Doerr
a139fb5bc9
8330748: ByteArrayOutputStream.writeTo(OutputStream) pins carrier
...
Reviewed-by: bpb
Backport-of: 819f3d6fc7
2024-10-25 04:27:52 +04:00
Martin Doerr
5870d77ae3
8328999: Update GIFlib to 5.2.2
...
Backport-of: 6969a9e0b2
2024-10-25 04:27:52 +04:00
Martin Doerr
2fe1ba23ca
8324577: [REDO] - [IMPROVE] OPEN_MAX is no longer the max limit on macOS >= 10.6 for RLIMIT_NOFILE
...
Backport-of: f1d0e715b6
2024-10-25 04:27:51 +04:00
Martin Doerr
9943f38d56
8305072: Win32ShellFolder2.compareTo is inconsistent
...
Backport-of: 2fcb816858
2024-10-25 04:27:51 +04:00
Martin Doerr
890f05f4e9
8329004: Update Libpng to 1.6.43
...
Backport-of: 4e4229438a
2024-10-25 04:27:50 +04:00
Martin Doerr
abdd2b1474
8328953: JEditorPane.read throws ChangedCharSetException
...
Backport-of: 245514da51
2024-10-25 04:27:50 +04:00
Martin Doerr
ea6f8acaa8
8325179: Race in BasicDirectoryModel.validateFileCache
...
8238169: BasicDirectoryModel getDirectories and DoChangeContents.run can deadlock
Backport-of: e66788c165
2024-10-25 04:27:50 +04:00
Martin Doerr
487dbcdec6
8325382: (fc) FileChannel.transferTo throws IOException when position equals size
...
Reviewed-by: bpb
Backport-of: 6b7c9718d6
2024-10-25 04:27:50 +04:00
Martin Doerr
29846c0e72
8329126: No native wrappers generated anymore with -XX:-TieredCompilation after JDK-8251462
...
Backport-of: f2e5808b46
2024-10-25 04:27:49 +04:00
Xiaolong Peng
4b15177d6d
8329134: Reconsider TLAB zapping
...
Backport-of: 5698f7ad29
2024-10-25 04:27:49 +04:00
Xiaolong Peng
240dd3fa33
8331771: ZGC: Remove OopMapCacheAlloc_lock ordering workaround
...
Reviewed-by: phh
Backport-of: 5746137e8a
2024-10-25 04:27:49 +04:00
Andrew Lu
e6ecaa55e8
8327040: Problemlist ActionListenerCalledTwiceTest.java test failing in macos14
...
Backport-of: 0d35450362
2024-10-25 04:27:48 +04:00
Sergey Bylokhov
aa7e0c6b76
8325763: Revert properties: vm.opt.x.*
...
Backport-of: 0aaec97527
2024-10-25 04:27:48 +04:00
Martin Doerr
cb348aa014
8305825: getBounds API returns wrong value resulting in multiple Regression Test Failures on Ubuntu 23.04
...
Reviewed-by: phh
Backport-of: 632a3c56e0
2024-10-25 04:27:47 +04:00
Sergey Bylokhov
c14d29f8a6
8310072: JComboBox/DisabledComboBoxFontTestAuto: Enabled and disabled ComboBox does not match in these LAFs: GTK+
...
Backport-of: eb60822a45
2024-10-25 04:27:47 +04:00
Per Minborg
108270033f
8323552: AbstractMemorySegmentImpl#mismatch returns -1 when comparing distinct areas of the same instance of MemorySegment
...
Reviewed-by: mdoerr
Backport-of: 93579c29e3
2024-10-25 04:27:47 +04:00
Martin Doerr
e34ff5bcd3
8324668: JDWP process management needs more efficient file descriptor handling
...
Backport-of: a663248786
2024-10-25 04:27:46 +04:00
Martin Doerr
dee9ea3f72
8323670: A few client tests intermittently throw ConcurrentModificationException
...
Backport-of: 70e7cdcb9e
2024-10-25 04:27:46 +04:00
Martin Doerr
3d53eb3c57
8319773: Avoid inflating monitors when installing hash codes for LM_LIGHTWEIGHT
...
Backport-of: 65a0672791
2024-10-25 04:27:46 +04:00
Martin Doerr
196bd55c7b
8326106: Write and clear stack trace table outside of safepoint
...
Backport-of: a776104e21
2024-10-25 04:27:45 +04:00
Martin Doerr
19c381c607
8312229: Crash involving yield, switch and anonymous classes
...
Backport-of: 1f81e5b19e
2024-10-25 04:27:45 +04:00
Aleksey Shipilev
a4abf00822
8331573: Rename CollectedHeap::is_gc_active to be explicitly about STW GCs
...
Reviewed-by: phh
Backport-of: 1eec30a6c0
2024-10-25 04:27:45 +04:00
SendaoYan
65411e4d6d
8331164: createJMHBundle.sh download jars fail when url needed to be redirected
...
Backport-of: eb88343fb7
2024-10-25 04:27:44 +04:00
Xiaolong Peng
b7f7734362
8328075: Shenandoah: Avoid forwarding when objects don't move in full-GC
...
Backport-of: 80ccc989a8
2024-10-25 04:27:44 +04:00
Andrew Lu
d9c6846a6b
8307788: vmTestbase/gc/gctests/LargeObjects/large003/TestDescription.java timed out
...
Backport-of: 929af9ed03
2024-10-25 04:27:43 +04:00
Andrew Lu
f1f903715d
8317288: [macos] java/awt/Window/Grab/GrabTest.java: Press on the outside area didn't cause ungrab
...
Backport-of: db5613af89
2024-10-25 04:27:43 +04:00
Andrew Lu
49526c15a6
8310108: Skip ReplaceCriticalClassesForSubgraphs when EnableJVMCI is specified
...
Backport-of: 1b0dd7c254
2024-10-25 04:27:43 +04:00
Sergey Bylokhov
b5e3a5a8bc
8311666: Disabled tests in test/jdk/sun/java2d/marlin
...
Backport-of: b285ed72ae
2024-10-25 04:27:42 +04:00
Sergey Bylokhov
0a48988eca
8316328: Test jdk/jfr/event/oldobject/TestSanityDefault.java times out for some heap sizes
...
Backport-of: 9b1d6d66b8
2024-10-25 04:27:42 +04:00
Sergey Bylokhov
3379512339
8331746: Create a test to verify that the cmm id is not ignored
...
Backport-of: 7c750fd95b
2024-10-25 04:27:41 +04:00
Ashutosh Mehra
b4115fe6b0
8333093: Incorrect comment in zAddress_aarch64.cpp
...
Reviewed-by: stefank
Backport-of: 51ae08f72b
2024-10-25 04:27:41 +04:00
Aleksey Shipilev
62e180669d
8331714: Make OopMapCache installation lock-free
...
Backport-of: a2584a8341
2024-10-25 04:27:40 +04:00
Liang Mao
9b0d4afaa8
8330576: ZYoungCompactionLimit should have range check
...
Backport-of: c4f5c5140a
2024-10-25 04:27:40 +04:00
SendaoYan
f2db3a138e
8318479: [jmh] the test security.CacheBench failed for multiple threads run
...
Backport-of: 1535528cb1
2024-10-25 04:27:40 +04:00
SendaoYan
23bbe5789a
8332490: JMH org.openjdk.bench.java.util.zip.InflaterInputStreams.inflaterInputStreamRead OOM
...
Backport-of: 98f6a80852
2024-10-25 04:27:39 +04:00
Christoph Langer
f4fffcacff
8331266: Bump update version for OpenJDK: jdk-21.0.5
...
Reviewed-by: mdoerr, sgehwolf
2024-10-25 04:27:39 +04:00
Maxim Kartashev
566de7f8dc
JBR-7726 X11 toolkit: Dialog buttons rendering black rectangle after hovering
2024-10-24 12:26:09 +04:00
Nikita Gubarkov
2b6d4ad971
JBR-7564 Vulkan: Fix HIDPI and multi-monitor scenarios
2024-10-23 20:44:19 +02:00
Nikita Gubarkov
f47ba753a5
JBR-7574 Vulkan: Implement memory allocator
2024-10-23 20:44:19 +02:00
Alexey Ushakov
1e8f362c8c
JBR-7677 Vulkan: Implement Graphics.drawImage()
...
Implemented:
- raster loading and blit primitive
- transform for VKBlitSwToTextureViaPooledTexture
Used texture pool to get temporary image
2024-10-23 20:44:19 +02:00
Nikita Gubarkov
b4a7cb233d
JBR-7572 Bring back VKBuffer functions
2024-10-23 20:44:19 +02:00
Nikita Gubarkov
bfbdba145f
JBR-7644 Vulkan: Move barrier state tracking from surface into image
2024-10-23 20:44:19 +02:00
Nikita Gubarkov
61ab05abc5
JBR-7572 Vulkan: Implement vertex buffer pool
...
Track and reuse vertex buffers, no need to allocate and bind a new buffer on each draw.
2024-10-23 20:44:19 +02:00
Dmitrii Morskii
0794328504
JBR-7302 added additional emptiness check in getGlyphOutlineBounds
2024-10-23 19:42:02 +01:00
Maxim Kartashev
96ae4c9eab
JBR-7749 Settings popup invoked from the main toolbar appears misaligned if fractional scaling set
2024-10-18 17:54:36 +04:00
Nikita Tsarev
954749ad19
JBR-7764: Disable window decorations in test/jb/java/awt/Window/RestoreFromFullScreen.java, so that the test doesn't fail spuriously on some WMs
2024-10-18 17:48:38 +04:00
Nikita Gubarkov
f547175bf2
JBR-4725 File dialog modality ( #458 )
2024-10-18 01:07:05 +03:00
bourgesl
d27909ade0
JBR-5497: revert JRSUIController changes (performOnMainThreadWaiting:YES) to avoid UI freeze but appkit violations must be fixed in follow-up fix
2024-10-17 17:21:55 +04:00
Maxim Kartashev
4e4e5c74c5
JBR-7544 Wayland: Cannot resize window to more that 3500px vertically
2024-10-16 13:58:08 +04:00
Maxim Kartashev
259e6e0ca8
JBR-7748 java/awt/font/JNICheck/FreeTypeScalerJNICheck.java: JNI call made without checking exceptions when required to from CallVoidMethod
2024-10-16 13:58:08 +04:00
Vitaly Provodin
68515653ec
update exclude list on results of 21.0.4_b631.2 test runs
2024-10-16 08:52:53 +04:00
Maxim Kartashev
ae9aea784a
JBR-7721 Copying from IntelliJ in pure Wayland on ChromeOS confuses UTF-8 and UTF-16
...
Avoid data flavor without an explicit charset
2024-10-14 16:44:22 +04:00
Nikita Gubarkov
6454bc7592
JBR-7733 Metal: Properly reset the current context when destroying the surface
2024-10-12 11:44:54 +02:00
Nikita Tsarev
ceda379d69
fixup! JBR-6324: JBR API for System Shortcuts (macOS)
2024-10-11 16:11:03 +02:00
Nikita Tsarev
82999dc986
JBR-6324: JBR API for System Shortcuts (macOS)
2024-10-11 16:02:34 +02:00
Nikita Gubarkov
8cf2476301
JBR-7732 JBR API: fix array conversions
2024-10-11 14:32:25 +02:00
Nikita Tsarev
8ca3afcfa3
JBR-5690: Reload next window shortcut when it changes
2024-10-10 13:27:42 +02:00
Nikita Tsarev
f0ae5c7a9b
JBR-5726: Report 'Move focus to the previous window in application' system shortcut
2024-10-10 13:27:42 +02:00
Nikita Gubarkov
40b52d479b
JBR-7653 Prepare Docker images for Vulkan builds
2024-10-10 13:23:34 +02:00
Nikita Gubarkov
373b9baf43
JBR-7673 Cleanup docker scripts
2024-10-10 13:23:34 +02:00
Nikita Tsarev
f7d67b622d
JBR-5448: Return all shortcuts from readSystemHotkeys
2024-10-09 16:44:39 +02:00
Nikita Gubarkov
015ea7ab4c
JBR-7579 Fix SurfaceManager.cacheMap retaining strong references. ( #453 )
2024-10-09 15:00:30 +03:00
Vitaly Provodin
af9368d66c
update exclude list on results of 21.0.4_b620.4 test runs
2024-10-07 08:12:48 +04:00
Nikita Tsarev
1e1115a28e
JBR-7524: Workaround for showing window tiling actions when hovering over the maximize button on macOS
2024-10-04 11:45:31 +02:00
Maxim Kartashev
3ede03b58a
JBR-7504 Use accurate event serial number with the clipboard
2024-10-04 12:59:19 +04:00
Maxim Kartashev
231126c134
JBR-7504 WLToolkit - Middle click paste doesn't work properly when pasting to other applications
2024-10-04 12:58:38 +04:00
Nikita Tsarev
cb2eb9bb7f
JBR-7672: Only abort key repeat when the key that is being repeated is released [WLToolkit]
2024-09-30 10:44:59 +02:00
Nikita Tsarev
022221b0bb
JBR-7662: Fix key repeat manager sometimes not cancelling properly [WLToolkit]
2024-09-30 10:41:58 +02:00
Vitaly Provodin
746032ad3e
JBR-7511 migrate build platforms to OL8 for the release 2024.3
2024-09-28 05:28:12 +07:00
Vitaly Provodin
6826f09811
JBR-7511 migrate build platforms to OL8
...
- remove Vulcan part that causing builds to fail
- modify scripts for building images from Oracle Linux 8
- update jb/build/VerifyDependencies.java to check libraries have no dependency on symbols from glibc version higher than 2.28
- rename Ubuntu2004 docker files
- upgrade wayland up to wayland-devel-1.21.0-1
2024-09-28 02:26:04 +04:00
bourgesl
5157205ed8
JBR-7616: fixed type (str)
2024-09-27 16:17:22 +02:00
Nikita Tsarev
1ccb174ecb
JBR-7675: Respect disabling key repeat [WLToolkit]
2024-09-27 15:02:50 +02:00
bourgesl
226d6f982c
JBR-7616: added ThreadUtilities.lwc_plog(env, formatMsg, ...) to use LWCToolkit's PlatformLogger instead of NSlog (only as fallback now) used by MTLRenderQueue, updated MTLUtils to share mtlDstTypeToStr(op)
...
(cherry picked from commit 6e00460b0009817593d04773516559d1ec5a9292)
2024-09-24 12:35:41 +02:00
Maxim Kartashev
5099233a6d
JBR-7651 runtime/cds/appcds/complexURI/ComplexURITest.java throws java.nio.file.AccessDeniedException
2024-09-24 12:43:52 +04:00
Vladimir Dvorak
8d37639b50
JBR-7649 fix DCEVM crashes on assert() in VM_Exit
2024-09-23 19:36:39 +02:00
Vladimir Dvorak
9cfcff32c4
JBR-7523 fix ClassUnloading support in DCEVM
2024-09-23 19:36:16 +02:00
Vladimir Dvorak
ff87567544
JBR-7635 Skip rolled-back classes in search for affected classes
2024-09-23 19:35:56 +02:00
Vitaly Provodin
f912b0e071
update exclude list on results of 21.0.4_b607.1 test runs
2024-09-23 12:42:53 +04:00
Alexey Ushakov
7c057eb7f6
JBR-7588 Metal: Reuse MTLContext for all GCs of the same GPU
...
Implemented reference counting for shared MTLContext objects. Supported multiple display links per MTLContext. Also, works for macOS version < 10.13
2024-09-20 21:17:08 +02:00
bourgesl
d4a299a2e7
JBR-7616: improved MTLRenderQueue exception handling
...
(cherry picked from commit 9df0cce15d1b1773634907881d0c515a100cf412)
2024-09-16 21:57:05 +02:00
Maxim Kartashev
b5f427d580
JBR-7576 Cannot make CDS dump due to whitespaces in paths
2024-09-16 14:16:51 +04:00
Vitaly Provodin
e752f9a857
update exclude list on results of 21.0.4_b591.1 test runs
2024-09-13 04:11:28 +04:00
Maxim Kartashev
e37c2450a8
JBR-7600 Provide ability to add messages to fatal error log
...
Use JNU_LOG_EVENT(env, msg, ...) to save a message in the internal
JVM ring buffer that gets printed out to the Events section
of the fatal error log if JVM crashed.
2024-09-12 14:27:30 +04:00
Nikita Gubarkov
78ef30a322
JBR-7614 JBR API: fix generated proxy name clash.
2024-09-11 18:19:19 +02:00
Nikita Provotorov
6afbc34d4b
JBR-5673: Wayland: support touch scrolling.
...
- Adding information to WLPointerEvent about wl_pointer::axis* events along the X axis;
- Introducing 'WLComponentPeer#convertPointerEventToMWEParameters' - a routine for converting WLPointerEvent parameters to parameters required for MouseWheelEvent s;
- Handling both X and Y axes within the WLPointerEvent dispatching routine.
2024-09-11 15:52:45 +02:00
Nikita Provotorov
874d5698bc
JBR-7459: Wayland: touchpad scrolling is too sensitive.
...
- Remaking the mapping of wl_pointer::axis events values to MouseWheelEvent rotations to eliminate the touchpad scrolling behavior "the more slowly the fingers move, the more pixels are scrolled";
- Accumulating the fraction parts of wl_pointer::axis events values to improve the accuracy of touchpad scrolling;
- Distinguishing between wheel scrolling and touchpad scrolling to fine-tune MouseWheelEvent parameters for each of these cases.
2024-09-11 15:52:44 +02:00
Sergei Tachenov
dd1afa581e
JBR-7586 Fix title click ungrab when an active user component is clicked
...
Swing requires that clicking frame decorations should cause the window
to be ungrabbed. However, if a custom title is used, and that title contains
user-provided components, then clicking such components should not
cause the window to be ungrabbed, otherwise a menu located in a custom
title behaves incorrectly.
Fix by using the same logic as for the native actions, such as moving the window.
If the native actions are allowed, then ungrabbing is allowed as well.
Otherwise, do not ungrab, let the component behave like it's located in the client area.
The fix is supplemented with a new regression test "test/jdk/jb/javax/swing/CustomTitleBar/JMenuClickToCloseTest.java".
2024-09-09 16:00:46 +02:00
Nikita Tsarev
cd5cad7154
JBR-7594 Check for LWCToolkit in JBR TextInput API
2024-09-06 13:39:02 +02:00
Sergei Tachenov
8827281c82
JBR-7484 Update the cursor on mouse entered/exited
...
AppKit resets the cursor on native mouse entered/exited events. Depending on the order of events, it may end up setting the wrong cursor. So update it forcibly on such events.
2024-09-05 13:49:26 +02:00
Sergei Tachenov
3c8aa5a169
JBR-7481 Work around mouse entered/exited bug
...
To fix missing mouse entered/exited events when
using rounded corners, we keep track of mouse moved events. When a mouse moved event is detected, and the current peer under the cursor belongs to a different window, we send fake mouse entered/exit events to the old and new windows. We also filter late mouse exited events.
The workaround is enabled by default with the VM option "awt.mac.enableMouseEnteredExitedWorkaround" to disable it in case something breaks.
About the test:
Use the robot to find the points when the mouse
entered event is sent to the popup when the mouse
enters through a rounded corner, and the similar
point for entering the outer window when exiting
through such a corner.
Once the points are found, move the mouse back
and forth to that point, but not beyond.
The correct behavior is that when the mouse
enters the popup, a mouse exited event is sent
to the outer frame and vice versa.
Therefore, every mouse entered/exited event
should be received exactly once.
Use reflection to set the rounded corners,
as JBR API isn't available in tests.
2024-09-05 13:49:26 +02:00
Vitaly Provodin
fe6d252047
update exclude list on results of 21.0.4_b589.3 test runs
2024-09-03 07:59:31 +04:00
Maxim Kartashev
08faf984f0
JBR-7493 Fixed the test
2024-08-30 11:57:42 +03:00
Nikita Gubarkov
1c95b96ff8
JBR-5973 Vulkan: Fix validation errors ( #452 )
...
- Added proper synchronization and image layout transitions.
- Refactored VKRenderer to hold per-device rendering context. Isolated surface rendering contexts.
- Implemented reusing of command buffers and semaphores
- Fixed surface resize, made surface initialization more robust.
- Added on-demand pipeline creation for actual surface formats.
- Added missing destruction logic.
- Added macros for easy checking of return codes, logging with source code location.
- Moved implementation details out of headers where possible. Stripped dead code.
- Implemented consistent OOM strategy from dynamic arrays and ring buffers.
2024-08-29 18:52:52 +02:00
Nikita Gubarkov
f1ad521666
JBR-7570 Implemented ring buffer. Added lazy implicit initialization for dynamic arrays. ( #451 )
2024-08-28 15:11:20 +02:00
Nikita Gubarkov
4a239d2c6e
JBR-7568 Vulkan: Refactor VKLogicalDevice into VKDevice ( #449 )
...
* Renamed VKLogicalDevice to VKDevice for conformance and convenience.
* Refactored device->device to device->handle for clarity.
2024-08-28 12:35:38 +02:00
Nikita Gubarkov
47f236f3cc
JBR-7569 Removed VMA-Hpp ( #450 )
2024-08-28 12:24:39 +02:00
Vitaly Provodin
7b21605ecb
update exclude list on results of 21.0.4_b586.1 test runs
2024-08-27 01:05:12 +04:00
Dmitrii Morskii
ccba9acd9d
JBR-7126 add more possible names for cursor arrow icon
2024-08-23 18:41:06 +01:00
Vitaly Provodin
869f0ca11f
JBR-7517 build JBR artefacts with CDS archives
2024-08-22 18:04:56 +04:00
Maxim Kartashёv
133cf30195
JBR-7483 Monitor resolution is incorrect in jbr 21 when scaling with gtk-xft-dpi
2024-08-22 17:22:05 +04:00
Nikita Tsarev
210ed7aaba
JBR-7529: Explicitly check for press-and-hold in performKeyEquivalent
2024-08-22 13:17:53 +02:00
Dmitrii Morskii
07ac32e2ad
JBR-7438 tune updateCursorImmediately method
2024-08-21 14:36:01 +01:00
Maxim Kartashёv
6fe6b416ce
JBR-7016 IDEA 2024.2 Wayland: UI Crash when selecting Code and pressing Alt+Enter
2024-08-21 18:24:09 +04:00
Maxim Kartashёv
0c40b9514d
JBR-7493 Wayland: can't start in maximized state on WSL
2024-08-21 12:44:23 +04:00
Vitaly Provodin
70d0e98389
JBR-5989 Wayland: exclude tests failing on virtual agents
2024-08-20 14:18:55 +04:00
Vitaly Provodin
89049a7d65
update exclude list on results of 21.0.4_b575.1 test runs
2024-08-20 14:18:55 +04:00
Maxim Kartashёv
90ec8da421
JBR-7516 Wayland: DamageList_AddList: Assertion `list != add' failed
2024-08-20 11:48:48 +04:00
Vitaly Provodin
2348ef2e99
update exclude list on results of 21.0.4_b575 test runs
2024-08-17 02:08:15 +04:00
Maxim Kartashёv
54960903b1
JBR-7501 Wayland: SurfaceData.flush() method is mis-used
2024-08-15 18:58:19 +04:00
Vitaly Provodin
b95cee8fc2
update exclude list on results of 21.0.4_b569.1 test runs
2024-08-15 08:45:55 +04:00
Nikita Tsarev
4616ff7408
JBR-7478: Fix wrong timestamps on KEY_TYPED events [WLToolkit]
2024-08-13 13:52:56 +02:00
lbourges
777e396408
JBR-7461: Implement VKTexturePool for the linux vulkan pipeline:
...
- based on common AccelTexturePool
- new VKTexturePool instance in VKLogicalDevice
- fixed SIGSEGV in VKImage dispose
- store device in TPI
- indentation fixes
- merged with latest changes for JBR-7460
- use (ATexturePoolLock_init)(void)
- fixed logs in lock implementations + fixed indentation
- fixed MTLTexturePool to pre-processor conditions (not runtime) on USE_ACCEL_TEXTURE_POOL
2024-08-12 19:32:21 +02:00
Maxim Kartashёv
830fd66a48
JBR-7313 Wayland: error: xdg_surface buffer does not match the configured maximized state
2024-08-12 14:55:51 +04:00
Nikita Tsarev
53e7e4501e
JBR-7426: Fix cancelling press-and-hold causing some future key events being swallowed
2024-08-09 22:40:16 +02:00
Dmitrii Morskii
42c0b92816
JBR-6772 handled case with adding new timers after VM was suspended
2024-08-08 12:07:18 +01:00
Sergey Shelomentsev
66b090fd94
update exclude list on results of 21.0.4_b558.1 test runs
2024-08-08 00:49:30 +03:00
Maxim Kartashev
2fefe69c1e
JBR-7397 Wayland: make certain interfaces optional
2024-08-07 14:06:25 +04:00
Maxim Kartashёv
67995ff0a6
JBR-5956 Provide more details on assertion failure
...
Use JNU_RUNTIME_ASSERT(env, cond, msg) defined in jni_util.h
to crash JVM when 'cond' is not true with the given message
and source location information in the fatal error log.
2024-08-06 17:34:41 +04:00
Maxim Kartashev
63950e41f9
JBR-7397 CLion 2024.2-EAP/Wayland crashes on startup with Miriway
...
Check if all non-optional interfaces are supported before actually
starting to run
2024-08-06 15:35:31 +04:00
Konstantin Nisht
045a7e4e51
JBR-7466 Exception on VM startup with -Djava.util.zip.use.nio.for.zip.file.access=true
2024-08-05 14:52:35 +04:00
Vladimir Dvorak
9e54ae6019
JBR-7447 use new method for unregister nmethods in G1
...
caused by JBR-7219 ("Rebasing JBR21 on top of OpenJDK 21.0.4") and changes in G1 nmethods unregister
2024-08-05 10:59:40 +02:00
Sergey Shelomentsev
873bbbbf0a
Update jbr-api to 1.0.2
2024-08-02 18:53:19 +03:00
Alexey Ushakov
1f4d50ec68
JBR-7452 Vulkan: Reuse VkRenderPass for multiple renderers ( #428 )
...
Moved shared VkRenderPass to the logical device
2024-08-01 13:34:25 +02:00
Nikita Tsarev
2bb26da3aa
fixup! JBR-6588: JBR API for inspecting certain properties of KeyEvents
2024-08-01 12:58:49 +02:00
Nikita Tsarev
c038d78960
JBR-6588: JBR API for inspecting certain properties of KeyEvents
2024-07-31 19:07:49 +02:00
Alexey Ushakov
0d5fd3a262
JBR-7420 Vulkan: Implement DRAW_PARALLELOGRAM primitive for flat color rendering ( #426 )
...
Refactored rendering code. Provided common implementation for fill and draw operations.
2024-07-30 01:37:15 +02:00
Nikita Tsarev
0834621763
JBR-7449: Fix press-and-hold cancel keys not being swallowed by JBR
2024-07-29 17:30:04 +02:00
SirYwell
94c7666b0a
JBR-7442 move AllowEnhancedClassRedefinition capabilities override to use sites
2024-07-26 23:18:29 +02:00
Nikita Gubarkov
a375bb12df
🤠
2024-07-26 15:34:40 +02:00
Nikita Gubarkov
57b9a8440d
JBR-7419 Refactor Vulkan code
...
- Separate instance and device-specific function tables
- Avoid using device from global context when possible
- Set up debug logger
2024-07-26 15:34:40 +02:00
Vitaly Provodin
744155766c
update exclude list on results of 21.0.2_b545 (21.0.4) test runs
2024-07-20 04:41:42 +04:00
Vitaly Provodin
a34e03679d
JBR-5989 Wayland: add tests introduced in 21.0.4 and failing with the message "WLRobotPeer: wakefield extension not present in Wayland instance"
2024-07-20 04:41:42 +04:00
Matthias Baesken
b5d182dad5
8333542: Breakpoint in parallel code does not work
...
Reviewed-by: lucy
Backport-of: b3bf31a0a0
2024-07-19 16:57:06 +04:00
Christoph Langer
b1d74cfd8c
8335960: [21u] Remove designator DEFAULT_PROMOTED_VERSION_PRE=ea for release 21.0.4
...
Reviewed-by: mbaesken
2024-07-19 02:14:34 +04:00
Martin Balao
da445c6087
8320548: Improved loop handling
...
Backport-of: 72eed2f709caa48c82f58fe75c7e94d2c45947e1
2024-07-19 02:14:20 +04:00
Martin Balao
5f511645bc
8327413: Enhance compilation efficiency
...
Backport-of: eb1f33f525846e6020185cbc5d6e48cbc760dbb2
2024-07-19 02:14:20 +04:00
Yuri Nesterenko
0520d877f5
8324559: Improve 2D image handling
...
Reviewed-by: mbalao
Backport-of: 1a5a44019871c411148ca85d0491cc68d2256e4e
2024-07-19 02:14:20 +04:00
Aleksei Voitylov
434759c5d5
8323390: Enhance mask blit functionality
...
Reviewed-by: mbalao
Backport-of: 895893f2fbf1c521d4a263d505f0ecbda8d2eeea
2024-07-19 02:14:19 +04:00
Martin Balao
e12dcf3508
8323231: Improve array management
...
Reviewed-by: mbaesken
Backport-of: cf20364d0cb3f182880ee91c7fb023615e27becf
2024-07-19 02:14:19 +04:00
Yuri Nesterenko
4cbbadb390
8320097: Improve Image transformations
...
Reviewed-by: mbalao
Backport-of: 1401634b21b76db90291011bcae68c461742e687
2024-07-19 02:14:18 +04:00
Aleksei Voitylov
1f26cf71e0
8325600: Better symbol storage
...
Reviewed-by: mbalao
Backport-of: da06689bf6fde7b6dd8efc2f0c39fc95adcdb69d
2024-07-19 02:14:18 +04:00
Aleksei Voitylov
a39bae17c1
8319859: Better symbol storage
...
Reviewed-by: yan, mbalao
Backport-of: f7857e9106841f402ade56bad0338fc53159fb9a
2024-07-19 02:14:12 +04:00
Alexei Voitylov
f517898e25
8314794: Improve UTF8 String supports
...
Reviewed-by: mbalao, evergizova
Backport-of: ab2532d858de8d855529b6f2491f94c499f94009
2024-07-19 02:14:12 +04:00
SendaoYan
f772c75686
8334441: Mark tests in jdk_security_infra group as manual
...
Reviewed-by: mdoerr
Backport-of: 8e1d2b091c
2024-07-19 02:14:09 +04:00
Martin Doerr
ec809bd4a3
8320692: Null icon returned for .exe without custom icon
...
Backport-of: 6212264cc6
2024-07-19 02:14:09 +04:00
Ashutosh Mehra
dd7bf16eed
8330275: Crash in XMark::follow_array
...
Reviewed-by: stuefe
Backport-of: 42b1d858d1
2024-07-19 02:14:09 +04:00
Matthias Baesken
c33cf48fb2
8329862: libjli GetApplicationHome cleanups and enhance jli tracing
...
Backport-of: 377f2e538a
2024-07-19 02:14:09 +04:00
Andrew Lu
006df66744
8323635: Test gc/g1/TestHumongousAllocConcurrentStart.java fails with -XX:TieredStopAtLevel=3
...
Backport-of: 5045839cb2
2024-07-19 02:14:08 +04:00
Vladimir Petko
83c2dee7c1
8295111: dpkg appears to have problems resolving symbolically linked native libraries
...
Backport-of: 32946e1882
2024-07-19 02:14:08 +04:00
Matthias Baesken
abab9861e3
8331031: unify os::dont_yield and os::naked_yield across Posix platforms
...
Backport-of: c9442014e5
2024-07-19 02:14:08 +04:00
Ben Taylor
21a4d7d76b
8329223: Parallel: Parallel GC resizes heap even if -Xms = -Xmx
...
Backport-of: aca1e8365b
2024-07-19 02:14:07 +04:00
Matthias Baesken
5a868021da
8330464: hserr generic events - add entry for the before_exit calls
...
Backport-of: 45ed97f15b
2024-07-19 02:14:07 +04:00
Matthias Baesken
e151c26d25
8329605: hs errfile generic events - move memory protections and nmethod flushes to separate sections
...
Backport-of: 397d948310
2024-07-19 02:14:06 +04:00
Martin Doerr
2c60b7a85f
8321812: Update GC tests to use execute[Limited]TestJava
...
Reviewed-by: mbaesken
Backport-of: 1d1cd32bc3
2024-07-19 02:14:06 +04:00
Andrew Lu
80c0fbb177
8312194: test/hotspot/jtreg/applications/ctw/modules/jdk_crypto_ec.java cannot handle empty modules
...
Backport-of: e7c83ea948
2024-07-19 02:14:05 +04:00
Andrew Lu
d43671d418
8320681: [macos] Test tools/jpackage/macosx/MacAppStoreJlinkOptionsTest.java timed out on macOS
...
Backport-of: a657aa38a5
2024-07-19 02:14:04 +04:00
Liang Mao
8b00cadfd6
8329109: Threads::print_on() tries to print CPU time for terminated GC threads
...
Backport-of: c1cfb43d8d
2024-07-19 02:14:04 +04:00
Liang Mao
26a5760faf
8329840: Fix ZPhysicalMemorySegment::_end type
...
Backport-of: b4ddddeff1
2024-07-19 02:13:59 +04:00
Andrew Lu
c62472e069
8319338: tools/jpackage/share/RuntimeImageTest.java fails with -XX:+UseZGC
...
Backport-of: e9eb8b98f4
2024-07-19 02:13:59 +04:00
Sergey Bylokhov
ea2a58e624
8332253: Linux arm32 build fails after 8292591
...
Backport-of: 95f79c6787
2024-07-19 02:13:58 +04:00
SendaoYan
c0330f4183
8331466: Problemlist serviceability/dcmd/gc/RunFinalizationTest.java on generic-all
...
Backport-of: 440782e016
2024-07-19 02:13:57 +04:00
Andrew Lu
764e4346b9
8321107: Add more test cases for JDK-8319372
...
Backport-of: ecd335d8f4
2024-07-19 02:13:56 +04:00
María Arias de Reyna
e5eb7d9946
8316138: Add GlobalSign 2 TLS root certificates
...
Backport-of: 4083255440
2024-07-19 02:13:08 +04:00
Andrew Lu
388db19279
8320715: Improve the tests of test/hotspot/jtreg/compiler/intrinsics/float16
...
Backport-of: 5dcf3a56cb
2024-07-19 02:13:08 +04:00
Matthias Baesken
8b7846203e
8331298: avoid alignment checks in UBSAN enabled build
...
Backport-of: 60b61e588c
2024-07-19 02:13:08 +04:00
Matthias Baesken
8cc49bad44
8312218: Print additional debug information when hitting assert(in_hash)
...
Backport-of: 7cbab1f396
2024-07-19 02:13:07 +04:00
Martin Doerr
f03cac9ff2
8308144: Uncontrolled memory consumption in SSLFlowDelegate.Reader
...
Backport-of: 099a8f5b2f
2024-07-19 02:13:07 +04:00
Andrew Lu
cec6f263c1
8299023: TestPLABResize.java and TestPLABPromotion.java are failing intermittently
...
Backport-of: f50df10591
2024-07-19 02:13:07 +04:00
Matthias Baesken
dda9d6103f
8329663: hs_err file event log entry for thread adding/removing should print current thread
...
Backport-of: 3ebf8c9359
2024-07-19 02:13:07 +04:00
Matthias Baesken
2f028fbae7
8330615: avoid signed integer overflows in zip_util.c readCen / hashN
...
Backport-of: 5af6b45eef
2024-07-19 02:13:06 +04:00
Matthias Baesken
bdcd1e4c39
8331167: UBSan enabled build fails in adlc on macOS
...
Backport-of: 4edac349a5
2024-07-19 02:13:06 +04:00
Thomas Stuefe
61f48f0b88
8331942: On Linux aarch64, CDS archives should be using 64K alignment by default
...
Backport-of: d2d37c913e
2024-07-19 02:13:06 +04:00
Aleksey Shipilev
c3549f6239
8325255: jdk.internal.util.ReferencedKeySet::add using wrong test
...
Backport-of: a7461de231
2024-07-19 02:13:06 +04:00
Andrew Lu
9e99c0fc8e
8309871: jdk/jfr/api/consumer/recordingstream/TestSetEndTime.java timed out
...
Backport-of: b9df827adc
2024-07-19 02:13:05 +04:00
SendaoYan
92ffe365d4
8311964: Some jtreg tests failing on x86 with error 'unrecognized VM options' (C2 flags)
...
Backport-of: 024133b089
2024-07-19 02:13:05 +04:00
SendaoYan
c27dc3a873
8321925: sun/security/mscapi/KeytoolChangeAlias.java fails with "Alias <246810> does not exist"
...
Backport-of: b6233c3de7
2024-07-19 02:13:05 +04:00
Aleksey Shipilev
84cd4fbe2c
8320370: NMT: Change MallocMemorySnapshot to simplify code.
...
Reviewed-by: stuefe
Backport-of: a7f6016406
2024-07-19 02:13:05 +04:00
Chad Rakoczy
383df1a2dd
8325621: Improve jspawnhelper version checks
...
Backport-of: a232e8fb4e
2024-07-19 02:13:04 +04:00
Matthias Baesken
b906579a1f
8330524: Linux ppc64le compile warning with clang in os_linux_ppc.cpp
...
Backport-of: 252c62a66d
2024-07-19 02:13:04 +04:00
Christoph Langer
3f9953eeae
8330523: Reduce runtime and improve efficiency of KeepAliveTest
...
Backport-of: 8eac95ec3cd4b215556d788b9ade7a6e2f9deaa3
2024-07-19 02:13:04 +04:00
Christoph Langer
8518106781
8330815: Use pattern matching for instanceof in KeepAliveCache
...
Backport-of: 0ec3c0b1e698f7ad39b4da2edb062721e4670f58
2024-07-19 02:13:04 +04:00
Liang Mao
2cbde99ea7
8314573: G1: Heap resizing at Remark does not take existing eden regions into account
...
Backport-of: 762b652912
2024-07-19 02:13:03 +04:00
Liang Mao
d3a0e27b1c
8319376: ParallelGC: Forwarded objects found during heap inspection
...
Backport-of: 59e9981ec2
2024-07-19 02:13:03 +04:00
Aleksey Shipilev
b73293fa7d
8310913: Move ReferencedKeyMap to jdk.internal so it may be shared
...
Reviewed-by: rrich
Backport-of: 6af0af5934
2024-07-19 02:13:03 +04:00
Goetz Lindenmaier
7adfbd2a3e
8317007: Add bulk removal of dead nmethods during class unloading
...
Backport-of: f553819502
2024-07-19 02:13:03 +04:00
Goetz Lindenmaier
3a78dc3d6c
8310228: Improve error reporting for uncaught native exceptions on Windows
...
Reviewed-by: stuefe
Backport-of: 38bf1192b6
2024-07-19 02:13:02 +04:00
Alexandru C. Moraru
93f0cde18c
8309890: TestStringDeduplicationInterned.java waits for the wrong condition
...
Backport-of: 63fe413d93
2024-07-19 02:13:02 +04:00
Christoph Langer
40a8493648
8331639: [21u]: Bump GHA bootstrap JDK to 21.0.3
...
Reviewed-by: sgehwolf
2024-07-19 02:13:02 +04:00
Aleksey Shipilev
9bc7cf2b20
8328938: C2 SuperWord: disable vectorization for large stride and scale
...
Reviewed-by: epeter, simonis
Backport-of: 2931458711
2024-07-19 02:13:02 +04:00
Amit Kumar
844ab591b5
8310513: [s390x] Intrinsify recursive ObjectMonitor locking
...
Reviewed-by: lucy
Backport-of: 47df14590c
2024-07-19 02:13:01 +04:00
Amit Kumar
2c5b433600
8330011: [s390x] update block-comments to make code consistent
...
Reviewed-by: lucy
Backport-of: 01bda278d6
2024-07-19 02:13:01 +04:00
Amit Kumar
defae8c96e
8326201: [S390] Need to bailout cleanly if creation of stubs fails when code cache is out of space
...
Backport-of: d5f3d5c8cc
2024-07-19 02:13:00 +04:00
SendaoYan
23fccbe136
8331331: :tier1 target explanation in doc/testing.md is incorrect
...
Backport-of: 04271dfe7a
2024-07-19 02:13:00 +04:00
Aleksey Shipilev
f474814232
8328703: Illegal accesses in Java_jdk_internal_org_jline_terminal_impl_jna_linux_CLibraryImpl_ioctl0
...
Backport-of: 87e864bf21
2024-07-19 02:12:59 +04:00
Joachim Kern
59b6dfdde8
8329850: [AIX] Allow loading of different members of same shared library archive
...
Backport-of: cfd19f0176
2024-07-19 02:12:59 +04:00
Gui Cao
2a1af667e6
8330094: RISC-V: Save and restore FRM in the call stub
...
Reviewed-by: fyang
Backport-of: b0496096dc
2024-07-19 02:12:59 +04:00
Goetz Lindenmaier
2abe325dbd
8317809: Insertion of free code blobs into code cache can be very slow during class unloading
...
Reviewed-by: phh, adinn
Backport-of: 30817b7423
2024-07-19 02:12:58 +04:00
Zhengyu Gu
245acdbd66
8328744: Parallel: Parallel GC throws OOM before heap is fully expanded
...
Backport-of: bf8146eac24ba8e00d1794ef7134ecf2476cf897
2024-07-19 02:12:58 +04:00
Aleksey Shipilev
aa05977182
8328822: C2: "negative trip count?" assert failure in profile predicate code
...
Backport-of: 2ceeb6c001
2024-07-19 02:12:58 +04:00
Aleksey Shipilev
6896b97ab7
8324121: SIGFPE in PhaseIdealLoop::extract_long_range_checks
...
8329163: C2: possible overflow in PhaseIdealLoop::extract_long_range_checks()
Backport-of: cb2a671359
2024-07-19 02:12:58 +04:00
Bernhard Urban-Forster
fc35634581
8326974: ODR violation in macroAssembler_aarch64.cpp
...
Backport-of: b972997af7
2024-07-19 02:12:57 +04:00
Zhengyu Gu
24e28003d8
8319713: Parallel: Remove PSAdaptiveSizePolicy::should_full_GC
...
Backport-of: 4bcda60266
2024-07-19 02:12:57 +04:00
Amit Kumar
d6ff7e4a23
8312014: [s390x] TestSigInfoInHsErrFile.java Failure
...
Reviewed-by: lucy
Backport-of: 6f6621303a
2024-07-19 02:12:56 +04:00
Aleksey Shipilev
0678564e9e
8322962: Upcall stub might go undetected when freezing frames
...
Backport-of: 93feda3d9a
2024-07-19 02:12:56 +04:00
Aleksey Shipilev
0e9d1aaafb
8325095: C2: bailout message broken: ResourceArea allocated string used after free
...
Reviewed-by: phh
Backport-of: c589555845
2024-07-19 02:12:56 +04:00
Aleksey Shipilev
918e730302
8328168: Epsilon: Premature OOM when allocating object larger than uncommitted heap size
...
Backport-of: 7baec66222
2024-07-19 02:12:56 +04:00
Robbin Ehn
e60627e900
8330156: RISC-V: Range check auipc + signed 12 imm instruction
...
Backport-of: 8990864a53
2024-07-19 02:12:55 +04:00
Goetz Lindenmaier
f25d8f7df5
8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder
...
Reviewed-by: lucy
Backport-of: cbe329b90a
2024-07-19 02:12:55 +04:00
SendaoYan
0c7cdb5121
8331113: createJMHBundle.sh support configurable maven repo mirror
...
Backport-of: ce9eac3819
2024-07-19 02:12:55 +04:00
Aleksey Shipilev
eeb8db2b06
8309142: Refactor test/langtools/tools/javac/versions/Versions.java
...
8321182: SourceExample.SOURCE_14 comment should refer to 'switch expressions' instead of 'text blocks'
Reviewed-by: phh
Backport-of: 7d82479096
2024-07-19 02:12:54 +04:00
Sergey Bylokhov
5cb988d7d8
8328194: Add a test to check default rendering engine
...
Backport-of: c013fa1811
2024-07-19 02:12:54 +04:00
Amos Shi
e6a939f040
8324733: [macos14] Problem list tests which fail due to macOS bug described in JDK-8322653
...
Backport-of: d1e676360d
2024-07-19 02:12:54 +04:00
María Arias de Reyna
fbe021df82
8320061: [nmt] Multiple issues with peak accounting
...
Reviewed-by: shade, stuefe
Backport-of: dc256fbc64
2024-07-19 02:12:53 +04:00
Jonathan Dowland
e8cedf7581
8315889: Open source several Swing HTMLDocument related tests
...
Backport-of: 8f46abc938
2024-07-19 02:12:53 +04:00
Aleksey Shipilev
8fccfdc808
8329013: StackOverflowError when starting Apache Tomcat with signed jar
...
Backport-of: 925d82931c
2024-07-19 02:12:53 +04:00
Aleksey Shipilev
6c495147ac
8324933: ConcurrentHashTable::statistics_calculate synchronization is expensive
...
Backport-of: 0e2fdc95ae
2024-07-19 02:12:52 +04:00
Aleksey Shipilev
1f07a1ec6b
8327989: java/net/httpclient/ManyRequest.java should not use "localhost" in URIs
...
Backport-of: da4dd7c008
2024-07-19 02:12:52 +04:00
Aleksey Shipilev
5d8c50a985
8320924: Improve heap dump performance by optimizing archived object checks
...
Backport-of: f32ab8cc47
2024-07-19 02:12:52 +04:00
Aleksey Shipilev
fe52188a97
8320707: Virtual thread test updates
...
Reviewed-by: simonis
Backport-of: b67b71cd87
2024-07-19 02:12:51 +04:00
Aleksey Shipilev
08726c2c3b
8310355: Move the stub test from initialize_final_stubs() to test/hotspot/gtest
...
Backport-of: 4b9ec82451
2024-07-19 02:12:51 +04:00
Sonia Zaldana Calles
7795d493e3
8327096: (fc) java/nio/channels/FileChannel/Size.java fails on partition incapable of creating large files
...
Backport-of: 94b4ed5766
2024-07-19 02:12:51 +04:00
Sonia Zaldana Calles
f9d7d6ae62
8327971: Multiple ASAN errors reported for metaspace
...
8327988: When running ASAN, disable dangerous NMT test
Reviewed-by: stuefe, shade
Backport-of: 9e566d76d1
2024-07-19 02:12:50 +04:00
María Arias de Reyna
e350e83d13
8293850: need a largest_committed metric for each category of NMT's output
...
Reviewed-by: stuefe
Backport-of: 8647f001bb
2024-07-19 02:12:50 +04:00
Sonia Zaldana Calles
ea74152ba4
8316242: Opensource SwingGraphics manual test
...
Backport-of: a57b9dab6c
2024-07-19 02:12:50 +04:00
Sonia Zaldana Calles
006d94e5f7
8316154: Opensource JTextArea manual tests
...
Backport-of: 33c62e4fff
2024-07-19 02:12:50 +04:00
Goetz Lindenmaier
d50b30f24e
8328957: Update PKCS11Test.java to not use hardcoded path
...
Backport-of: 16576b87b7
2024-07-19 02:12:49 +04:00
Goetz Lindenmaier
7be6dc146a
8320525: G1: G1UpdateRemSetTrackingBeforeRebuild::distribute_marked_bytes accesses partially unloaded klass
...
Backport-of: 21d361e944
2024-07-19 02:12:49 +04:00
Goetz Lindenmaier
e7c634367b
8320331: G1 Full GC Heap verification relies on metadata not reset before verification
...
Backport-of: 1629a9059b
2024-07-19 02:12:49 +04:00
Amos Shi
d414816fa5
8187759: Background not refreshed when painting over a transparent JFrame
...
Backport-of: 04d43c435d
2024-07-19 02:12:48 +04:00
Amos Shi
32d8dcedeb
8327136: javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java fails on libgraal
...
Backport-of: 8f0fb27dec
2024-07-19 02:12:48 +04:00
Amos Shi
ed921ac9c3
8315824: Open source several Swing Text/HTML related tests
...
Backport-of: c11f8352e9
2024-07-19 02:12:48 +04:00
Amos Shi
8d391838a7
8326006: Allow TEST_VM_FLAGLESS to set flagless mode
...
Backport-of: d10f277bd3
2024-07-19 02:12:47 +04:00
Amos Shi
4a55cc83e4
8315071: Modify TrayIconScalingTest.java, PrintLatinCJKTest.java to use new PassFailJFrame's builder pattern usage
...
Backport-of: 31e26814db
2024-07-19 02:12:47 +04:00
Goetz Lindenmaier
f13e11bcb2
8327474: Review use of java.io.tmpdir in jdk tests
...
Backport-of: 375bfac8e7
2024-07-19 02:12:47 +04:00
Goetz Lindenmaier
2e460d1500
8328555: hidpi problems for test java/awt/Dialog/DialogAnotherThread/JaWSTest.java
...
Backport-of: 23ebd9c3c6
2024-07-19 02:12:47 +04:00
Goetz Lindenmaier
9b1554a5ba
8327180: Failed: java/io/ObjectStreamClass/ObjectStreamClassCaching.java#G1
...
Backport-of: 85fc47c81a
2024-07-19 02:12:46 +04:00
Goetz Lindenmaier
4ce3da1235
8327486: java/util/Properties/PropertiesStoreTest.java fails "Text 'xxx' could not be parsed at index 20" after 8174269
...
Backport-of: e21da4caac
2024-07-19 02:12:46 +04:00
Vladimir Petko
fcef03e4c3
8325028: (ch) Pipe channels should lazily set socket to non-blocking mode on first use by virtual thread
...
Backport-of: d1099033ac
2024-07-19 02:12:46 +04:00
Aleksey Shipilev
3d24c9849d
8328166: Epsilon: 'EpsilonHeap::allocate_work' misuses the parameter 'size' as size in bytes
...
Backport-of: 90ab52e598
2024-07-19 02:12:45 +04:00
Goetz Lindenmaier
422e5ad03e
8319955: Improve dependencies removal during class unloading
...
Reviewed-by: stuefe
Backport-of: fbe19378c3
2024-07-19 02:12:45 +04:00
Goetz Lindenmaier
5108814114
8318109: Writing JFR records while a CHT has taken its lock asserts in rank checking
...
Reviewed-by: mbaesken, sgehwolf
Backport-of: 9f767aa44b
2024-07-19 02:12:45 +04:00
Goetz Lindenmaier
2b9241767d
8317600: VtableStubs::stub_containing() table load not ordered wrt to stores
...
Reviewed-by: adinn
Backport-of: c566dfccf8
2024-07-19 02:12:45 +04:00
Goetz Lindenmaier
c530c6bb03
8316959: Improve InlineCacheBuffer pending queue management
...
Reviewed-by: roland
Backport-of: c9985720b9
2024-07-19 02:12:44 +04:00
Goetz Lindenmaier
9c7a6ec32b
8323685: PrintSystemDictionaryAtExit has mutex rank assert
...
Backport-of: 2865afe759
2024-07-19 02:12:43 +04:00
Goetz Lindenmaier
a0dbcc2c77
8315503: G1: Code root scan causes long GC pauses due to imbalanced iteration
...
8317440: Lock rank checking fails when code root set is modified with the Servicelock held after JDK-8315503
8318720: G1: Memory leak in G1CodeRootSet after JDK-8315503
Reviewed-by: sgehwolf, shade
Backport-of: 795e5dcc85
2024-07-19 02:12:43 +04:00
Andrew Lu
c323f46b13
8318599: HttpURLConnection cache issues leading to crashes in JGSS w/ native GSS introduced by 8303809
...
Backport-of: f1a24f6d48
2024-07-19 02:12:43 +04:00
Aleksey Shipilev
e684f81d59
8318986: Improve GenericWaitBarrier performance
...
Backport-of: 30462f9da4
2024-07-19 02:12:42 +04:00
Gui Cao
dc64782afe
8326936: RISC-V: Shenandoah GC crashes due to incorrect atomic memory operations
...
8316186: RISC-V: Remove PlatformCmpxchg<4>
8330242: RISC-V: Simplify and remove CORRECT_COMPILER_ATOMIC_SUPPORT in atomic_linux_riscv.hpp
Reviewed-by: fyang
Backport-of: a089ed2b92
2024-07-19 02:12:41 +04:00
Robert Toyonaga
d76f62ad91
8305931: jdk/jfr/jcmd/TestJcmdDumpPathToGCRoots.java failed with "Expected chains but found none"
...
Backport-of: 65be5e0c54
2024-07-19 02:12:41 +04:00
Robert Toyonaga
8e68862875
8326521: JFR: CompilerPhase event test fails on windows 32 bit
...
Backport-of: 96530bcc07
2024-07-19 02:12:41 +04:00
Goetz Lindenmaier
3b0802826f
8328988: [macos14] Problem list LightweightEventTest.java which fails due to macOS bug described in JDK-8322653
...
Backport-of: 2374d1e334ba0528b39239a01fe52d5843e678df
2024-07-19 02:12:40 +04:00
Goetz Lindenmaier
19f57666be
8327631: Update IANA Language Subtag Registry to Version 2024-03-07
...
Backport-of: d5b95a0ed3
2024-07-19 02:12:40 +04:00
Goetz Lindenmaier
2ffcb1efcb
8320714: java/util/Locale/LocaleProvidersRun.java and java/util/ResourceBundle/modules/visibility/VisibilityTest.java timeout after passing
...
Backport-of: 69c0b24386
2024-07-19 02:12:39 +04:00
Andrew Lu
d8de757534
8328540: test javax/swing/JSplitPane/4885629/bug4885629.java fails on windows hidpi
...
Backport-of: fa823bd21c
2024-07-19 02:12:39 +04:00
Severin Gehwolf
1bc480c1c1
8329961: Buffer overflow in os::Linux::kernel_version
...
Backport-of: 279ed0ddd5
2024-07-19 02:12:39 +04:00
Matthias Baesken
574c532ebf
8328589: unify os::breakpoint among posix platforms
...
Backport-of: 93d1700f23
2024-07-19 02:12:38 +04:00
Sidraya Jayagond
85d8121280
8329545: [s390x] Fix garbage value being passed in Argument Register
...
Backport-of: e0fd6c4c9e
2024-07-19 02:12:38 +04:00
Gui Cao
61892ddc7e
8329823: RISC-V: Need to sync CPU features with related JVM flags
...
Backport-of: b9331cd25c
2024-07-19 02:12:38 +04:00
Goetz Lindenmaier
a887872dbd
8320349: Simplify FileChooserSymLinkTest.java by using single-window testUI
...
Backport-of: b1cb37432a
2024-07-19 02:12:38 +04:00
Goetz Lindenmaier
32a25f06a1
8318322: Update IANA Language Subtag Registry to Version 2023-10-16
...
Backport-of: cc8f8da293
2024-07-19 02:12:37 +04:00
Goetz Lindenmaier
3f9db3eaa8
8303959: tools/jpackage/share/RuntimePackageTest.java fails with java.lang.AssertionError missing files
...
Backport-of: 5a6aa569aa
2024-07-19 02:12:37 +04:00
Goetz Lindenmaier
9a4e1dcaf4
8313899: JVMCI exception Translation can fail in TranslatedException.<clinit>
...
Backport-of: 6f5c903d10
2024-07-19 02:12:37 +04:00
Goetz Lindenmaier
952b9b341d
8313702: Update IANA Language Subtag Registry to Version 2023-08-02
...
Backport-of: 1da82a34b1
2024-07-19 02:12:36 +04:00
Christoph Langer
a45e79c5ec
8325579: Inconsistent behavior in com.sun.jndi.ldap.Connection::createSocket
...
Backport-of: 92d6fa4abec1fdf8e57723e4490be0ba4f97e59d
2024-07-19 02:12:36 +04:00
Soumadipta Roy
f317dace68
8316608: Enable parallelism in vmTestbase/gc/vector tests
...
Backport-of: f61499c73f
2024-07-19 02:12:36 +04:00
Andrew Lu
26cac65d4e
8281658: Add a security category to the java -XshowSettings option
...
Backport-of: 2e12a123c9
2024-07-19 02:12:36 +04:00
Aleksey Shipilev
5d72dff3c6
8328702: C2: Crash during parsing because sub type check is not folded
...
Backport-of: e5e21a8a6e
2024-07-19 02:12:35 +04:00
Goetz Lindenmaier
8ece167c80
8328037: Test java/util/Formatter/Padding.java has unnecessary high heap requirement after JDK-8326718
...
Backport-of: 128e60a29f
2024-07-19 02:12:35 +04:00
Goetz Lindenmaier
e37d44133a
8321718: ProcessTools.executeProcess calls waitFor before logging
...
Backport-of: 9ab29f8dcd
2024-07-19 02:12:35 +04:00
Goetz Lindenmaier
447ba4c7af
8318585: Rename CodeCache::UnloadingScope to UnlinkingScope
...
Reviewed-by: sgehwolf
Backport-of: 4eab39d941
2024-07-19 02:12:35 +04:00
Goetz Lindenmaier
3fa9b47987
8311881: jdk/javax/swing/ProgressMonitor/ProgressTest.java does not show the ProgressMonitorInputStream all the time
...
Backport-of: 197981b431
2024-07-19 02:12:34 +04:00
Aleksey Shipilev
fe544d71ea
8329570: G1: Excessive is_obj_dead_cond calls in verification
...
Backport-of: 29992e1fca
2024-07-19 02:12:34 +04:00
Amos Shi
20a9bdebb9
8305645: System Tray icons get corrupted when Windows primary monitor changes
...
Backport-of: 6cd370e04b
2024-07-19 02:12:34 +04:00
Matthias Baesken
185f109e82
8328604: remove on_aix() function
...
Backport-of: 940d1965f8
2024-07-19 02:12:34 +04:00
Gui Cao
c1714e7623
8315652: RISC-V: Features string uses wrong separator for jtreg
...
Reviewed-by: rehn
Backport-of: cbbfa0ddfb
2024-07-19 02:12:33 +04:00
Aleksey Shipilev
37ea104c5b
8319650: Improve heap dump performance with class metadata caching
...
Reviewed-by: phh
Backport-of: 03db82818b
2024-07-19 02:12:33 +04:00
Goetz Lindenmaier
994da4e774
8325203: System.exit(0) kills the launched 3rd party application
...
Backport-of: 6944537c3e
2024-07-19 02:12:33 +04:00
Elif Aslan
ec47c0e107
8325567: jspawnhelper without args fails with segfault
...
Backport-of: 2627470946
2024-07-19 02:12:32 +04:00
Goetz Lindenmaier
a2d956d526
8326718: Test java/util/Formatter/Padding.java should timeout on large inputs before fix in JDK-8299677
...
Backport-of: 4f336085d1
2024-07-19 02:12:32 +04:00
Goetz Lindenmaier
42c74201c7
8316451: 6 java/lang/instrument/PremainClass tests ignore VM flags
...
Backport-of: 9029bf644e
2024-07-19 02:12:32 +04:00
Goetz Lindenmaier
3dfdfc6671
8319578: Few java/lang/instrument ignore test.java.opts and accept test.vm.opts only
...
Backport-of: 3ebe6c192a
2024-07-19 02:12:32 +04:00
Goetz Lindenmaier
f40ed464dc
8321163: [test] OutputAnalyzer.getExitValue() unnecessarily logs even when process has already completed
...
Backport-of: 672f37324f
2024-07-19 02:12:31 +04:00
Goetz Lindenmaier
fef56b2194
8314975: JavadocTester should set source path if not specified
...
Backport-of: 2f4d601a56
2024-07-19 02:12:31 +04:00
Goetz Lindenmaier
56920ab04c
8293069: Make -XX:+Verbose less verbose
...
Backport-of: 238c51e621
2024-07-19 02:12:31 +04:00
Dan Lutker
c258b1edf1
8294699: Launcher causes lingering busy cursor
...
Backport-of: d3df3eb5d7
2024-07-19 02:12:31 +04:00
Goetz Lindenmaier
1d9b2ca261
8316460: 4 javax/management tests ignore VM flags
...
Backport-of: d39b7bab27
2024-07-19 02:12:30 +04:00
Goetz Lindenmaier
79dc605fd4
8318962: Update ProcessTools javadoc with suggestions in 8315097
...
Backport-of: 7e4cb2f09d
2024-07-19 02:12:30 +04:00
Goetz Lindenmaier
21976f7faa
8308453: Convert JKS test keystores in test/jdk/javax/net/ssl/etc to PKCS12
...
Backport-of: 1696603ccd
2024-07-19 02:12:30 +04:00
Goetz Lindenmaier
49e1ed04c6
8303773: Replace "main.wrapper" with "test.thread.factory" property in test code
...
Backport-of: 89987dbf87
2024-07-19 02:12:29 +04:00
Matthias Baesken
9a1b44814b
8327468: Do not restart close if errno is EINTR [macOS/linux]
...
Backport-of: 481c866df8
2024-07-19 02:12:29 +04:00
Matthias Baesken
1d6bd0aaba
8328709: AIX os::get_summary_cpu_info support Power 10
...
Backport-of: b235682a18
2024-07-19 02:12:29 +04:00
Matthias Baesken
c62bb40cf5
8328776: [AIX] remove checked_vmgetinfo, use vmgetinfo directly
...
Backport-of: cf9b5a71bd
2024-07-19 02:12:28 +04:00
Goetz Lindenmaier
3bb65dd8fd
8319153: Fix: Class is a raw type in ProcessTools
...
Backport-of: 1c2ea1d27b
2024-07-19 02:12:28 +04:00
Goetz Lindenmaier
44458e4210
8304839: Move TestScaffold.main() to the separate class DebugeeWrapper
...
Backport-of: ee9776fa23
2024-07-19 02:12:28 +04:00
Goetz Lindenmaier
0153a4826f
8288936: Wrong lock ordering writing G1HeapRegionTypeChange JFR event
...
Backport-of: 0eb0997ae4
2024-07-19 02:12:27 +04:00
Aleksey Shipilev
3e575ebc93
8328638: Fallback option for POST-only OCSP requests
...
8329213: Better validation for com.sun.security.ocsp.useget option
Reviewed-by: serb
Backport-of: 614db2ea9e
2024-07-19 02:12:27 +04:00
Christoph Langer
72305df0b5
8185862: AWT Assertion Failure in ::GetDIBits(hBMDC, hBM, 0, 1, 0, gpBitmapInfo, 0) 'awt_Win32GraphicsDevice.cpp', at line 185
...
Backport-of: dcca5daaf7f51c6579369c6ba3430a3d7962dbf2
2024-07-19 02:12:26 +04:00
Goetz Lindenmaier
0ecdcdba5f
8317965: TestLoadLibraryDeadlock.java fails with "Unable to load native library.: expected true, was false"
...
8319265: TestLoadLibraryDeadlock.java fails on windows-x64 "Unable to load b.jar"
Backport-of: 5207443b36
2024-07-19 02:12:26 +04:00
Goetz Lindenmaier
3e44704588
8317350: Move code cache purging out of CodeCache::UnloadingScope
...
Backport-of: bd3bc2c618
2024-07-19 02:12:26 +04:00
Goetz Lindenmaier
37c99d7a5b
8317677: Specialize Vtablestubs::entry_for() for VtableBlob
...
Backport-of: 1082c0e767
2024-07-19 02:12:24 +04:00
Goetz Lindenmaier
456c4570fe
8317235: Remove Access API use in nmethod class
...
Backport-of: c47a0ce3f0
2024-07-19 02:12:24 +04:00
Goetz Lindenmaier
6ce2cff3fd
8316669: ImmutableOopMapSet destructor not called
...
Backport-of: 3d6e775d71
2024-07-19 02:12:24 +04:00
Goetz Lindenmaier
3edb5cc717
8316670: Remove effectively unused nmethodBucket::_count
...
Backport-of: 837783c2d3
2024-07-19 02:12:23 +04:00
Goetz Lindenmaier
552b186884
8315485: (fs) Move java/nio/file/Path/Misc.java tests into java/nio/file/Path/PathOps.java
...
Reviewed-by: lucy
Backport-of: 8dfde28b28
2024-07-19 02:12:23 +04:00
Goetz Lindenmaier
553e5aaa80
8315998: Remove dead ClassLoaderDataGraphKlassIteratorStatic
...
Backport-of: 347beb21aa
2024-07-19 02:12:22 +04:00
Goetz Lindenmaier
b1946ac4a1
8316002: Remove unnecessary seen_dead_loader in ClassLoaderDataGraph::do_unloading
...
Backport-of: 50158f393e
2024-07-19 02:12:22 +04:00
Goetz Lindenmaier
bea4d9b77c
8315605: G1: Add number of nmethods in code roots scanning statistics
...
Backport-of: 7ef059a75c
2024-07-19 02:12:22 +04:00
Goetz Lindenmaier
31dac0f846
8294985: SSLEngine throws IAE during parsing of X500Principal
...
Backport-of: 80edd5c298
2024-07-19 02:12:21 +04:00
Aleksey Shipilev
bc88d97880
8328592: hprof tests fail with -XX:-CompactStrings
...
Backport-of: bb3e84bd1f
2024-07-19 02:12:21 +04:00
Long Yang
0f0fe60466
8319876: Reduce memory consumption of VM_ThreadDump::doit
...
Reviewed-by: phh
Backport-of: 8ec6b8de3b
2024-07-19 02:12:21 +04:00
Taizo Kurashige
a75c4e2c08
8313710: jcmd: typo in the documentation of JFR.start and JFR.dump
...
Backport-of: 16d917a85f
2024-07-19 02:12:21 +04:00
Elif Aslan
22c50af0b7
8318727: Enable parallelism in vmTestbase/vm/gc/concurrent tests
...
Backport-of: 29d462a072
2024-07-19 02:12:20 +04:00
Elif Aslan
73a1681d51
8311823: JFR: Uninitialized EventEmitter::_thread_id field
...
Backport-of: 9688ec2d0d
2024-07-19 02:12:20 +04:00
María Arias de Reyna
32a16c66bb
8319437: NMT should show library names in call stacks
...
Backport-of: e33b6c10f8
2024-07-19 02:12:20 +04:00
Goetz Lindenmaier
8cc9b255c6
8326643: JDK server does not send a dummy change_cipher_spec record after HelloRetryRequest message
...
Backport-of: d44aaa37f9
2024-07-19 02:12:20 +04:00
Goetz Lindenmaier
7d9978b80f
8309752: com/sun/jdi/SetLocalWhileThreadInNative.java fails with virtual test thread factory due to OpaqueFrameException
...
Backport-of: 1612b6dc6e
2024-07-19 02:12:20 +04:00
Andrew Lu
d180c49dc5
8328812: Update and move siphash license
...
Backport-of: ce7ebaa606
2024-07-19 02:12:19 +04:00
Elif Aslan
d19b48144f
8327998: Enable java/lang/ProcessBuilder/JspawnhelperProtocol.java on Mac
...
Backport-of: cc1800fa4d
2024-07-19 02:12:19 +04:00
Andrew Lu
23b61da1f9
8323994: gtest runner repeats test name for every single gtest assertion
...
Backport-of: 1aae980c54
2024-07-19 02:12:19 +04:00
Andrew Lu
79135863b1
8326661: sun/java2d/cmm/ColorConvertOp/ColConvTest.java assumes profiles were generated by LCMS
...
Backport-of: 1f43fa0f8b
2024-07-19 02:12:19 +04:00
Goetz Lindenmaier
9ac6777a82
8280056: gtest/LargePageGtests.java#use-large-pages failed "os.release_one_mapping_multi_commits_vm"
...
Backport-of: 66520be7a7
2024-07-19 02:12:18 +04:00
Aleksey Shipilev
29759cb098
8328825: Google CAInterop test failures
...
Backport-of: 70a15c7363
2024-07-19 02:12:18 +04:00
Aleksey Shipilev
3b70b6b135
8328948: GHA: Restoring sysroot from cache skips the build after JDK-8326960
...
Backport-of: 447436e18c
2024-07-19 02:12:18 +04:00
Goetz Lindenmaier
fa0003e132
8327261: Parsing test for Double/Float succeeds w/o testing all bad cases
...
Backport-of: 9f7094079b
2024-07-19 02:12:18 +04:00
Goetz Lindenmaier
c26fb51ea3
8319648: java/lang/SecurityManager tests ignore vm flags
...
Backport-of: 437cf354e2
2024-07-19 02:12:18 +04:00
Goetz Lindenmaier
f8e5f2a824
8326948: Force English locale for timeout formatting
...
Backport-of: e772e78179
2024-07-19 02:12:17 +04:00
Goetz Lindenmaier
c7ba957da0
8326824: Test: remove redundant test in compiler/vectorapi/reshape/utils/TestCastMethods.java
...
Backport-of: 552411f832
2024-07-19 02:12:17 +04:00
Goetz Lindenmaier
c1626fe3db
8319651: Several network tests ignore vm flags when start java process
...
Backport-of: 9538f5d317
2024-07-19 02:12:17 +04:00
Goetz Lindenmaier
f7e2ff254a
8324236: compiler/ciReplay/TestInliningProtectionDomain.java failed with RuntimeException: should only dump inline information for ... expected true, was false
...
Backport-of: 72ba8178a8
2024-07-19 02:12:17 +04:00
Goetz Lindenmaier
9e633f8ae8
8319571: Update jni/nullCaller/NullCallerTest.java to accept flags or mark as flagless
...
Backport-of: b78896b9aa
2024-07-19 02:12:16 +04:00
Aleksey Shipilev
532fc1a22c
8328705: GHA: Cross-compilation jobs do not require build JDK
...
Backport-of: 29ba4b7d1e
2024-07-19 02:12:16 +04:00
Goetz Lindenmaier
c6e11dc958
8322858: compiler/c2/aarch64/TestFarJump.java fails on AArch64 due to unexpected PrintAssembly output
...
Backport-of: 52a6c37558
2024-07-19 02:12:16 +04:00
Goetz Lindenmaier
7607807816
8319647: Few java/lang/System/LoggerFinder/modules tests ignore vm flags
...
Backport-of: 62b7c5eaed
2024-07-19 02:12:16 +04:00
Goetz Lindenmaier
7b2c47fde8
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
Backport-of: 1588dd934c
2024-07-19 02:12:16 +04:00
Goetz Lindenmaier
7233d66a44
8319574: Exec/process tests should be marked as flagless
...
Backport-of: 68110b7a82
2024-07-19 02:12:15 +04:00
Goetz Lindenmaier
ccad4eae00
8315741: Open source few swing JFormattedTextField and JPopupMenu tests
...
Backport-of: bfbc41c1f1
2024-07-19 02:12:15 +04:00
Goetz Lindenmaier
23b9c33c02
8316164: Opensource JMenuBar manual test
...
Backport-of: 8f4dfc443b
2024-07-19 02:12:15 +04:00
Sonia Zaldana Calles
773d281f48
8326591: New test JmodExcludedFiles.java fails on Windows when --with-external-symbols-in-bundles=public is used
...
Backport-of: 43c6f0b588
2024-07-19 02:12:14 +04:00
Sonia Zaldana Calles
a458ea5775
8159927: Add a test to verify JMOD files created in the images do not have debug symbols
...
Backport-of: 6c0bebccb0
2024-07-19 02:12:14 +04:00
Sonia Zaldana Calles
b64fecd7a7
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
Backport-of: 7004c2724d
2024-07-19 02:12:14 +04:00
Sonia Zaldana Calles
78a9caa4f1
8324998: Add test cases for String.regionMatches comparing Turkic dotted/dotless I with uppercase latin I
...
Backport-of: c3c1d5bd12
2024-07-19 02:12:14 +04:00
Aleksey Shipilev
1e30e695b5
8326960: GHA: RISC-V sysroot cannot be debootstrapped due to ongoing Debian t64 transition
...
Backport-of: f207aa94f9
2024-07-19 02:12:13 +04:00
Matthias Baesken
b2c722fec3
8328165: improve assert(idx < _maxlrg) failed: oob
...
Backport-of: d57bdd85ab
2024-07-19 02:12:13 +04:00
Andrew Lu
a9a64247db
8315663: Open source misc awt tests
...
Backport-of: a36f5a54ab
2024-07-19 02:12:13 +04:00
Andrew Lu
dfb36adf13
8312383: Log X509ExtendedKeyManager implementation class name in TLS/SSL connection
...
Backport-of: bdd1aebea3
2024-07-19 02:12:12 +04:00
Goetz Lindenmaier
eb4eb74d0b
8325908: Finish removal of IntlTest and CollatorTest
...
Backport-of: 4c7b313e0d
2024-07-19 02:12:12 +04:00
Goetz Lindenmaier
5d338d6fa0
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"
Backport-of: 842b895f09
2024-07-19 02:12:12 +04:00
Aleksey Shipilev
078c542fa6
8319048: Monitor deflation unlink phase prolongs time to safepoint
...
Backport-of: efc392259c
2024-07-19 02:12:12 +04:00
Goetz Lindenmaier
edc8cb5adc
8328524: [x86] StringRepeat.java failure on linux-x86: Could not reserve enough space for 2097152KB object heap
...
Backport-of: eebcc2181f
2024-07-19 02:12:11 +04:00
Goetz Lindenmaier
f914122142
8317631: Refactor ChoiceFormat tests to use JUnit
...
Backport-of: 5e8d893c48
2024-07-19 02:12:11 +04:00
Alexander Scherbatiy
0543242c2d
7001133: OutOfMemoryError by CustomMediaSizeName implementation
...
Backport-of: 10335f60f9
2024-07-19 02:12:11 +04:00
Alexander Scherbatiy
78e85192cc
8320365: IPPPrintService.getAttributes() causes blanket re-initialisation
...
Backport-of: 91ffdfb1fc
2024-07-19 02:12:11 +04:00
Oli Gillespie
41247561b4
8324646: Avoid Class.forName in SecureRandom constructor
...
Reviewed-by: shade
Backport-of: 8ef918d667
2024-07-19 02:12:10 +04:00
Robert Toyonaga
8f46286152
8326529: JFR: Test for CompilerCompile events fails due to time out
...
Backport-of: 4dd6c44cbd
2024-07-19 02:12:10 +04:00
Goetz Lindenmaier
b185dfbceb
8328066: WhiteBoxResizeTest failure on linux-x86: Could not reserve enough space for 2097152KB object heap
...
Backport-of: dde519dc21
2024-07-19 02:12:10 +04:00
Goetz Lindenmaier
791ae08e47
8223696: java/net/httpclient/MaxStreams.java failed with didn't finish within the time-out
...
Backport-of: 95310eab6c
2024-07-19 02:12:10 +04:00
Goetz Lindenmaier
dfc01f174c
8322920: Some ProcessTools.execute* functions are declared to throw Throwable
...
Backport-of: 868f8745fa
2024-07-19 02:12:09 +04:00
Goetz Lindenmaier
7dbd81e2d0
8288989: Make tests not depend on the source code
...
Backport-of: 2838a916ab
2024-07-19 02:12:09 +04:00
Goetz Lindenmaier
a0c2ae8ba0
8316696: Remove the testing base classes: IntlTest and CollatorTest
...
Backport-of: b859da9c54
2024-07-19 02:12:09 +04:00
Goetz Lindenmaier
a01ef99baf
8312320: Remove javax/rmi/ssl/SSLSocketParametersTest.sh from ProblemList
...
Backport-of: 8d29329138
2024-07-19 02:12:08 +04:00
Goetz Lindenmaier
88ad541a7b
8309757: com/sun/jdi/ReferrersTest.java fails with virtual test thread factory
...
Backport-of: d7251c1755
2024-07-19 02:12:08 +04:00
Oli Gillespie
e5bf38bd2f
8315559: Delay TempSymbol cleanup to avoid symbol table churn
...
8321276: runtime/cds/appcds/dynamicArchive/DynamicSharedSymbols.java failed with "'17 2: jdk/test/lib/apps ' missing from stdout/stderr"
Reviewed-by: coleenp
Backport-of: d23f4f12ad
2024-07-19 02:12:08 +04:00
Aleksey Shipilev
a9ea00a98f
8325613: CTW: Stale method cleanup requires GC after Sweeper removal
...
Backport-of: 1281e18f14
2024-07-19 02:12:08 +04:00
Long Yang
d8933764f5
8327799: JFR view: the "Park Until" field of jdk.ThreadPark is invalid if the parking method is not absolute
...
Backport-of: 6f8b0a33fa
2024-07-19 02:12:07 +04:00
Aleksey Shipilev
727fa577b4
8318757: VM_ThreadDump asserts in interleaved ObjectMonitor::deflate_monitor calls
...
8319896: Remove monitor deflation from final audit
8320515 : assert(monitor->object_peek() != nullptr) failed: Owned monitors should not have a dead object
8325437: Safepoint polling in monitor deflation can cause massive logs
Reviewed-by: stefank, adinn
Backport-of: 87be6b69fe
2024-07-19 02:12:07 +04:00
Dan Lutker
05bb294370
8325372: Shenandoah: SIGSEGV crash in unnecessary_acquire due to LoadStore split through phi
...
Reviewed-by: shade
Backport-of: 5d414da504
2024-07-19 02:12:07 +04:00
Goetz Lindenmaier
0836c04b3e
8324632: Update Zlib Data Compression Library to Version 1.3.1
...
8315117: Update Zlib Data Compression Library to Version 1.3
8326351: Update the Zlib version in open/src/java.base/share/legal/zlib.md to 1.3.1
Backport-of: b5c267fc8a
2024-07-19 02:12:06 +04:00
Goetz Lindenmaier
f12ad3ea2b
8322239: [macos] a11y : java.lang.NullPointerException is thrown when focus is moved on the JTabbedPane
...
Backport-of: 3b1062d45d
2024-07-19 02:12:06 +04:00
Goetz Lindenmaier
f3a71225e8
8321489: Update LCMS to 2.16
...
Backport-of: dc7d3b182d
2024-07-19 02:12:06 +04:00
Goetz Lindenmaier
130d9b7902
8316559: Refactor some util/Calendar tests to JUnit
...
Backport-of: 355811a996
2024-07-19 02:12:06 +04:00
Goetz Lindenmaier
ef15da0d3f
8313612: Use JUnit in lib-test/jdk tests
...
Backport-of: a35e96a3fa
2024-07-19 02:12:05 +04:00
Goetz Lindenmaier
b8ad9c5303
8314832: Few runtime/os tests ignore vm flags
...
Backport-of: fc3e826692
2024-07-19 02:12:05 +04:00
Goetz Lindenmaier
615e2eb29c
8310818: Refactor more Locale tests to use JUnit
...
Backport-of: 12e9430910
2024-07-19 02:12:05 +04:00
Goetz Lindenmaier
3f55ade5c2
8310731: Configure a javax.net.ssl.SNIMatcher for the HTTP/1.1 test servers in java/net/httpclient tests
...
Backport-of: 05e9c41edd
2024-07-19 02:12:04 +04:00
Goetz Lindenmaier
87a315e943
8310234: Refactor Locale tests to use JUnit
...
Backport-of: dad7bd9efc
2024-07-19 02:12:04 +04:00
William Kemper
e5e9ce8637
8322503: Shenandoah: Clarify gc state usage
...
Reviewed-by: shade
Backport-of: 51238c4bdb
2024-07-19 02:12:04 +04:00
Andrew Lu
3e1e3f9e04
8324238: [macOS] java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java fails with the shape has not been applied msg
...
Backport-of: 62c9530c05
2024-07-19 02:12:04 +04:00
William Kemper
5d8f6a0ea7
8321815: Shenandoah: gc state should be synchronized to java threads only once per safepoint
...
Reviewed-by: phh
Backport-of: 808a03927c
2024-07-19 02:12:03 +04:00
Matthias Baesken
9270438afa
8326496: [test] checkHsErrFileContent support printing hserr in error case
...
Backport-of: a065eba56d
2024-07-19 02:12:03 +04:00
Matthias Baesken
bbc0d9fc94
8325743: test/jdk/java/nio/channels/unixdomain/SocketOptions.java enhance user name output in error case
...
Backport-of: d0039960c4
2024-07-19 02:12:03 +04:00
Andrew Lu
a750c05e34
8320129: "top" command during jtreg failure handler does not display CPU usage on OSX
...
Backport-of: 8be3e39220
2024-07-19 02:12:02 +04:00
Matthias Baesken
10f7e980de
8325432: enhance assert message "relocation addr must be in this section"
...
Backport-of: 3d3a8f0ebf
2024-07-19 02:12:02 +04:00
Suchismith Roy
ece03743d6
8320005: Allow loading of shared objects with .a extension on AIX
...
Backport-of: e85355ada4
2024-07-19 02:12:02 +04:00
Martin Doerr
16856d9ba1
8326101: [PPC64] Need to bailout cleanly if creation of stubs fails when code cache is out of space
...
Backport-of: e3ae81eeeee8e2b0063a576a90624dd927b512f0
2024-07-19 02:12:02 +04:00
Andrew Lu
e940ccb0f0
8320113: [macos14] : ShapeNotSetSometimes.java fails intermittently on macOS 14
...
Backport-of: f1b73350c2
2024-07-19 02:12:01 +04:00
Andrew Lu
f327c3d862
8326891: Prefer RPATH over RUNPATH for $ORIGIN rpaths in internal JDK binaries
...
Backport-of: 721bfee53a
2024-07-19 02:12:01 +04:00
Andrew Lu
a754e48ef0
8320342: Use PassFailJFrame for TruncatedPopupMenuTest.java
...
Backport-of: 1f2922ad85
2024-07-19 02:12:00 +04:00
Sonia Zaldana Calles
a2bf1e7a70
8320570: NegativeArraySizeException decoding >1G UTF8 bytes with non-ascii characters
...
Reviewed-by: phh
Backport-of: 82796bdebb
2024-07-19 02:12:00 +04:00
Ludovic Henry
8d65fddabb
8321075: RISC-V: UseSystemMemoryBarrier lacking proper OS support
...
Reviewed-by: rehn, fyang
Backport-of: 68eb5a1df5
2024-07-19 02:12:00 +04:00
Andrew Leonard
94958d3d75
8326685: Linux builds not reproducible if two builds configured in different build folders
...
Backport-of: 3b90ddfefe
2024-07-19 02:12:00 +04:00
Amos Shi
fc7cd01bac
8266242: java/awt/GraphicsDevice/CheckDisplayModes.java failing on macOS 11 ARM
...
Backport-of: f7d6d7a04f
2024-07-19 02:11:59 +04:00
Aleksey Shipilev
def7862a3e
8318455: Fix the compiler/sharedstubs/SharedTrampolineTest.java and SharedStubToInterpTest.java
...
Reviewed-by: phh
Backport-of: 4a16d111b1
2024-07-19 02:11:59 +04:00
Matthias Baesken
05d3ae28c0
8326140: src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp ReleaseStringChars might be missing in early returns
...
Backport-of: d9ef16dbb6
2024-07-19 02:11:59 +04:00
Long Yang
8aa3ce1c69
8326446: The User and System of jdk.CPULoad on Apple M1 are inaccurate
...
Backport-of: 8dbd4b391f
2024-07-19 02:11:59 +04:00
Matthias Baesken
1bbaed468a
8324834: Use _LARGE_FILES on AIX
...
Backport-of: 8e45182357
2024-07-19 02:11:58 +04:00
Matthias Baesken
a4c6e6deee
8327059: os::Linux::print_proc_sys_info add swappiness information
...
Backport-of: f3b15abcb7
2024-07-19 02:11:58 +04:00
Amos Shi
f0bb231a1f
8315834: Open source several Swing JSpinner related tests
...
Backport-of: 4a63eb0522
2024-07-19 02:11:58 +04:00
Amos Shi
1777289f9a
8325137: com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java can fail in Xcomp with out of expected range
...
Backport-of: 91d8dac9cf
2024-07-19 02:11:58 +04:00
Amos Shi
d82b6e6f07
8317287: [macos14] InterJVMGetDropSuccessTest.java: Child VM: abnormal termination
...
Backport-of: cbfddf4e1d
2024-07-19 02:11:57 +04:00
Amos Shi
0d2dbc9bd7
8315677: Open source few swing JFileChooser and other tests
...
Backport-of: fe5ef5f20d
2024-07-19 02:11:57 +04:00
Martin Doerr
748e06ac12
8325326: [PPC64] Don't relocate in case of allocation failure
...
Backport-of: 4388095cde
2024-07-19 02:11:57 +04:00
Sonia Zaldana Calles
7a48222ff6
8278527: java/util/concurrent/tck/JSR166TestCase.java fails nanoTime test
...
Backport-of: 54f09d7345
2024-07-19 02:11:57 +04:00
Goetz Lindenmaier
52beeab3d2
8314828: Mark 3 jcmd command-line options test as vm.flagless
...
8316228: jcmd tests are broken by 8314828
Backport-of: 23fab1181b
2024-07-19 02:11:56 +04:00
Goetz Lindenmaier
91b7f0e56e
8320712: Rewrite BadFactoryTest in pure Java
...
Backport-of: 66971600f7
2024-07-19 02:11:56 +04:00
Goetz Lindenmaier
158ae7d50b
8323276: StressDirListings.java fails on AIX
...
Backport-of: e5aed6be7a
2024-07-19 02:11:56 +04:00
Goetz Lindenmaier
84f5bc83ac
8322477: order of subclasses in the permits clause can differ between compilations
...
Reviewed-by: mdoerr
Backport-of: 5ba69e1734
2024-07-19 02:11:55 +04:00
Goetz Lindenmaier
8eb930fed9
8319757: java/nio/channels/DatagramChannel/InterruptibleOrNot.java failed: wrong exception thrown
...
Backport-of: ace010b38a
2024-07-19 02:11:55 +04:00
Goetz Lindenmaier
d012e7aa84
8303525: Refactor/cleanup open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.java
...
Backport-of: 704c6ea16c
2024-07-19 02:11:55 +04:00
Goetz Lindenmaier
df22b04492
8314824: Fix serviceability/jvmti/8036666/GetObjectLockCount.java to use vm flags
...
Backport-of: 93e82c0146
2024-07-19 02:11:54 +04:00
Goetz Lindenmaier
8c74c282a7
8311792: java/net/httpclient/ResponsePublisher.java fails intermittently with AssertionError: Found some outstanding operations
...
Backport-of: 1664e793eb
2024-07-19 02:11:54 +04:00
Goetz Lindenmaier
0900c5b2c9
8310070: Test: javax/net/ssl/DTLS/DTLSWontNegotiateV10.java timed out
...
Backport-of: af7f95e24a
2024-07-19 02:11:54 +04:00
Goetz Lindenmaier
d500d88ff0
8309763: Move tests in test/jdk/sun/misc/URLClassPath directory to test/jdk/jdk/internal/loader
...
Backport-of: 57fc9a3e96
2024-07-19 02:11:54 +04:00
SendaoYan
1596076b7c
8325024: java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java incorrect comment information
...
Backport-of: 432756b6e5
2024-07-19 02:11:53 +04:00
SendaoYan
ec20998712
8316563: test tools/jpackage/linux/LinuxResourceTest.java fails on CentOS Linux release 8.5.2111 and Fedora 27
...
Backport-of: 52814994ef
2024-07-19 02:11:53 +04:00
Sonia Zaldana Calles
6bda3ebeb7
8315609: Open source few more swing text/html tests
...
Backport-of: a04c6c1ac6
2024-07-19 02:11:53 +04:00
Sonia Zaldana Calles
5365b13482
8315898: Open source swing JMenu tests
...
Backport-of: fecd2fd8f2
2024-07-19 02:11:52 +04:00
Andrew Lu
dae4c48c02
8325972: Add -x to bash for building with LOG=debug
...
Backport-of: 8668198c26
2024-07-19 02:11:52 +04:00
Andrew Lu
d46b3798e5
8326638: Crash in PhaseIdealLoop::remix_address_expressions due to unexpected Region instead of Loop
...
Backport-of: 9f0e7da64e
2024-07-19 02:11:52 +04:00
Richard Reingruber
521633e98a
8327036: [macosx-aarch64] SIGBUS in MarkActivationClosure::do_code_blob reached from Unsafe_CopySwapMemory0
...
Reviewed-by: mdoerr
2024-07-19 02:11:51 +04:00
Goetz Lindenmaier
b375610e43
8306040: HttpResponseInputStream.available() returns 1 on empty stream
...
Backport-of: acaab6fd74
2024-07-19 02:11:51 +04:00
Oli Gillespie
0636be51ff
8324648: Avoid NoSuchMethodError when instantiating NativePRNG
...
Backport-of: 69b2674c68
2024-07-19 02:11:51 +04:00
Sonia Zaldana Calles
276cef5b35
8320343: Generate GIF images for AbstractButton/5049549/bug5049549.java
...
Backport-of: 9481d06e62
2024-07-19 02:11:50 +04:00
Matthias Baesken
78f7680180
8325862: set -XX:+ErrorFileToStderr when executing java in containers for some container related jtreg tests
...
Backport-of: 9f4ec21f47
2024-07-19 02:11:50 +04:00
Aleksey Shipilev
4a3bd22382
8323519: Add applications/ctw/modules to Hotspot tiered testing
...
Backport-of: ba3c3bbd87
2024-07-19 02:11:50 +04:00
Andrew Lu
5413658b52
8318580: "javax/swing/MultiMonitor/MultimonVImage.java failing with Error. Can't find library: /open/test/jdk/java/awt/regtesthelpers" after JDK-8316053
...
Backport-of: e4803e0cbf
2024-07-19 02:11:50 +04:00
Sergey Bylokhov
b237b46531
8323210: Update the usage of cmsFLAGS_COPY_ALPHA
...
Backport-of: aba19334ea
2024-07-19 02:11:49 +04:00
KIRIYAMA Takuya
c3a5eca3d7
8313394: Array Elements in OldObjectSample event has the incorrect description
...
Backport-of: e8c325dea3
2024-07-19 02:11:49 +04:00
Patrick Zhang
d08bb67c84
8324824: AArch64: Detect Ampere-1B core and update default options for Ampere CPUs
...
Backport-of: 9936aeea32
2024-07-19 02:11:49 +04:00
Liang Mao
96a07f05ee
8324123: aarch64: fix prfm literal encoding in assembler
...
Backport-of: bde87895c8
2024-07-19 02:11:48 +04:00
Aleksey Shipilev
930b21cbb0
8322846: Running with -Djdk.tracePinnedThreads set can hang
...
Backport-of: faa9c6909d
2024-07-19 02:11:48 +04:00
Jiří Vaněk
a7eca5c5b0
8323170: j2dbench is using outdated javac source/target to be able to build by itself
...
Backport-of: b5df2f4314
2024-07-19 02:11:47 +04:00
Aleksey Shipilev
63f9947d78
8315373: Change VirtualThread to unmount after freezing, re-mount before thawing
...
8312498: Thread::getState and JVM TI GetThreadState should return TIMED_WAITING virtual thread is timed parked
8312777: notifyJvmtiMount before notifyJvmtiUnmount
8321270: Virtual Thread.yield consumes parking permit
8322818: Thread::getStackTrace can fail with InternalError if virtual thread is timed-parked when pinned
8323002: test/jdk/java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java times out on macosx-x64
8323296: java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id1 timed out
8316924: java/lang/Thread/virtual/stress/ParkALot.java times out
Backport-of: 9a83d55887
2024-07-19 02:11:47 +04:00
Martin Doerr
9d82180fe6
8325213: Flags introduced by configure script are not passed to ADLC build
...
Backport-of: 9ee9f28849
2024-07-19 02:11:46 +04:00
Aleksey Shipilev
cf24f9f662
8320275: assert(_chunk->bitmap().at(index)) failed: Bit not set at index
...
8323595: is_aligned(p, alignof(OopT))) assertion fails in Jetty without compressed OOPs
Reviewed-by: phh
Backport-of: e9e694f4ef
2024-07-19 02:11:46 +04:00
Aleksey Shipilev
f7582e15ec
8324723: GHA: Upgrade some actions to avoid deprecated Node 16
...
Backport-of: 951b5f8ecb
2024-07-19 02:11:46 +04:00
Andrew Lu
879d4c5d95
8316053: Open some swing tests 3
...
Backport-of: a2391a92cd
2024-07-19 02:11:45 +04:00
Liang Mao
c558c0a425
8324817: Parallel GC does not pre-touch all heap pages when AlwaysPreTouch enabled and large page disabled
...
Backport-of: 80642dd7af
2024-07-19 02:11:45 +04:00
Goetz Lindenmaier
83a6d98073
8326773: Bump update version for OpenJDK: jdk-21.0.4
...
Reviewed-by: sgehwolf
2024-07-19 02:11:45 +04:00
Vitaly Provodin
7836c31c8e
update exclude list on results of 21.0.3_b532.3 test runs
2024-07-18 07:10:20 +04:00
Artem Bochkarev
f9368519cd
fixup! JBR-5405: supported BufImgSurfaceData
2024-07-15 09:11:11 +04:00
Konstantin Nisht
fe0853cae1
JBR-7392: Use NIO FS in ZipFile
2024-07-12 18:57:35 +04:00
Maxim Kartashёv
e63009e232
JBR-7390 Wayland: need better headless exception message
2024-07-11 11:57:45 +04:00
Vladimir Dvorak
9b7f2bfe05
JBR-7351 DCEVM: Respect explicit -XX:+ClassUnloading option
...
Ensure that ClassUnloading is not disabled if the -XX:+ClassUnloading flag is explicitly set by the user. Display a warning about potential instability in this configuration.
2024-07-09 21:25:34 +02:00
Artem Bochkarev
63cea5cf2d
JBR-5405: supported BufImgSurfaceData
2024-07-09 10:27:34 +07:00
Vitaly Provodin
5c6f4e4fbc
update exclude list on results of 21.0.3_b521.1 test runs
2024-07-09 03:17:29 +04:00
Maxim Kartashev
3fe37e1cd1
JBR-6830 Poor performance with KDE Plasma 6 X11
...
Use -Dwatch.desktop.geometry=false as a workaround until the KWin issue
is fixed
2024-07-08 15:39:10 +04:00
Artem Bochkarev
9a2c8c6cd5
JBR-4430 Fixed execution permissions on Linux
2024-07-08 09:52:54 +04:00
Maxim Kartashev
bd0703945a
JBR-7028 Fix FPS counters for Windows
2024-07-03 14:31:02 +04:00
Aleksey Shipilev
70f9bc23f3
update exclude list on results of 21.0.3_b517.1 test runs
2024-07-02 04:13:13 +04:00
bourgesl
d8dab24256
JBR-4530: make opengl & metal handle colorMatching on non-SRGB profile consistently (controlled by the system property 'sun.java2d.osx.colorMatching') + updated MacOSLayerColorTest to test color matching setting on OpenGL & Metal pipelines
2024-06-26 12:09:46 +02:00
Nikita Provotorov
61f62b37ad
JBR-7336 Any keyboard shortcut with Alt produces a Windows system sound.
...
fixup! JBR-7157: Alt+Shift+Enter sends KEY_TYPED Event.
Consume all WM_SYSCHAR messages (except for the Alt+Space keystroke), not allowing them to reach the system default handling routine, so the last won't make system beeps anymore after any [Shift+]Alt+<digit/letter> keystroke.
(cherry picked from commit 5d0e304db7 )
(cherry picked from commit d433cc6f73 )
2024-06-25 23:42:40 +02:00
Nikita Gubarkov
ad93243be3
JBR-7350 log JBR API warnings only in verbose mode
2024-06-25 17:44:33 +02:00
Vitaly Provodin
f9a72bb45a
update exclude list on results of 21.0.3_b509.1 test runs
2024-06-25 02:22:21 +04:00
Maxim Kartashёv
13e217a8ca
JBR-7259 Find Usages popup can't be resized under Wayland
...
Popup's positioner size has to be in sync with popup's buffer size
2024-06-21 13:56:15 +04:00
Nikita Provotorov
cbe5f7ac35
JBR-7157: Alt+Shift+Enter sends KEY_TYPED Event.
...
* X11 Linux part: disable posting KEY_TYPED events for VK_ENTER if any modifier except { Shift, Control, Lock, Mode Switch (a.k.a. AltGr), NumLock } is being pressed.
* Windows part: begin ignoring WM_SYSCHAR messages as MSDN instructs.
* Add a regression test.
(cherry picked from commit bacfbcd9e9 )
(cherry picked from commit 876ad14545 )
(cherry picked from commit 038e62308d )
(cherry picked from commit f7dbeb500d )
2024-06-19 21:17:52 +02:00
Vitaly Provodin
59735978d8
JBR-6696: fix drawableId usage + revert PrinterJob changes (non-appkit thread)
2024-06-19 13:54:28 +02:00
Vitaly Provodin
93f2675111
update exclude list on results of 21.0.3_b499.2 test runs
2024-06-18 16:20:35 +04:00
Maxim Kartashёv
e73d5f140e
JBR-7254 Impossible to copy/paste files in Project tree
2024-06-18 14:04:24 +04:00
Maxim Kartashev
ffbe1c85d4
JBR-7290 Wayland: window permanently looses focus after invoking Go To Line dialog
2024-06-17 11:10:49 +04:00
Alexey Ushakov
f9ddafe25a
JBR-7308 Vulkan: Build failure in vulkan enabled builds
...
Added missing header (jni_util.h)
2024-06-15 13:55:16 +02:00
Alexey Ushakov
f187ea1a07
JBR-7305 Vulkan: Implement FILL_SPANS primitive for flat color rendering
...
Implemented flat color shape rendering
2024-06-15 13:51:43 +02:00
Nikita Tsarev
ce21a7aeb3
JBR-6764: Add null check on hostAdapterLocator
2024-06-15 00:50:40 +02:00
Nikita Tsarev
1a58e7f6f0
JBR-6764: Work around IMEs breaking on macOS due to macOS JavaRuntimeSupport not reporting the correct locale in IMEs once after application startup
2024-06-15 00:49:18 +02:00
Xue-Lei Andrew Fan
fbee237cb5
update exclude list on results of 21.0.3_b480.1 test runs
2024-06-15 02:44:41 +04:00
Nikita Gubarkov
779194185a
JBR-7307 Add stub for VKInstance.initNative with disabled Vulkan.
2024-06-14 23:29:58 +02:00
bourgesl
8b1b4e3b33
JBR-6696: added MTLContext CVDisplayLink checks, improved MTLLayer drawable lifecycle, hardened appkit main thread usage with ThreadUtilities instrumentation to monitor all performOnMainThread usages and report high latency tasks in LWCToolkit platform logger (use system property 'sun.awt.mac.mainThreadLatency=xx' in milliseconds), fixed few MainThread violations (PrinterView init)
...
(cherry picked from commit 1c5be533cb15ccacb9770090cdaed085a319e29a)
2024-06-14 16:24:19 +02:00
Nikita Gubarkov
6d7f7c9484
JBR-7237 Fix cyclic dependency of Wayland and Vulkan initialization ( #396 )
2024-06-14 13:22:40 +03:00
Maxim Kartashёv
24f6c0ab8a
JBR-7072 Wayland: clicks on items of floating context menus are ignored ( #405 )
...
JBR-7072 Wayland: clicks on items of floating context menus are ignored
2024-06-14 10:15:47 +04:00
Alexey Ushakov
d0c49bb52c
JBR-7256 Vulkan: Implement FILL_PARALLELOGRAM primitive for flat color rendering
2024-06-13 16:53:21 +02:00
Alexey Ushakov
9bdcf328f1
JBR-5063 macOS: SIGILL at [libsystem_kernel] __kill in java.lang.IllegalStateException: Error - unable to initialize Metal after recreation of graphics device. Cannot load metal library...
...
Add fallback to MTLCreateSystemDefaultDevice for main display
2024-06-12 17:53:36 +02:00
Sergey Shelomentsev
f570d859b7
JBR-4912 test moved from JBR repository
2024-06-12 13:25:48 +03:00
Vladimir Dvorak
0602cc501e
JBR-7246 DCEVM: Fix SIGSEGV in method_hash on redefinition
2024-06-11 19:16:07 +02:00
Vladimir Dvorak
41109ce8ba
JBR-7245 DCEVM: Fix multiple class modification at breakpoint
...
If an application is paused at a breakpoint in method M of class C and method M is modified N times, each modification triggers N redefinitions of class C. This patch fixes this bug.
2024-06-11 19:10:49 +02:00
Nikita Gubarkov
15f85125e0
JBR-7276 Keep dynamic call targets after bootstrap
2024-06-10 21:56:00 +02:00
Artem Bochkarev
0e0ebdbe0d
JBR-5405: implementation of direct raster loading for VolatileImage
2024-06-10 11:07:49 +04:00
Vitaly Provodin
777948cf70
update exclude list on results of 21.0.3_b480 test runs
2024-06-08 11:15:08 +04:00
Vitaly Provodin
132791ee29
update exclude list on results of 21.0.3_b479 test runs
2024-06-08 02:52:40 +04:00
Vitaly Provodin
ec3192e03a
fixup! JBR-7263 introduce /othervm for the tests specifying -Djetbrains.runtime.api.extendRegistry=true
2024-06-08 02:31:52 +04:00
bourgesl
d05e162db2
JBR-7170: fixed NPE if peer is null
...
(cherry picked from commit 74f4d373eeca8c1ce28fc22ee376669b1c7585ea)
2024-06-07 12:23:05 +02:00
Nikita Gubarkov
972780734a
Fix WindowMoveService on Wayland
2024-06-06 18:15:17 +02:00
Nikita Gubarkov
19530bb48e
JBR-7263 Refactor JBR API initialization
2024-06-06 17:41:58 +02:00
Nikita Gubarkov
1199634376
JBR-6357 JBR API v1.0.0
2024-06-05 20:12:40 +02:00
Nikita Gubarkov
1aa1c765f8
JBR-7261 Do not init JBR API registry with App classloader
2024-06-05 17:52:56 +02:00
Nikita Tsarev
620e5835b4
JBR-7133: JBR API for IME replacement range on macOS
2024-06-05 16:54:47 +02:00
Vitaly Provodin
050f0f8524
fixup! update exclude lists removing lines related to fixed issues
2024-06-05 13:41:47 +04:00
Vitaly Provodin
c4ea9d4534
update exclude lists removing lines related to fixed issues
2024-06-05 13:40:43 +04:00
Harshitha Onkar
c90d92517b
8318854: [macos14] Running any AWT app prints Secure coding warning
...
Reviewed-by: kcr, kizune, prr
tracked by JBR-6061
2024-06-05 13:40:43 +04:00
Nikita Gubarkov
39eecc8ce8
JBR-6357 JBR API v3
...
JBR API frontend is moved into a separate repository.
Rewritten proxy generation, bridges removed, invokedynamic is used instead.
Mapping is now specified using annotations.
Support for extension methods.
Support for arrays and generics.
Added JBR API implementation version.
JBR-7232 Refactor deriveFontWithFeatures & JBRFileDialog JBR API
2024-06-05 01:41:22 +02:00
Roman Shevchenko
63a3eee185
JBR-7194: extension-based filters in native file dialogs
2024-06-05 01:22:22 +02:00
Vitaly Provodin
8a985e35cb
JBR-4658 add tier4_no_desktop test group
2024-06-04 08:50:43 +04:00
Vitaly Provodin
db4fb6a2ad
update exclude list on results of 21.0.3_b465.3 test runs
2024-06-04 08:50:43 +04:00
Maxim Kartashev
947be2c748
JBR-7237 Separate display connect from WLToolkit initialization
2024-06-03 18:17:37 +04:00
Nikita Gubarkov
1b469ccaea
JBR-7238 Fix Font serialization
2024-06-03 15:37:28 +02:00
bourgesl
2f0af4e503
JBR-7170: added explicit @available for addPresentedHandler()
...
(cherry picked from commit 92febf644c )
2024-06-01 14:10:12 +02:00
Vitaly Provodin
3db1865769
update exclude list on results of 21.0.3_b458.1 test runs
2024-06-01 03:19:59 +04:00
bourgesl
de2b6efa98
JBR-7170: implement FPS counters for metal using callbacks from MTLLayer presentHandler
2024-05-31 17:56:07 +02:00
Sam James
340680d3b2
8324243: Compilation failures in java.desktop module with gcc 14
...
Reviewed-by: jwaters, ihse, kbarrett, prr
2024-05-31 09:15:10 +02:00
Kim Barrett
0d64fee1c6
8328997: Remove unnecessary template parameter lists in GrowableArray
...
Reviewed-by: iwalulya, epeter
2024-05-31 09:15:10 +02:00
Jan Kratochvil
3dc09c7888
8331352: error: template-id not allowed for constructor/destructor in C++20
...
Reviewed-by: kbarrett, stefank
2024-05-31 09:15:10 +02:00
Maxim Kartashev
d8ece060f6
JBR-7202 wayland: memory leak when resizing windows
2024-05-31 09:12:42 +04:00
Maxim Kartashev
0aa17e5e25
JBR-7206 Wayland: Stylepad demo flickers when resizing on KDE
2024-05-31 09:12:11 +04:00
Nikita Gubarkov
c28643392f
fixup! JBR-7232 Refactor deriveFontWithFeatures & JBRFileDialog JBR API
2024-05-31 00:25:54 +02:00
Nikita Gubarkov
c430c1e0b7
JBR-7232 Refactor deriveFontWithFeatures & JBRFileDialog JBR API
2024-05-30 22:01:07 +02:00
Nikita Tsarev
c5dbd5d1a3
JBR-7134: Fix InputMethodTests on macOS
2024-05-30 17:45:41 +02:00
Nikita Gubarkov
c1394c1688
JBR-5615 add sun.java2d.logDisplays VM option
...
It prints to stdout whenever display configuration is changed.
2024-05-30 01:05:00 +02:00
Alexey Ushakov
3f05010c31
JBR-6543 Vulkan: migrate current code to pure c ( #267 )
...
JBR-6543 Vulkan: migrate current code to pure c
Replaced C++ vulkan rendering with C one
2024-05-29 19:47:58 +02:00
Maxim Kartashev
ca6a54d1ff
JBR-7209 Wayland: modernize window decorations
2024-05-29 13:17:22 +04:00
Maxim Kartashev
8afe214424
JBR-7201 Wayland: update copyright in files generated by wayland-scanner
2024-05-24 15:59:17 +04:00
Maxim Kartashev
17ef8fd65e
JBR-7198 Wayland: jvm crashes under KDE
...
Do not copy the buffer if the drawing buffer has not been resized yet as
the size will not match that of the show buffer.
Also, properly guard against the size change by another thread while
copying.
2024-05-24 15:50:10 +04:00
Maxim Kartashev
3647144b39
Added proper copyright headers
2024-05-24 15:49:20 +04:00
Maxim Kartashev
1e3fb0289d
JBR-7158 Wayland: scale with wp_viewport instead of buffer scale
2024-05-24 15:49:20 +04:00
Dmitrii Morskii
56bd776f20
JBR-7128 Use the correct WmSize event type for JFrame moved to another monitor
...
author: Sergei Tachenov
2024-05-23 13:20:01 +01:00
Viktor Klang
036ef4917f
JBR-7182 backport 8332154: Memory leak in SynchronousQueue
2024-05-22 08:42:32 +04:00
Vitaly Provodin
2c287a5f36
update exclude list on results of 21.0.3_b453.2 test runs
2024-05-19 16:43:34 +04:00
Sergey Shelomentsev
d8c179cf77
JBR-7117 Set initial display mode after test execution
2024-05-17 16:00:47 +03:00
Maxim Kartashev
469130b7ec
JBR-7151 Test PropertyPermissionOnEDT and others fail with ExceptionInInitializerError
2024-05-15 12:11:29 +04:00
Vitaly Provodin
535416746d
update exclude list on results of 21.0.3_b450.1 test runs
2024-05-15 09:14:22 +04:00
Maxim Kartashev
9d011d23df
JBR-7028 Implement FPS counter on Linux
...
Use -Dawt.window.counters to enable.
To output counters per second to stdout/stderr,
use -Dawt.window.counters=stdout or =stderr.
A counter by the name swing.RepaintManager.updateWindows
is always available for Swing applications, but it does not
accurately correspond to frames per second.
Toolkit-dependent counters provide much better accuracy.
On Wayland with memory buffers as the backend two are available:
java2d.native.frames - frames delivered to the Wayland server
java2d.native.framesDropped - fully formed frames that were not
delivered to the Wayland server
2024-05-14 20:35:07 +04:00
Maxim Kartashev
3399c59635
JBR-7047 Deadlock on git fetch on Wayland
2024-05-14 20:09:40 +04:00
Maxim Kartashev
4bd4fcabf8
JBR-6576 Wayland: exception when double-clicking dialog title bar
2024-05-14 20:08:06 +04:00
Nikita Tsarev
01df339ac6
JBR-7119: respect replacementRange in IME events on macOS
2024-05-10 23:30:56 +02:00
Dmitry Drobotov
6dfa6444b1
JBR-6808 Don't create AccessibleJTreeNode for the tree root if it's not visible
...
* This fixes an issue with AccessibleJTreeNode#getBounds, which adjusts the node's bounds according to the parent node. For nodes whose parent is the invisible root, getBounds was returning null, and it caused issues with assistive technology like macOS Accessibility Zoom.
* Additionally, NVDA will now report correct tree depth levels because the root node won't add to the levels count (JDK-8249806).
(cherry picked from commit f7c47bf3cf )
2024-05-10 18:02:35 +02:00
Vitaly Provodin
69866f39d9
update exclude list on results of 21.0.3_b446.1 test runs
2024-05-09 04:54:55 +04:00
Nikita Provotorov
13d8c351a2
JBR-6456 Sudden keyboard death on Linux using iBus.
...
Add a workaround for the iBus's bug which leads to the issue.
(cherry picked from commit b8e9dbf8c9 )
2024-05-08 00:30:20 +02:00
Dmitrii Morskii
2324820a9b
JBR-6376: implement detecting of OS theme on linux
2024-05-07 15:45:16 +02:00
Dmitrii Morskii
96b270b25f
Revert "JBR-6372: implement detecting of OS theme on linux"
...
This reverts commit 51d67613bb .
Commit 51d676 has a wrong issue number in the commit message. To avoid confusion 51d676 commit reverted
2024-05-07 15:45:07 +02:00
Vitaly Provodin
d133624956
JBR-6620 restore displayMode to the state that was before running the test
2024-05-07 15:08:12 +03:00
Vitaly Provodin
9bd0b744be
JBR-5989 Wayland: excluded failing tests came with 21.0.3
2024-05-04 02:11:17 +04:00
Vitaly Provodin
0d099c3d27
update exclude list on results of 21.0.3_b442.1 test runs
2024-05-04 02:11:17 +04:00
Maxim Kartashev
ebaf3f9293
JBR-5611 Window header is visible but body not on Linux Ubuntu with external display
2024-05-03 17:53:12 +04:00
Maxim Kartashev
a79bb6107a
JBR-7058 Wayland: IDE hang on the popup appearance
...
Clean up the damage list when resizing a surface.
Additionally, clamp the damaged area before copying to its current
actual size in order to safeguard against invalid external input.
2024-05-02 15:39:37 +03:00
Nikita Gubarkov
0e564fd8b4
JBR-7046 Tolerate subpixelResolution=0 in Metal and OGL
2024-05-02 09:12:35 +02:00
tsarn
6f6aca3c5d
JBR-7063: Make .getKeyChar() report chars in KEY_PRESSED/KEY_RELEASED events for compatibility [WLToolkit] ( #371 )
2024-04-26 10:01:10 +02:00
Nikita Gubarkov
73356a1bf3
JBR-7020 Reorder LCD glyph cache freeing and validation
...
1. As we started committing the command buffer on glyph cache flush, this invalidates the current encoder. We need to `MTLTR_ValidateGlyphCache` after the flush, not before.
2. There's no reason to maintain separate glyph cache invalidation logic for this singe case (which is a no-op in reality), so just free the cache instead.
2024-04-25 20:57:54 +02:00
tsarn
a4f765d3ec
JBR-6848: Support extra mouse buttons for navigation [WLToolkit]
2024-04-24 12:23:42 +02:00
tsarn
176dccc958
JBR-6434: Fix pointer leave also resetting the keyboard modifiers [WLToolkit] ( #370 )
2024-04-24 12:23:20 +02:00
Vitaly Provodin
05ab1ba789
update exclude list on results of 21.0.3_b436.1 test runs
2024-04-24 04:42:56 +07:00
tsarn
fccbee551a
JBR-7044: Reset clickCount on mouse moves [WLToolkit]
2024-04-23 11:41:28 +02:00
Nikita Tsarev
43d04546fb
Disable flappy KeyCodesTest assertions, see JBR-6888
2024-04-22 19:39:00 +02:00
Vitaly Provodin
545e2a239c
JBR-5989 Wayland: excluded failing tests came with 21.0.3
2024-04-22 13:49:35 +07:00
David Holmes
2ceda42bd1
update exclude list on results of 21.0.3_b436.1 test runs
2024-04-22 13:49:35 +07:00
Maxim Kartashev
473a775980
JBR-6247 Update JBR-specific tests after JDK-8314823
2024-04-20 07:23:13 +07:00
Christoph Langer
23c5a3c5c3
8329838: [21u] Remove designator DEFAULT_PROMOTED_VERSION_PRE=ea for release 21.0.3
...
Reviewed-by: goetz
2024-04-20 07:23:13 +07:00
Martin Balao
8964174495
8319851: Improve exception logging
...
Reviewed-by: mbaesken
Backport-of: 87dfeeb14fdd0fa1648a8bec91b5b713cc2c1b83
2024-04-20 07:23:13 +07:00
Martin Balao
e5d86804a3
8322122: Enhance generation of addresses
...
Backport-of: 1a4a46e102a2bc282fcbec571169867d715f4ade
2024-04-20 07:23:13 +07:00
Alexey Bakhtin
d1f5aaca0e
8318340: Improve RSA key implementations
...
Reviewed-by: mbalao
Backport-of: 62d9cec1d6b804a70381bfb8ac902b6bb649f8ae
2024-04-20 07:23:13 +07:00
Yuri Nesterenko
d9cc5fcdd4
8315708: Enhance HTTP/2 client usage
...
Reviewed-by: mbalao
Backport-of: 4bd9637dfe12d330afd7409c27c5778b28a24cf4
2024-04-20 07:23:13 +07:00
Goetz Lindenmaier
5874812b42
8327391: Add SipHash attribution file
...
Backport-of: fcf48ab3d3
2024-04-20 07:23:13 +07:00
Sergey Bylokhov
f162e1201b
8322750: Test "api/java_awt/interactive/SystemTrayTests.html" failed because A blue ball icon is added outside of the system tray
...
Backport-of: 5a988a5087
2024-04-20 07:23:13 +07:00
Christoph Langer
1d93f278ea
8323664: java/awt/font/JNICheck/FreeTypeScalerJNICheck.java still fails with JNI warning on some Windows configurations
...
Backport-of: 99c9ae127c
2024-04-20 07:23:13 +07:00
Matthias Baesken
c53ba04e8b
8325496: Make TrimNativeHeapInterval a product switch
...
Backport-of: d31fd78d96
2024-04-20 07:23:13 +07:00
Sergey Bylokhov
7ad185e82c
8321151: JDK-8294427 breaks Windows L&F on all older Windows versions
...
Backport-of: f695ca5884
2024-04-20 07:23:13 +07:00
Matthias Baesken
4c1a32337d
8325876: crashes in docker container tests on Linuxppc64le Power8 machines
...
Backport-of: ba8db1f6d7
2024-04-20 07:23:13 +07:00
Matthias Baesken
975098124f
8325470: [AIX] use fclose after fopen in read_psinfo
...
Backport-of: 4513da9496
2024-04-20 07:23:13 +07:00
Andrew Lu
b8a1ec948d
8320303: Allow PassFailJFrame to accept single window creator
...
Backport-of: 83ffc1ac94
2024-04-20 07:23:12 +07:00
Christoph Langer
4f90ef2772
8326000: Remove obsolete comments for class sun.security.ssl.SunJSSE
...
Backport-of: c2d9fa26ce
2024-04-20 07:23:12 +07:00
Matthias Baesken
da017d70e5
8314835: gtest wrappers should be marked as flagless
...
Backport-of: 1ea6463fbb
2024-04-20 07:23:12 +07:00
Martin Balao
6fe25eff11
8325254: CKA_TOKEN private and secret keys are not necessarily sensitive
...
Backport-of: 0f5f3c9b97
2024-04-20 07:23:12 +07:00
Pasam Soujanya
d24c6f2a88
8311893: Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name
...
Reviewed-by: hannesw
Backport-of: 783ae56634
2024-04-20 07:23:12 +07:00
Aleksey Shipilev
f24e7c9cf0
8321408: Add Certainly roots R1 and E1
...
Backport-of: f3073db42a
2024-04-20 07:23:12 +07:00
Aleksey Shipilev
7bedee58cf
8325074: ZGC fails assert(index == 0 || is_power_of_2(index)) failed: Incorrect load shift: 11
...
Backport-of: 2705ed0a71
2024-04-20 07:23:12 +07:00
Andrew Lu
55f154881e
8315726: Open source several AWT applet tests
...
Backport-of: 1741d13b12
2024-04-20 07:23:12 +07:00
SendaoYan
70d2124c08
8323640: [TESTBUG]testMemoryFailCount in jdk/internal/platform/docker/TestDockerMemoryMetrics.java always fail because OOM killed
...
Backport-of: 791b427f44
2024-04-20 07:23:12 +07:00
Liang Mao
62309db677
8314629: Generational ZGC: Clearing All SoftReferences log line lacks GCId
...
Backport-of: 88dafe564f
2024-04-20 07:23:12 +07:00
Darragh Clarke
f33eadfeb2
8314164: java/net/HttpURLConnection/HttpURLConnectionExpectContinueTest.java fails intermittently in timeout
...
Backport-of: fbaaac63d4
2024-04-20 07:23:12 +07:00
Ilya Gavrilin
49a28d4aa9
8322790: RISC-V: Tune costs for shuffles with no conversion
...
Backport-of: 2acb5bd992
2024-04-20 07:23:12 +07:00
Evgeny Astigeevich
e967eecb77
8324874: AArch64: crypto pmull based CRC32/CRC32C intrinsics clobber V8-V15 registers
...
Backport-of: 4cd318756d
2024-04-20 07:23:12 +07:00
Aleksey Shipilev
2f3ad42146
8318737: Fallback linker passes bad JNI handle
...
Backport-of: 3885dc5b9a
2024-04-20 07:23:12 +07:00
Joachim Kern
39f0d950cf
8320890: [AIX] Find a better way to mimic dl handle equality
...
Reviewed-by: mdoerr
Backport-of: b8ae4a8c09
2024-04-20 07:23:11 +07:00
Aleksey Shipilev
90b25ed639
8325672: C2: allocate PhaseIdealLoop::_loop_or_ctrl from C->comp_arena()
...
Backport-of: 74b90aa87e
2024-04-20 07:23:11 +07:00
Aleksey Shipilev
127b336e15
8315891: java/foreign/TestLinker.java failed with "error occurred while instantiating class TestLinker: null"
...
Backport-of: a62c48b87e
2024-04-20 07:23:11 +07:00
Amos Shi
49c5f45257
8315602: Open source swing security manager test
...
Backport-of: fd6442c079
2024-04-20 07:23:11 +07:00
Sergey Bylokhov
5e20db4693
8324347: Enable "maybe-uninitialized" warning for FreeType 2.13.1
...
Backport-of: 781f368d42
2024-04-20 07:23:11 +07:00
Sergey Bylokhov
7056ef5d9a
8318603: Parallelize sun/java2d/marlin/ClipShapeTest.java
...
Backport-of: 6c7029ffd4
2024-04-20 07:23:11 +07:00
Andrew John Hughes
45b5a5c521
8009550: PlatformPCSC should load versioned so
...
Backport-of: 328b381075
2024-04-20 07:23:11 +07:00
Aleksey Shipilev
70783f8246
8319314: NMT detail report slow or hangs for large number of mappings
...
Reviewed-by: phh
Backport-of: 9938b3f62b
2024-04-20 07:23:11 +07:00
Aleksey Shipilev
990fed1a2c
8323717: Introduce test keyword for tests that need external dependencies
...
Backport-of: 12b89cd2ee
2024-04-20 07:23:11 +07:00
Aleksey Shipilev
06a7d42da2
8324514: ClassLoaderData::print_on should print address of class loader
...
Backport-of: fb822e49f2
2024-04-20 07:23:11 +07:00
Aleksey Shipilev
3204f7413f
8324858: [vectorapi] Bounds checking issues when accessing memory segments
...
Reviewed-by: psandoz
Backport-of: 1ae851387f
2024-04-20 07:23:11 +07:00
Aleksey Shipilev
c0bb4c6bcc
8305962: update jcstress to 0.16
...
Backport-of: 292ee630ae
2024-04-20 07:23:11 +07:00
Aleksey Shipilev
780ff60a20
8323515: Create test alias "all" for all test roots
...
8324647: Invalid test group of lib-test after JDK-8323515
Backport-of: 8b9bf75880
2024-04-20 07:23:10 +07:00
George Adams
aeef2a3bcc
8325194: GHA: Add macOS M1 testing
...
8325444: GHA: JDK-8325194 causes a regression
Reviewed-by: shade
Backport-of: d1c82156ba
2024-04-20 07:23:10 +07:00
Matthias Baesken
6da55c6f97
8324753: [AIX] adjust os_posix after JDK-8318696
...
Backport-of: 8950d68ddb
2024-04-20 07:23:10 +07:00
Andrew Leonard
6e05b92961
8323671: DevKit build gcc libraries contain full paths to source location
...
Backport-of: dd0694b9cb
2024-04-20 07:23:10 +07:00
Andrew Leonard
4b2c301516
8323667: Library debug files contain non-reproducible full gcc include paths
...
Backport-of: 57fad67781
2024-04-20 07:23:10 +07:00
George Adams
f31ed60d2a
8318039: GHA: Bump macOS and Xcode versions
...
Backport-of: 605c976729
2024-04-20 07:23:10 +07:00
Dan Lutker
5365f15c57
8325150: (tz) Update Timezone Data to 2024a
...
Backport-of: 917838e0a5
2024-04-20 07:23:10 +07:00
Sergey Bylokhov
40073d3eb5
8309109: AArch64: [TESTBUG] compiler/intrinsics/sha/cli/TestUseSHA3IntrinsicsOptionOnSupportedCPU.java fails on Neoverse N2 and V1
...
Reviewed-by: aph
Backport-of: afdaa2a330
2024-04-20 07:23:10 +07:00
Matthias Baesken
4cff0fa12b
8324637: [aix] Implement support for reporting swap space in jdk.management
...
Backport-of: 33324a59cc
2024-04-20 07:23:10 +07:00
Matthias Baesken
601e9a220e
8324598: use mem_unit when working with sysinfo memory and swap related information
...
Backport-of: 7a798d3ceb
2024-04-20 07:23:10 +07:00
Matthias Baesken
14b5ad9319
8323964: runtime/Thread/ThreadCountLimit.java fails intermittently on AIX
...
Backport-of: 3696765b7d
2024-04-20 07:23:10 +07:00
Aleksey Shipilev
8136e1cfbd
8319777: Zero: Support 8-byte cmpxchg
...
8320582: Zero: Misplaced CX8 enablement flag
Reviewed-by: phh
Backport-of: 6b96bb640a
2024-04-20 07:23:10 +07:00
Aleksey Shipilev
c02e531a01
8316961: Fallback implementations for 64-bit Atomic::{add,xchg} on 32-bit platforms
...
Backport-of: ba7d08b819
2024-04-20 07:23:10 +07:00
Aleksey Shipilev
52d4ecc0ce
8325096: Test java/security/cert/CertPathBuilder/akiExt/AKISerialNumber.java is failing
...
Backport-of: ac1cd31949
2024-04-20 07:23:10 +07:00
Aleksey Shipilev
103518c7ce
8321410: Shenandoah: Remove ShenandoahSuspendibleWorkers flag
...
Backport-of: 2830dd2a7d
2024-04-20 07:23:09 +07:00
Aleksey Shipilev
57f6a1fd20
8322957: Generational ZGC: Relocation selection must join the STS
...
Reviewed-by: eosterlund, stefank
Backport-of: ba23025cd8
2024-04-20 07:23:09 +07:00
Matthias Baesken
212d4739d4
8313670: Simplify shared lib name handling code in some tests
...
Reviewed-by: mdoerr, lucy
Backport-of: 6dba2026d7
2024-04-20 07:23:09 +07:00
Goetz Lindenmaier
716df002bd
8309697: [TESTBUG] Remove "@requires vm.flagless" from jtreg vectorization tests
...
Reviewed-by: shade
Backport-of: a03954e6c5
2024-04-20 07:23:09 +07:00
Aleksey Shipilev
bd3d991648
8323637: Capture hotspot replay files in GHA
...
Backport-of: c84c0ab52d
2024-04-20 07:23:09 +07:00
Aleksey Shipilev
3c1b249b5a
8324937: GHA: Avoid multiple test suites per job
...
Backport-of: 1aba78f272
2024-04-20 07:23:09 +07:00
Aleksey Shipilev
ff10958c27
8320052: Zero: Use __atomic built-ins for atomic RMW operations
...
Backport-of: 020c9007f8
2024-04-20 07:23:09 +07:00
Joachim Kern
59b896f488
8319382: com/sun/jdi/JdwpAllowTest.java shows failures on AIX if prefixLen of mask is larger than 32 in IPv6 case
...
Backport-of: 22642ff0aa
2024-04-20 07:23:09 +07:00
Aleksey Shipilev
13a90975f4
8323101: C2: assert(n->in(0) == nullptr) failed: divisions with zero check should already have bailed out earlier in split-if
...
Backport-of: 7e0a4ed629
2024-04-20 07:23:09 +07:00
Amos Shi
fc728285b8
8315611: Open source swing text/html and tree test
...
Backport-of: ae08143d3d
2024-04-20 07:23:09 +07:00
Olga Mikhaltsova
0d5eec9b24
8318157: RISC-V: implement ensureMaterializedForStackWalk intrinsic
...
Backport-of: d6b4aa01a2
2024-04-20 07:23:09 +07:00
Aleksey Shipilev
07e8d4b1f1
8323154: C2: assert(cmp != nullptr && cmp->Opcode() == Op_Cmp(bt)) failed: no exit test
...
Backport-of: 6997bfc68d
2024-04-20 07:23:09 +07:00
Goetz Lindenmaier
2744698591
8320943: Files/probeContentType/Basic.java fails on latest Windows 11 - content type mismatch
...
Backport-of: 87516e29dc
2024-04-20 07:23:09 +07:00
Goetz Lindenmaier
eec0934228
8313507: Remove pkcs11/Cipher/TestKATForGCM.java from ProblemList
...
Backport-of: e8471f6bbe
2024-04-20 07:23:08 +07:00
Amos Shi
1fde35f727
8315600: Open source few more headless Swing misc tests
...
Backport-of: b05198a4f3
2024-04-20 07:23:08 +07:00
Amos Shi
2b67f88014
8274122: java/io/File/createTempFile/SpecialTempFile.java fails in Windows 11
...
Backport-of: 4a142c3b08
2024-04-20 07:23:08 +07:00
Gui Cao
44f4f95212
8324280: RISC-V: Incorrect implementation in VM_Version::parse_satp_mode
...
Backport-of: e7fdac9d5c
2024-04-20 07:23:08 +07:00
Aleksey Shipilev
e564debbc6
8324659: GHA: Generic jtreg errors are not reported
...
Backport-of: c313d451a5
2024-04-20 07:23:08 +07:00
Andrew Lu
2514db615b
8315761: Open source few swing JList and JMenuBar tests
...
Backport-of: bb6b3f2486
2024-04-20 07:23:08 +07:00
Anton Hägerstrand
c146334163
8322142: JFR: Periodic tasks aren't orphaned between recordings
...
Backport-of: 1551928502
2024-04-20 07:23:08 +07:00
Andrew Lu
29b7d6545e
8321480: ISO 4217 Amendment 176 Update
...
Backport-of: 8b24851b9d
2024-04-20 07:23:08 +07:00
Andrew Lu
8b45fe6448
8316947: Write a test to check textArea triggers MouseEntered/MouseExited events properly
...
Backport-of: 00ef9f9c32
2024-04-20 07:23:08 +07:00
William Kemper
0d9b6e5d3a
8317535: Shenandoah: Remove unused code
...
Reviewed-by: kdnilsen, ysr
Backport-of: e942f368c3
2024-04-20 07:23:08 +07:00
Liang Mao
3f8d817255
8322255: Generational ZGC: ZPageSizeMedium should be set before MaxTenuringThreshold
...
Backport-of: 0ad6c9e3d9
2024-04-20 07:23:08 +07:00
Goetz Lindenmaier
83f398b68b
8295343: sun/security/pkcs11 tests fail on Linux RHEL 8.6 and newer
...
Backport-of: 6ce0ebb858
2024-04-20 07:23:08 +07:00
Aleksey Shipilev
ae36dc7f9b
8321122: Shenandoah: Remove ShenandoahLoopOptsAfterExpansion flag
...
Backport-of: b02fc8681e
2024-04-20 07:23:08 +07:00
Aleksey Shipilev
16de6cba03
8321120: Shenandoah: Remove ShenandoahElasticTLAB flag
...
Backport-of: 93b9235f19
2024-04-20 07:23:08 +07:00
Aleksey Shipilev
4f75d6b988
8324050: Issue store-store barrier after re-materializing objects during deoptimization
...
Reviewed-by: kvn
Backport-of: 52523d33dd
2024-04-20 07:23:07 +07:00
Aleksey Shipilev
8064a51ca2
8321269: Require platforms to define DEFAULT_CACHE_LINE_SIZE
...
Backport-of: a56286f7ad
2024-04-20 07:23:07 +07:00
Aleksey Shipilev
7818f9df26
8318468: compiler/tiered/LevelTransitionTest.java fails with -XX:CompileThreshold=100 -XX:TieredStopAtLevel=1
...
Backport-of: 61d0db3838
2024-04-20 07:23:07 +07:00
Aleksey Shipilev
5a757ae67c
8323243: JNI invocation of an abstract instance method corrupts the stack
...
Backport-of: 71d9a83dec
2024-04-20 07:23:07 +07:00
Aleksey Shipilev
36fe1c1453
8322282: Incorrect LoaderConstraintTable::add_entry after JDK-8298468
...
Backport-of: bde650f21e
2024-04-20 07:23:07 +07:00
sunyaqi
0611c01aa2
8316319: Generational ZGC: The SoftMaxHeapSize might be wrong when CDS decreases the MaxHeapSize
...
Backport-of: fe862639e7
2024-04-20 07:23:07 +07:00
Matthias Baesken
4e0d474eb2
8318696: Do not use LFS64 symbols on Linux
...
Reviewed-by: lucy
Backport-of: f4d08ccf80
2024-04-20 07:23:07 +07:00
Goetz Lindenmaier
ddecdf5783
8319128: sun/security/pkcs11 tests fail on OL 7.9 aarch64
...
8319136: Skip pkcs11 tests on linux-aarch64
Backport-of: c2e77e2f17
2024-04-20 07:23:07 +07:00
Goetz Lindenmaier
aa6c164f6e
8319213: Compatibility.java reads both stdout and stderr of JdkUtils
...
Backport-of: 84f4f7477c
2024-04-20 07:23:07 +07:00
Goetz Lindenmaier
66e953a966
8312416: Tests in Locale should have more descriptive names
...
Backport-of: a9a3463afb
2024-04-20 07:23:07 +07:00
Olga Mikhaltsova
205d8bc807
8318158: RISC-V: implement roundD/roundF intrinsics
...
Backport-of: 19147f326c
2024-04-20 07:23:07 +07:00
Andrew Lu
bc7548c680
8169475: WheelModifier.java fails by timeout
...
Backport-of: 613d32c282
2024-04-20 07:23:07 +07:00
Goetz Lindenmaier
60e0cbdfc6
8077371: Binary files in JAXP test should be removed
...
Backport-of: 40106422bd
2024-04-20 07:23:06 +07:00
Aleksey Shipilev
2f142c059e
8318809: java/util/concurrent/ConcurrentLinkedQueue/WhiteBox.java shows intermittent failures on linux ppc64le and aarch64
...
Backport-of: 50d1839d54
2024-04-20 07:23:06 +07:00
Goetz Lindenmaier
03102d6643
8314283: Support for NSS tests on aarch64 platforms
...
Backport-of: 2a80160960
2024-04-20 07:23:06 +07:00
Johannes Bechberger
d764f632e1
8317771: [macos14] Expand/collapse a JTree using keyboard freezes the application in macOS 14 Sonoma
...
Reviewed-by: asemenov
Backport-of: ffa33d7b80
2024-04-20 07:23:06 +07:00
Liang Mao
ba55143c72
8322279: Generational ZGC: Use ZFragmentationLimit and ZYoungCompactionLimit as percentage instead of multiples
...
Reviewed-by: eosterlund
Backport-of: bf813be0f3
2024-04-20 07:23:06 +07:00
Goetz Lindenmaier
9fbb6c1339
8323008: filter out harmful -std* flags added by autoconf from CXX
...
Backport-of: 68c4286026
2024-04-20 07:23:06 +07:00
Richard Reingruber
bf785fe967
8310031: Parallel: Implement better work distribution for large object arrays in old gen
...
Backport-of: 4bfe226870
2024-04-20 07:23:06 +07:00
Goetz Lindenmaier
23c4f41d57
8318590: JButton ignores margin when painting HTML text
...
Backport-of: acaf2c8dcf
2024-04-20 07:23:06 +07:00
Goetz Lindenmaier
0e6029248d
8312136: Modify runtime/ErrorHandling/TestDwarf.java to split dwarf and decoder testing
...
Backport-of: e2e8e8e210
2024-04-20 07:23:06 +07:00
Goetz Lindenmaier
370ea5439e
8315241: (fs) Move toRealPath tests in java/nio/file/Path/Misc.java to separate JUnit 5 test
...
Backport-of: dd64a4a483
2024-04-20 07:23:06 +07:00
Goetz Lindenmaier
a9400019e7
8311663: Additional refactoring of Locale tests to JUnit
...
Backport-of: 71cac8ce47
2024-04-20 07:23:06 +07:00
Matthias Baesken
2596cee028
8322098: os::Linux::print_system_memory_info enhance the THP output with /sys/kernel/mm/transparent_hugepage/hpage_pmd_size
...
8323331 : fix typo hpage_pdm_size
Reviewed-by: lucy
Backport-of: b31454e362
2024-04-20 07:23:06 +07:00
Chris Hegarty
0379ddd60d
8323659: LinkedTransferQueue add and put methods call overridable offer
...
Reviewed-by: shade
Backport-of: ee4d9aa4c1
2024-04-20 07:23:06 +07:00
Goetz Lindenmaier
586f29ee92
8304020: Speed up test/jdk/java/util/zip/ZipFile/TestTooManyEntries.java and clarify its purpose
...
Backport-of: f0b7eb519a
2024-04-20 07:23:05 +07:00
Goetz Lindenmaier
c3f91052dc
8317522: Test logic for BODY_CF in AbstractThrowingSubscribers.java is wrong
...
Backport-of: 4c5b66dcea
2024-04-20 07:23:05 +07:00
Goetz Lindenmaier
6bb383183a
8311986: Disable runtime/os/TestTracePageSizes.java for ShenandoahGC
...
Backport-of: 167d1c1835
2024-04-20 07:23:05 +07:00
Goetz Lindenmaier
efff28a9d8
8315721: CloseRace.java#id0 fails transiently on libgraal
...
Backport-of: 1be355734d
2024-04-20 07:23:05 +07:00
Goetz Lindenmaier
7b7717ca9d
8310923: Refactor Currency tests to use JUnit
...
Backport-of: e848d9471f
2024-04-20 07:23:05 +07:00
Goetz Lindenmaier
0c37ada897
8306922: IR verification fails because IR dump is chopped up
...
Backport-of: 9057b35033
2024-04-20 07:23:05 +07:00
William Kemper
302210b63f
8323428: Shenandoah: Unused memory in regions compacted during a full GC should be mangled
...
Backport-of: a7db4feceb
2024-04-20 07:23:05 +07:00
Sonia Zaldana Calles
d2895f079b
8318613: ChoiceFormat patterns are not well tested
...
Backport-of: 10427c023a
2024-04-20 07:23:05 +07:00
Sonia Zaldana Calles
beb9e47322
8316106: Open source few swing JInternalFrame and JMenuBar tests
...
Backport-of: 0775bf2f03
2024-04-20 07:23:05 +07:00
Sonia Zaldana Calles
e102758c15
8318154: Improve stability of WheelModifier.java test
...
Backport-of: 668d4b077f
2024-04-20 07:23:05 +07:00
Sonia Zaldana Calles
3ff76fd569
8319103: Popups that request focus are not shown on Linux with Wayland
...
Backport-of: f3ed27582e
2024-04-20 07:23:05 +07:00
William Kemper
56b0d8bdcc
8323086: Shenandoah: Heap could be corrupted by oom during evacuation
...
Backport-of: c4a83bd6f6
2024-04-20 07:23:05 +07:00
Aleksey Shipilev
a5ecda850e
8319372: C2 compilation fails with "Bad immediate dominator info"
...
Backport-of: 7766785098
2024-04-20 07:23:05 +07:00
Matthias Baesken
fef2ed8406
8317804: com/sun/jdi/JdwpAllowTest.java fails on Alpine 3.17 / 3.18
...
Backport-of: b530c0281b
2024-04-20 07:23:04 +07:00
Andrew Lu
7a2cf7b869
8315594: Open source few headless Swing misc tests
...
Backport-of: 806ef0897b
2024-04-20 07:23:04 +07:00
Aleksey Shipilev
571981a7ec
8321164: javac with annotation processor throws AssertionError: Filling jrt:/... during JarFileObject[/...]
...
Backport-of: 03c4595173
2024-04-20 07:23:04 +07:00
Goetz Lindenmaier
1b6879b584
8310631: test/jdk/sun/nio/cs/TestCharsetMapping.java is spuriously passing
...
Backport-of: e3201d1d13
2024-04-20 07:23:04 +07:00
Goetz Lindenmaier
1594f942a0
8318971: Better Error Handling for Jar Tool When Processing Non-existent Files
...
Backport-of: 8ae309ebac
2024-04-20 07:23:04 +07:00
Goetz Lindenmaier
f0030bba33
8319124: Update XML Security for Java to 3.0.3
...
Reviewed-by: mbaesken
Backport-of: 1c0bd81a10
2024-04-20 07:23:04 +07:00
Aleksey Shipilev
8e40700bf2
8320888: Shenandoah: Enable ShenandoahVerifyOptoBarriers in debug builds
...
Backport-of: c86431767e
2024-04-20 07:23:04 +07:00
Aleksey Shipilev
8d7359b260
8320877: Shenandoah: Remove ShenandoahUnloadClassesFrequency support
...
Backport-of: b65ccff357
2024-04-20 07:23:04 +07:00
Aleksey Shipilev
a6d0b3a5d3
8320907: Shenandoah: Remove ShenandoahSelfFixing flag
...
Backport-of: 43c7f6a673
2024-04-20 07:23:04 +07:00
Aleksey Shipilev
ba5d63c80e
8323065: Unneccesary CodeBlob lookup in CompiledIC::internal_set_ic_destination
...
Backport-of: eb9e754b3a
2024-04-20 07:23:04 +07:00
Aleksey Shipilev
96ce5df44a
8322512: StringBuffer.repeat does not work correctly after toString() was called
...
Backport-of: df22fb322e
2024-04-20 07:23:04 +07:00
Aleksey Shipilev
e8a23bc3b5
8321582: yield <primitive-type>.class not parsed correctly.
...
Backport-of: ce8399fd60
2024-04-20 07:23:04 +07:00
Christoph Langer
67286d2258
8320309: AIX: pthreads created by foreign test library don't work as expected
...
Backport-of: 8b47a14958
2024-04-20 07:23:03 +07:00
Goetz Lindenmaier
2478e2243f
8318490: Increase timeout for JDK tests that are close to the limit when run with libgraal
...
Backport-of: 6f263111a1
2024-04-20 07:23:03 +07:00
Goetz Lindenmaier
172de978d6
8310629: java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java fails with RuntimeException Server not ready
...
Backport-of: b20dc1e9cd
2024-04-20 07:23:03 +07:00
Goetz Lindenmaier
083dec1ae4
8311992: Test java/lang/Thread/virtual/JfrEvents::testVirtualThreadPinned failed
...
Backport-of: 0d2196f8e5
2024-04-20 07:23:03 +07:00
Matthias Baesken
8af76ba6b4
8322783: prioritize /etc/os-release over /etc/SuSE-release in hs_err/info output
...
Backport-of: a8e4229852
2024-04-20 07:23:03 +07:00
Elif Aslan
b1391484af
8318607: Enable parallelism in vmTestbase/nsk/stress/jni tests
...
Backport-of: 43f31d7385
2024-04-20 07:23:03 +07:00
Elif Aslan
2235673006
8318608: Enable parallelism in vmTestbase/nsk/stress/threads tests
...
Backport-of: cee44a6255
2024-04-20 07:23:03 +07:00
Ichiroh Takiguchi
4123aa656b
6928542: Chinese characters in RTF are not decoded
...
Backport-of: a26f7c03c7
2024-04-20 07:23:03 +07:00
Dan Lutker
2e7680c71a
8322725: (tz) Update Timezone Data to 2023d
...
Backport-of: 2a9c3589d9
2024-04-20 07:23:03 +07:00
Aleksey Shipilev
4a3564f78d
8316132: CDSProtectionDomain::get_shared_protection_domain should check for exception
...
Backport-of: 11394828b3
2024-04-20 07:23:03 +07:00
Aleksey Shipilev
9650dffa15
8321619: Generational ZGC: ZColorStoreGoodOopClosure is only valid for young objects
...
Reviewed-by: eosterlund
Backport-of: be49dabd0d
2024-04-20 07:23:03 +07:00
Goetz Lindenmaier
b2bd275307
8210410: Refactor java.util.Currency:i18n shell tests to plain java tests
...
Backport-of: 2584bf87ae
2024-04-20 07:23:03 +07:00
Goetz Lindenmaier
d7390b9e3e
8296631: NSS tests failing on OL9 linux-aarch64 hosts
...
Reviewed-by: aph
Backport-of: 6e1aacdfba
2024-04-20 07:23:03 +07:00
William Kemper
8ae1b67fec
8323021: Shenandoah: Encountered reference count always attributed to first worker thread
...
Backport-of: f0e2e4311b
2024-04-20 07:23:02 +07:00
Aleksey Shipilev
a814b1aa78
8310844: [AArch64] C1 compilation fails because monitor offset in OSR buffer is too large for immediate
...
Reviewed-by: aph
Backport-of: ade21a965f
2024-04-20 07:23:02 +07:00
Aleksey Shipilev
c093f7bbd0
8318082: ConcurrentModificationException from IndexWriter
...
Reviewed-by: prappo, simonis
Backport-of: fc29a2e152
2024-04-20 07:23:02 +07:00
Aleksey Shipilev
edda7ce0d1
8319883: Zero: Use atomic built-ins for 64-bit accesses
...
Backport-of: 25f9af99be
2024-04-20 07:23:02 +07:00
Aleksey Shipilev
8eddcfac13
8320145: Compiler should accept final variable in Record Pattern
...
Backport-of: 4ba94ef69e
2024-04-20 07:23:02 +07:00
Oli Gillespie
f4431bd5ad
8321599: Data loss in AVX3 Base64 decoding
...
Backport-of: 13c11487f7
2024-04-20 07:23:02 +07:00
Goetz Lindenmaier
63968bca52
8316693: Simplify at-requires checkDockerSupport()
...
Backport-of: 16fd43c5eb
2024-04-20 07:23:02 +07:00
Goetz Lindenmaier
97b6e64098
8319879: Stress mode to randomize incremental inlining decision
...
Backport-of: 303757b3a0
2024-04-20 07:23:02 +07:00
Goetz Lindenmaier
ac105a9b12
8319938: TestFileChooserSingleDirectorySelection.java fails with "getSelectedFiles returned empty array"
...
Backport-of: 4ef24e2596
2024-04-20 07:23:02 +07:00
Goetz Lindenmaier
df74973f6f
8316594: C2 SuperWord: wrong result with hand unrolled loops
...
Reviewed-by: roland, shade
Backport-of: 3630af26e6
2024-04-20 07:23:02 +07:00
Goetz Lindenmaier
2516132174
8311279: TestStressIGVNAndCCP.java failed with different IGVN traces for the same seed
...
Backport-of: edb2be10fb
2024-04-20 07:23:02 +07:00
Goetz Lindenmaier
e287f0c50d
8310238: [test bug] javax/swing/JTableHeader/6889007/bug6889007.java fails
...
Backport-of: 2cf5c2f4b6
2024-04-20 07:23:02 +07:00
Goetz Lindenmaier
186085fbc1
8319569: Several java/util tests should be updated to accept VM flags
...
Backport-of: 2bb4b9398d
2024-04-20 07:23:02 +07:00
Goetz Lindenmaier
6086ed2389
8315097: Rename createJavaProcessBuilder 8318964: Fix build failures caused by 8315097
...
Reviewed-by: mdoerr
Backport-of: d52a995f35
2024-04-20 07:23:01 +07:00
Gui Cao
8fcf0c5ccf
8322583: RISC-V: Enable fast class initialization checks
...
Backport-of: 5235cc987d
2024-04-20 07:23:01 +07:00
Jonathan Dowland
8890d6ecc1
8315731: Open source several Swing Text related tests
...
Backport-of: d475f61fd5
2024-04-20 07:23:01 +07:00
Aleksey Shipilev
06de307e05
8320921: GHA: Parallelize hotspot_compiler test jobs
...
Backport-of: 694136909c
2024-04-20 07:23:01 +07:00
Aleksey Shipilev
3dd5949031
8322321: Add man page doc for -XX:+VerifySharedSpaces
...
Backport-of: f7dc257a20
2024-04-20 07:23:01 +07:00
Aleksey Shipilev
bdf68e9a2a
8322159: ThisEscapeAnalyzer crashes for erroneous code
...
Backport-of: 7455b1b527
2024-04-20 07:23:01 +07:00
Aleksey Shipilev
1d1c4f09c4
8319548: Unexpected internal name for Filler array klass causes error in VisualVM
...
Backport-of: 05745e3f1d
2024-04-20 07:23:01 +07:00
Aleksey Shipilev
43e6d72f4f
8321974: Crash in ciKlass::is_subtype_of because TypeAryPtr::_klass is not initialized
...
Backport-of: c8ad7b7f84
2024-04-20 07:23:01 +07:00
Sergey Bylokhov
2fe34911b9
8315042: NPE in PKCS7.parseOldSignedData
...
Backport-of: 8c0d026d0f
2024-04-20 07:23:01 +07:00
Jonathan Dowland
4ca0af2c3e
8315986: [macos14] javax/swing/JMenuItem/4654927/bug4654927.java: component must be showing on the screen to determine its location
...
Backport-of: e7486e8cfc
2024-04-20 07:23:01 +07:00
Aleksey Shipilev
dcd554c8a8
8309203: C2: remove copy-by-value of GrowableArray for InterfaceSet
...
Backport-of: 21cda19d05
2024-04-20 07:23:01 +07:00
Sergey Bylokhov
e07b9edaa0
8301310: The SendRawSysexMessage test may cause a JVM crash
...
Backport-of: d725b73df0
2024-04-20 07:23:01 +07:00
Aleksey Shipilev
43d0442c08
8319137: release _object in ObjectMonitor dtor to avoid races
...
Reviewed-by: rkennke
Backport-of: c39d001c7a
2024-04-20 07:23:00 +07:00
Sergey Bylokhov
4c0a8cd859
8320937: support latest VS2022 MSC_VER in abstract_vm_version.cpp
...
Backport-of: eb44bafe77
2024-04-20 07:23:00 +07:00
Jan Kratochvil
5c3c8607b5
8314610: hotspot can't compile with the latest of gtest because of <iomanip>
...
Backport-of: febc34dd28
2024-04-20 07:23:00 +07:00
Christoph Langer
57a3fc6e70
8322772: Clean up code after JDK-8322417
...
Reviewed-by: mbaesken
Backport-of: 32d80e2caf
2024-04-20 07:23:00 +07:00
Sandhya Viswanathan
f3d66dcc62
8320206: Some intrinsics/stubs missing vzeroupper on x86_64
...
Backport-of: 9b372e28ce
2024-04-20 07:23:00 +07:00
Goetz Lindenmaier
8edb40cdb3
8311588: C2: RepeatCompilation compiler directive does not choose stress seed randomly
...
Backport-of: 06a1a15d01
2024-04-20 07:23:00 +07:00
Goetz Lindenmaier
d7f256b88b
8316661: CompilerThread leaks CodeBlob memory when dynamically stopping compiler thread in non-product
...
Backport-of: edcc559f09
2024-04-20 07:23:00 +07:00
Goetz Lindenmaier
9f39f1e03d
8316001: GC: Make TestArrayAllocatorMallocLimit use createTestJvm
...
Backport-of: 86dde5e02b
2024-04-20 07:23:00 +07:00
Goetz Lindenmaier
ad5ed23c16
8312428: PKCS11 tests fail with NSS 3.91
...
Backport-of: 1c598c2245
2024-04-20 07:23:00 +07:00
Goetz Lindenmaier
a434e64220
8313720: C2 SuperWord: wrong result with -XX:+UseVectorCmov -XX:+UseCMoveUnconditionally
...
Backport-of: d46f0fb318
2024-04-20 07:23:00 +07:00
Goetz Lindenmaier
c52d6f0b80
8310919: runtime/ErrorHandling/TestAbortVmOnException.java times out due to core dumps taking a long time on OSX
...
Backport-of: e5744b8120
2024-04-20 07:23:00 +07:00
Goetz Lindenmaier
02b9b58f0e
8304292: Memory leak related to ClassLoader::update_class_path_entry_list
...
Backport-of: 88b4e3b853
2024-04-20 07:23:00 +07:00
Goetz Lindenmaier
700f80ff32
8316309: AArch64: VMError::print_native_stack() crashes on Java native method frame
...
Backport-of: 2d38495b61
2024-04-20 07:23:00 +07:00
Goetz Lindenmaier
791b2d3b6e
8264899: C1: -XX:AbortVMOnException does not work if all methods in the call stack are compiled with C1 and there are no exception handlers
...
Backport-of: 826dcb5424
2024-04-20 07:23:00 +07:00
Goetz Lindenmaier
6c5f5b13f3
8315034: File.mkdirs() occasionally fails to create folders on Windows shared folder
...
Backport-of: 7ad700596f
2024-04-20 07:22:59 +07:00
Goetz Lindenmaier
d6a9216998
8317144: Exclude sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java on Linux ppc64le
...
Backport-of: bc5a39bb54
2024-04-20 07:22:59 +07:00
Goetz Lindenmaier
26068c1572
8318983: Fix comment typo in PKCS12Passwd.java
...
Backport-of: 949846986f
2024-04-20 07:22:59 +07:00
Goetz Lindenmaier
4d40c30a80
8316464: 3 sun/tools tests ignore VM flags
...
Backport-of: 993951b85e
2024-04-20 07:22:59 +07:00
Goetz Lindenmaier
15d50f8d2e
8316447: 8 sun/management/jmxremote tests ignore VM flags
...
Backport-of: 053f45695f
2024-04-20 07:22:59 +07:00
Aleksey Shipilev
67e0328fcb
8321542: C2: Missing ChaCha20 stub for x86_32 leads to crashes
...
Backport-of: 5718039a46
2024-04-20 07:22:59 +07:00
Sandhya Viswanathan
7a49498cdc
8321215: Incorrect x86 instruction encoding for VSIB addressing mode
...
Reviewed-by: shade
Backport-of: 027b5dbb6a
2024-04-20 07:22:59 +07:00
Martin Doerr
b2cfe51a05
8320830: [AIX] Dont mix os::dll_load() with direct dlclose() calls
...
Backport-of: 61653a1ff1
2024-04-20 07:22:59 +07:00
Goetz Lindenmaier
cc5fbc8d2b
8322418: Problem list gc/TestAllocHumongousFragment.java subtests for 8298781
...
Backport-of: 6de23bf36e
2024-04-20 07:22:59 +07:00
Goetz Lindenmaier
3af8cbde9e
8322417: Console read line with zero out should zero out when throwing exception
...
Backport-of: 2f917bff5c
2024-04-20 07:22:59 +07:00
Goetz Lindenmaier
ebffd876e8
8319456: jdk/jfr/event/gc/collection/TestGCCauseWith[Serial|Parallel].java : GC cause 'GCLocker Initiated GC' not in the valid causes
...
Backport-of: 7c7f8ea30d
2024-04-20 07:22:59 +07:00
Goetz Lindenmaier
42dcf943f3
8318689: jtreg is confused when folder name is the same as the test name
...
Backport-of: a9b31b587c
2024-04-20 07:22:59 +07:00
Goetz Lindenmaier
dde6b83c5b
8317358: G1: Make TestMaxNewSize use createTestJvm
...
Backport-of: 1a098356dd
2024-04-20 07:22:59 +07:00
Goetz Lindenmaier
5c80a9cb90
8316445: Mark com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java as vm.flagless
...
Backport-of: ca5eee2fe3
2024-04-20 07:22:59 +07:00
Goetz Lindenmaier
02b517da3e
8314830: runtime/ErrorHandling/ tests ignore external VM flags
...
Reviewed-by: shade
Backport-of: b685ee00b2
2024-04-20 07:22:58 +07:00
Goetz Lindenmaier
5ff2c8fec4
8314320: Mark runtime/CommandLine/ tests as flagless
...
Backport-of: f481477144
2024-04-20 07:22:58 +07:00
Goetz Lindenmaier
bb058796fd
8310308: IR Framework: check for type and size of vector nodes
...
8314513: [IR Framework] Some internal IR Framework tests are failing after JDK-8310308 on PPC and Cascade Lake
Reviewed-by: mbaesken
Backport-of: a02d65efcc
2024-04-20 07:22:58 +07:00
Goetz Lindenmaier
65291fdb7a
8313854: Some tests in serviceability area fail on localized Windows platform
...
Backport-of: 49b29845f7
2024-04-20 07:22:58 +07:00
Gui Cao
4fb4bd3866
8321972: test runtime/Unsafe/InternalErrorTest.java timeout on linux-riscv64 platform
...
Backport-of: e8768ae08d
2024-04-20 07:22:58 +07:00
Liam Miller-Cushon
89ef9aa054
8322040: Missing array bounds check in ClassReader.parameter
...
Reviewed-by: sgehwolf
Backport-of: 20de541b13
2024-04-20 07:22:58 +07:00
Jaroslav Bachorik
b52ecf435d
8313816: Accessing jmethodID might lead to spurious crashes
...
Backport-of: cdd1a6e851
2024-04-20 07:22:58 +07:00
Goetz Lindenmaier
58b0c1f06d
8321409: Console read line with zero out should zero out underlying buffer in JLine (redux)
...
Backport-of: 4ed38f5ad5
2024-04-20 07:22:58 +07:00
Goetz Lindenmaier
116fd3f114
8261837: SIGSEGV in ciVirtualCallTypeData::translate_from
...
Backport-of: 1bb250c9e6
2024-04-20 07:22:58 +07:00
Goetz Lindenmaier
d6f78f61e4
8209595: MonitorVmStartTerminate.java timed out
...
Backport-of: a045258ae2
2024-04-20 07:22:58 +07:00
Goetz Lindenmaier
2c1530368e
8316462: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java ignores VM flags
...
Backport-of: d6679031e0
2024-04-20 07:22:58 +07:00
Goetz Lindenmaier
484634ca94
8317188: G1: Make TestG1ConcRefinementThreads use createTestJvm
...
Backport-of: a949824e98
2024-04-20 07:22:58 +07:00
Goetz Lindenmaier
a717959a7b
8317218: G1: Make TestG1HeapRegionSize use createTestJvm
...
Backport-of: 75b37e6d7e
2024-04-20 07:22:58 +07:00
Goetz Lindenmaier
b472d38d55
8317316: G1: Make TestG1PercentageOptions use createTestJvm
...
Backport-of: d8cd60588a
2024-04-20 07:22:57 +07:00
Goetz Lindenmaier
58b80bb143
8317317: G1: Make TestG1RemSetFlags use createTestJvm
...
Backport-of: 5bd10521eb
2024-04-20 07:22:57 +07:00
Goetz Lindenmaier
a7ced1b435
8317343: GC: Make TestHeapFreeRatio use createTestJvm
...
Backport-of: c64bd3d671
2024-04-20 07:22:57 +07:00
Goetz Lindenmaier
1540e5fbf4
8317347: Parallel: Make TestInitialTenuringThreshold use createTestJvm
...
Backport-of: 6ee6171e81
2024-04-20 07:22:57 +07:00
Goetz Lindenmaier
e68b1bf9d4
8317228: GC: Make TestXXXHeapSizeFlags use createTestJvm
...
Backport-of: 7ca0ae9415
2024-04-20 07:22:57 +07:00
Goetz Lindenmaier
37d2fcdf25
8316446: 4 sun/management/jdp tests ignore VM flags
...
Backport-of: 5b311f20df
2024-04-20 07:22:57 +07:00
Goetz Lindenmaier
f9c5dcf2de
8316562: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java times out after JDK-8314829
...
Backport-of: 54028e779b
2024-04-20 07:22:57 +07:00
Goetz Lindenmaier
5835eb3610
8314829: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java ignores vm flags
...
Backport-of: e0f8d16833
2024-04-20 07:22:57 +07:00
Goetz Lindenmaier
9c033cf099
8313638: Add test for dump of resolved references
...
Reviewed-by: matsaave
Backport-of: 83dca6296e
2024-04-20 07:22:57 +07:00
Goetz Lindenmaier
7195e7210a
8314831: NMT tests ignore vm flags
...
Backport-of: 9bf3dee242
2024-04-20 07:22:57 +07:00
Goetz Lindenmaier
9198443848
8315406: [REDO] serviceability/jdwp/AllModulesCommandTest.java ignores VM flags
...
Backport-of: 5cbff24608
2024-04-20 07:22:57 +07:00
Goetz Lindenmaier
7cbe899938
8314333: Update com/sun/jdi/ProcessAttachTest.java to use ProcessTools.createTestJvm(..)
...
Backport-of: 7342f5a033
2024-04-20 07:22:57 +07:00
Goetz Lindenmaier
b007db4839
8307408: Some jdk/sun/tools/jhsdb tests don't pass test JVM args to the debuggee JVM
...
Backport-of: 87b08b6e01
2024-04-20 07:22:57 +07:00
Goetz Lindenmaier
bfe6d49ed3
8312916: Remove remaining usages of -Xdebug from test/hotspot/jtreg
...
Backport-of: e9daf4a018
2024-04-20 07:22:56 +07:00
Goetz Lindenmaier
45c86073f5
8311581: Remove obsolete code and comments in TestLVT.java
...
Backport-of: 27de536b40
2024-04-20 07:22:56 +07:00
KIRIYAMA Takuya
a05e1c3c8b
8311081: KeytoolReaderP12Test.java fail on localized Windows platform
...
Backport-of: b4b2fecb42
2024-04-20 07:22:56 +07:00
Sonia Zaldana Calles
95a0b65158
8313229: DHEKeySizing.java should be modified to use TLS versions TLSv1, TLSv1.1, TLSv1.2
...
Backport-of: c698b45a7b
2024-04-20 07:22:56 +07:00
Matthias Baesken
3cd21b3a06
8317307: test/jdk/com/sun/jndi/ldap/LdapPoolTimeoutTest.java fails with ConnectException: Connection timed out: no further information
...
Backport-of: b9b82631bf
2024-04-20 07:22:56 +07:00
Matthias Baesken
eb838a10c0
8320168: handle setsocktopt return values
...
Backport-of: db1d82347b
2024-04-20 07:22:56 +07:00
Frederic Thevenet
cd581380d5
8321374: Add a configure option to explicitly set CompanyName property in VersionInfo resource for Windows exe/dll
...
Backport-of: 05f950934e
2024-04-20 07:22:56 +07:00
Aleksey Shipilev
680d61a241
8314220: Configurable InlineCacheBuffer size
...
Backport-of: a40d8d97e8
2024-04-20 07:22:56 +07:00
Aleksey Shipilev
e75cb46e2c
8314578: Non-verifiable code is emitted when two guards declare pattern variables in colon-switch
...
Backport-of: 15588e08ed
2024-04-20 07:22:56 +07:00
Aleksey Shipilev
275748ba0c
8305971: NPE in JavacProcessingEnvironment for missing enum constructor body
...
Backport-of: 01ea1eff66
2024-04-20 07:22:56 +07:00
Aleksey Shipilev
7a042c7607
8319897: Move StackWatermark handling out of LockStack::contains
...
Backport-of: bbf52e0e4c
2024-04-20 07:22:56 +07:00
Aleksey Shipilev
ea5508dec9
8316229: Enhance class initialization logging
...
Backport-of: 84124794c2
2024-04-20 07:22:56 +07:00
Aleksey Shipilev
b01408afd5
8310807: java/nio/channels/DatagramChannel/Connect.java timed out
...
Backport-of: 570dffb104
2024-04-20 07:22:56 +07:00
Aleksey Shipilev
751bd1cc89
8309302: java/net/Socket/Timeouts.java fails with AssertionError on test temporal post condition
...
Backport-of: 87c79c0801
2024-04-20 07:22:55 +07:00
Aleksey Shipilev
74c3d2e527
8313621: test/jdk/jdk/internal/math/FloatingDecimal/TestFloatingDecimal should use RandomFactory
...
Backport-of: 864a876ebf
2024-04-20 07:22:55 +07:00
Aleksey Shipilev
6ab032e3f2
8263256: Test java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java fails due to dynamic reconfigurations of network interface during test
...
Backport-of: 0048f1da4c
2024-04-20 07:22:55 +07:00
Aleksey Shipilev
d69d8f11f4
8317300: javac erroneously allows "final" in front of a record pattern
...
Backport-of: 5ca1beb30e
2024-04-20 07:22:55 +07:00
Aleksey Shipilev
67d7f6a5e4
8314990: Generational ZGC: Strong OopStorage stats reported as weak roots
...
Reviewed-by: stefank
Backport-of: dcd6e75671
2024-04-20 07:22:55 +07:00
Goetz Lindenmaier
5bced298f8
8319668: Fixup of jar filename typo in BadFactoryTest.sh
...
Backport-of: 63ad868e18
2024-04-20 07:22:55 +07:00
Goetz Lindenmaier
66faff439a
8320208: Update Public Suffix List to b5bf572
...
Backport-of: 2b4e99140a
2024-04-20 07:22:55 +07:00
Goetz Lindenmaier
55e56a1858
8316392: compiler/interpreter/TestVerifyStackAfterDeopt.java failed with SIGBUS in PcDescContainer::find_pc_desc_internal
...
Backport-of: 58af9aeeb0
2024-04-20 07:22:55 +07:00
Goetz Lindenmaier
10876ceb3f
8316028: Update FreeType to 2.13.2
...
Backport-of: 3b65b8797a
2024-04-20 07:22:55 +07:00
Goetz Lindenmaier
1bcce286e5
8316410: GC: Make TestCompressedClassFlags use createTestJvm
...
Backport-of: e649c56324
2024-04-20 07:22:55 +07:00
Goetz Lindenmaier
04cb0e3c0d
8316973: GC: Make TestDisableDefaultGC use createTestJvm
...
Backport-of: 5f4be8cea9
2024-04-20 07:22:55 +07:00
Goetz Lindenmaier
1d0db164ae
8317042: G1: Make TestG1ConcMarkStepDurationMillis use createTestJvm
...
Backport-of: 7e39e664cf
2024-04-20 07:22:55 +07:00
Goetz Lindenmaier
3da53bda15
8315988: Parallel: Make TestAggressiveHeap use createTestJvm
...
Backport-of: fbc766ee21
2024-04-20 07:22:54 +07:00
Goetz Lindenmaier
fb2d21624b
8314838: 3 compiler tests ignore vm flags
...
Backport-of: ab6a87e670
2024-04-20 07:22:54 +07:00
Goetz Lindenmaier
14ee317379
8314837: 5 compiled/codecache tests ignore VM flags
...
Backport-of: 2a11bc41ba
2024-04-20 07:22:54 +07:00
Matthias Baesken
ff16c880c7
8320383: refresh libraries cache on AIX in VMError::report
...
Backport-of: 26c3390421
2024-04-20 07:22:54 +07:00
Kimura Yukihiro
a63c51ee0d
8318410: jdk/java/lang/instrument/BootClassPath/BootClassPathTest.sh fails on Japanese Windows
...
Backport-of: d051f22284
2024-04-20 07:22:54 +07:00
Joachim Kern
07cd01e408
8319633: runtime/posixSig/TestPosixSig.java intermittent timeouts on UNIX
...
Reviewed-by: mbaesken, mdoerr
2024-04-20 07:22:54 +07:00
Goetz Lindenmaier
e92bb240ab
8321131: Console read line with zero out should zero out underlying buffer in JLine
...
Reviewed-by: mbaesken
Backport-of: bd04f91e91
2024-04-20 07:22:54 +07:00
Sonia Zaldana Calles
50bd42774a
8314612: TestUnorderedReduction.java fails with -XX:MaxVectorSize=32 and -XX:+AlignVector
...
Backport-of: f804f8652d
2024-04-20 07:22:54 +07:00
Matthias Baesken
62c6191623
8320300: Adjust hs_err output in malloc/mmap error cases
...
Backport-of: 60c8d9c045
2024-04-20 07:22:54 +07:00
Goetz Lindenmaier
f6a7500dd9
8320798: Console read line with zero out should zero out underlying buffer
...
Backport-of: d568562966
2024-04-20 07:22:54 +07:00
Goetz Lindenmaier
c0b984a673
8313082: Enable CreateCoredumpOnCrash for testing in makefiles
...
Backport-of: ba645da97b
2024-04-20 07:22:54 +07:00
Goetz Lindenmaier
39db75d4e0
8315680: java/lang/ref/ReachabilityFenceTest.java should run with -Xbatch
...
Backport-of: a290256bbf
2024-04-20 07:22:54 +07:00
Martin Doerr
e349e88837
8320807: [PPC64][ZGC] C1 generates wrong code for atomics
...
Backport-of: 3087e14cde
2024-04-20 07:22:53 +07:00
Matthias Baesken
cd38534e32
8320898: exclude compiler/vectorapi/reshape/TestVectorReinterpret.java on ppc64(le) platforms
...
Backport-of: 78b6c2b408
2024-04-20 07:22:53 +07:00
Severin Gehwolf
09bf2283fa
8321894: Bump update version for OpenJDK: 21.0.3
...
Reviewed-by: goetz
2024-04-20 07:22:53 +07:00
Maxim Kartashev
774ecfa0cb
JBR-7010 Wayland: Swing window resizing is not smooth enough
2024-04-19 12:56:20 +03:00
Sergei Tachenov
776a2c7f35
JBR-6984 Fix BoxLayout/NPECheckRequests test
...
It was initially written and tested on Linux, but it turns out that
on other systems validate() can be called in between init() and start()
calls, which would break the test even though BoxLayout isn't broken.
2024-04-17 12:23:08 +04:00
Vitaly Provodin
cf5483609e
update exclude list on results of 21.0.2_b430.2 test runs
2024-04-16 07:43:22 +07:00
Dmitrii Morskii
51d67613bb
JBR-6372: implement detecting of OS theme on linux
2024-04-12 18:33:56 +02:00
Dmitrii Morskii
48dee1515d
JBR-6171 removing deadlock related to calling getCurrentServerTime
2024-04-12 18:23:27 +02:00
Vitaly Provodin
37c68cafd6
introduce jbMuslProblemList.txt exclude list
2024-04-11 16:35:59 +07:00
Sergei Tachenov
35da2d269e
JBR-6771 BoxLayout throws mysterious NPEs due to previous exceptions
...
The checkRequests method only does layout initialization
if it isn't initialized already. However, when an exception
is thrown during the initialization, the layout may end up
in a half-initialized state.
Fix this by using the field that is initialized the last to check
if the layout is initialized. If that field is null, it may mean
that the layout isn't initialized or that the last attempt
failed midway. Then we try again. This attempt can,
of course, break for the same reason as the previous one,
but in that case we'll at least get a stack trace pointing
to a real cause of the error and not some mysterious NPE
that seems to be impossible from the logic.
The bug is that if we add a component that throws an exception
in one of its methods called by BoxLayout, then the layout may
end up in a half-initialized state that would mistakenly be considered
fully initialized. Then it would try to access some fields
and throw NPE with a stack trace that tells exactly nothing
about what went wrong and where.
This test checks for the presence of this bug by adding a broken
component to a BoxLayout and then un-breaking this component
and checking that an exception is thrown even though the component
is no longer broken.
2024-04-10 18:03:46 +04:00
Maxim Kartashev
035ccf385d
JBR-6769 Make it possible to get info whether IDE is running in a virtual env
...
Added system property intellij.os.virtualization with possible values
"none", "Xen", "KVM", "VMWare", "HyperV"
2024-04-10 14:39:58 +04:00
Vitaly Provodin
d3bdc5491b
update exclude list on results of 21.0.2_b427.6 test runs
2024-04-10 16:37:02 +07:00
Nikita Gubarkov
5eac943de6
JBR-6927 Safe asynchronous destruction of Metal graphics config.
2024-04-09 14:40:44 +02:00
Maxim Kartashev
c7468389dd
JBR-6926 Wayland: fonts are aliased/grainy on first start
2024-04-05 13:59:41 +03:00
Maxim Kartashev
3144ad1b33
JBR-6920 Wayland: some IDEA popups positioned incorrectly
2024-04-05 11:41:15 +03:00
Alexey Ushakov
93a43e2977
JBR-6911 IDE crashes (EXC_BAD_ACCESS) after disconnecting the secondary display if a markdown file is opened (macOS Sonoma 14.4.1)
...
Corrected invalid usage of dealloc method, fixed memory leaks.
2024-04-05 09:36:35 +02:00
Vitaly Provodin
c0f413d150
JBR-6915 add the option -w into mkimages scripts
2024-04-04 05:54:26 +07:00
Vitaly Provodin
cbab59fafd
update exclude list on results of 21.0.2_b421.1 test runs
2024-04-04 05:52:16 +07:00
Maxim Kartashev
317ec132e6
JBR-6847 Improve locking performance on Windows
...
Use -XX:+UnlockExperimentalVMOptions -XX:-UseCriticalSection
to revert to the old behavior
2024-03-28 21:15:06 +04:00
bourgesl
ed2fd2e1a4
8323695: RenderPerf (2D) enhancements (23.12)
...
(backported from commit 8b30503387 )
Reviewed-by: avu, prr
2024-03-28 16:38:36 +01:00
Maxim Kartashev
1c9cb2d81c
JBR-6895 Wayland: cursor changes to resize at edges even when window is maximized
2024-03-27 14:53:46 +03:00
Vitaly Provodin
f26d1e523b
update exclude list on results of 21.0.2_b417.1 test runs
2024-03-27 05:20:39 +07:00
Maxim Kartashev
75a7617dd3
JBR-6884 SIGSEGV in Java_sun_java2d_wl_WLSMSurfaceData_pixelsAt
2024-03-26 15:28:44 +03:00
Volker Simonis
a946a753c2
8324241: Always record evol_method deps to avoid excessive method flushing
...
JBR-6826 Include JDK-8324241 in the JBR17/21 builds
Reviewed-by: eastigeevich, phh, coleenp, dlong, shade
2024-03-22 11:02:37 +03:00
Vitaly Provodin
4c8b745e4d
update exclude list on results of 21.0.2_b400.1 test runs
2024-03-22 04:04:59 +07:00
Dmitrii Morskii
036ca4d18a
JBR-6541 Added ability to get supported features and stylistic sets for font
2024-03-21 19:52:12 +01:00
Nikita Gubarkov
aacc225090
JBR-6723 Deal with integer overflow in DrawGlyphList with enabled subpixelResolution
2024-03-21 16:56:51 +01:00
Nikita Provotorov
5433855472
JBR-3112 Linux: Last character issue with Korean.
...
Only for the new mode introduced in JBR-2460 (-Djb.awt.newXimClient.preferBelowTheSpot=true): cancel text composing on each mouse press, so that preedit text stops following the caret if it's moving in response to mouse clicks.
(cherry picked from commit 156e5d9b65 )
2024-03-20 20:34:54 +01:00
Maxim Kartashev
d89b396383
JBR-6448 Wayland: IDEA window looks pixelated after monitors scale was changed
2024-03-19 16:51:45 +03:00
Maxim Kartashev
241fbd07ba
JBR-6814 Wayland: support sun.java2d.uiScale property
2024-03-19 16:51:45 +03:00
Nikita Provotorov
fe208fb379
JBR-3112 Linux: Last character issue with Korean.
...
Ignores the IM text returned from XmbLookupString/XwcLookupString if the KeyPress event which XmbResetIC was called with was synthetic and the first after a call of XmbResetIC/XwcResetIC.
(cherry picked from commit 43a9a3a17a )
2024-03-18 19:13:18 +01:00
Dominik Matta
21906cd0a9
JBR-6763 Wayland: application crashes when popup closed
...
Certain Wayland compositors (wlroots) invalidate xdg_surface after window with popup loses focus. Subsequent attempts to
commit the popup window fail with protocol error "xdg_surface has never been configured".
Handle popup_done event by hiding the popup window. Also emit WINDOW_CLOSING event as otherwise focus remains on the popup parent.
Co-authored-by: Maxim Kartashёv <maxim@kartashev.spb.ru >
2024-03-18 10:23:51 +04:00
Vitaly Provodin
29f7cc3c2f
update exclude list on results of 21.0.2_b393.7 test runs
2024-03-15 17:19:26 +07:00
Nikita Gubarkov
35daf572c5
JBR-6723 Block on Metal config destroy
2024-03-13 15:27:00 +01:00
Fredrik Bredberg
68b02406b9
8320317: ObjectMonitor NotRunnable is not really an optimization
...
Reviewed-by: eosterlund, dholmes, shade, dcubed
JBR-6819 Backport 8320317
2024-03-13 10:20:28 +04:00
Nikita Gubarkov
60987b690d
JBR-6723 flush vertex cache and command buffer before freeing glyph cache. ( #334 )
2024-03-11 17:07:43 +01:00
Alexey Ushakov
0faef7d736
JBR-4883 macOS: SIGSEGV at MTLVertexCache_FlushGlyphVertexCache
...
Use separate glyph cache for each MTLContext instance. Refactored MTLGlyphCache
2024-03-11 17:07:43 +01:00
Dmitry Drobotov
f1b504a331
JBR-6593 Set unique name for the AccessibleAnnouncer thread
...
(cherry picked from commit d7d8d9b8e4 )
2024-03-08 15:38:44 +01:00
Alexey Ushakov
5ed76cdb74
JBR-6787 WLToolkit/wsl: crash in WLComponentPeer.setCursor
...
Added check for unavailable cursor pData
2024-03-07 18:19:21 +01:00
Alexey Ushakov
1d07842f90
JBR-6789 jbr21/wayland: update build instructions
...
Updated build instructions
2024-03-07 18:18:49 +01:00
Vitaly Provodin
2097f754ff
fixup! JBR-6785 wsl: update build scripts for linux target
2024-03-07 16:02:56 +01:00
Alexey Ushakov
b6945e5557
JBR-6785 wsl: update build scripts for linux target
...
Added explicit platform target
2024-03-07 16:02:56 +01:00
Maxim Kartashev
3058c046ad
JBR-6783 MouseEvent/MenuDragMouseEventAbsoluteCoordsTest/MenuDragMouseEventAbsoluteCoordsTest.java: Found one Java-level deadlock
2024-03-06 16:40:40 +03:00
Vitaly Provodin
01d4fd6334
update exclude list on results of 21.0.2_b393.6 test runs
2024-03-06 15:40:13 +07:00
Maxim Kartashev
bede4b09b7
JBR-6742 Record resident set size in JVM fatal error log
2024-03-01 09:38:12 +04:00
Maxim Kartashev
412cd7027d
JBR-6504 Wayland: optional Robot capability to peek at current window's pixels
2024-03-01 08:30:36 +03:00
Alexey Ushakov
f7fffba651
JBR-6522 macOS: SIGSEGV at [libawt_lwawt.dylib+0x8eaa8] MTLGC_DestroyMTLGraphicsConfig
...
Fix of MT access to shared data in MTLGraphicsConfigInfo
2024-02-29 17:03:32 +01:00
Maxim Kartashev
1463b89c0d
JBR-5989 Wayland: added jdk_swing tests to jdk_wayland
2024-02-29 06:36:26 +03:00
Dmitry Drobotov
8cc4cd5cfd
JBR-6593 Fix UI freezes with JAWS announcements
...
* Execute AccessibleAnnouncer.nativeAnnounce on a background thread on Windows to fix UI freezes. IntelliJ calls this method from EDT, but it doesn't need to run on EDT because on Windows it simply calls screen readers API without interacting with UI components. Additionally, when using a background thread, the JAWS SayString method, which previously could have been running for multiple seconds, is now executed immediately as expected, but the root cause of previous delays is unclear.
* In JawsAnnouncer, initialize COM library with the multithreaded model to allow executing it from different threads. Now COM is initialized and uninitialized on every call of the method as required by the [documentation](https://learn.microsoft.com/en-us/windows/win32/learnwin32/initializing-the-com-library ): "Each thread that uses a COM interface must make a separate call to this function. For every successful call to CoInitializeEx, you must call CoUninitialize before the thread exits". IJawsApi COM object is still static and reused by different threads, which is allowed with a multithreaded concurrency model. It shouldn't cause issues because it has no state and only forwards calls to JAWS.
2024-02-27 18:29:33 +01:00
Vitaly Provodin
3a1387be19
update exclude list on results of 21.0.2_b381.6 test runs
2024-02-27 15:50:41 +07:00
Vladimir Dvorak
178de3522f
JBR-6648 - Fix ObjectCollectedException in enhanced redefineClasses due to stale jvmtiTagMap entries
2024-02-27 09:02:51 +01:00
Maxim Kartashev
b4046e402a
JBR-6737 Cannot switch projects from Window menu after minimizing them on Linux
2024-02-27 09:09:58 +04:00
Nikita Provotorov
c22c514383
JBR-3697: Letter-based command mode actions are not triggered when using Chinese input method.
...
Fixes different platform-specific issues with disabling/enabling input methods support via java.awt.Component#enableInputMethods(boolean):
* Windows: disabling used to require to deactivate and then activate back the app window to be performed completely ;
* macOS: disabling used to leave the input method window visible (however, it wasn't affecting the input) ;
* Linux: with fcitx5 IMF (may not be reproduced with iBus) disabling and then enabling back the input method support used to reset the used input source (keyboard layout) to a default one. It's done via disabling the current XIM when the input method support is disabled instead of disposing it .
(cherry picked from commit 2933ea89f0 )
The patch also contains the fix for "JBR-6711: java/awt/LightweightDispatcher/LWDispatcherMemoryLeakTest.java: JButton JPanel not collected."
It unsets its references to tracked components thus not preventing GC from collecting them.
(cherry picked from commit e9aab98a6c )
2024-02-26 21:29:36 +01:00
Vladimir Dvorak
244044d19f
JBR-6746 Fix linux build failing on: "error: 'this' pointer is null"
2024-02-26 21:00:34 +01:00
Dmitry Drobotov
9de3f9917b
JBR-6325 Implement keyboard focus tracking for macOS Accessibility Zoom
...
* Call UAZoomChangeFocus function when the keyboard focus is changed or when an accessible selection event is fired. Zoom viewport fill follow the accessible frame of the newly focused component, and if it has a selected child, its frame will be passed as part that needs to be highlighted.
* Fix an exception in ComboBoxAccessibility.accessibilitySelectedChildren when its selection is nil. This happens when a combo box doesn't have a selected item, and it this case Zoom wouldn't be able to follow the combo box location.
* Move the native handler of CAccessibility.focusChanged method from the legacy JavaComponentAccessibility to the new CommonComponentAccessibility class. It calls a class method (like a static method in Java), so there is no difference in which specific class it's located, but it allows to write the new code in the appropriate class.
(cherry picked from commit 75b06421ff )
2024-02-26 20:18:51 +01:00
Dmitrii Morskii
9826950247
JBR-5500 Handled situation of processing WM_ENDSESSION in process of closing application
2024-02-26 11:18:14 +00:00
Vladimir Dvorak
a0b44f89b3
JBR-6674 Fix parallel oops iteration in dcevm redefinition
...
This patch addresses unsynchronized parallel access to ChangePointersObjectClosure._tmp_obj by creating a separate instance for each thread, enhancing thread safety. Additionally, it deems parallel DCEVM iteration in G1 as redundant and removes it.
2024-02-26 08:01:28 +01:00
Maxim Kartashev
f83a507492
JBR-5989 Wayland: added more tests to jdk_awt_wayland
2024-02-23 14:54:55 +03:00
Vitaly Provodin
b5996350a0
fixup! JBR-6246 add default CDS archives into jbrsdk distributions
2024-02-23 04:02:23 +07:00
Maxim Kartashev
8834d1d4b9
JBR-6519 Linux: SIGSEGV at [libwayland] wl_proxy_get_version
...
Guard against passing NULL to libwayland
2024-02-22 11:18:17 +03:00
Vitaly Provodin
ad7d2848de
clean up Wayland exclude list
2024-02-22 05:29:15 +07:00
Maxim Kartashev
6f99b5f8b1
JBR-6736 libwakefield crashes weston
2024-02-21 18:01:28 +04:00
Maxim Kartashev
0402d11d47
JBR-6722 OutOfMemoryError: Failed to allocate Wayland surface buffer
2024-02-21 13:51:54 +03:00
Vitaly Provodin
9c4830bb43
update exclude list on results of 21.0.2_b375.1 test runs
2024-02-21 04:48:47 +07:00
Maxim Kartashev
ccb99344cd
JBR-6246 Create CDS archives with jlink and do not overwrite them afterwards
2024-02-19 13:22:29 +03:00
Vladimir Dvorak
52ada6c6d4
JBR-6647 Disable check for final field access from method $$ha$clinit
2024-02-19 10:44:27 +01:00
Dmitry Drobotov
19784beb9b
JBR-6472 Add default value in CAccessibility.isComboBoxEditable to avoid NPE
...
(cherry picked from commit 93937603b3 )
2024-02-17 20:53:32 +01:00
Egor Ushakov
ff104658d6
JBR-1354 com/sun/tools/attach/PermissionTest.java: access denied ("java.util.PropertyPermission" "sun.tools.attach.tmp.only" "read")
...
(cherry picked from commit 3a09f6c1db )
2024-02-17 05:01:43 +07:00
Egor Ushakov
8af98d95ab
JBR-1061 .attach_pid files in the working dir - flag to put .attach file in tmp dir only
...
(cherry picked from commit 4bd3f7835e )
2024-02-17 04:50:35 +07:00
Nikita Tsarev
0dde92980d
JBR-6297: Don't check for NSInputManager wantsToHandleMouseEvents in mouseDown by default
2024-02-15 20:42:32 +01:00
Vitaly Provodin
940c5e0e1f
JBR-6649 add synchronization for creating UI
2024-02-15 12:05:11 +07:00
Vitaly Provodin
e0c5898502
update exclude list on results of 21.0.2_b357.3 test runs
2024-02-15 12:05:10 +07:00
Nikita Provotorov
168e0270fe
JBR-6707 Compilation errors in main branch.
...
Replace assert-s introduced in JBR-2460 with the project-special DASSERT-s.
The patch has been backported from the main branch for better code consistency between the branches.
2024-02-15 01:11:00 +01:00
Dmitrii Morskii
cec4ca3d38
JBR-6671 added option 'freetype.font.rendering'
2024-02-14 18:03:51 +01:00
Nikita Tsarev
70d60692f0
JBR-6704: Fix extra IME events when a ctrl shortcut causes window focus switch [macOS]
2024-02-14 13:37:00 +01:00
Alexey Ushakov
2aa3828f59
JBR-6522 macOS: SIGSEGV at [libawt_lwawt.dylib+0x8eaa8] MTLGC_DestroyMTLGraphicsConfig
...
Performing flush of pending rendering operation before destroying MTLGraphicsConfig
2024-02-14 13:30:46 +01:00
Nikita Gubarkov
b530b4f4cb
JBR-4618 Force window size update after display reconfiguration
...
- Re-create all GraphicsDevices on displayChanged()
2024-02-13 16:23:58 +01:00
Maxim Kartashev
79d1b6ce2f
JBR-6617 Wayland: java/awt/Frame/HugeFrame/HugeFrame.java crashes JVM
2024-02-12 13:17:03 +04:00
Maxim Kartashev
93dabf3971
JBR-6598 Wayland: window gets un-maximized after switching
...
When the size of the buffer changes, cancel the frame callback
and make sure that the next surface commit happens with the new buffer.
2024-02-12 12:05:52 +03:00
Maxim Kartashev
e5988f7c32
JBR-6469 Wayland: java/awt/image/ColorModel/DrawCustomColorModel.java throws UnsupportedOperationException
2024-02-12 08:54:25 +03:00
Maxim Kartashev
d501835140
JBR-6467 Wayland: java/awt/GraphicsConfiguration/NormalizingTransformTest/NormalizingTransformTest.java fails
2024-02-12 08:53:32 +03:00
Vladimir Dvorak
1d45d6fbc9
JBR-6643 - fix GitHub actions builds
2024-02-09 08:29:44 +01:00
Vladimir Dvorak
b2abfd5d97
JBR-6419 - fix macos-aarch64 build problem
2024-02-08 08:51:15 +01:00
Vitaly Provodin
1d9ff70cbe
update exclude list on results of 21.0.2_b351.1 test runs
2024-02-07 06:53:12 +07:00
Vitaly Provodin
0d245769ea
JBR-6404 synchronize drawing and the test checking
2024-02-07 06:53:12 +07:00
Nikita Gubarkov
73099de6f8
JBR-6651 Exclude keycap emoji from EmojiVariation test.
2024-02-05 15:27:21 +01:00
Maxim Kartashev
58c242f128
JBR-6468 Wayland: java/awt/datatransfer/MimeFormatsTest.java fails by timeout
...
Excluded the test from jdk_awt_wayland as it can't be made to work
under Wayland.
2024-02-05 15:20:28 +04:00
Vitaly Provodin
32128820c1
update exclude list on results of 21.0.2_b346.3 test runs
2024-02-03 05:27:50 +07:00
Vladimir Dvorak
d950326ef9
JBR-6419 - resolve win+macos jdk build issues
2024-01-31 19:53:36 +01:00
Dmitrii Morskii
a1b7633997
JBR-6604 supported case when fonts directory is missing
2024-01-31 19:06:07 +01:00
Dmitry Batrak
2a504dfd37
JBR-6449 Introduce FontMetricsAccessor into JBR API
...
mute calculation of metrics via full text layout if overrider is installed
2024-01-31 19:07:00 +02:00
Vladimir Dvorak
b128bb4b21
JBR-6419 - support for enhanced redefinition of java.lang.Object
2024-01-29 21:20:28 +01:00
Maxim Kartashev
8b014c3f35
JBR-4203 test/hotspot/jtreg/compiler/arguments: Option should be unknown (non-X86CPU)
...
Added the -XX:-IgnoreUnrecognizedVMOptions option to the test driver for
command line options, since it is often used to check that a certain
option is not supported.
2024-01-25 17:06:06 +04:00
Dmitry
19c6253d8f
JBR-3793 Accept unrecognized options and make them available in Java
...
This patch:
- Change default behavior to ignore unrecognized options (+IgnoreUnrecognizedVMOptions)
- Store all ignored values to: "java.vm.unrecognized.options" as "+BogusOption01 +BogusOption02" (space separated), see testcase
- Explicitly set -IgnoreUnrecognizedVMOptions for couple of tests, that rely on default behavior
2024-01-25 13:40:44 +04:00
Maxim Kartashev
405c272588
8319662: ForkJoinPool trims worker threads too slowly
...
8319498: ForkJoinPool.invoke(ForkJoinTask) does not specify behavior when task throws checked exception
Reviewed-by: alanb
2024-01-25 11:14:52 +04:00
Maxim Kartashev
3a6456e1f4
8288899: java/util/concurrent/ExecutorService/CloseTest.java failed with "InterruptedException: sleep interrupted"
...
Reviewed-by: alanb
2024-01-24 18:32:40 +04:00
Vitaly Provodin
283beedc05
fixup! update exclude list on results of 21.0.2_b341.4 test runs
2024-01-24 16:10:18 +07:00
Maxim Kartashev
512c96bbfb
JBR-6547 WLToolkit: no app icon in GNOME
...
Allow to associate the application's window with .desktop file with icon
and other info with -Dawt.app.id=... (DBus application name similar to
WM_CLASS in X
2024-01-24 12:36:24 +04:00
Vitaly Provodin
ff28bfc856
update exclude list on results of 21.0.2_b341.4 test runs
2024-01-24 07:22:30 +07:00
Maxim Kartashev
d5a81ad9ea
JBR-6559 Wayland: popups may stop working after a while
...
Cancel the frame callback when hiding a window.
2024-01-22 19:21:33 +04:00
Dmitry Batrak
f78a30a934
JBR-6579 jb/java/api/frontend/FontMetricsAccessorTest.java: Unexpected advance returned
2024-01-22 14:10:05 +02:00
Dmitry Batrak
793c5f4c06
JBR-6579 jb/java/api/frontend/FontMetricsAccessorTest.java: Unexpected advance returned
2024-01-22 14:10:05 +02:00
Dmitry Batrak
8bf6444304
JBR-6569 macOS: SIGILL at [libsystem_kernel] __kill in This decoder will only decode classes that adopt NSSecureCoding. Class 'AWTView' does not adopt it.
...
(cherry picked from commit 7af653070f )
(cherry picked from commit d24a9085796b1226d72154af8914d4f39960766a)
2024-01-22 10:29:40 +02:00
Dmitry Batrak
0871a2097a
JBR-6449 Introduce FontMetricsAccessor into JBR API
...
fix test
(cherry picked from commit 5befaea6af )
(cherry picked from commit 7433ac2df11e77ad504c15fbda045d3beb3265fb)
2024-01-19 11:12:17 +02:00
Vitaly Provodin
d3d3111348
update exclude list on results of 21.0.2_b337 test runs
2024-01-19 06:28:25 +07:00
Tobias Hartmann
b81b6fae65
8322985: [BACKOUT] 8318562: Computational test more than 2x slower when AVX instructions are used
...
Backport-of: ed9f3243f0
2024-01-17 20:31:49 +07:00
Ravi Reddy
210d8cd65e
8322883: [BACKOUT] 8225377: type annotations are not visible to javac plugins across compilation boundaries
...
Reviewed-by: coffeys, robm
2024-01-17 20:31:49 +07:00
Weijun Wang
ff7394b5ab
8320597: RSA signature verification fails on signed data that does not encode params correctly
...
Backport-of: 11e4a925be
2024-01-17 20:31:48 +07:00
Prajwal Kumaraswamy
8eba4f387d
8317547: Enhance TLS connection support
...
Backport-of: c521825a5d986e5cb823615d60e51f954c0ff4dc
2024-01-17 20:31:48 +07:00
Roman Kennke
661276c44a
8321067: Unlock experimental options in EATests.java
...
Reviewed-by: shade
2024-01-17 20:31:48 +07:00
Ravi Reddy
10d2f52f3f
8320001: javac crashes while adding type annotations to the return type of a constructor
...
Backport-of: 5e24aaf4f7
2024-01-17 20:31:47 +07:00
Christoph Langer
25f70ebdac
8320601: ProblemList java/lang/invoke/lambda/LambdaFileEncodingSerialization.java on linux-all
...
Backport-of: f6e5559ae9
2024-01-17 20:31:47 +07:00
Martin Doerr
f56fc1eb28
8320363: ppc64 TypeEntries::type_unknown logic looks wrong, missed optimization opportunity
...
Backport-of: 6aa197667a
2024-01-17 20:31:47 +07:00
Ian Myers
6011ccf37d
8315684: Parallelize sun/security/util/math/TestIntegerModuloP.java
...
Backport-of: 0f77d250b6
2024-01-17 20:31:47 +07:00
Ian Myers
b7f5cd0a15
8315936: Parallelize gc/stress/TestStressG1Humongous.java test
...
Backport-of: 3f19df685c
2024-01-17 20:31:46 +07:00
Roman Kennke
06a7923a8d
8316401: sun/tools/jhsdb/JStackStressTest.java failed with "InternalError: We should have found a thread that owns the anonymous lock"
...
Backport-of: bd918f49d2
2024-01-17 20:31:46 +07:00
Roman Kennke
a8fc42cf6c
8318895: Deoptimization results in incorrect lightweight locking stack
...
Backport-of: ea1ffa3419
2024-01-17 20:31:46 +07:00
Aleksey Shipilev
f8996f7e12
8318078: ADLC: pass ASSERT and PRODUCT flags
...
Backport-of: 504b0bdaaa
2024-01-17 20:31:46 +07:00
Aleksey Shipilev
cfcd361a98
8319120: Unbound ScopedValue.get() throws the wrong exception
...
Backport-of: ee6f25b507
2024-01-17 20:31:45 +07:00
Aleksey Shipilev
c4d71d5db9
8319195: Move most tier 1 vector API regression tests to tier 3
...
Backport-of: 9dc40ba48e
2024-01-17 20:31:45 +07:00
Aleksey Shipilev
052b936fa4
8316415: Parallelize sun/security/rsa/SignedObjectChain.java subtests
...
Backport-of: 59847926b6
2024-01-17 20:31:45 +07:00
Aleksey Shipilev
f92d5acba2
8316581: Improve performance of Symbol::print_value_on()
...
Backport-of: 90bcdbd15f
2024-01-17 20:31:45 +07:00
Aleksey Shipilev
9e857e860d
8316967: Correct the scope of vmtimer in UnregisteredClasses::load_class
...
Backport-of: 83b6a1278f
2024-01-17 20:31:44 +07:00
Soumadipta Roy
961b8cd6e4
8315692: Parallelize gc/stress/TestStressRSetCoarsening.java test
...
Backport-of: a564d436c7
2024-01-17 20:31:44 +07:00
Jan Lahoda
024b299f1b
8319532: jshell - Non-sealed declarations sometimes break a snippet evaluation
...
Backport-of: 45e68ae207
2024-01-17 20:31:44 +07:00
Jan Lahoda
5d0486df0c
8318144: Match on enum constants with body compiles but fails with MatchException
...
Backport-of: 541ff7149f
2024-01-17 20:31:43 +07:00
Aleksey Shipilev
da6e27042f
8315082: [REDO] Generational ZGC: Tests crash with assert(index == 0 || is_power_of_2(index))
...
Backport-of: ceff47b462
2024-01-17 20:31:43 +07:00
Axel Boldt-Christmas
616215122e
8319700: [AArch64] C2 compilation fails with "Field too big for insn"
...
Backport-of: 3787ff8d1d
2024-01-17 20:31:43 +07:00
Gui Cao
db6d77286f
8320280: RISC-V: Avoid passing t0 as temp register to MacroAssembler::lightweight_lock/unlock
...
Backport-of: a6098e438d
2024-01-17 20:31:43 +07:00
Matthias Baesken
ae9bc810fe
8313616: support loading library members on AIX in os::dll_load
...
Reviewed-by: phh
Backport-of: 23fe2ece58
2024-01-17 20:31:42 +07:00
Erik Österlund
4cbdbd76e3
8310239: Add missing cross modifying fence in nmethod entry barriers
...
Backport-of: 4679e9aa00
2024-01-17 20:31:42 +07:00
Matthias Baesken
4a11ebcf53
8318587: refresh libraries cache on AIX in print_vm_info
...
Backport-of: cb383c05b2
2024-01-17 20:31:42 +07:00
Sandhya Viswanathan
bfb687d3a1
8318562: Computational test more than 2x slower when AVX instructions are used
...
Backport-of: 0881f2b0c4
2024-01-17 20:31:42 +07:00
Roman Marchenko
1644b1f94c
8319961: JvmtiEnvBase doesn't zero _ext_event_callbacks
...
Backport-of: 97ea5bf0ff
2024-01-17 20:31:41 +07:00
Sandhya Viswanathan
d86d172f37
8320209: VectorMaskGen clobbers rflags on x86_64
...
Backport-of: b05e69f789
2024-01-17 20:31:41 +07:00
Matthias Baesken
18c32c5757
8318957: enhance agentlib:jdwp help output by info about allow option
...
Backport-of: 53bb7cd415
2024-01-17 20:31:41 +07:00
Matthias Baesken
e7501eefe5
8318955: Add ReleaseIntArrayElements in Java_sun_awt_X11_XlibWrapper_SetBitmapShape XlbWrapper.c to early return
...
Backport-of: 81db1721d4
2024-01-17 20:31:41 +07:00
Matthias Baesken
1d52123510
8318591: avoid leaks in loadlib_aix.cpp reload_table()
...
Backport-of: 6d3cb459dc
2024-01-17 20:31:40 +07:00
Matthias Baesken
27c428335f
8318981: compiler/compilercontrol/TestConflictInlineCommands.java fails intermittent with 'disallowed by CompileCommand' missing from stdout/stderr
...
Backport-of: 88b9cdae8f
2024-01-17 20:31:40 +07:00
Christoph Langer
42b5a9fc9a
8306561: Possible out of bounds access in print_pointer_information
...
8319542: Fix boundaries of region to be tested with os::is_readable_range
Reviewed-by: mbaesken
Backport-of: d6ce62ebc0
2024-01-17 20:31:40 +07:00
Rajan Halade
333f6c3b5d
8319187: Add three eMudhra emSign roots
...
Backport-of: 0bda467f6e
2024-01-17 20:31:40 +07:00
Alexey Ivanov
1a89d6ceea
8316017: Refactor timeout handler in PassFailJFrame
...
Backport-of: 3abd772672
2024-01-17 20:31:39 +07:00
Aleksey Shipilev
7a8a68a665
8315545: C1: x86 cmove can use short branches
...
Backport-of: 6c821f5e1d
2024-01-17 20:31:39 +07:00
Aleksey Shipilev
70e800a278
8315554: C1: Replace "cmp reg, 0" with "test reg, reg" on x86
...
Backport-of: bd477810b1
2024-01-17 20:31:39 +07:00
Martin Doerr
e96bdac575
8316746: Top of lock-stack does not match the unlocked object
...
Backport-of: 7d8adfa855
2024-01-17 20:31:38 +07:00
Alexey Ivanov
81695d4d47
8316025: Use testUI() method of PassFailJFrame.Builder in FileChooserSymLinkTest.java
...
Backport-of: 7f47c51ace
2024-01-17 20:31:38 +07:00
Alexey Ivanov
0593574238
8294156: Allow PassFailJFrame.Builder to create test UI
...
Backport-of: 42b9ac8a07
2024-01-17 20:31:38 +07:00
Aleksey Shipilev
d3aaa4f656
8317834: java/lang/Thread/IsAlive.java timed out
...
Backport-of: 5522656af7
2024-01-17 20:31:38 +07:00
Aleksey Shipilev
3492e37ff4
8320053: GHA: Cross-compile gtest code
...
Backport-of: 77a6966114
2024-01-17 20:31:37 +07:00
Alexey Ivanov
459c4e7c63
8316003: Update FileChooserSymLinkTest.java to HTML instructions
...
Backport-of: c587211bf8
2024-01-17 20:31:37 +07:00
Alexey Ivanov
2e9206134f
8294158: HTML formatting for PassFailJFrame instructions
...
Backport-of: 14090ef603
2024-01-17 20:31:37 +07:00
Shivangi Gupta
0fc37fcdd7
8317039: Enable specifying the JDK used to run jtreg
...
8317807: JAVA_FLAGS removed from jtreg running in JDK-8317039
Reviewed-by: erikj
Backport-of: a250ae4d1b
2024-01-17 20:31:36 +07:00
Alexey Ivanov
65f81bb3ad
8313643: Update HarfBuzz to 8.2.2
...
8319268: Build failure with GCC8.3.1 after 8313643
Reviewed-by: prr, honkar
Backport-of: 2182c93689
2024-01-17 20:31:36 +07:00
Christoph Langer
1f69507f91
8318240: [AIX] Cleaners.java test failure
...
Backport-of: d4b761242d
2024-01-17 20:31:36 +07:00
Christoph Langer
f212871491
8313782: Add user-facing warning if THPs are enabled but cannot be used
...
Backport-of: dff99f7f3d
2024-01-17 20:31:35 +07:00
Christoph Langer
7d3b58b90f
8313781: Add regression tests for large page logging and user-facing error messages
...
Backport-of: abad0408e8
2024-01-17 20:31:35 +07:00
Robbin Ehn
5b72940547
8315195: RISC-V: Update hwprobe query for new extensions
...
Backport-of: 0d4cadb824
2024-01-17 20:31:35 +07:00
Rajan Halade
a9cc6da04e
8318759: Add four DigiCert root certificates
...
Backport-of: 0ea58048f9
2024-01-17 20:31:35 +07:00
Sergey Bylokhov
afff0fbd4b
8312191: ColorConvertOp.filter for the default destination is too slow
...
Backport-of: e5f05b5a96
2024-01-17 20:31:34 +07:00
Mandy Chung
316cfd37e8
8319436: Proxy.newProxyInstance throws NPE if loader is null and interface not visible from class loader
...
Backport-of: 8eb6f617b3
2024-01-17 20:31:34 +07:00
Stewart X Addison
7aa3212769
8319958: test/jdk/java/io/File/libGetXSpace.c does not compile on Windows 32-bit
...
Backport-of: 6a75c2406b
2024-01-17 20:31:34 +07:00
Amit Kumar
d12e1ffa65
8317581: [s390x] Multiple test failure with LockingMode=2
...
Backport-of: 839cb19ec2
2024-01-17 20:31:34 +07:00
Aleksey Shipilev
94d2c538dd
8316719: C2 compilation still fails with "bad AD file"
...
Backport-of: 1e687b4529
2024-01-17 20:31:33 +07:00
Rajat Mahajan
82fa7b0410
8316030: Update Libpng to 1.6.40
...
Backport-of: 158293d251
2024-01-17 20:31:33 +07:00
Fei Yang
e7329d5b87
8319184: RISC-V: improve MD5 intrinsic
...
Backport-of: fa331d7128
2024-01-17 20:31:33 +07:00
Goetz Lindenmaier
e071cdabf0
8319104: GtestWrapper crashes with SIGILL in AsyncLogTest::test_asynclog_raw on AIX opt
...
Reviewed-by: stuefe, jkern
Backport-of: 0b58bdec71
2024-01-17 20:31:33 +07:00
Man Cao
aad4880079
8312174: missing JVMTI events from vthreads parked during JVMTI attach
...
Backport-of: fda142ff6c
2024-01-17 20:31:32 +07:00
Matthias Baesken
b9ead6f141
8317603: Improve exception messages thrown by sun.nio.ch.Net native methods (win)
...
Backport-of: a9b41da9df
2024-01-17 20:31:32 +07:00
Amit Kumar
f373f20dbe
8316935: [s390x] Use consistent naming for lightweight locking in MacroAssembler
...
Backport-of: efb7e85ecf
2024-01-17 20:31:32 +07:00
Aleksey Shipilev
e721cc26f6
8318525: Atomic gtest should run as TEST_VM to access VM capabilities
...
Backport-of: 744f206fef
2024-01-17 20:31:31 +07:00
Aleksey Shipilev
d61a21786e
8315920: C2: "control input must dominate current control" assert failure
...
Backport-of: 4e1e579e8b
2024-01-17 20:31:31 +07:00
Aleksey Shipilev
25d06dc8a5
8316436: ContinuationWrapper uses unhandled nullptr oop
...
Backport-of: 292aad2c49
2024-01-17 20:31:31 +07:00
Jaikiran Pai
ab82d9c84f
8312433: HttpClient request fails due to connection being considered idle and closed
...
Backport-of: 486c7844f9
2024-01-17 20:31:30 +07:00
Martin Doerr
ef3492fce0
8310596: Utilize existing method frame::interpreter_frame_monitor_size_in_bytes()
...
Backport-of: 7fbad4cd5e
2024-01-17 20:31:30 +07:00
Pavel Rappo
157298c9f0
8319339: Internal error on spurious markup in a hybrid snippet
...
Reviewed-by: jjg
Backport-of: c9077b8b81
2024-01-17 20:31:30 +07:00
Matthias Baesken
92e8cfa583
8318961: increase javacserver connection timeout values and max retry attempts
...
Backport-of: b9983c7229
2024-01-17 20:31:30 +07:00
Thomas Stuefe
83d49e8d18
8319922: libCreationTimeHelper.so fails to link in JDK 21
...
Reviewed-by: sgehwolf
2024-01-17 20:31:29 +07:00
Thomas Stuefe
18dd1aa915
8319828: runtime/NMT/VirtualAllocCommitMerge.java may fail if mixing interpreted and compiled native invocations
...
Backport-of: 6b21ff61da
2024-01-17 20:31:29 +07:00
Aleksey Shipilev
725c15a627
8317507: C2 compilation fails with "Exceeded _node_regs array"
...
Backport-of: a5818972c1
2024-01-17 20:31:29 +07:00
Johannes Bechberger
edfc0afaee
8318736: com/sun/jdi/JdwpOnThrowTest.java failed with "transport error 202: bind failed: Address already in use"
...
Backport-of: 1a21c1a783
2024-01-17 20:31:29 +07:00
Liam Miller-Cushon
9afab6c7e8
8225377: type annotations are not visible to javac plugins across compilation boundaries
...
Backport-of: de6667cf11
2024-01-17 20:31:28 +07:00
Andrew Leonard
75abfa93e0
8317601: Windows build on WSL broken after JDK-8317340
...
Backport-of: bcc986b9d1
2024-01-17 20:31:28 +07:00
Amit Kumar
921ed065e2
8308479: [s390x] Implement alternative fast-locking scheme
...
Backport-of: 3fe6e0faca
2024-01-17 20:31:28 +07:00
Andrew Leonard
8c13ecedb2
8317340: Windows builds are not reproducible if MS VS compiler install path differs
...
Backport-of: 353d139682
2024-01-17 20:31:28 +07:00
Christian Hagedorn
696ac52df5
8314307: Improve loop handling
...
Reviewed-by: thartmann
Backport-of: afe46730e2405100ab2e016c8941264336aa807d
2024-01-17 20:31:27 +07:00
Frederic Thevenet
a98dabdf6c
8317510: Change Windows debug symbol files naming to avoid losing info when an executable and a library share the same name
...
Backport-of: d96f38b80c
2024-01-17 20:31:27 +07:00
Aleksey Shipilev
4f7257654f
8314191: C2 compilation fails with "bad AD file"
...
Backport-of: 969fcdb0de
2024-01-17 20:31:27 +07:00
Aleksey Shipilev
33ef6d8695
8316679: C2 SuperWord: wrong result, load should not be moved before store if not comparable
...
Reviewed-by: epeter, phh, thartmann
Backport-of: 48f1a925e5
2024-01-17 20:31:26 +07:00
Jayathirth D V
ab4df04dfb
8318951: Additional negative value check in JPEG decoding
...
Backport-of: 75ce02fe74
2024-01-17 20:31:26 +07:00
Alexey Ivanov
4161de1dbc
8294535: Add screen capture functionality to PassFailJFrame
...
Backport-of: dbb788f34d
2024-01-17 20:31:26 +07:00
Renjith Kannath Pariyangad
285ecf85d9
8301846: Invalid TargetDataLine after screen lock when using JFileChooser or COM library
...
Backport-of: 613a3cc689
2024-01-17 20:31:25 +07:00
Rajan Halade
22c01ed770
8317374: Add Let's Encrypt ISRG Root X2
...
Backport-of: e6f46a4326
2024-01-17 20:31:25 +07:00
Aleksey Shipilev
f176107ab9
8314580: PhaseIdealLoop::transform_long_range_checks fails with assert "was tested before"
...
Backport-of: 9def4538ab
2024-01-17 20:31:25 +07:00
Aleksey Shipilev
17d7fb4327
8318183: C2: VM may crash after hitting node limit
...
Backport-of: 31ef400f31
2024-01-17 20:31:25 +07:00
Aleksey Shipilev
04136e273b
8309209: C2 failed "assert(_stack_guard_state == stack_guard_reserved_disabled) failed: inconsistent state"
...
Reviewed-by: aph
Backport-of: 52ee570025
2024-01-17 20:31:24 +07:00
Aleksey Shipilev
389f36e373
8316645: RISC-V: Remove dependency on libatomic by adding cmpxchg 1b
...
8317335: Build on windows fails after 8316645
Reviewed-by: rehn
Backport-of: fb055e7e53
2024-01-17 20:31:24 +07:00
Aleksey Shipilev
94121b3a46
8316585: [REDO] runtime/InvocationTests spend a lot of time on dependency verification
...
Backport-of: 1e930db3c7
2024-01-17 20:31:24 +07:00
Evgeny Ignatenko
c295d9cd8f
8315362: NMT: summary diff reports threads count incorrectly
...
Reviewed-by: stuefe
Backport-of: 37aed6f46d
2024-01-17 20:31:24 +07:00
Evgeny Ignatenko
4cbb928253
8318474: Fix memory reporter for thread_count
...
Backport-of: 0baa9ecd76
2024-01-17 20:31:23 +07:00
Fei Yang
8bbe7e62b3
8319525: RISC-V: Rename *_riscv64.ad files to *_riscv.ad under riscv/gc
...
Backport-of: b2504a0f9c
2024-01-17 20:31:23 +07:00
Goetz Lindenmaier
2b4cceb479
8316461: Fix: make test outputs TEST SUCCESS after unsuccessful exit
...
Backport-of: e30e356442
2024-01-17 20:31:23 +07:00
Johannes Bechberger
5306cecc06
8317920: JDWP-agent sends broken exception event with onthrow option
...
Backport-of: 8f4ebd8921
2024-01-17 20:31:22 +07:00
Severin Gehwolf
c34812b166
8316304: (fs) Add support for BasicFileAttributes.creationTime() for Linux
...
Reviewed-by: phh
Backport-of: 0275efac88
2024-01-17 20:31:22 +07:00
Goetz Lindenmaier
0cf609d188
8315415: OutputAnalyzer.shouldMatchByLine() fails in some cases
...
Backport-of: 7b1e2bfe0f
2024-01-17 20:31:22 +07:00
Goetz Lindenmaier
4fa1f900a1
8314242: Update applications/scimark/Scimark.java to accept VM flags
...
Backport-of: 6bf4a33593
2024-01-17 20:31:22 +07:00
Andrew Leonard
d8ecce3b52
8286757: adlc tries to build with /pathmap but without /experimental:deterministic
...
Backport-of: 242eeaea47
2024-01-17 20:31:21 +07:00
Andrew Leonard
bd758e7284
8316648: jrt-fs.jar classes not reproducible between standard and bootcycle builds
...
Backport-of: 0f0c5b2d71
2024-01-17 20:31:21 +07:00
Calvin Cheung
17178ac505
8312434: SPECjvm2008/xml.transform with CDS fails with "can't seal package nu.xom"
...
Backport-of: 9f4a9fe488
2024-01-17 20:31:21 +07:00
Aleksey Shipilev
66d5254748
8316142: Enable parallelism in vmTestbase/nsk/monitoring/stress/lowmem tests
...
Backport-of: 4421951d8f
2024-01-17 20:31:20 +07:00
Martin Doerr
8f0c966914
8316659: assert(LockingMode != LM_LIGHTWEIGHT || flag == CCR0) failed: bad condition register
...
Backport-of: 6a4b665550
2024-01-17 20:31:20 +07:00
Tobias Hartmann
4f618c925e
8318889: C2: add bailout after assert Bad graph detected in build_loop_late
...
Backport-of: 83eb20651f
2024-01-17 20:31:20 +07:00
Frederic Thevenet
a64ae87dcc
8318669: Target OS detection in 'test-prebuilt' makefile target is incorrect when running on MSYS2
...
Backport-of: 202c0137b8
2024-01-17 20:31:20 +07:00
Matthias Baesken
51c12f79c7
8316411: compiler/compilercontrol/TestConflictInlineCommands.java fails intermittent with force inline by CompileCommand missing
...
Backport-of: e1870d360e
2024-01-17 20:31:19 +07:00
Matthias Baesken
738ae887e6
8318415: Adjust describing comment of os_getChildren after 8315026
...
Backport-of: 47bb1a1cef
2024-01-17 20:31:19 +07:00
Thomas Stuefe
d92d5d9b9d
8318089: Class space not marked as such with NMT when CDS is off
...
Backport-of: c0e154c876
2024-01-17 20:31:19 +07:00
Gui Cao
5a114d1b5b
8318953: RISC-V: Small refactoring for MacroAssembler::test_bit
...
Backport-of: 988e1dfe6e
2024-01-17 20:31:19 +07:00
Goetz Lindenmaier
5767001ef9
8161536: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java fails with ProviderException
...
Backport-of: 939d7c5d84
2024-01-17 20:31:18 +07:00
Goetz Lindenmaier
93de115d67
8301457: Code in SendPortZero.java is uncommented even after JDK-8236852 was fixed
...
Backport-of: 298dda4c98
2024-01-17 20:31:18 +07:00
Goetz Lindenmaier
1ad89ec994
8309778: java/nio/file/Files/CopyAndMove.java fails when using second test directory
...
Backport-of: cfae6ef2f6
2024-01-17 20:31:18 +07:00
Aleksey Shipilev
6dd7bb019a
8316414: C2: large byte array clone triggers "failed: malformed control flow" assertion failure on linux-x86
...
Backport-of: 0a3a925ad8
2024-01-17 20:31:18 +07:00
Aleksey Shipilev
0fe4d1a02e
8303737: C2: Load can bypass subtype check that enforces it's from the right object type
...
Backport-of: 52983ed529
2024-01-17 20:31:17 +07:00
Aleksey Shipilev
45937e3fdf
8315442: Enable parallelism in vmTestbase/nsk/monitoring/stress/thread tests
...
Backport-of: 9013b03244
2024-01-17 20:31:16 +07:00
Aleksey Shipilev
ada8866e53
8315774: Enable parallelism in vmTestbase/gc/g1/unloading tests
...
Backport-of: 825e0ed2a1
2024-01-17 20:31:16 +07:00
Aleksey Shipilev
5a6e543cf0
8315437: Enable parallelism in vmTestbase/nsk/monitoring/stress/classload tests
...
Backport-of: dd214d0f95
2024-01-17 20:31:16 +07:00
Rob McKenna
96cdbd5850
8301341: LinkedTransferQueue does not respect timeout for poll()
...
8300663: java/util/concurrent/SynchronousQueue/Fairness.java failed with "Error: fair=true i=0 j=1"
8267502: JDK-8246677 caused 16x performance regression in SynchronousQueue
Reviewed-by: alanb
Backport-of: 8d1ab57065
2024-01-17 20:31:16 +07:00
Aleksey Shipilev
5ddc631521
8312126: NullPointerException in CertStore.getCRLs after 8297955
...
Backport-of: 3c743cfea0
2024-01-17 20:31:15 +07:00
Aleksey Shipilev
975ee0b997
8314330: java/foreign tests should respect vm flags when start new processes
...
Backport-of: 7b28d3608a
2024-01-17 20:31:15 +07:00
Aleksey Shipilev
feaad1ec26
8295555: Primitive wrapper caches could be @Stable
...
Backport-of: f7de726bd3
2024-01-17 20:31:15 +07:00
Aleksey Shipilev
a2e5f00e9f
8318528: Rename TestUnstructuredLocking test
...
Backport-of: 3f446c5156
2024-01-17 20:31:15 +07:00
Aleksey Shipilev
b4e578da29
8318540: make test cannot run .jasm tests directly
...
Backport-of: bd02cfd96f
2024-01-17 20:31:14 +07:00
Aleksey Shipilev
40dd000216
8267509: Improve IllegalAccessException message to include the cause of the exception
...
Backport-of: 36314a90c1
2024-01-17 20:31:14 +07:00
Goetz Lindenmaier
382c027f3b
8318705: [macos] ProblemList java/rmi/registry/multipleRegistries/MultipleRegistries.java
...
Backport-of: 37c40a11a7
2024-01-17 20:31:14 +07:00
Sergey Bylokhov
dd7d7ea2f6
8315971: ProblemList containers/docker/TestMemoryAwareness.java on linux-all
...
Backport-of: eb37c7e361
2024-01-17 20:31:13 +07:00
pavel_kharskii
07058afc2f
8318137: Change milestone to fcs for all releases
...
Reviewed-by: coffeys, mvs, rreddy
2024-01-17 20:31:13 +07:00
Hannes Greule
322546b97b
8317692: jcmd GC.heap_dump performance regression after JDK-8292818
...
Backport-of: 8f5f44070a
2024-01-17 20:31:13 +07:00
Manukumar V S
4c44c4a6b3
8317751: ProblemList ConsumeForModalDialogTest.java, MenuItemActivatedTest.java & MouseModifiersUnitTest_Standard.java for windows
...
8317964: java/awt/Mouse/MouseModifiersUnitTest/MouseModifiersUnitTest_Standard.java fails on macosx-all after JDK-8317751
Reviewed-by: aivanov, dmarkov
Backport-of: f40ea5109e
2024-01-17 20:31:13 +07:00
Matthias Baesken
74c1583844
8317959: Check return values of malloc in native java.base coding
...
Backport-of: ff0b397e13
2024-01-17 20:31:12 +07:00
Matthias Baesken
9698262126
8038244: (fs) Check return value of malloc in Java_sun_nio_fs_AixNativeDispatcher_getmntctl()
...
Backport-of: 6d6c9008d5
2024-01-17 20:31:12 +07:00
Christoph Langer
2dfba52ee4
8310512: Cleanup indentation in jfc files
...
Backport-of: 3be50da636
2024-01-17 20:31:12 +07:00
Christoph Langer
eae9556217
8315706: com/sun/tools/attach/warnings/DynamicLoadWarningTest.java real fix for failure on AIX
...
Backport-of: 21c2dac159
2024-01-17 20:31:12 +07:00
Sergey Bylokhov
10fa52a22d
8316060: test/hotspot/jtreg/runtime/reflect/ReflectOutOfMemoryError.java may fail if heap is huge
...
Backport-of: bd52bbfa27
2024-01-17 20:31:11 +07:00
Rajan Halade
c5a78f220c
8317373: Add Telia Root CA v2
...
Backport-of: d3ebb4a155
2024-01-17 20:31:11 +07:00
Laurent Bourgès
837178c21b
8316741: BasicStroke.createStrokedShape miter-limits failing on small shapes
...
Backport-of: a876beb63d
2024-01-17 20:31:11 +07:00
Aleksey Shipilev
baa3e01efd
8312592: New parentheses warnings after HarfBuzz 7.2.0 update
...
Backport-of: ea067fc3d2
2024-01-17 20:31:10 +07:00
Aleksey Shipilev
515c9d3820
8316778: test hprof lib: invalid array element type from JavaValueArray.elementSize
...
Backport-of: f7deaf4bef
2024-01-17 20:31:10 +07:00
Aleksey Shipilev
cc3ac70fbb
8315088: C2: assert(wq.size() - before == EMPTY_LOOP_SIZE) failed: expect the EMPTY_LOOP_SIZE nodes of this body if empty
...
Backport-of: fe4f90021f
2024-01-17 20:31:10 +07:00
Aleksey Shipilev
d42ceb6d14
8315869: UseHeavyMonitors not used
...
Reviewed-by: phh
Backport-of: 3301fb1e8a
2024-01-17 20:31:10 +07:00
Tobias Hartmann
d79b950b37
8314468: Improve Compiler loops
...
Reviewed-by: jwilhelm, epeter
Backport-of: 86e71472aefc26175cfc00d44f255f64893e477b
2024-01-17 20:31:09 +07:00
Matthias Baesken
24352fc713
8316894: make test TEST="jtreg:test/jdk/..." fails on AIX
...
Backport-of: 29348b3cf6
2024-01-17 20:31:09 +07:00
Thomas Stuefe
657092791a
8317987: C2 recompilations cause high memory footprint
...
Backport-of: c88b387881
2024-01-17 20:31:09 +07:00
Alexey Ivanov
fa4afa1d08
8314246: javax/swing/JToolBar/4529206/bug4529206.java fails intermittently on Linux
...
Backport-of: 808bb1f7bc
2024-01-17 20:31:09 +07:00
Aleksey Shipilev
41a080470d
8316880: AArch64: "stop: Header is not fast-locked" with -XX:-UseLSE since JDK-8315880
...
Reviewed-by: aph
Backport-of: b6a97c0780
2024-01-17 20:31:08 +07:00
Ludvig Janiuk
90089dd3e4
8317327: Remove JT_JAVA dead code in jib-profiles.js
...
Reviewed-by: ihse
2024-01-17 20:31:08 +07:00
Archie Cobbs
ad721336d6
8317818: Combinatorial explosion during 'this' escape analysis
...
Backport-of: 17535c34bc
2024-01-17 20:31:08 +07:00
Aleksey Shipilev
8f07717a0d
8316181: Move the fast locking implementation out of the .ad files
...
Backport-of: b48dbf6bfa
2024-01-17 20:31:07 +07:00
Aleksey Shipilev
fafbcf231f
8316396: Endless loop in C2 compilation triggered by AddNode::IdealIL
...
Reviewed-by: thartmann
Backport-of: b0d6c8472f
2024-01-17 20:31:07 +07:00
Aleksey Shipilev
3366f2cb2a
8316735: Print LockStack in hs_err files
...
Backport-of: 20ff603108
2024-01-17 20:31:07 +07:00
Rajan Halade
bd275d0bb7
8268916: Tests for AffirmTrust roots
...
Backport-of: 8c1bb2b280
2024-01-17 20:31:07 +07:00
Aleksey Shipilev
16831cb9de
8316958: Add test for unstructured locking
...
Backport-of: bcafec54a5
2024-01-17 20:31:06 +07:00
Aleksey Shipilev
05994467b8
8317262: LockStack::contains(oop) fails "assert(t->is_Java_thread()) failed: incorrect cast to JavaThread"
...
Backport-of: 4ea1b99c1a
2024-01-17 20:31:06 +07:00
Aleksey Shipilev
c36cede7f4
8295068: SSLEngine throws NPE parsing CertificateRequests
...
Backport-of: 5667afc362
2024-01-17 20:31:06 +07:00
Aleksey Shipilev
7171e21d5b
8309663: test fails "assert(check_alignment(result)) failed: address not aligned: 0x00000008baadbabe"
...
Backport-of: 83edffa608
2024-01-17 20:31:06 +07:00
Aleksey Shipilev
288accdd76
8316929: Shenandoah: Shenandoah degenerated GC and full GC need to cleanup old OopMapCache entries
...
Backport-of: e25121d1d9
2024-01-17 20:31:05 +07:00
Archie Cobbs
5e1defce38
8317336: Assertion error thrown during 'this' escape analysis
...
Backport-of: a8473b7079
2024-01-17 20:31:05 +07:00
Christoph Langer
343d49a4a1
8317803: Exclude java/net/Socket/asyncClose/Race.java on AIX
...
Backport-of: 1161e3da14
2024-01-17 20:31:05 +07:00
Christoph Langer
2288ef2372
8219652: [aix] Tests failing with JNI attach problems.
...
8317136: [AIX] Problem List runtime/jni/terminatedThread/TestTerminatedThread.java
8317790: Fix Bug entry for exclusion of runtime/jni/terminatedThread/TestTerminatedThread.java on AIX
Reviewed-by: mbaesken
Backport-of: 0b0f8b55a6
2024-01-17 20:31:04 +07:00
Christoph Langer
05575afcb4
8312078: [PPC] JcmdScale.java Failing on AIX
...
Backport-of: c1a3f143bf
2024-01-17 20:31:04 +07:00
Christoph Langer
7a6043978f
8317839: Exclude java/nio/channels/Channels/SocketChannelStreams.java on AIX
...
Backport-of: ca96fd3b07
2024-01-17 20:31:04 +07:00
Christoph Langer
6aaa8f6317
8311261: [AIX] TestAlwaysPreTouchStacks.java fails due to java.lang.RuntimeException: Did not find expected NMT output
...
Backport-of: d5c6b0d0bb
2024-01-17 20:31:04 +07:00
Rajan Halade
d670dfaa46
8317967: Enhance test/jdk/javax/net/ssl/TLSCommon/SSLEngineTestCase.java to handle default cases
...
Reviewed-by: mullan
Backport-of: 9728e21db1
2024-01-17 20:31:03 +07:00
Matthias Baesken
1db2f3f6ab
8312467: relax the builddir check in make/autoconf/basic.m4
...
Backport-of: 6e3cc131da
2024-01-17 20:31:03 +07:00
Thomas Stuefe
9edda54114
8317772: NMT: Make peak values available in release builds
...
Backport-of: 32ccf018eb
2024-01-17 20:31:03 +07:00
Aleksey Shipilev
d93d3ffb3b
8315062: [GHA] get-bootjdk action should return the abolute path
...
Backport-of: 99ea8bf2b9
2024-01-17 20:31:03 +07:00
Aleksey Shipilev
bb3ffeb6fa
8315960: test/jdk/java/io/File/TempDirDoesNotExist.java leaves test files behind
...
Reviewed-by: bpb
Backport-of: 373cdf257d
2024-01-17 20:31:02 +07:00
Aleksey Shipilev
a8cebab762
8317294: Classloading throws exceptions over already pending exceptions
...
Backport-of: d4c904d819
2024-01-17 20:31:02 +07:00
Daniel Fuchs
6d3817401f
8317736: Stream::handleReset locks twice
...
Backport-of: 508fa71753
2024-01-17 20:31:02 +07:00
Joachim Kern
961b6cd349
8315026: ProcessHandle implementation listing processes on AIX should use getprocs64
...
Backport-of: 4d9042043e
2024-01-17 20:31:02 +07:00
Prajwal Kumaraswamy
8fb85525ab
8316976: Improve signature handling
...
Backport-of: ed1269b7410759e8fa0d97d85328f20d11ae8d9a
2024-01-17 20:31:01 +07:00
Christoph Langer
b536370c18
8317705: ProblemList sun/tools/jstat/jstatLineCountsX.sh on linux-ppc64le and aix due to JDK-8248691
...
Backport-of: ad6dce376d
2024-01-17 20:31:01 +07:00
Christoph Langer
79761e4a71
8317711: Exclude gtest/GTestWrapper.java on AIX
...
Backport-of: ef41aa02b8
2024-01-17 20:31:01 +07:00
Christoph Langer
2c0a95a51f
8317706: Exclude java/awt/Graphics2D/DrawString/RotTransText.java on linux
...
Backport-of: fcff222f92
2024-01-17 20:31:01 +07:00
Ludvig Janiuk
a584dec284
8316906: Clarify TLABWasteTargetPercent flag
...
Backport-of: 77fac0f4c6
2024-01-17 20:31:00 +07:00
Aleksey Shipilev
e4b9ec73c6
8316418: containers/docker/TestMemoryWithCgroupV1.java get OOM killed with Parallel GC
...
Backport-of: 7352bb9105
2024-01-17 20:31:00 +07:00
Goetz Lindenmaier
7e9b407cd1
8309974: some JVMCI tests fail when VM options include -XX:+EnableJVMCI
...
Backport-of: 8b4af46be4
2024-01-17 20:31:00 +07:00
Goetz Lindenmaier
f89b59ed8f
8232839: JDI AfterThreadDeathTest.java failed due to "FAILED: Did not get expected IllegalThreadStateException on a StepRequest.enable()"
...
Backport-of: 84184f9473
2024-01-17 20:30:59 +07:00
Brian Burkhalter
eafcc264c1
8313368: (fc) FileChannel.size returns 0 on block special files
...
Backport-of: 4ba81f631f
2024-01-17 20:30:59 +07:00
Aleksey Shipilev
04185b9f87
8314120: Add tests for FileDescriptor.sync
...
Backport-of: 2e8a0ab272
2024-01-17 20:30:59 +07:00
Aleksey Shipilev
635786a69e
8316130: Incorrect control in LibraryCallKit::inline_native_notify_jvmti_funcs
...
Backport-of: 4b65483921
2024-01-17 20:30:59 +07:00
Aleksey Shipilev
94b8efda04
8316337: (bf) Concurrency issue in DirectByteBuffer.Deallocator
...
Backport-of: cf74b8c2a3
2024-01-17 20:30:58 +07:00
Aleksey Shipilev
60f1193954
8316179: Use consistent naming for lightweight locking in MacroAssembler
...
Backport-of: 639ba13c4b
2024-01-17 20:30:58 +07:00
Aleksey Shipilev
f48301bdba
8315942: Sort platform enums and definitions after JDK-8304913 follow-ups
...
Backport-of: 1941290b79
2024-01-17 20:30:58 +07:00
Matthias Baesken
099d9b1635
8314883: Java_java_util_prefs_FileSystemPreferences_lockFile0 write result errno in missing case
...
Backport-of: 97b94cb1cd
2024-01-17 20:30:57 +07:00
Matthias Baesken
262217e14b
8315499: build using devkit on Linux ppc64le RHEL puts path to devkit into libsplashscreen
...
Backport-of: ed2b4673de
2024-01-17 20:30:57 +07:00
Matthias Baesken
6a42d8d3eb
8312612: handle WideCharToMultiByte return values
...
Backport-of: d9559f9b24
2024-01-17 20:30:57 +07:00
Matthias Baesken
4953f49087
8316671: sun/security/ssl/SSLSocketImpl/SSLSocketCloseHang.java test fails intermittent with Read timed out
...
Backport-of: 1f7dfda705
2024-01-17 20:30:57 +07:00
Aleksey Shipilev
d49fb1f141
8313656: assert(!JvmtiExport::can_support_virtual_threads()) with -XX:-DoJVMTIVirtualThreadTransitions
...
Backport-of: b38bcae1ba
2024-01-17 20:30:57 +07:00
Zdenek Zambersky
065f1c80be
8316540: StoreReproducibilityTest fails on some locales
...
Backport-of: f7578e8048
2024-01-17 20:30:56 +07:00
Soumadipta Roy
a89d6ed2e5
8315683: Parallelize java/util/concurrent/tck/JSR166TestCase.java
...
Backport-of: 4415261688
2024-01-17 20:30:56 +07:00
Soumadipta Roy
8f565773ef
8315937: Enable parallelism in vmTestbase/nsk/stress/numeric tests
...
Backport-of: eb1f67b160
2024-01-17 20:30:56 +07:00
Soumadipta Roy
832b7162f7
8315766: Parallelize gc/stress/TestStressIHOPMultiThread.java test
...
Backport-of: edd454b502
2024-01-17 20:30:55 +07:00
Brian Burkhalter
6aa7c2e2f6
8316156: ByteArrayInputStream.transferTo causes MaxDirectMemorySize overflow
...
Backport-of: 5cacf212f0
2024-01-17 20:30:55 +07:00
Aleksey Shipilev
8c4ebd381d
8314551: More generic way to handshake GC threads with monitor deflation
...
Reviewed-by: rkennke
Backport-of: 31c4e03d5d
2024-01-17 20:30:55 +07:00
Christoph Langer
ac3614fd56
8316710: Exclude java/awt/font/Rotate/RotatedTextTest.java
...
Backport-of: ad6df41a9e
2024-01-17 20:30:55 +07:00
Aleksei Voitylov
17dd9524cd
8316879: RegionMatches1Tests fails if CompactStrings are disabled after JDK-8302163
...
Backport-of: cfcbfc6cae
2024-01-17 20:30:54 +07:00
Ilya Gavrilin
7cc20a9141
8313779: RISC-V: use andn / orn in the MD5 instrinsic
...
Backport-of: 4726960fcd
2024-01-17 20:30:54 +07:00
Aleksey Shipilev
ac8e6035aa
8316514: Better diagnostic header for VtableStub
...
Backport-of: 6c61bc1950
2024-01-17 20:30:54 +07:00
Ludovic Henry
b7f4a135f4
8316859: RISC-V: Disable detection of V through HWCAP
...
Backport-of: 311c7461c8
2024-01-17 20:30:54 +07:00
Robbin Ehn
6ff3f30826
8316566: RISC-V: Zero extended narrow oop passed to Atomic::cmpxchg
...
Backport-of: 2d154fcd0d
2024-01-17 20:30:53 +07:00
Goetz Lindenmaier
4a8ced14f3
8312440: assert(cast != nullptr) failed: must have added a cast to pin the node
...
Backport-of: 01e135c910
2024-01-17 20:30:53 +07:00
Goetz Lindenmaier
37fc05292c
8301247: JPackage app-image exe launches multiple exe's in JDK 17+
...
Backport-of: dcea9bf087
2024-01-17 20:30:53 +07:00
Goetz Lindenmaier
5d00ee3eb0
8315377: C2: assert(u->find_out_with(Op_AddP) == nullptr) failed: more than 2 chained AddP nodes?
...
Backport-of: ba1a46392f
2024-01-17 20:30:52 +07:00
Goetz Lindenmaier
58f20e3f78
8308103: Massive (up to ~30x) increase in C2 compilation time since JDK 17
...
Backport-of: c6ab9c2905
2024-01-17 20:30:52 +07:00
Goetz Lindenmaier
af16c4ab8f
8301489: C1: ShortLoopOptimizer might lift instructions before their inputs
...
Backport-of: 73d7aa1d2c
2024-01-17 20:30:52 +07:00
Vladimir Kempik
135b25c026
8317257: RISC-V: llvm build broken
...
Reviewed-by: fyang
Backport-of: bd7bb67d8f
2024-01-17 20:30:52 +07:00
Fei Yang
de3f9526c1
8316743: RISC-V: Change UseVectorizedMismatchIntrinsic option result to warning
...
Backport-of: 750da00129
2024-01-17 20:30:51 +07:00
Saravana Kumar Vijayasekaran
95d358c631
8317439: Updating RE Configs for BUILD REQUEST 21.0.2+1
...
Reviewed-by: robm
2024-01-17 20:30:51 +07:00
Coleen Phillimore
901f93f5c3
8317331: Solaris build failed with "declaration can not follow a statement (E_DECLARATION_IN_CODE)"
...
Backport-of: 852276d1f833d49802693f2a5a82ba6eb2722de6
2024-01-17 20:30:51 +07:00
Coleen Phillimore
c4d876876b
8314295: Enhance verification of verifier
...
Reviewed-by: dholmes, poonam, dlong
2024-01-17 20:30:51 +07:00
Gui Cao
6a7f65ca25
8316933: RISC-V: compiler/vectorapi/VectorCastShape128Test.java fails when using RVV
...
Backport-of: e39197ec62
2024-01-17 20:30:50 +07:00
Matthias Baesken
68b12a6b70
8316341: sun/security/pkcs11/PKCS11Test.java needs adjustment on Linux ppc64le Ubuntu 22
...
Backport-of: aa0ebeedb1
2024-01-17 20:30:50 +07:00
Manukumar V S
0ea8abdb20
8315606: Open source few swing text/html tests
...
Backport-of: 4127fbb9ed
2024-01-17 20:30:50 +07:00
Soumadipta Roy
77b781dd38
8315770: serviceability/sa/TestJmapCoreMetaspace.java should run with -XX:-VerifyDependencies
...
Backport-of: 877731d2a2
2024-01-17 20:30:49 +07:00
Man Cao
09ec05318a
8316468: os::write incorrectly handles partial write
...
Backport-of: 7ce5bd1590
2024-01-17 20:30:49 +07:00
Alexey Ivanov
fb095de54e
8316206: Test StretchedFontTest.java fails for Baekmuk font
...
Ignore broken fonts, i.e. the fonts for which
GlyphVector(TEXT).getVisualBounds().isEmpty() returns true
Backport-of: 00f585bd22
2024-01-17 20:30:49 +07:00
Matthias Baesken
752b671e6c
8313575: Refactor PKCS11Test tests
...
Backport-of: 7a08e6bdd6
2024-01-17 20:30:49 +07:00
Ludvig Janiuk
e20408eff3
8316199: Remove sun/tools/jstatd/TestJstatd* tests from problemlist for Windows.
...
Reviewed-by: coffeys, kevinw
Backport-of: 903b9e8dd9
2024-01-17 20:30:48 +07:00
Ludvig Janiuk
e71b59d7ab
8314476: TestJstatdPortAndServer.java failed with "java.rmi.NoSuchObjectException: no such object in table"
...
Reviewed-by: kevinw
Backport-of: 1d0250709a
2024-01-17 20:30:48 +07:00
Matthias Baesken
0f66010cfb
8313252: Java_sun_awt_windows_ThemeReader_paintBackground release resources in early returns
...
Backport-of: 3671d83c87
2024-01-17 20:30:48 +07:00
Matthias Baesken
85be5f6d67
8313164: src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp GetRGBPixels adjust releasing of resources
...
Backport-of: b7545a69a2
2024-01-17 20:30:48 +07:00
Matthias Baesken
cee0e157c9
8315213: java/lang/ProcessHandle/TreeTest.java test enhance output of children
...
Backport-of: f3aeb024d9
2024-01-17 20:30:47 +07:00
Rajat Mahajan
f5d991027b
8294427: Check boxes and radio buttons have rendering issues on Windows in High DPI env
...
Backport-of: a63afa4aa6
2024-01-17 20:30:47 +07:00
Ilya Gavrilin
bba4c1fc3c
8313322: RISC-V: implement MD5 intrinsic
...
Backport-of: b093880acd
2024-01-17 20:30:47 +07:00
Aleksey Shipilev
0ca0d13821
8314045: ArithmeticException in GaloisCounterMode
...
Backport-of: f41c267f85
2024-01-17 20:30:47 +07:00
Aleksey Shipilev
9098c29c39
8316178: Better diagnostic header for CodeBlobs
...
Backport-of: d575968b4b
2024-01-17 20:30:46 +07:00
Rajan Halade
77c5d9958c
8308592: Framework for CA interoperability testing
...
Reviewed-by: mullan
Backport-of: da57d2a1eb
2024-01-17 20:30:46 +07:00
Aleksey Shipilev
e7f06a4413
8315578: PPC builds are broken after JDK-8304913
...
Backport-of: 9559e035d2
2024-01-17 20:30:46 +07:00
Aggelos Biboudis
4cdbfbeaff
8314632: Intra-case dominance check fails in the presence of a guard
...
Backport-of: 81f8c57e4a
2024-01-17 20:30:45 +07:00
Aggelos Biboudis
acc02b63c5
8314226: Series of colon-style fallthrough switch cases with guards compiled incorrectly
...
Backport-of: 3b0a6d2a68
2024-01-17 20:30:45 +07:00
Daniel Fuchs
fdf56a1704
8316031: SSLFlowDelegate should not log from synchronized block
...
Backport-of: dc5ca1d379
2024-01-17 20:30:45 +07:00
Christoph Langer
f45312b595
8316400: Exclude jdk/jfr/event/runtime/TestResidentSetSizeEvent.java on AIX
...
Backport-of: 2e2d49c76d
2024-01-17 20:30:45 +07:00
Christoph Langer
face1e4874
8316387: Exclude more failing multicast tests on AIX after JDK-8315651
...
8316399: Exclude java/net/MulticastSocket/Promiscuous.java on AIX
Reviewed-by: mbaesken
Backport-of: e62419823a
2024-01-17 20:30:44 +07:00
Christoph Langer
236d547320
8315651: Stop hiding AIX specific multicast socket errors via NetworkConfiguration (aix)
...
Backport-of: e22eb06a3b
2024-01-17 20:30:44 +07:00
Andreas Steiner
f91d47f8b3
8313244: NM flags handling in configure process
...
Backport-of: 12326770dc
2024-01-17 20:30:44 +07:00
Aleksey Shipilev
4e6c47a5a3
8315579: SPARC64 builds are broken after JDK-8304913
...
Backport-of: cfc148930b
2024-01-17 20:30:44 +07:00
Matthias Baesken
13857d3cd3
8313206: PKCS11 tests silently skip execution
...
Backport-of: 515add88ed
2024-01-17 20:30:43 +07:00
Chad Rakoczy
3fc92def68
8311813: C1: Uninitialized PhiResolver::_loop field
...
Backport-of: 489a32fe40
2024-01-17 20:30:43 +07:00
Matthias Baesken
7752965dfc
8315644: increase timeout of sun/security/tools/jarsigner/Warning.java
...
Backport-of: 8bbebbba8f
2024-01-17 20:30:43 +07:00
Matthias Baesken
a9f34f3850
8316123: ProblemList serviceability/dcmd/gc/RunFinalizationTest.java on AIX
...
Backport-of: 36552e7193
2024-01-17 20:30:43 +07:00
Elif Aslan
75c90691e3
8311514: Incorrect regex in TestMetaSpaceLog.java
...
Backport-of: 9084b6c9d5
2024-01-17 20:30:42 +07:00
Sean Coffey
939eae1fab
8316087: Test SignedLoggerFinderTest.java is still failing
...
Backport-of: ff240a9135
2024-01-17 20:30:42 +07:00
Sean Coffey
753785788b
8315696: SignedLoggerFinderTest.java test failed
...
Backport-of: e409d07ae8
2024-01-17 20:30:42 +07:00
Sean Coffey
88f129f26c
8314263: Signed jars triggering Logger finder recursion and StackOverflowError
...
Backport-of: 7daae1fb42
2024-01-17 20:30:41 +07:00
Aleksey Shipilev
9b5cda510c
8299614: Shenandoah: STW mark should keep nmethod/oops referenced from stack chunk alive
...
Backport-of: ece9bdfc83
2024-01-17 20:30:41 +07:00
Gui Cao
d062ffd38d
8315931: RISC-V: xxxMaxVectorTestsSmokeTest fails when using RVV
...
Backport-of: 4070829ae5
2024-01-17 20:30:41 +07:00
Rob McKenna
dca4cbcaec
8315702: jcmd Thread.dump_to_file slow with millions of virtual threads
...
Backport-of: 3c258ac907
2024-01-17 20:30:41 +07:00
Rob McKenna
c626930ca7
8314759: VirtualThread.parkNanos timeout adjustment when pinned should be replaced
...
Backport-of: d9fc6b6933
2024-01-17 20:30:40 +07:00
Rob McKenna
9d9042a047
8312166: (dc) DatagramChannel's socket adaptor does not release carrier thread when blocking in receive
...
Backport-of: 028068a655
2024-01-17 20:30:40 +07:00
Rob McKenna
f5753ba95e
8309545: Thread.interrupted from virtual thread needlessly resets interrupt status
...
Backport-of: 97df6cf55a
2024-01-17 20:30:40 +07:00
Aleksey Shipilev
633c0070f0
8316113: Infinite permission checking loop in java/net/spi/InetAddressResolverProvider/RuntimePermissionTest
...
Backport-of: 947dee7f2d
2024-01-17 20:30:40 +07:00
Matthias Baesken
9474939f15
8314121: test tools/jpackage/share/RuntimePackageTest.java#id0 fails on RHEL8
...
Backport-of: 8107eab3c0
2024-01-17 20:30:39 +07:00
Aleksey Shipilev
af543a91bd
8308452: Extend internal Architecture enum with byte order and address size
...
8310982: jdk/internal/util/ArchTest.java fails after JDK-8308452 failed with Method isARM()
Backport-of: d6dd0dc3e0
2024-01-17 20:30:39 +07:00
Matthias Baesken
cb2ee2b0ac
8315751: RandomTestBsi1999 fails often with timeouts on Linux ppc64le
...
Backport-of: 9887cd8adc
2024-01-17 20:30:39 +07:00
Joachim Kern
083534f827
8313873: java/nio/channels/DatagramChannel/SendReceiveMaxSize.java fails on AIX due to small default RCVBUF size and different IPv6 Header interpretation
...
Backport-of: 486fa08d4b
2024-01-17 20:30:38 +07:00
Jan Lahoda
38570fc4c4
8313792: Verify 4th party information in src/jdk.internal.le/share/legal/jline.md
...
Backport-of: 87a6acbeee
2024-01-17 20:30:38 +07:00
Christoph Langer
b6e2412226
8314094: java/lang/ProcessHandle/InfoTest.java fails on Windows when run as user with Administrator privileges
...
Backport-of: 69c9ec92d0
2024-01-17 20:30:38 +07:00
William Kemper
3a8248a466
8314935: Shenandoah: Unable to throw OOME on back-to-back Full GCs
...
Backport-of: 716201c77d
2024-01-17 20:30:38 +07:00
Jan Lahoda
1834eb285b
8315735: VerifyError when switch statement used with synchronized block
...
Backport-of: 726c9c977d
2024-01-17 20:30:37 +07:00
Sidraya Jayagond
7641d0e7fe
8311630: [s390] Implementation of Foreign Function & Memory API (Preview)
...
Backport-of: ec1f7a8480
2024-01-17 20:30:37 +07:00
Matthias Baesken
44bceadabc
8311631: When multiple users run tools/jpackage/share/LicenseTest.java, Permission denied for writing /var/tmp/*.files
...
Reviewed-by: asemenyuk
Backport-of: fac9f88c52
2024-01-17 20:30:37 +07:00
Matthias Baesken
fcc0fb20e4
8311938: Add default cups include location for configure on AIX
...
Backport-of: c4b8574b94
2024-01-17 20:30:37 +07:00
Andreas Steiner
9955e14f83
8312466: /bin/nm usage in AIX makes needs -X64 flag
...
Backport-of: 44576a7cca
2024-01-17 20:30:36 +07:00
Matthias Baesken
d7b4ecaca2
8315214: Do not run sun/tools/jhsdb tests concurrently
...
Backport-of: 1e7e2bcf35
2024-01-17 20:30:36 +07:00
Rajat Mahajan
cf44290faa
8311585: Add JRadioButtonMenuItem to bug8031573.java
...
Backport-of: 4f90abaf17
2024-01-17 20:30:36 +07:00
Christian Stein
f3cd8f0ea2
8315863: [GHA] Update checkout action to use v4
...
Backport-of: b74805d383
2024-01-17 20:30:36 +07:00
Terry Chow
8abdd092e0
8308593: Add KEEPALIVE Extended Socket Options Support for Windows
...
Backport-of: f3ade388da
2024-01-17 20:30:35 +07:00
Aleksey Shipilev
726ec03261
8315549: CITime misreports code/total nmethod sizes
...
Reviewed-by: kvn
Backport-of: ab12c5d32f
2024-01-17 20:30:35 +07:00
Vladimir Kempik
747b5e486a
8315612: RISC-V: intrinsic for unsignedMultiplyHigh
...
Backport-of: 5d3fdc1750
2024-01-17 20:30:35 +07:00
Robbin Ehn
a5ec8ea70a
8315206: RISC-V: hwprobe query is_set return wrong value
...
Backport-of: 876a725af9
2024-01-17 20:30:35 +07:00
Jan Lahoda
34d982cc74
8315452: Erroneous AST missing modifiers for partial input
...
Reviewed-by: asotona, vromero
Backport-of: 84425a6290
2024-01-17 20:30:34 +07:00
Aleksey Shipilev
2046a7ef84
8314495: Update to use jtreg 7.3.1
...
Reviewed-by: phh
Backport-of: c50315de8f
2024-01-17 20:30:34 +07:00
Mandy Chung
774dfe48bc
8315383: jlink SystemModulesPlugin incorrectly parses the options
...
8311591: Add SystemModulesPlugin test case that splits module descriptors with new local variables defined by DedupSetBuilder
Reviewed-by: phh
Backport-of: ea5aa61c8c
2024-01-17 20:30:34 +07:00
Aleksey Shipilev
fe45b485a6
8313167: Update to use jtreg 7.3
...
Backport-of: 9c6eb67e85
2024-01-17 20:30:33 +07:00
Rob McKenna
1fd6998976
8315688: Update jdk21u fix version to 21.0.2
...
Reviewed-by: mdoerr, coffeys
2024-01-17 20:29:41 +07:00
Christian Hagedorn
76cda3c028
8313760: [REDO] Enhance AES performance
...
Co-authored-by: Andrew Haley <aph@openjdk.org >
Reviewed-by: adinn, sviswanathan, rhalade, kvn, dlong
Backport-of: 49ddb19972
2024-01-17 20:29:12 +07:00
Christian Hagedorn
6442e93489
8313756: [BACKOUT] 8308682: Enhance AES performance
...
Backport-of: 207bd00c51
2024-01-17 20:29:11 +07:00
Ramesh Bhagavatam Gangadhar
25d4eb8016
8309305: sun/security/ssl/SSLSocketImpl/BlockedAsyncClose.java fails with jtreg test timeout
...
Reviewed-by: ssahoo
Backport-of: 8042a50b99
2024-01-17 20:29:11 +07:00
pavel_kharskii
67af6b32d5
8311681: Update the Jan CPU24_01 release date in master branch after forking Oct CPU23_10
...
Reviewed-by: coffeys
2024-01-17 20:29:11 +07:00
Ravi Reddy
d6fe8dcc84
8311680: Update the release version after forking Oct CPU23_10
...
Reviewed-by: robm
2024-01-17 20:29:11 +07:00
Sean Mullan
07165405a7
8308204: Enhanced certificate processing
...
Reviewed-by: jnimeh
Backport-of: ef0ea85bf1398b73bd308ba2b395c917b449aa3b
2024-01-17 20:29:10 +07:00
Vitaly Provodin
25d6e5c49f
update exclude list on results of 21.0.1_b334.1 test runs
2024-01-17 20:25:38 +07:00
Dmitry Batrak
3cadc16ca0
JBR-6449 Introduce FontMetricsAccessor into JBR API
...
JBRE-MR-368
(cherry picked from commit f0d5a907ac )
2024-01-16 14:03:14 +02:00
Nikita Gubarkov
53f674d581
JBR-5837 retrieve up-to-date default screen device in FullscreenWindowProps test.
...
Calling setDisplayMode() or setFullScreenWindow() may cause display reconfiguration.
2024-01-12 18:05:10 +01:00
Dmitrii Morskii
477e644815
JBR-3098 move repaintPeer event from AppKit thread to EDT on macos
2024-01-12 17:31:02 +01:00
bourgesl
e05cf112f0
JBR-6505: removed extra setNeedDisplay() in startRedrawIfNeeded() to restore JavaDraw performance (more frames rendered than real vsync FPS)
...
(cherry picked from commit be91bc02530ff56c9a706f3851c003d9c1722a80)
2024-01-12 15:50:24 +01:00
Nikita Gubarkov
2790cd8b0b
JBR-6264 Improved coordinate conversion in XWayland mode
2024-01-12 15:23:14 +01:00
Vitaly Provodin
45ba91253c
update exclude list on results of 21.0.1_b331.1 test runs
2024-01-12 10:49:12 +07:00
Alexander Lobas
2ab60edd40
Merge pull request #265 from alexander-lobas/jbr21
...
Update AWTWindow.m
2024-01-11 20:42:34 +03:00
Alexander Lobas
2da0b35360
Update AWTWindow.m
...
Fix typo mistake
2024-01-11 20:40:44 +03:00
Dmitry Batrak
6f0fc2cc8f
JBR-2651 jb/java/awt/Focus/PopupIncomingFocusTest.java intermittently fails by java.util.concurrent.TimeoutException
...
further attempt to stabilize test
(cherry picked from commit 50933cd23e )
(cherry picked from commit 6d2017b6a3fe9161810f2d4a550454da989ead41)
2024-01-05 12:11:47 +02:00
Maxim Kartashev
d8f2bdb21f
JBR-6452 Wayland: avoid copying entire surface buffers
2024-01-03 18:28:01 +04:00
Vitaly Provodin
f132a9597f
update exclude list on results of 21.0.1_b327 test runs
2024-01-03 11:05:37 +07:00
Vitaly Provodin
4f77d022aa
update exclude list on results of 21.0.1_b325.2 test runs
2024-01-03 04:52:48 +07:00
Maxim Kartashev
21062b021e
JBR-6452 Wayland: measure and improve surface buffer management
...
Improved rendering performance by
* reducing memory copy and making it more efficient,
* tying the next frame display to the frame event from Wayland,
which dramatically reduces load for very quick Swing apps,
* limiting the number of buffers to 2.
2023-12-28 17:13:47 +04:00
Vitaly Provodin
7c4782fcf0
update exclude list on results of 21.0.1_b321.2 test runs
2023-12-28 18:09:30 +07:00
Vitaly Provodin
afa522d0b1
JBR-6454 add synchronization at disposing windows
2023-12-27 20:12:05 +07:00
bourgesl
7084e04b3d
fixup! JBR-6377: fixed MTLLayer.redrawCount = 1 to avoid extra redraws with multiple windows
...
(cherry picked from commit acca2a46cb )
2023-12-23 14:49:52 +01:00
Alexey Ushakov
e95b9136f2
fixup! JBR-5621 Test failures with -Dsun.java2d.metal.displaySync=false
2023-12-23 12:00:34 +01:00
bourgesl
15b700cf3f
JBR-6241: RenderPerf 23.12: remove older RenderPerfTest in src
...
(cherry picked from commit 47750067a1 )
2023-12-22 16:16:02 +01:00
bourgesl
5a4f931f73
JBR-6241: RenderPerf 23.11 improvements: support parallel rendering on several frames and screens, refined Robot executor to use rounded duration (to 120Hz) and interval between viewed frames, added new command-line arguments
...
(cherry picked from commit 93e1f77450 )
2023-12-22 16:16:02 +01:00
bourgesl
7698957b81
JBR-6377: fixed MTLLayer.redrawCount = 1 to avoid extra redraws with multiple windows
...
(cherry picked from commit 82c930da5f )
2023-12-22 16:15:40 +01:00
Dmitrii Morskii
317be56a4c
Revert "JBR-6346 update Inter font version"
...
This reverts commit 0c68438ee5 .
2023-12-21 19:35:28 +00:00
Alexey Ushakov
227110f74f
JBR-5621 Test failures with -Dsun.java2d.metal.displaySync=false
...
Created intermediate buffer in the MTLLayer
Implemented frame separation of window updates for AWT and Swing
Remove frame delays as they greatly affect throughput
Fixed test/jdk/sun/java2d/GdiRendering/ClipShapeRendering.java
Resolved crash on multi-GPU systems
2023-12-21 19:32:10 +01:00
Dmitrii Morskii
d8ecbedcc3
JBR-6372 Wayland:
...
-correctly positioning SplashScreen on multiple monitors;
-correctly correctly handles cases of SplashScreen with gif with transparent parts;
-refactoring;
2023-12-20 16:13:18 +01:00
Alexey Ushakov
469636eebf
JBR-6445 Prepare RepaintManager code for displaySync=false
...
Refactored AWTAccessor code
2023-12-20 11:11:11 +01:00
Maxim Kartashev
998c4c5208
JBR-6340 Popups displayed shifted after moving IDE to another monitor via shortcut with auto-maximize enabled in Mutter
...
Windows no longer change their "native" size when moved between monitors
with different scale on Linux. Use -Dresize.with.scale=true to revert
that.
2023-12-20 12:57:25 +04:00
Dmitry Batrak
dd80438af6
JBR-6436 crash in jb/java/awt/Focus/FullScreenFocusStealing.java and jb/java/awt/Window/FullScreenTwoFrames.java
...
(cherry picked from commit 98b3ac5221 )
(cherry picked from commit 9d631697bf19e036dede03bd350cdeca3b672814)
2023-12-19 14:43:53 +02:00
Alexey Ushakov
8b47697a52
JBR-6433 Rounded corners of popups disappear after a while
...
Removed opacity from CAMetalLayer for layers with rounded corners
2023-12-18 17:24:28 +01:00
Dmitry Batrak
895efb402b
JBR-5961 Wayland: can't switch between projects using menu
...
fix activation not working on Ubuntu 23 (mutter 45.2), after a mouse button has been pressed in the originally active window
2023-12-15 20:34:45 +02:00
Dmitry Batrak
944744c8ee
JBR-2651 jb/java/awt/Focus/PopupIncomingFocusTest.java intermittently fails by java.util.concurrent.TimeoutException
2023-12-15 15:17:33 +02:00
Vitaly Provodin
bbcca84a2d
update exclude list on results of 21.0.1_b310.2 test runs
2023-12-15 07:26:53 +04:00
Dmitrii Morskii
0c68438ee5
JBR-6346 update Inter font version
2023-12-14 17:32:31 +01:00
Nikita Provotorov
0d488a6314
JBR-4687: Japanese IME input window hides what is being typed.
...
Uses CFS_EXCLUDE instead of CFS_CANDIDATEPOS in the ::ImmSetCandidateWindow() native API, which is more powerful and allows to take into account the issue's case.
(cherry picked from commit 0afe6c37bb )
2023-12-14 14:22:39 +01:00
Alexander Lobas
e527571582
Merge pull request #261 from alexander-lobas/jbr21
...
JBR-6418 New macOS full-screen controls appear shifted down sometimes
2023-12-12 16:41:15 +03:00
Alexander Lobas
6cc5f2baba
JBR-6418 New macOS full-screen controls appear shifted down sometimes
2023-12-12 16:40:17 +03:00
Maxim Kartashev
597d19a912
JBR-6416 Wayland: IDEA maximize button out of sync sometimes
2023-12-12 11:17:54 +04:00
Nikita Tsarev
a42b012ef0
JBR-6215: Override XToolkit's default nonintuitive behavior when translating F13-F24 keys
2023-12-09 18:41:01 +01:00
Sergey Shelomentsev
4b58f89a9a
JBR-6354 fix custom title bar tests to avoid failure in MacOS 14 fullscreen mode
...
- moved common logic to a separate part
- moved parts of tests to swing package
2023-12-07 21:00:48 +02:00
Maxim Kartashev
df3bd87bee
JBR-6391 Wayland: memory indicator tooltip flickers
2023-12-07 19:20:00 +04:00
Maxim Kartashev
0eb8209ab1
JBR-6395 8321183: Incorrect warning from cds about the modules file
...
Reviewed-by: ccheung, iklam
2023-12-06 12:21:33 +04:00
Vitaly Provodin
9f4e6662e9
update exclude list on results of 21.0.1_b306.2 test runs
2023-12-06 11:35:04 +07:00
Nikita Provotorov
13efa95553
JBR-6381: A lot of messages "xInputMethodConnection == NULL" in stderr.
...
Disables on of the printfs that causes the issue.
(cherry picked from commit c57030a2ef )
2023-12-02 00:40:30 +01:00
Nikita Provotorov
b5cf148c6a
Update README.md.
...
Updates information about required packages for Linux development.
2023-12-01 22:29:45 +01:00
Nikita Provotorov
d04a3e17d7
Update README.md.
...
Adds information about 2023.2 and 2023.3 releases.
(cherry picked from commit 6aebe7dd66 )
2023-12-01 22:13:05 +01:00
Vitaly Provodin
c9a508432d
update exclude list on results of 21.0.1_b303.1 test runs
2023-11-28 20:37:07 +07:00
Vitaly Provodin
2787f34824
JBR-3902 create jbr_all test group
2023-11-28 20:37:07 +07:00
Nikita Provotorov
77d9ec21cf
JBR-6282: java/awt/TextArea/TextAreaEditing/TextAreaEditing.java intermittently fails due to deadlock.
...
Makes the test invoke any UI-operation on EDT only (since AWT doesn't guarantee thread-safety of UI operations, see more at https://mail.openjdk.org/pipermail/client-libs-dev/2023-November/016172.html ).
(cherry picked from commit 8dbb889509 )
2023-11-27 23:40:52 +01:00
Dmitrii Morskii
69b08c737c
JBR-6213 Wayland: removed blurring on cursor on multiple monitors with different scales
2023-11-27 16:36:16 +01:00
Nikita Tsarev
603cbc244f
JBR-6331: Fix some memory safety issues in macOS keyboards
2023-11-27 14:03:36 +01:00
Nikita Provotorov
3a897b7784
JBR-6125: macOS14 java/awt/Window/Grab/GrabTest.java Frame can't be focused.
...
Fixes a data race in the test.
(cherry picked from commit 281211d5a748e460cea4f5ab1e3889ed9588df0c)
(cherry picked from commit ca5562225a )
2023-11-24 21:03:37 +01:00
Dmitry Batrak
b669d658b3
JBR-5751 java/awt/Focus/RowToleranceTransitivityTest.java: Focus got stuck while traversing.
...
(cherry picked from commit fb22b86eaeb61eec34d205419151ba845cdd397c)
2023-11-24 18:00:06 +02:00
Maxim Kartashev
69e5dcd065
JBR-6276 Wayland: WLToolkit logs too much
...
Changed the logging level for such messages to FINE
2023-11-24 17:02:35 +04:00
Vitaly Provodin
be6842220b
JBR-6246 add default CDS archives into jbrsdk distributions and remove the step normalizing timestamp
2023-11-24 18:42:44 +07:00
Vitaly Provodin
9bbc81006a
fixup! JBR-4511 remove --disable options from configure mac-aarch64 builds & unify configure for x64 and aarch64
2023-11-24 18:42:17 +07:00
Vitaly Provodin
e413bc69d7
update exclude list on results of 21.0.1_b293.3 test runs
2023-11-23 07:06:59 +07:00
Dmitry Drobotov
983139bd89
JBR-4479 Add text caret tracking for macOS Accessibility Zoom
...
(cherry picked from commit 0dfbf34b37 )
2023-11-21 13:44:45 +01:00
Dmitry Drobotov
556f48375a
JBR-6194 Fix VoiceOver reading old JComboBox value after changing it
...
1. Remove `value == nil` check in ComboBoxAccessiblity.accessibilityValue to fix the issue with not updated value of combo box. With `value == nil` check, the value was not reassigned on every get request of `accessibilityValue`, but only on get `accessibilitySelectedChildren`. When changing focus by Tab, only get `accessibilityValue` is called, and because `value` is already not nil, an old value was returned.
2. Set combo box role to NSAccessibilityPopUpButtonRole if it's not editable. Setting role to popup button fixes the bug when combo box value was not updated when using VO cursor navigation. Native MacOS non-editable combo boxes and non-editable HTML <select> elements also have the "popup button" role instead of "combo box", so the role should become more clear. Popup button role additionally enables opening the combo box menu with VO+Space shortcut, and changes VO instructions to be more appropriate when combo box is focused.
3. Add test for VoiceOver-specific issues of JComboBox.
(cherry picked from commit 8982db51d7 )
2023-11-21 13:44:43 +01:00
Maxim Kartashev
4a8b300f2b
JBR-6316 Wayland: WLSMSurfaceData.getReplacement() throws UOE
...
Also fixed the keyboard repeat manager so that it does not prevent
application from shutting down.
Also improved fullscreen support.
2023-11-21 15:03:37 +04:00
Maxim Kartashev
4b7d649cd6
JBR-6321 Wayland: popup windows do not respect screen bounds
2023-11-20 17:06:17 +04:00
Maxim Kartashev
5fe3e85c91
JBR-6313 Wayland: pasting from clipboard doesn't always work
...
Also added a flush-to-server command following each Wayland request
2023-11-20 15:02:35 +04:00
Maxim Kartashev
dab4ca13d8
JBR-6291 runtime/cds/appcds/dynamicArchive/TestDynamicDumpAtOom.java: Attempting to acquire lock OOMEStacks_lock/safepoint out of order
2023-11-20 12:44:09 +04:00
Vitaly Provodin
1dfc0d359d
update exclude list on results of 21.0.1_b293.1 test runs
2023-11-16 05:20:42 +07:00
Vitaly Provodin
354610e9c5
update exclude list on results of 21.0.1_b286.4 test runs
2023-11-15 09:41:39 +07:00
Alexey Ushakov
78be8d231c
JBR-6281 Remove MTLEvent sync from Metal rendering code
...
Removed sync code
2023-11-14 17:14:37 +01:00
Nikita Gubarkov
6dd845c6a3
JBR-5274 recreate CGraphicsDevice if it was changed.
...
- AWT code heavily relies on reference comparison when updating graphics devices & configurations, so we need to actually re-create CGraphicsDevice if it was changed.
- Also do not rely on graphicsConfig.getDefaultTransform() when firing `graphicsContextScaleTransform` property change, as graphics devices are mutable and returned default transform may change over time, e.g. when device is invalidated.
2023-11-14 15:38:03 +01:00
Maxim Kartashev
3b06c8988f
JBR-6193 Impossible to resize snapped IDE when native header is turned off
...
Drop the maximized state right before the resize operation for
undecorated windows.
Also fixes setExtendedState() to work when changing snapped window's state
(MAXIMIZED_HORIZ or MAXIMIZED_VERT) to NORMAL.
2023-11-13 12:27:57 +04:00
Maxim Kartashev
287e065beb
JBR-6276 Wayland: WLToolkit logs too much
2023-11-13 12:25:39 +04:00
Nikita Provotorov
60d09c6597
fixup! JBR-5980: Pasting from clipboard not working reliably in Windows.
...
(also fixes JBR-6267: Image retreived from the Clipboard is not the same image that was set to the Clipboard)
- Sets the system property awt.windows.clipboard.cache.disabled to false by default ;
- Adds memory barriers around the native flag AwtClipboard::isOwner ;
- Allows back WM_ACTIVATEAPP messages to reach ::DefWindowProc .
2023-11-11 22:13:30 +01:00
Nikita Provotorov
845c60f3bb
fixup! JBR-5980: Pasting from clipboard not working reliably in Windows.
...
Adds memory barriers around the native flag AwtClipboard::isGettingOwnership.
2023-11-11 22:13:29 +01:00
Dmitrii Morskii
5ae7a8673a
fixup! JBR-5965 Wayland: implement SplashScreen
2023-11-11 13:59:16 +01:00
Vitaly Provodin
f49a25c680
update exclude list on results of 21.0.1_b280.6 test runs
2023-11-11 06:45:44 +07:00
Alexander Lobas
fb90b5c110
JBR-5546 Iterating open windows with cmd backtick on Mac forces minimized windows to un-minimize
2023-11-10 23:57:20 +01:00
Alexander Lobas
7bd15f1934
JBR-5478 IDEA window doesn't fit the screen properly on turning off/on an external monitor
2023-11-10 23:57:20 +01:00
Alexander Lobas
d2d0488bc3
JBR-5409 "No Print Service Found" Error when saving to PDF
2023-11-10 23:52:53 +01:00
Alexander Lobas
0147cba952
JBR-5384 New UI: window header is hard to resize on the top edge, top/right corner
2023-11-10 23:52:53 +01:00
Alexander Lobas
540d5a32c4
JBR-5174 Opening project as tabs in Mac OS (version2)
...
JBR-5023 Configure TabbingIdentifier during create native window
JBR-5256 IDEA window resizes to zero height when exit full-screen mode with new window controls enabled
JBR-5197 Window control buttons are not visible in full-screen mode in dark themes when IDE window is focused
JBR-5175 jb/java/awt/Window/FullScreenTwoFrames.java: -[AWTWindow resetWindowFullScreeControls]: unrecognized selector sent to instance 0x60000232d5f0
JBR-5499 Window control buttons bugfix
JBR-4462 BigSur: project tab does not gain focus when click it after focusing another app
2023-11-10 23:52:52 +01:00
Alexander Lobas
54f70cfc23
JBR-4834 JBR-5139 Rounded corners on Mac OS and Windows: support custom border color
2023-11-10 23:52:11 +01:00
Dmitrii Morskii
0b777f2360
fixup! JBR-5965 Wayland: implement SplashScreen
2023-11-10 20:04:00 +01:00
Nikita Tsarev
b9b029b357
JBR-5678: Refactor Wayland keyboard support
2023-11-10 14:34:37 +01:00
Nikita Provotorov
a151e238d3
JBR-2460: Wrong position of input window and no input preview with fcitx and ubuntu 13.04.
...
This patch makes the fix of JBR-1573 (which caused JBR-4394) disabled by default, because it's incompatible with the native below-the-spot mode (a.k.a. over-the-spot in the X11's terminology).
(cherry picked from commit 3fe2a97aa0 )
2023-11-09 22:27:16 +01:00
Nikita Provotorov
1775a1cfcf
JBR-2460: Wrong position of input window and no input preview with fcitx and ubuntu 13.04.
...
- introduces and integrates jbNewXimClient: a new implementation of XIC creation routine (it's mostly refactoring and generalizing of AWT's existed code). Enabled by default and can be disabled via a new system property -Djb.awt.newXimClient.enabled=false ;
- introduces support of the X11's native over-the-spot input method style (it's almost the same as AWT's below-the-spot mode, but the input method's windows are drawn externally, not by AWT). Enabled by default and can be disabled via a new system property -Djb.awt.newXimClient.enabled=false. Doesn't work if -Djb.awt.newXimClient.enabled=false is set ;
- introduces sun.awt.X11.XInputMethod.ClientComponentCaretPositionTracker class that tracks all kind of events for the current client component that can lead to the caret position changing ;
- makes the XInputMethod class to update the input window's position (whenever the ClientComponentCaretPositionTracker discovers that's necessary) by setting the X11's XNSpotLocation property .
Check out the branch nprovotorov/backups/JBR-2460_wrong-position-of-input-window-and-no-input-preview for more granular patches.
(cherry picked from commit 826f75ee48 )
2023-11-09 22:27:15 +01:00
Maxim Kartashev
0413f857ab
JBR-6220 javax/swing/GraphicsConfigNotifier/StalePreferredSize.java became failing by time out on Linux
2023-11-07 13:29:58 +04:00
Nikita Provotorov
ab86812e28
JBR-5980: Pasting from clipboard not working reliably in Windows.
...
- Disables caching of the data placed into the clipboard. The behavior is controlled by the system property "awt.windows.clipboard.cache.disabled" (=true by default) ;
- Whenever the app gets focus additionally checks if another app has modified the clipboard. The behavior is controlled by the system property "awt.windows.clipboard.extraOwnershipChecksEnabled" (=true by default) .
(cherry picked from commit 473c41003d )
2023-11-06 13:47:56 +01:00
Nikita Provotorov
dad3d32da9
JBR-5980: Pasting from clipboard not working reliably in Windows.
...
Marks the native flag AwtClipboard::isGettingOwnership as volatile to avoid inconsistencies of CPU caches.
(cherry picked from commit b967f5bc91 )
2023-11-06 13:47:48 +01:00
Dmitrii Morskii
0ba8323f49
fixup! JBR-5965 Wayland: implement SplashScreen
2023-11-04 16:58:34 +01:00
Dmitrii Morskii
825eb901c2
JBR-5965 Wayland: implement SplashScreen
2023-11-03 14:57:46 +01:00
Vitaly Provodin
0b6e65188d
update exclude list on results of 21.0.1_b277.3 test runs
2023-11-03 20:15:56 +07:00
Maxim Kartashev
8bc89f222d
JBR-6253 Wayland: can't run in weston because of xdg_wm_base version 3
2023-11-01 13:06:24 +04:00
Maxim Kartashev
b82fc5f02a
JBR-6212 Wayland: app does not terminate upon Wayland protocol error
2023-11-01 12:17:46 +04:00
Vladimir Kharitonov
e29b134c47
JBR-6239 sign frameworks in cef_server.app
2023-10-31 15:52:53 +01:00
Vitaly Provodin
faff43cb95
update exclude list on results of 21.0.1_b270.3 test runs
2023-10-26 16:15:45 +07:00
Vitaly Provodin
3b769c378d
fixup! 8312248: Enhanced archival support redux
2023-10-26 05:39:56 +07:00
Vitaly Provodin
a73783b4c4
JBR-4154 fix extracting version info from sources
2023-10-25 09:46:40 +07:00
Vitaly Provodin
b19dd54b28
fixup! JBR-6181 add Linux executables with bundled FreeType
2023-10-25 09:46:40 +07:00
Vladimir Kozlov
c3efc147d2
8317121: vector_masked_load instruction is moved too early after JDK-8286941
...
Reviewed-by: shade, vlivanov
Backport-of: cfabcbf858
2023-10-25 09:45:24 +07:00
Calvin Cheung
25bc0259d4
8314649: Enhanced archival support redux
...
Reviewed-by: iklam
2023-10-25 09:45:24 +07:00
Sean Mullan
29aa2eeac8
8309966: Enhanced TLS connections
...
Backport-of: d25ee81f56d67f2c51ba8b8c59f470c6f88ae47f
2023-10-25 09:45:23 +07:00
Calvin Cheung
77d852d248
8312248: Enhanced archival support redux
...
Backport-of: c2100a627d578901dffbbe631e5a6c9b88ca2209
2023-10-25 09:45:23 +07:00
pavel_kharskii
cc15e44d8b
8311682: Change milestone to fcs for all releases
...
Reviewed-by: coffeys
2023-10-25 09:45:23 +07:00
Prasadrao Koppula
e15c1dd7f8
8286503: Enhance security classes
...
Reviewed-by: wetmore
Backport-of: 7f5e120a631ffda3e6d5efc03bae572b21877b69
2023-10-25 09:45:23 +07:00
Jan Lahoda
bd4a1c5826
8313323: javac -g on a java file which uses unnamed variable leads to ClassFormatError when launching that class
...
Backport-of: adfc1d6cd2
2023-10-25 09:45:23 +07:00
Jan Lahoda
aeb212950c
8315534: Incorrect warnings about implicit annotation processing
...
Backport-of: 94a74a0a45
2023-10-25 09:45:23 +07:00
Martin Doerr
912bdf3d8c
8299658: C1 compilation crashes in LinearScan::resolve_exception_edge
...
Backport-of: cf2d33ca2e
2023-10-25 09:45:23 +07:00
airsquared
2319e12b5e
8309032: jpackage does not work for module projects unless --module-path is specified
...
Backport-of: dfe764e3f8
2023-10-25 09:45:23 +07:00
Roman Marchenko
b8b4f00c9d
8314024: SIGSEGV in PhaseIdealLoop::build_loop_late_post_work due to bad immediate dominator info
...
Reviewed-by: thartmann
Backport-of: ed1ea5fe7c
2023-10-25 09:45:23 +07:00
Alexander Scherbatiy
5eed624d8a
8311033: [macos] PrinterJob does not take into account Sides attribute
...
Backport-of: a3d67231a7
2023-10-25 09:45:23 +07:00
Aleksey Shipilev
6a8fe5883c
8315051: jdk/jfr/jvm/TestGetEventWriter.java fails with non-JVMCI GCs
...
Backport-of: 145d8bc1a3
2023-10-25 09:45:23 +07:00
Tobias Hartmann
344f6a777c
8313626: C2 crash due to unexpected exception control flow
...
Backport-of: f8203cb272
2023-10-25 09:45:23 +07:00
Ao Qi
2efe90455c
8315020: The macro definition for LoongArch64 zero build is not accurate.
...
Backport-of: 725ec0ce1b
2023-10-25 09:45:23 +07:00
Thomas Stuefe
49ecaa8e75
8312585: Rename DisableTHPStackMitigation flag to THPStackMitigation
...
Backport-of: 226cdc696d
2023-10-25 09:45:22 +07:00
Aleksey Shipilev
231bec2701
8314656: GHA: No need for Debian ports keyring installation after JDK-8313701
...
Backport-of: 76b9011c9e
2023-10-25 09:45:22 +07:00
Sergey Bylokhov
209c6bee4c
8312535: MidiSystem.getSoundbank() throws unexpected SecurityException
...
Backport-of: 87298d2ade
2023-10-25 09:45:22 +07:00
Alexander Matveev
d0ccbbab87
8308042: [macos] Developer ID Application Certificate not picked up by jpackage if it contains UNICODE characters
...
Backport-of: 57a322da9b
2023-10-25 09:45:22 +07:00
Chris Plummer
2186cf7412
8314679: SA fails to properly attach to JVM after having just detached from a different JVM
...
Backport-of: 38a9edfb7e
2023-10-25 09:45:22 +07:00
nibjen
25360cbb98
8312489: Increase jdk.jar.maxSignatureFileSize default which is too low for JARs such as WhiteSource/Mend unified agent jar
...
Reviewed-by: hchao
Backport-of: e47a84f23d
2023-10-25 09:45:22 +07:00
Matthias Baesken
0487e52815
8313691: use close after failing os::fdopen in vmError and ciEnv
...
Backport-of: 96304f37f8
2023-10-25 09:45:22 +07:00
Aleksey Shipilev
9379b05ecc
8313262: C2: Sinking node may cause required cast to be dropped
...
Backport-of: 1cee3b9fd9
2023-10-25 09:45:22 +07:00
Oli Gillespie
7e2f8a4119
8313874: JNI NewWeakGlobalRef throws exception for null arg
...
Backport-of: 028b3ae1b1
2023-10-25 09:45:22 +07:00
Oli Gillespie
cfc4c050a3
8313678: SymbolTable can leak Symbols during cleanup
...
Backport-of: 4b2703ad39
2023-10-25 09:45:22 +07:00
Thomas Stuefe
e8db310385
8314139: TEST_BUG: runtime/os/THPsInThreadStackPreventionTest.java could fail on machine with large number of cores
...
Backport-of: 7332502883
2023-10-25 09:45:22 +07:00
Andrew John Hughes
41fee9e215
8284772: GHA: Use GCC Major Version Dependencies Only
...
Backport-of: 7e843c22e7
2023-10-25 09:45:22 +07:00
Sidraya Jayagond
64479d7ab2
8309889: [s390] Missing return statement after calling jump_to_native_invoker method in generate_method_handle_dispatch.
...
Backport-of: 514816ed7d
2023-10-25 09:45:22 +07:00
Tyler Steele
eacc032c49
8309475: Test java/foreign/TestByteBuffer.java fails: a problem with msync (aix)
...
Backport-of: 395fc78880
2023-10-25 09:45:22 +07:00
Weibing Xiao
7771b08985
8314063: The socket is not closed in Connection::createSocket when the handshake failed for LDAP connection
...
Backport-of: f2383b3cbd
2023-10-25 09:45:21 +07:00
Thomas Stuefe
df7196fbba
8312620: WSL Linux build crashes after JDK-8310233
...
Backport-of: 25058cd23a
2023-10-25 09:45:21 +07:00
Thomas Stuefe
2f7800d8b1
8312182: THPs cause huge RSS due to thread start timing issue
...
8310687: JDK-8303215 is incomplete
Backport-of: 84b325b844
2023-10-25 09:45:21 +07:00
Thomas Stuefe
92e7de91ee
8303815: Improve Metaspace test speed
...
Backport-of: de0e46c2f6
2023-10-25 09:45:21 +07:00
Thomas Stuefe
09253b6333
8312394: [linux] SIGSEGV if kernel was built without hugepage support
...
Backport-of: 94eb44b192
2023-10-25 09:45:21 +07:00
Rajan Halade
318822fc47
8314960: Add Certigna Root CA - 2
...
Backport-of: e9ba8d5a0e
2023-10-25 09:45:21 +07:00
Patricio Chilano Mateo
8f23b927ce
8314850: SharedRuntime::handle_wrong_method() gets called too often when resolving Continuation.enter
...
Backport-of: 8e4240c316
2023-10-25 09:45:21 +07:00
Ben Taylor
24e0f40a32
8313796: AsyncGetCallTrace crash on unreadable interpreter method pointer
...
Backport-of: 0e2c72d7a5
2023-10-25 09:45:21 +07:00
Sean Coffey
986a132b17
8311592: ECKeySizeParameterSpec causes too many exceptions on third party providers
...
Backport-of: e554fdee25
2023-10-25 09:45:21 +07:00
Aleksey Shipilev
f52407b18e
8313701: GHA: RISC-V should use the official repository for bootstrap
...
Backport-of: 538f9557b8
2023-10-25 09:45:21 +07:00
Valerie Peng
17fd96ecc7
8309214: sun/security/pkcs11/KeyStore/CertChainRemoval.java fails after 8301154
...
Backport-of: ba6cdbe2c2
2023-10-25 09:45:21 +07:00
Roger Riggs
6d53ad1f88
8313312: Add missing classpath exception copyright header
...
Reviewed-by: bpb
Backport-of: 53ca75b18e
2023-10-25 09:45:21 +07:00
Aleksey Shipilev
81788680f8
8314020: Print instruction blocks in byte units
...
Backport-of: a602624ef4
2023-10-25 09:45:21 +07:00
Aleksey Shipilev
eaddbc06c1
8314730: GHA: Drop libfreetype6-dev transitional package in favor of libfreetype-dev
...
Backport-of: 69d900d2ce
2023-10-25 09:45:21 +07:00
Aleksey Shipilev
e6655ac474
8313901: [TESTBUG] test/hotspot/jtreg/compiler/codecache/CodeCacheFullCountTest.java fails with java.lang.VirtualMachineError
...
Backport-of: d1de3d082e
2023-10-25 09:45:20 +07:00
Alexey Ivanov
ad80a8af22
8312555: Ideographic characters aren't stretched by AffineTransform.scale(2, 1)
...
Ignore bitmaps embedded into fonts for non-uniform scales
Backport-of: 62610203f1
2023-10-25 09:45:20 +07:00
Matthias Baesken
ff79afb687
8314517: some tests fail in case ipv6 is disabled on the machine
...
Backport-of: 703817d21f
2023-10-25 09:45:20 +07:00
Matthias Baesken
8caae04364
8313602: increase timeout for jdk/classfile/CorpusTest.java
...
Backport-of: bdac348c80
2023-10-25 09:45:20 +07:00
Tyler Steele
119fa1793f
8312180: (bf) MappedMemoryUtils passes incorrect arguments to msync (aix)
...
Backport-of: fdac6a6ac8
2023-10-25 09:45:20 +07:00
Aleksey Shipilev
581a2aad23
8314501: Shenandoah: sun/tools/jhsdb/heapconfig/JMapHeapConfigTest.java fails
...
Backport-of: 812f475bc4
2023-10-25 09:45:20 +07:00
Aleksey Shipilev
afca23514f
8314426: runtime/os/TestTrimNative.java is failing on slow machines
...
Backport-of: 20e94784c9
2023-10-25 09:45:20 +07:00
Aleksey Shipilev
dce35c74cc
8313752: InstanceKlassFlags::print_on doesn't print the flag names
...
Backport-of: 735b16a696
2023-10-25 09:45:20 +07:00
Thomas Stuefe
8aa7819a6e
8310233: Fix THP detection on Linux
...
Backport-of: 37ca9024ef
2023-10-25 09:45:20 +07:00
David Holmes
d595bd9fa2
8311981: Test gc/stringdedup/TestStringDeduplicationAgeThreshold.java#ZGenerational timed out
...
Backport-of: f142470dea
2023-10-25 09:45:20 +07:00
Gui Cao
faba31cfa1
8314618: RISC-V: -XX:MaxVectorSize does not work as expected
...
Backport-of: a66b5df14a
2023-10-25 09:45:20 +07:00
Feilong Jiang
8ccf32d585
8314117: RISC-V: Incorrect VMReg encoding in RISCV64Frame.java
...
Backport-of: 5c91622885
2023-10-25 09:45:20 +07:00
Valerie Peng
4f101342ca
8302017: Allocate BadPaddingException only if it will be thrown
...
Backport-of: c27c87786a
2023-10-25 09:45:20 +07:00
Alexander Matveev
b7792c1b7c
8313904: [macos] All signing tests which verifies unsigned app images are failing
...
Reviewed-by: asemenyuk
Backport-of: ec0cc6300a
2023-10-25 09:45:20 +07:00
Aggelos Biboudis
3f2a8eefe4
8314423: Multiple patterns without unnamed variables
...
8314216: Case enumConstant, pattern compilation fails
Backport-of: 4331193010
2023-10-25 09:45:19 +07:00
Ben Taylor
3109817e37
8313765: Invalid CEN header (invalid zip64 extra data field size)
...
Backport-of: 13f6450e2e
2023-10-25 09:45:19 +07:00
Aleksey Shipilev
572c6f273a
8309591: Socket.setOption(TCP_QUICKACK) uses wrong level
...
Backport-of: 56a73a6f0f
2023-10-25 09:45:19 +07:00
Aleksey Shipilev
27bc02722a
8314262: GHA: Cut down cross-compilation sysroots deeper
...
Backport-of: 38687f1a3e
2023-10-25 09:45:19 +07:00
Thomas Schatzl
ce2871c888
8314144: gc/g1/ihop/TestIHOPStatic.java fails due to extra concurrent mark with -Xcomp
...
Reviewed-by: ayang
Backport-of: 1925508425
2023-10-25 09:45:19 +07:00
Raffaello Giulietti
58c85dfe31
8312976: MatchResult produces StringIndexOutOfBoundsException for groups outside match
...
Reviewed-by: rriggs
Backport-of: 61c58fdd00
2023-10-25 09:45:19 +07:00
Mandy Chung
3fef4fe04c
8240567: MethodTooLargeException thrown while creating a jlink image
...
Reviewed-by: phh
Backport-of: ec7da91bd8
2023-10-25 09:45:19 +07:00
Weibing Xiao
d33282c39a
8313657: com.sun.jndi.ldap.Connection.cleanup does not close connections on SocketTimeoutErrors
...
Backport-of: e56d3bc2da
2023-10-25 09:45:19 +07:00
Abhishek Kumar
6fa2c70b07
8311160: [macOS, Accessibility] VoiceOver: No announcements on JRadioButtonMenuItem and JCheckBoxMenuItem
...
Reviewed-by: asemenov, kizune
Backport-of: c1f4595e64
2023-10-25 09:45:19 +07:00
Matthias Baesken
3452504ee4
8311511: Improve description of NativeLibrary JFR event
...
Backport-of: 848abd2831
2023-10-25 09:45:19 +07:00
Aleksey Shipilev
32aed8a740
8310106: sun.security.ssl.SSLHandshake.getHandshakeProducer() incorrectly checks handshakeConsumers
...
Backport-of: db133dbc02
2023-10-25 09:45:19 +07:00
Aleksey Shipilev
666f684622
8314118: Update JMH devkit to 1.37
...
Backport-of: 06aa3c5628
2023-10-25 09:45:19 +07:00
Aleksey Shipilev
082d242e53
8312127: FileDescriptor.sync should temporarily increase parallelism
...
Reviewed-by: alanb
Backport-of: fbe51e388d
2023-10-25 09:45:19 +07:00
Aleksey Shipilev
863d0d38a0
8312625: Test serviceability/dcmd/vm/TrimLibcHeapTest.java failed: RSS use increased
...
Reviewed-by: stuefe
Backport-of: 117f42dbe9
2023-10-25 09:45:19 +07:00
Aleksey Shipilev
8fb4cda937
8313307: java/util/Formatter/Padding.java fails on some Locales
...
Backport-of: 408987e1ca
2023-10-25 09:45:18 +07:00
Aleksey Shipilev
5b7e8bd59c
8308474: DSA does not reset SecureRandom when initSign is called again
...
Reviewed-by: valeriep
Backport-of: bed9161c81
2023-10-25 09:45:18 +07:00
Aleksey Shipilev
b94ed3592d
8313248: C2: setScopedValueCache intrinsic exposes nullptr pre-values to store barriers
...
Backport-of: e8a37b90db
2023-10-25 09:45:18 +07:00
Aleksey Shipilev
5ca9d6a458
8312525: New test runtime/os/TestTrimNative.java#trimNative is failing: did not see the expected RSS reduction
...
Reviewed-by: stuefe
Backport-of: ad34be1f32
2023-10-25 09:45:18 +07:00
Aleksey Shipilev
1f20ac5bd6
8293114: JVM should trim the native heap
...
Reviewed-by: stuefe
Backport-of: 9e4fc568a6
2023-10-25 09:45:18 +07:00
Ravi Reddy
2a592da963
8308047: java/util/concurrent/ScheduledThreadPoolExecutor/BasicCancelTest.java timed out and also had jcmd pipe errors
...
Backport-of: 8c9d091f19
2023-10-25 09:45:18 +07:00
Aleksey Shipilev
e8ca1144e4
8313676: Amend TestLoadIndexedMismatch test to target intrinsic directly
...
Backport-of: 4b192a8dc3
2023-10-25 09:45:18 +07:00
Aleksey Shipilev
310650a2da
8313402: C1: Incorrect LoadIndexed value numbering
...
Reviewed-by: thartmann
Backport-of: 46fbedb2be
2023-10-25 09:45:18 +07:00
Aleksey Shipilev
2029c48fee
8313707: GHA: Bootstrap sysroots with --variant=minbase
...
Backport-of: 29f1d8ef50
2023-10-25 09:45:18 +07:00
Sergey Bylokhov
0a0814106a
8313576: GCC 7 reports compiler warning in bundled freetype 2.13.0
...
Backport-of: 8248e351d0
2023-10-25 09:45:18 +07:00
Tobias Hartmann
a4dba8b9a1
8312909: C1 should not inline through interface calls with non-subtype receiver
...
Backport-of: ab1c212ac1
2023-10-25 09:45:18 +07:00
Tobias Hartmann
852cc0d462
8304954: SegmentedCodeCache fails when using large pages
...
Backport-of: cad6114e1c
2023-10-25 09:45:18 +07:00
Christoph Langer
22002b37cd
8311926: java/lang/ScopedValue/StressStackOverflow.java takes 9mins in tier1
...
Backport-of: 7304316a8c
2023-10-25 09:45:18 +07:00
Jan Lahoda
35a47c6833
8312619: Strange error message when switching over long
...
Backport-of: cc2a75e11c
2023-10-25 09:45:18 +07:00
Jan Lahoda
e4e6cd9f72
8312984: javac may crash on a record pattern with too few components
...
Backport-of: c386091734
2023-10-25 09:45:17 +07:00
Jiangli Zhou
07fdb725ad
8312401: SymbolTable::do_add_if_needed hangs when called in InstanceKlass::add_initialization_error path with requesting length exceeds max_symbol_length
...
Backport-of: 36f3bae556
2023-10-25 09:45:17 +07:00
Christoph Langer
feb04e1262
8310211: serviceability/jvmti/thread/GetStackTrace/getstacktr03/getstacktr03.java failing
...
Backport-of: 16134f4422
2023-10-25 09:45:17 +07:00
Christoph Langer
a9185c18aa
8308609: java/lang/ScopedValue/StressStackOverflow.java fails with "-XX:-VMContinuations"
...
8310586: ProblemList java/lang/ScopedValue/StressStackOverflow.java#default with virtual threads on linux-all
Reviewed-by: mbaesken, alanb
Backport-of: 44a8aa0691
2023-10-25 09:45:17 +07:00
Matthias Baesken
787cb82170
8311955: c++filt is now ibm-llvm-cxxfilt when using xlc17 / clang on AIX
...
Backport-of: 0328886450
2023-10-25 09:45:17 +07:00
Aleksey Shipilev
9c01ab932c
8313428: GHA: Bump GCC versions for July 2023 updates
...
Backport-of: ec2f38fd38
2023-10-25 09:45:17 +07:00
Aleksey Shipilev
4e8632a443
8312591: GCC 6 build failure after JDK-8280982
...
Backport-of: 9454b2bbe1
2023-10-25 09:45:17 +07:00
Vladimir Kempik
553f1a32d0
8310268: RISC-V: misaligned memory access in String.Compare intrinsic
...
Backport-of: d6245b6832
2023-10-25 09:45:17 +07:00
Aleksey Shipilev
8a15b90086
8307766: Linux: Provide the option to override the timer slack
...
Reviewed-by: stuefe
Backport-of: 7173c3009e
2023-10-25 09:45:17 +07:00
Tobias Hartmann
c897d45c33
8312573: Failure during CompileOnly parsing leads to ShouldNotReachHere
...
Reviewed-by: kvn, tholenstein
2023-10-25 09:45:17 +07:00
Matthias Baesken
072adeda9a
8312395: Improve assertions in growableArray
...
Backport-of: b772e67e29
2023-10-25 09:45:17 +07:00
Matthias Baesken
804501f741
8310321: make JDKOPT_CHECK_CODESIGN_PARAMS more verbose
...
Backport-of: 9eed049098
2023-10-25 09:45:17 +07:00
Matthias Baesken
11fce43f16
8311921: Inform about MaxExpectedDataSegmentSize in case of pthread_create failures on AIX
...
Backport-of: aa7367f1ec
2023-10-25 09:45:17 +07:00
Matthias Baesken
337e993f67
8311917: MAP_FAILED definition seems to be obsolete in src/java.desktop/unix/native/common/awt/fontpath.c
...
Backport-of: a38a421f62
2023-10-25 09:45:17 +07:00
Paul Hohensee
f5c9ee7113
8313081: MonitoringSupport_lock should be unconditionally initialized after 8304074
...
Backport-of: a9d21c61fb
2023-10-25 09:45:16 +07:00
Aleksey Shipilev
6c1bc9df2e
8309746: Reconfigure check should include make/conf/version-numbers.conf
...
Backport-of: 955fc2faba
2023-10-25 09:45:16 +07:00
Matthias Baesken
1243d1e435
8311026: Some G1 specific tests do not set -XX:+UseG1GC
...
Backport-of: a7d168b522
2023-10-25 09:45:16 +07:00
Matthias Baesken
f7e85e502e
8311285: report some fontconfig related environment variables in hs_err file
...
Backport-of: 0ef03f1228
2023-10-25 09:45:16 +07:00
Aleksey Shipilev
5551e8e51d
8311249: Remove unused MemAllocator::obj_memory_range
...
Backport-of: 711cddd899
2023-10-25 09:45:16 +07:00
Gui Cao
84aa3af790
8311923: TestIRMatching.java fails on RISC-V
...
Backport-of: e7adbdb1f1
2023-10-25 09:45:16 +07:00
Johny Jose
942297f61e
8308184: Launching java with large number of jars in classpath with java.protocol.handler.pkgs system property set can lead to StackOverflowError
...
Reviewed-by: jpai, coffeys
Backport-of: 268ec61d4f
2023-10-25 09:45:16 +07:00
Vladimir Kempik
3c9ff2c691
8311862: RISC-V: small improvements to shift immediate instructions
...
Backport-of: f3b96f6937
2023-10-25 09:45:16 +07:00
Feilong Jiang
6b1d4b44fc
8310873: Re-enable locked_create_entry symbol check in runtime/NMT/CheckForProperDetailStackTrace.java for RISC-V
...
Backport-of: 87e6fab2c4
2023-10-25 09:45:16 +07:00
Weibing Xiao
9f599104e8
8297856: Improve handling of Bidi characters
...
Backport-of: 244b89fc786894cb8cca742f91875ebb98b603ff
2023-10-25 09:45:16 +07:00
Weibing Xiao
2243b952cb
8296581: Better system proxy support
...
Reviewed-by: coffeys
Backport-of: 111811e64245ae720a0617b7de0c52c60bb2bac1
2023-10-25 09:45:16 +07:00
Vladimir Kempik
3f274e2f69
8309502: RISC-V: String.indexOf intrinsic may produce misaligned memory loads
...
Backport-of: 6b94289386
2023-10-25 09:45:16 +07:00
Rob McKenna
f69c0e622e
8310171: Bump version numbers for 21.0.1
...
Reviewed-by: iris, erikj
2023-10-25 09:45:16 +07:00
Alexey Ushakov
8d1f3a7a9e
Revert "JBR-5965 Wayland: implement SplashScreen"
...
This reverts commit a6588d4b45 .
2023-10-22 13:42:09 +02:00
Alexey Ushakov
1dbeb23fd4
Revert "fixup! JBR-5965 Wayland: implement SplashScreen"
...
This reverts commit a06582873c .
2023-10-22 13:41:20 +02:00
Dmitrii Morskii
a06582873c
fixup! JBR-5965 Wayland: implement SplashScreen
2023-10-21 13:11:56 +02:00
Vitaly Provodin
1e2bb86176
fixup! JBR-6181 add Linux executables with bundled FreeType
2023-10-21 15:07:40 +07:00