Vitaly Provodin
f8ca4def4d
JBR-6246 revert default CDS archives for linux-x64 and windows-aarch64
2023-12-01 15:51:22 +07:00
Vitaly Provodin
ede444e51f
JBR-6246 revert adding (re)generating cds archives at jlink step for linux
2023-12-01 05:09:32 +07:00
Vitaly Provodin
b43d800b5d
JBR-6246 revert adding (re)generating cds archives at jlink step for windows-aarch64
2023-11-30 04:08:42 +07:00
Vitaly Provodin
71d7c4a14c
JBR-6246 add (re)generating cds archives at jlink step
2023-11-29 14:44:58 +07:00
Vitaly Provodin
ca005a6981
Revert "Revert "JBR-6246 add default CDS archives into jbrsdk distributions and remove the step normalizing timestamp""
...
This reverts commit c5cda34f96 .
2023-11-29 04:10:25 +07:00
Vitaly Provodin
4538355628
Revert "JBR-5965 Wayland: implement SplashScreen"
...
This reverts commit 825eb901
2023-11-28 20:36:22 +07:00
Vitaly Provodin
bb9479962d
Revert "fixup! JBR-5965 Wayland: implement SplashScreen"
...
This reverts commit 0ba8323f49 .
2023-11-28 20:33:39 +07:00
Vitaly Provodin
75e96569c0
Revert "fixup! JBR-5965 Wayland: implement SplashScreen"
...
This reverts commit 0b777f2360 .
2023-11-28 20:33:39 +07:00
Vitaly Provodin
115d90bf30
Revert "fixup! JBR-5965 Wayland: implement SplashScreen"
...
This reverts commit 5ae7a8673a .
2023-11-28 20:33:39 +07:00
Vitaly Provodin
04d4f01d59
update exclude list on results of 21.0.1_b303.1 test runs
2023-11-28 20:33:28 +07:00
Vitaly Provodin
5b70b42311
JBR-3902 create jbr_all test group
2023-11-28 05:39:52 +07:00
Vitaly Provodin
c5cda34f96
Revert "JBR-6246 add default CDS archives into jbrsdk distributions and remove the step normalizing timestamp"
...
This reverts commit be6842220b .
2023-11-25 09:25:20 +07: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
Konstantin Bulenkov
fa5c69eeb9
JBR-6214 [fwp jbr21] IDEA-299292 Use Inter semibold instead of Inter bold
...
Replaced Inter bold with semi-bold fonts
2023-10-20 17:20:01 +02:00
Dmitrii Morskii
a6588d4b45
JBR-5965 Wayland: implement SplashScreen
2023-10-18 20:02:46 +02:00
Maxim Kartashev
5b97a03736
JBR-6209 Wayland: popup windows cannot be moved
2023-10-18 19:26:36 +04:00
Nikita Gubarkov
6d87c216f5
JBR-6208 Extended glyph cache for Metal
2023-10-17 21:25:50 +02:00
Maxim Kartashev
fe1a207eb5
JBR-5977 Wayland: make undecorated windows natively resizeable
2023-10-17 16:36:03 +04:00
Maxim Kartashev
fac167c65f
JBR-6207 Wayland: many popup windows positioned incorrectly
...
When popup's parent is also its top-level window, use that instead of
null
2023-10-17 12:40:23 +04:00
Vitaly Provodin
0861698478
JBR-6181 add Linux executables with bundled FreeType
2023-10-13 06:53:18 +04:00
Alexey Ushakov
054df02388
JBR-4983 MacOS Ventura - External monitor lagging
...
Added extra redraw request
Enabled the fix by default only for M2 and spans displays property enabled (Displays have separate spaces OFF)
2023-10-10 13:56:26 +02:00
Maxim Kartashev
e4d4fa74d2
JBR-6142 Impossible to move/resize IDE window after restart if several projects were initially opened on secondary monitor
...
Announce to Mutter that we are "client-decorated" when a Frame is
undecorated by setting _GTK_FRAME_EXTENTS to all zeroes.
This prevents Mutter from applying certain harmful heuristics.
2023-10-10 15:31:47 +04:00
Maxim Kartashev
8d1d4351b9
JBR-6183 Wayland: clipboard-related exception in headless environment
2023-10-10 11:43:03 +04:00
Dmitrii Morskii
246e3a3de9
JBR-6135 removed dependence on process reading TTF in fixed size chunks
2023-10-09 15:01:15 +02:00
bourgesl
1b65d2d228
JBR-6119: RenderPerf enhancements:
...
new executor modes (buffer & volatile), robot calibration & more statistics and CLI arguments
added version + help information, added time unit
(cherry picked from commit 2afc66470aa3d3a77ab590b9e0eb4c799be432be)
2023-10-04 20:58:39 +02:00
Alexey Ushakov
474629f98a
JBR-6132 Crash in [MTLLayer blitTexture] when MTL_DEBUG_LAYER enabled
...
Blit operation should not be performed on textures with MTLTextureUsageRenderTarget only, so changing framebufferOnly to NO
2023-10-04 16:12:47 +02:00
Nikita Gubarkov
76c483eec1
JBR-6144 Build JBR with Vulkan support
...
1. Update dockerfile to checkout Vulkan headers
2. Fix --with-vulkan-include configure option
2023-10-04 14:53:17 +02:00
Alexey Ushakov
7685c6b5f9
JBR-6158 Cannot build jbr21 with wayland toolkit on wsl2
...
Added --with-wayland-lib option to provide custom library path
2023-10-03 19:59:01 +02:00
Maxim Kartashev
6a1c5bd43a
JBR-5857 Wayland: implement clipboard support
2023-10-02 19:38:31 +04:00
Dmitry Batrak
5e738482b1
JBR-6145 [Wayland toolkit] Popup windows aren't focusable
...
A partial solution. Cases not still covered:
* Alt+tab from the app and back should keep popup focused if it was focused initially
* Mouse clicks between popup and owner should transfer focus as expected
2023-09-29 20:14:01 +03:00
Vitaly Provodin
17556b0ea3
update exclude list on results of 21_b243.1 test runs
2023-09-29 15:47:08 +04:00
Vitaly Provodin
7dda83bf0b
JBR-6130 add VK_TAB release action
2023-09-29 15:47:08 +04:00
Maxim Kartashev
ca1889e682
JBR-6138 Wayland: utilize gtk_shell1 protocol to mark dialogs as modal
2023-09-29 09:38:21 +04:00
Maxim Kartashev
258cf006bc
JBR-6117 Wayland: JVM shutdown hang
2023-09-28 09:01:26 +04:00
Nikita Provotorov
a240282285
JBR-5984: IM's candidate window is placed under popup windows.
...
- Implements the optional method [NSTextInputClient windowLevel] to tell the macOS IM subsystem correct level of the window;
- Adds a regression test ImWindowIsPlacedUnderPopup5984.java.
(cherry picked from commit 5a91aae9c2 )
2023-09-26 22:01:45 +02:00
Dmitrii Morskii
edfe753192
JBR-6044 handle absence of fontConfig library in setupRenderingFontHints
2023-09-25 12:51:03 +02:00
Dmitrii Morskii
7d8ca546f4
JBR-6041 started using correct type inside FcPatternGetValueFuncType
2023-09-25 12:50:59 +02:00
ghostflyby
b9d1c0e801
JBR-6124 Fix macOS services writing text back to textfield
2023-09-25 11:37:53 +02:00
Dmitry Batrak
d47223ddd9
JBR-5961 Wayland: can't switch between projects using menu
...
prevent using a pointer to destroyed surface
2023-09-25 09:33:15 +03:00
Vitaly Provodin
862b0d9195
update exclude list on results of 21_b240.22 test runs
2023-09-22 17:31:35 +07:00
Nikita Gubarkov
0457603fb6
JBR-6098 x64 docker images with glslc.
2023-09-21 10:21:40 +02:00
Sergey Shelomentsev
12c88c770d
exclude FocusTraversalOrderTest
2023-09-20 21:34:29 +03:00
Sergey Shelomentsev
ac57aef98b
JBR-6060 add focus traversal order test
2023-09-20 21:21:41 +03:00
Vitaly Provodin
40da69a5fb
JBR-6070 update docker images for Alpine Linux
2023-09-16 08:35:57 +07:00
Vitaly Provodin
e4596e18e9
update exclude list on results of 21_b231.1 commit test runs
2023-09-16 08:35:57 +07:00
Dmitry Batrak
a24ed041aa
JBR-5961 Wayland: can't switch between projects using menu
...
fix typo
2023-09-15 14:45:03 +03:00
Dmitry Batrak
d0bf4506c0
JBR-5961 Wayland: can't switch between projects using menu
...
support Window.toFront in Wayland toolkit
2023-09-15 12:44:26 +03:00
Maxim Kartashev
836f44fded
JBR-6071 Alpine Linux compilation: error: implicit declaration of function 'pthread_getname_np'
2023-09-15 12:52:05 +04:00
Vitaly Provodin
f0bbcfc492
update exclude list on results of 21.231.1 test runs
2023-09-15 04:13:18 +07:00
Maxim Kartashev
e829d44cb9
JBR-5989 Wayland: jdk_awt_wayland test group
2023-09-13 08:26:46 +04:00
Maxim Kartashev
df095ab6db
JBR-6025 Wayland: miscellaneous small improvements
2023-09-13 08:26:32 +04:00
Nikita Gubarkov
c301e17244
JBR-6016 doPrivileged for JBR API internal services.
...
(cherry picked from commit 19917e72086f091ef845959a29e7814ff6d88aa7)
2023-09-11 15:07:25 +02:00
Alexey Ushakov
f66a111d13
JBR-6045 WLToolkit(Vulkan): Add options to select physical device
...
Changed access to _name field, minor corrections in verbose print
2023-09-08 12:28:07 +02:00
Vitaly Provodin
6db1b3ec3c
update exclude list on results of 21_b218.1 test runs
2023-09-08 17:06:59 +07:00
Alexey Ushakov
a19d03327a
JBR-6045 WLToolkit(Vulkan): Add options to select physical device
...
Implemented -Dsun.java2d.vulkan=True and -Dsun.java2d.vulkan.deviceNumber=n VM options
2023-09-07 21:47:40 +02:00
Dmitrii Morskii
6d63ee0477
JBR-5502: optimize stringWidth & charsWidth methods of FontDesignMetrics
2023-09-07 17:23:55 +02:00
Dmitrii Morskii
60928807c8
JBR-6018 removed incorrect test testFeaturesZeroFrac
2023-09-07 14:51:20 +02:00
Maxim Kartashev
da11c5e526
JBR-6036 Wayland: Cannot invoke "java.awt.Component.getWidth()" because "popupParent" is null
...
Not all POPUP Window's have their parent set. And only those who do
shall be treated as popups in the Wayland's sense.
2023-09-06 19:23:07 +04:00
Nikita Tsarev
c56af99364
JBR-6028: Check before attempting to switch to a layout that might not exist in KeyCodesTest
2023-09-06 17:01:24 +02:00
Nikita Gubarkov
492fddd948
JBR-5973 Implement rendering of no-AA shapes with Vulkan pipeline
...
Get rid of maxTextureSize in Vulkan code. This concept was introduced to fix macOS-specific bugs and don't map well to Vulkan implementation, as this value is tied to specific device and texture format, so get rid of it for now and see whether we need it at all.
Refactored native surface data hierarchy. There was a C-style "inheritance" model with VKSDOps having an SurfaceDataOps as its first member and conversions back and forth between them. And then also privOps - pointer to the platform-specific part (WLVK). This was refactored into plain inheritance: SurfaceDataOps -> VKSurfaceData -> VKSwapchainSurfaceData -> WLVKSurfaceData
State management, synchronization & layout transition. Now using dynamic rendering and synchronization2 extensions.
Each device has a single timeline semaphore (basically 64-bit counter), monotonically increasing as device executes our commands, allowing us to track the state of the submitted batches and reuse resources which are no longer in use.
Split command recording into primary and secondary command buffers.
This allows us to record commands "in the past", before current render pass started, which gives possibility for some heavy optimizations:
1. When we suddenly need some texture in the middle of the render pass - no need to stop render pass in order to insert necessary synchronization - we can do it as if we knew it beforehand.
2. When we draw something and then clear the surface - just erase all commands inside current render pass we recorded earlier, so the actual drawing will never happen.
Shaders are compiled with glslc or glslangValidator and bytecode is inlined directly into libawt_wlawt
Memory management via VMA, vertex buffer pool, shader push constants.
Other refactoring.
2023-09-06 15:26:12 +02:00
Alexey Ushakov
f5a72877ba
JBR-6032 WLToolkit: Uninitialized WLComponentPeer sends paint requests
...
Protected surfaceAssigned from MT access
2023-09-06 12:47:38 +02:00
Alexey Ushakov
081bc495a1
JBR-6032 WLToolkit: Uninitialized WLComponentPeer sends paint requests
...
Skip sending paint events for not configured peers
2023-09-05 21:51:27 +02:00
Maxim Kartashev
56ce6657e8
JBR-5968 Wayland: support PERPIXEL_TRANSLUCENT
2023-09-05 12:11:27 +04:00
Vitaly Provodin
c7eaed89c2
JBR-6008 Update JetBrains Mono fonts to v2.304
2023-09-05 06:03:50 +07:00
Maxim Kartashev
07b83bad84
JBR-6002 Linux: maximized window goes fullscreen after being moved between monitors
2023-09-01 10:00:31 +04:00
Maxim Kartashev
703e87cc3a
JBR-5971 JBR API hash update
...
Updated the JBR API hash because of changes in comments
in the WindowMove API.
2023-08-30 11:52:39 +04:00
Dmitrii Morskii
dabd52c312
JBR-5844: fix case with non-scalable face
2023-08-29 14:36:46 +02:00
Dmitrii Morskii
574c6d97e9
JBR-5804: refactoring of freetypeScaler and moving fontconfig's logic in separate file
2023-08-29 14:36:02 +02:00
Maxim Kartashev
8ff96bc79f
JBR-5971 Wayland: support WindowMove JBR API
2023-08-29 10:48:18 +04:00
Vitaly Provodin
f600c73328
update exclude list on results of 21_b205.2 test runs
2023-08-25 17:33:22 +07:00
Nikita Tsarev
94d6344b43
JBR-5963: Fix RobotKeyboard test and implement getLockingKeyState
2023-08-24 20:06:00 +02:00
Maxim Kartashev
3834f6c24e
JBR-5962 Wayland: fix the main event loop to allow for secondary queues
...
Return READ_RESULT_FINISHED_NO_EVENTS from WLToolkit.readEvents() in
case of poll returning with no new data (i.e. via timeout).
2023-08-23 15:32:12 +04:00
Sergei Tachenov
a4e4430a5a
JBR-5824 Ensure popup menus are on the correct screen
...
This is a very old bug, JDK-6415065.
What happens here is that when the position
of a popup menu is calculated, it can expand
above or below, depending on the position
of the parent menu, the item being expanded
and the size of the submenu and screen resolution.
If the menu decides to expand above,
the position calculation in JMenu.getPopupMenuOrigin
may yield a coordinate above the current screen.
Later, JPopupMenu.adjustPopupLocationToFitScreen
tries to fit the entire menu into the screen.
However, it has no idea which screen is correct,
as all it has is an (x, y) location. If that
location is invalid, it may correct it by
fitting it into the screen. However, if it is
valid, but located on an incorrect screen,
then the whole logic goes awry and the menu
is fitted into the wrong screen.
Fix by pre-adjusting the Y location to fit
into the correct screen in JMenu.getPopupMenuOrigin,
where the correct screen is still known.
The resulting location may still not be final,
as the menu's height needs to be taken into
account as well, but that's exactly what
JPopupMenu.adjustPopupLocationToFitScreen does.
Since the coordinate is on the correct screen now,
it fits the menu into the same screen, which
guarantees it'll be the correct one.
2023-08-22 12:19:23 +04:00
Dmitry Batrak
f85dae83df
JBR-5953 If hieroglyph typing isn't finalised, focusing another component inserts the composed text there
...
(cherry picked from commit ff8fa489f8e1e16cb055cc56f1b441018c2f495c)
2023-08-21 13:39:53 +03:00
Vitaly Provodin
6b64fe9b77
update exclude list on results of 21_b202.1 test runs
2023-08-18 05:07:02 +07:00
Nikita Tsarev
85fb38c9a9
Regenerate wakefield-client-protocol using an older wayland-scanner to temporarily fix build problems
2023-08-17 15:56:48 +02:00
Dmitry Batrak
bcd4b38663
JBR-5946 Allow to disable painting of composed text in Swing text components using TextLayout.draw
...
(cherry picked from commit 81d531fb9f7496498fcab1f0e76554885941f16c)
2023-08-16 15:27:02 +03:00
Nikita Tsarev
77bccaf640
JBR-5676: Support emulating input events in Wakefield
2023-08-15 12:37:27 +02:00
Vitaly Provodin
27bb9662b2
update exclude list on results of 21_b199.2 test runs
2023-08-12 06:58:24 +07:00
Daniel D. Daugherty
cd18df6c66
8314062: ProblemList jdk/jfr/tool/TestView.java on macosx-x64
...
Reviewed-by: naoto
2023-08-12 06:47:32 +07:00
Stefan Karlsson
0795b7e7e1
8311179: Generational ZGC: gc/z/TestSmallHeap.java failed with OutOfMemoryError
...
Reviewed-by: aboldtch, tschatzl
Backport-of: 28fd7a1739
2023-08-12 06:47:32 +07:00
Jim Laskey
04e3cc31e8
8313809: String template fails with java.lang.StringIndexOutOfBoundsException if last fragment is UTF16
...
Reviewed-by: redestad
Backport-of: 6864441163
2023-08-12 06:47:32 +07:00
Jim Laskey
82f1a2ce4a
8312814: Compiler crash when template processor type is a captured wildcard
...
Reviewed-by: jjg, vromero
Backport-of: f14245b388
2023-08-12 06:47:31 +07:00
Tobias Hartmann
64c0d8c181
8313345: SuperWord fails due to CMove without matching Bool pack
...
Reviewed-by: chagedorn
Backport-of: d3b578f1c9
2023-08-12 06:47:31 +07:00
Jesper Wilhelmsson
33e83936c6
8312985: Remove EA from the JDK 21 version string with first RC promotion on August 10, 2023
...
Reviewed-by: mikael
2023-08-12 06:47:31 +07:00
Stefan Karlsson
c702e89c52
8313593: Generational ZGC: NMT assert when the heap fails to expand
...
Reviewed-by: eosterlund
Backport-of: 19e2c8c321
2023-08-12 06:47:31 +07:00
Nikita Tsarev
7159ccf83c
JBR-5900: Fix deadlock when enabling the Wakefield extension
2023-08-10 12:47:58 +02:00
Nikita Tsarev
7971b98a99
JBR-5896: Fix WLToolkit being instantiated twice
2023-08-10 12:46:09 +02:00
Dmitrii Morskii
8907bf5479
JBR-5724: fixed serialization and backward compatibility of Font
2023-08-08 13:28:41 +02:00
Dmitry Batrak
c7cd32a03d
JBR-5823 IDEA crashes when '-Dmain.thread.as.edt=true' vmoption is set and VoiceOver is enabled
...
done as part of JBR-4993 Support using 'main' thread as EDT on macOS
(cherry picked from commit 55598693c3 )
(cherry picked from commit 2d8d56b5d61bd219b084fc50faea738f625be922)
2023-08-04 10:52:54 +03:00
Justin Lu
6b7bbe79cb
8312572: JDK 21 RDP2 L10n resource files update
...
Reviewed-by: naoto, iris
Backport-of: 9b55e9a706
2023-08-04 10:27:06 +07:00
Matthias Baesken
43b4cd00e2
8312574: jdk/jdk/jfr/jvm/TestChunkIntegrity.java fails with timeout
...
Reviewed-by: clanger
Backport-of: 34173ff0d1
2023-08-04 10:27:06 +07:00
Christoph Langer
2506bc3cca
8309088: security/infra/java/security/cert/CertPathValidator/certification/AmazonCA.java fails
...
Reviewed-by: mbaesken
Backport-of: 4c2e54fb05
2023-08-04 10:27:05 +07:00
Christoph Langer
12378c2123
8311822: AIX : test/jdk/java/foreign/TestLayouts.java fails because of different output - expected [[i4](struct)] but found [[I4](struct)]
...
Reviewed-by: mbaesken
Backport-of: d1cc278260
2023-08-04 10:27:05 +07:00
Christoph Langer
eb483848b6
8303549: [AIX] TestNativeStack.java is failing with exit value 1
...
Reviewed-by: mbaesken
Backport-of: 5ff42d1429
2023-08-04 10:27:05 +07:00
Jorn Vernee
7219fde797
8313023: Return value corrupted when using CCS + isTrivial (mainline)
...
Reviewed-by: thartmann, mcimadamore
Backport-of: 6fca289887
2023-08-04 10:27:04 +07:00
Christoph Langer
ea2647d428
8313256: Exclude failing multicast tests on AIX
...
Reviewed-by: mbaesken
Backport-of: 98a915a54c
2023-08-04 10:27:04 +07:00
Christoph Langer
46f0a568e1
8313404: Fix section label in test/jdk/ProblemList.txt
...
Reviewed-by: mbaesken
Backport-of: 94b50b714a
2023-08-04 10:27:04 +07:00
Justin Lu
b19d723ace
8039165: [Doc] MessageFormat null locale generates NullPointerException
...
Reviewed-by: naoto, iris
Backport-of: c6396dceb9
2023-08-04 10:27:04 +07:00
Roger Riggs
46270d5867
8310033: Clarify return value of Java Time compareTo methods
...
Reviewed-by: naoto
Backport-of: 8650026ff1
2023-08-04 10:27:04 +07:00
Christoph Langer
4e12f81c86
8313316: Disable runtime/ErrorHandling/MachCodeFramesInErrorFile.java on ppc64le
...
Reviewed-by: mbaesken
Backport-of: 807ca2d3a1
2023-08-04 10:27:03 +07:00
David Holmes
fba7b16b07
8300937: Update nroff pages in JDK 21 before RC
...
Reviewed-by: mchung, iris, egahlin
2023-08-04 10:27:03 +07:00
Dmitrii Morskii
81e97c5f8a
JBR-5259: fixed Canvas mispositioning after dragging JFrame to a monitor with different scale
2023-07-31 16:18:04 +02:00
Sergey Bylokhov
e71048d298
8313260: JDK21: ProblemList java/lang/ScopedValue/StressStackOverflow.java on linux-x86
...
Reviewed-by: clanger
2023-07-31 12:16:48 +07:00
Tobias Hartmann
11ca5e8d6d
8313241: Temporarily disable "malformed control flow" assert to reduce noise
...
Reviewed-by: chagedorn, kvn, dcubed
2023-07-31 12:16:48 +07:00
Christoph Langer
52fd37a490
8313250: Exclude java/foreign/TestByteBuffer.java on AIX
...
Reviewed-by: rriggs
Backport-of: c05ba48b60
2023-07-31 12:16:48 +07:00
Markus Grönlund
84e548697f
8312293: SIGSEGV in jfr.internal.event.EventWriter.putUncheckedByte after JDK-8312086
...
Reviewed-by: egahlin
Backport-of: 59f66a3b83
2023-07-31 12:16:47 +07:00
Daniel D. Daugherty
f058b31cf8
8313208: ProblemList java/util/concurrent/tck/JSR166TestCase.java on select platforms
...
Reviewed-by: darcy
2023-07-31 12:16:47 +07:00
Daniel D. Daugherty
302f9d6e63
8313193: ProblemList java/util/concurrent/SynchronousQueue/Fairness.java on X64
...
Reviewed-by: rriggs
2023-07-31 12:16:47 +07:00
Serguei Spitsyn
c72add02ac
8300051: assert(JvmtiEnvBase::environments_might_exist()) failed: to enter event controller, JVM TI environments must exist
...
Reviewed-by: cjplummer
Backport-of: 783de32b6a
2023-07-31 12:16:47 +07:00
Daniel Jeliński
6517cc564e
8307185: pkcs11 native libraries make JNI calls into java code while holding GC lock
...
Reviewed-by: alanb
Backport-of: 354c6605e3
2023-07-31 12:16:46 +07:00
Vitaly Provodin
fd1cc0b6a5
update exclude list on results of 21_b195.1 test runs
2023-07-31 12:14:36 +07:00
Valerie Peng
4d790c2be4
8311902: Concurrency regression in the PBKDF2 key impl of SunJCE provider
...
Reviewed-by: mullan, ascarpino, xuelei
Backport-of: 28c4d196cf
2023-07-22 05:17:34 +07:00
Chris Plummer
23234a83b6
8310551: vmTestbase/nsk/jdb/interrupt/interrupt001/interrupt001.java timed out due to missing prompt
...
Reviewed-by: sspitsyn
Backport-of: c84866ac0d
2023-07-22 05:17:34 +07:00
Jan Lahoda
b1fac6f358
8311815: Incorrect exhaustivity computation
...
Reviewed-by: vromero
Backport-of: a4412166ec
2023-07-22 05:17:34 +07:00
Aggelos Biboudis
1d9dde2a3c
8312163: Crash in dominance check when compiling unnamed patterns
...
Reviewed-by: jlahoda
Backport-of: 1fc726a8b3
2023-07-22 05:17:33 +07:00
Christian Hagedorn
1ccadbd336
8308682: Enhance AES performance
...
Reviewed-by: rhalade, dlong, kvn
2023-07-22 05:17:33 +07:00
Jan Lahoda
87aa435e4d
8303376: Better launching of JDI
...
Reviewed-by: mschoene, rhalade, vromero
2023-07-22 05:17:33 +07:00
Calvin Cheung
3351ece9ac
8296565: Enhanced archival support
...
Reviewed-by: rhalade, iklam
2023-07-22 05:17:33 +07:00
Brian Burkhalter
076cfd1f77
8305312: Enhanced path handling
...
Reviewed-by: rhalade, alanb
2023-07-22 05:17:32 +07:00
Ioi Lam
40206536c7
8294323: Improve Shared Class Data
...
Co-authored-by: Calvin Cheung <ccheung@openjdk.org >
Reviewed-by: coleenp, rhalade
2023-07-22 05:17:32 +07:00
Hai-May Chao
0c743f785d
8300596: Enhance Jar Signature validation
...
Reviewed-by: mullan, rhalade, mschoene, weijun
2023-07-22 05:17:32 +07:00
Lance Andersen
bc11ed4114
8302483: Enhance ZIP performance
...
Reviewed-by: ahgross, alanb, rhalade, coffeys
2023-07-22 05:17:32 +07:00
Michael McMahon
c620b0ce4a
8302475: Enhance HTTP client file downloading
...
Reviewed-by: dfuchs, rhalade
2023-07-22 05:17:31 +07:00
Tobias Hartmann
864686aa78
8304460: Improve array usages
...
Reviewed-by: iveresov, rhalade, chagedorn
2023-07-22 05:17:31 +07:00
Tobias Hartmann
16bf733fc8
8304468: Better array usages
...
Reviewed-by: iveresov, rhalade, chagedorn
2023-07-22 05:17:31 +07:00
Jamil Nimeh
96854ead11
8300285: Enhance TLS data handling
...
Reviewed-by: ahgross, ascarpino, rhalade
2023-07-22 05:17:31 +07:00
Serguei Spitsyn
7ab527590a
8312189: ProblemList serviceability/jvmti/vthread/VThreadTLSTest/VThreadTLSTest.java#id1
...
Reviewed-by: amenkov
Backport-of: 3236ba0be4
2023-07-22 05:17:30 +07:00
Serguei Spitsyn
861b95bf9d
8311556: GetThreadLocalStorage not working for vthreads mounted during JVMTI attach
...
Reviewed-by: amenkov
Backport-of: 11a5115caf
2023-07-22 05:17:30 +07:00
Markus Grönlund
8023b5101c
8311040: JFR: RecordedThread::getOSThreadId() should return -1 if thread is virtual
...
Reviewed-by: egahlin
Backport-of: 9905f75822
2023-07-22 05:17:30 +07:00
Jan Lahoda
7f40dd0b44
8311038: Incorrect exhaustivity computation
...
Reviewed-by: vromero
Backport-of: bbb7ce5137
2023-07-22 05:17:30 +07:00
Mandy Chung
d551c2c7ee
8310814: Clarify the targetName parameter of Lookup::findClass
...
Reviewed-by: darcy
Backport-of: b4dce0d624
2023-07-22 05:17:29 +07:00
Joakim Nordström
0c4c702c27
8307526: [JFR] Better handling of tampered JFR repository
...
Reviewed-by: mgronlun
Backport-of: 66d2736521
2023-07-22 05:17:29 +07:00
Jan Lahoda
8182a51a93
8311825: Duplicate qualified enum constants not detected
...
Reviewed-by: vromero
Backport-of: d1fa1a8686
2023-07-22 05:17:29 +07:00
Jan Lahoda
f825086114
8312093: Incorrect javadoc comment text
...
Reviewed-by: jlaskey, iris
Backport-of: 1c9691b1f7
2023-07-22 05:17:29 +07:00
Jim Laskey
c9bd5f53fb
8312098: Update man page for javadoc
...
Reviewed-by: darcy
2023-07-22 05:17:28 +07:00
Aleksey Shipilev
8c6bdeee6d
8311647: Memory leak in Java_jdk_internal_org_jline_terminal_impl_jna_linux_CLibraryImpl_ttyname_1r
...
Reviewed-by: rriggs
Backport-of: 43099a85b1
2023-07-22 05:17:28 +07:00
Markus Grönlund
139beb92aa
8303134: JFR: Missing stack trace during chunk rotation stress
...
Reviewed-by: egahlin
Backport-of: 7539cc092d
2023-07-22 05:17:28 +07:00
Vitaly Provodin
dfcb233c88
update exclude list on results of 21_b190.1 test runs
2023-07-22 05:16:24 +07:00
Maxim Kartashev
fc7e7f0725
JBR-5861 Wayland: minimum necessary stubs to run IDEA
2023-07-21 17:15:58 +04:00
Markus Grönlund
706e410826
8244289: fatal error: Possible safepoint reached by thread that does not allow it
...
Reviewed-by: egahlin
Backport-of: 61932f49a5
2023-07-14 19:40:06 +07:00
Alan Bateman
728fde56c3
8311867: StructuredTaskScope.shutdown does not interrupt newly started threads
...
Reviewed-by: jpai
Backport-of: 92a04e201e
2023-07-14 19:40:06 +07:00
Justin Lu
6519ab02b2
6960866: [Fmt-Ch] ChoiceFormat claims impossible and unimplemented functionality
...
Reviewed-by: naoto, lancea, iris
Backport-of: 6cb9ec32a6
2023-07-14 19:40:05 +07:00
Stuart Marks
7ccfa3ca9c
8306785: fix deficient spliterators for Sequenced Collections
...
Reviewed-by: rriggs
Backport-of: 743e8b8e0a
2023-07-14 19:40:05 +07:00
Erik Gahlin
bd472d7169
8294401: Update jfr man page to include recently added features
...
Reviewed-by: mgronlun
Backport-of: f60c1f9bc4
2023-07-14 19:40:05 +07:00
Markus Grönlund
1a7156370e
8311536: JFR TestNativeMemoryUsageEvents fails in huge pages configuration
...
Reviewed-by: egahlin
Backport-of: 6895debf66
2023-07-14 19:40:04 +07:00
Aleksey Shipilev
15e83af59e
8311645: Memory leak in jspawnhelper spawnChild after JDK-8307990
...
Reviewed-by: alanb
Backport-of: 401c3dea5d
2023-07-14 19:40:04 +07:00
Vladimir Petko
d2a9b2c5b9
8311092: Please disable runtime/jni/nativeStack/TestNativeStack.java on armhf
...
Reviewed-by: dholmes
Backport-of: 0916e6a603
2023-07-14 19:40:04 +07:00
Tobias Hartmann
4e5e35a1e3
8303279: C2: crash in SubTypeCheckNode::sub() at IGVN split if
...
Reviewed-by: chagedorn
Backport-of: caadad4fdc
2023-07-14 19:40:03 +07:00
Robbin Ehn
2b30ddf722
8310656: RISC-V: __builtin___clear_cache can fail silently.
...
Reviewed-by: luhenry, fyang
Backport-of: faf1b822d0
2023-07-14 19:40:03 +07:00
Stuart Marks
c8230b05b7
8308694: Clarify reversed() default methods' implementation requirements
...
Reviewed-by: naoto, bpb
Backport-of: f82c8184b2
2023-07-14 19:40:03 +07:00
Rajan Halade
93aa8f21cf
8156889: ListKeychainStore.sh fails in some virtualized environments
...
Reviewed-by: mullan
Backport-of: 119cc495fc
2023-07-14 19:40:03 +07:00
Rajan Halade
77262d47c4
8295894: Remove SECOM certificate that is expiring in September 2023
...
Reviewed-by: mullan
Backport-of: fd7fddb6ed
2023-07-14 19:40:02 +07:00
Patricio Chilano Mateo
4cb3d4858b
8309637: runtime/handshake/HandshakeTimeoutTest.java fails with "has not cleared handshake op" and SIGILL
...
Reviewed-by: coleenp
Backport-of: 57e7e82fa1
2023-07-14 19:40:02 +07:00
Alan Bateman
31ee3ceb12
8310892: ScopedValue throwing StructureViolationException should be clearer
...
Reviewed-by: darcy, iris, lancea
Backport-of: 623cfcd04b
2023-07-14 19:40:02 +07:00
Maurizio Cimadamore
0ecca996a0
8311593: Minor doc issue in MemorySegment::copy
...
Reviewed-by: jvernee
Backport-of: 6569b252b9
2023-07-14 19:40:02 +07:00
Alexey Ivanov
c1172de798
8311689: Wrong visible amount in Adjustable of ScrollPane
...
Reviewed-by: honkar, azvegint, prr
Backport-of: b3f34039fe
2023-07-14 19:40:01 +07:00
Patricio Chilano Mateo
bc8b3fb572
8302351: "assert(!JavaThread::current()->is_interp_only_mode() || !nm->method()->is_continuation_enter_intrinsic() || ContinuationEntry::is_interpreted_call(return_pc)) failed: interp_only_mode but not in enterSpecial interpreted entry" in fixup_callers_callsite
...
Reviewed-by: coleenp
Backport-of: 0c86c31bcc
2023-07-14 19:40:01 +07:00
Erik Gahlin
6be2cd7480
8311245: JFR: Remove t.printStackTrace() in PeriodicEvents
...
Reviewed-by: mgronlun
Backport-of: a1cfc96954
2023-07-14 19:40:01 +07:00
Hao Sun
9ff86192c4
8311548: AArch64: [ZGC] Many tests fail with "assert(allocates2(pc)) failed: not in CodeBuffer memory" on some CPUs
...
Reviewed-by: tschatzl
Backport-of: 4b1403d06b
2023-07-14 19:40:01 +07:00
Erik Joelsson
8081944830
8308585: AC_REQUIRE: `PLATFORM_EXTRACT_TARGET_AND_BUILD' was expanded before it was required
...
Reviewed-by: mikael
Backport-of: 554b4d7243
2023-07-14 19:40:00 +07:00
Zhengyu Gu
5dad107712
8309761: Leak class loader constraints
...
Reviewed-by: coleenp
Backport-of: 8e4e6b056c
2023-07-14 19:40:00 +07:00
Naoto Sato
31d1ffbf21
8311183: Remove unused mapping test files
...
Reviewed-by: lancea
Backport-of: d072c40ff1
2023-07-14 19:40:00 +07:00
Thomas Stuefe
8de2ce735a
8310265: (process) jspawnhelper should not use argv[0]
...
Reviewed-by: rriggs
Backport-of: 47d00a4cbe
2023-07-14 19:39:59 +07:00
Maxim Kartashev
8d90bd6d5d
JBR-5815 javax/swing/AbstractButton/6711682/bug6711682.java: Row #2 checkbox is not selected
...
Fixed the test to use proper cell coordinates when clicking.
2023-07-13 11:54:22 +04:00
bourgesl
71e1ff1b1a
fixup! JBR-5625: use sun.java2d.metal.colorMatching=true by default (current metal behaviour)
2023-07-12 21:10:29 +02:00
Vitaly Provodin
c024fc4ad9
update exclude list on results of 21_b185.5 test runs
2023-07-11 16:14:08 +07:00
Alexey Ushakov
7c0beaa530
JBR-5831 Compile failure after applying JDK-8309140 (ResourceHashtable failed ...)
...
Fixed compile issue
2023-07-10 20:12:22 +02:00
Alexey Ushakov
c423b9bc2e
JBR-5645 Provide basic classes for Vulkan rendering pipeline
...
Fix compilation failure on macos
2023-07-10 14:10:05 +02:00
Tobias Hartmann
eb957de688
8295210: IR framework should not whitelist -XX:-UseTLAB
...
Reviewed-by: epeter
Backport-of: 31dcda5d67
2023-07-07 19:40:57 +07:00
Coleen Phillimore
1063d09924
8309140: ResourceHashtable failed "assert(~(_allocation_t[0] | allocation_mask) == (uintptr_t)this) failed: lost resource object"
...
Reviewed-by: iklam
Backport-of: b6c789faad
2023-07-07 19:40:49 +07:00
Tobias Hartmann
039c82b4f6
8310425: [JVMCI] compiler/runtime/TestConstantDynamic: lookupConstant returned an object of incorrect type: null
...
Reviewed-by: chagedorn
Backport-of: 15878360bf
2023-07-07 19:32:57 +07:00
Hannes Wallnöfer
c07097a888
8311264: JavaDoc index comparator is not transitive
...
Reviewed-by: prappo
Backport-of: 0741cd3289
2023-07-07 19:32:57 +07:00
Pavel Rappo
299f672e2a
8311122: Fix typos in java.base
...
Reviewed-by: iris
Backport-of: 7b3c2dc5f4
2023-07-07 19:32:57 +07:00
Tobias Hartmann
a3bcdeacfe
8311023: assert(false) failed: EA: missing memory path
...
Reviewed-by: chagedorn
Backport-of: 6ebb0e3bd4
2023-07-07 19:32:56 +07:00
Tobias Hartmann
ba6ffccf8b
8309531: Incorrect result with unwrapped iotaShuffle.
...
Reviewed-by: chagedorn
Backport-of: d6578bff1c
2023-07-07 19:32:56 +07:00
Serguei Spitsyn
cd7d0d50d8
8303086: SIGSEGV in JavaThread::is_interp_only_mode()
...
Reviewed-by: pchilanomate
Backport-of: 971c2efb69
2023-07-07 19:32:56 +07:00
Rajan Halade
98bf58e13d
8301379: Verify TLS_ECDH_* cipher suites cannot be negotiated
...
Reviewed-by: mullan
Backport-of: 9f64a64376
2023-07-07 19:32:55 +07:00
Axel Boldt-Christmas
2cedb9d3bb
8310743: assert(reserved_rgn != nullptr) failed: Add committed region, No reserved region found
...
Reviewed-by: ayang
Backport-of: f393975d1b
2023-07-07 19:32:55 +07:00
Matthias Baesken
b2bc6893ea
8310549: avoid potential leaks in KeystoreImpl.m related to JNU_CHECK_EXCEPTION early returns
...
Reviewed-by: clanger
Backport-of: 7da3f1999f
2023-07-07 19:32:55 +07:00
Mandy Chung
90974afeba
8254566: Clarify the spec of ClassLoader::getClassLoadingLock for non-parallel capable loader
...
Reviewed-by: iris
Backport-of: b9198f9931
2023-07-07 19:32:55 +07:00
Tobias Hartmann
0019cdf781
8310829: guarantee(!HAS_PENDING_EXCEPTION) failed in ExceptionTranslation::doit
...
Reviewed-by: chagedorn
Backport-of: f6bdccb45c
2023-07-07 19:32:54 +07:00
Matthias Baesken
e7e9c3492f
8310380: Handle problems in core-related tests on macOS when codesign tool does not work
...
Reviewed-by: cjplummer
Backport-of: 39c104df44
2023-07-07 19:32:54 +07:00
Chen Liang
26863d19fc
8309819: Clarify API note in Class::getName and MethodType::toMethodDescriptorString
...
Reviewed-by: mchung
Backport-of: 8c8e9d911d
2023-07-07 19:32:54 +07:00
Chen Liang
44fe0a12c6
8310838: Correct range notations in MethodTypeDesc specification
...
Reviewed-by: mchung
Backport-of: a197ee797b
2023-07-07 19:32:54 +07:00
Daniel D. Daugherty
ff0d766ef6
8311186: ProblemList javax/management/remote/mandatory/subjectDelegation/SubjectDelegation1Test.java on linux-aarch64
...
8311189: disable gc/z/TestHighUsage.java
8311190: ProblemList javax/management/remote/mandatory/connection/DeadLockTest.java with virtual threads on windows-x64
8311191: ProblemList javax/management/remote/mandatory/connection/ConnectionTest.java with virtual threads on windows-x64
8311193: ProblemList vmTestbase/nsk/jdb/interrupt/interrupt001/interrupt001.java on linux-all
8311195: ProblemList vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/TestDescription.java with Xcomp on macosx-x64
Reviewed-by: lmesnik
Backport-of: 140b70fb29
2023-07-07 19:32:53 +07:00
Axel Boldt-Christmas
917c3597ed
8311046: ProblemList gc/z/TestHighUsage.java with Generational ZGC
...
Reviewed-by: stefank
Backport-of: 2a9e2f614f
2023-07-07 19:32:53 +07:00
Vitaly Provodin
59edee4716
update exclude list on results of 21_b173.1 test runs (follow up)
2023-07-07 19:32:02 +07:00
Vitaly Provodin
28edf9aa51
update exclude list on results of 21_b173.1 test runs (follow up)
2023-07-07 07:24:39 +07:00
Alexey Ushakov
dd761c3138
JBR-5645 Provide basic classes for Vulkan rendering pipeline
...
Implemented shared classes for cross-platform vulkan implementation and some support for wayland toolkit
2023-07-06 20:07:51 +02:00
Alexey Ushakov
79263e5875
JBR-5807 java/awt/Frame/FrameVisible/FrameContentAppearanceTest.java: Failed: OpenGL 26 image rendering failure(s)
...
Added synchronisation for rendering and appearance
2023-07-06 19:21:35 +02:00
Vitaly Provodin
4eaaf559e5
update exclude list on results of 21_b173.1 test runs
2023-07-05 05:53:19 +07:00
Maxim Kartashev
470c36bbd8
JBR-5661 Wayland: implement heavy-weight popup windows
2023-07-04 09:29:37 +04:00
bourgesl
5473bc5596
fixup! JBR-5625: use CGColorSpaceCopyName() available since macOS 10.6 in MTLLayer
...
(cherry picked from commit 4ec4f728f4461a0c173bb80cd3f3c9652f267f4f)
2023-07-01 12:34:42 +02:00
bourgesl
3027b5e95c
JBR-5625: disable color-matching (colorspace = nil) in MTLLayer by default (see new system property 'sun.java2d.metal.colorMatching=true/false') + added new MetalLayerColorTest
2023-06-30 18:19:34 +02:00
Tobias Hartmann
2ee44fface
8309902: C2: assert(false) failed: Bad graph detected in build_loop_late after JDK-8305189
...
Reviewed-by: chagedorn
Backport-of: 26efff7586
2023-06-30 20:00:06 +07:00
Joe Darcy
b0eb2a22e2
8311115: Type in java.lang.reflect.AccessFlag.METHOD_PARAMETER
...
Reviewed-by: prappo
Backport-of: d97966266e
2023-06-30 20:00:06 +07:00
Tobias Hartmann
4956bcb3d4
8310299: C2: 8275201 broke constant folding of array store check in some cases
...
Reviewed-by: chagedorn
Backport-of: be64d3ac3c
2023-06-30 20:00:05 +07:00
Erik Gahlin
b632a89ba5
8311007: jdk/jfr/tool/TestView.java can't find event
...
Reviewed-by: mgronlun
Backport-of: e3f18af1df
2023-06-30 20:00:05 +07:00
Joe Darcy
0be7c6e827
8310061: Note if implicit annotation processing is being used
...
Reviewed-by: vromero
Backport-of: 3df36c4f10
2023-06-30 20:00:05 +07:00
Jorn Vernee
ea0b791f94
8310914: Remove 2 malformed java/foreign ProblemList entries
...
Reviewed-by: jpai
Backport-of: f07e396bda
2023-06-30 20:00:05 +07:00
Jorn Vernee
c35e073cd9
8310405: Linker.Option.firstVariadicArg should specify which index values are valid
...
Reviewed-by: mcimadamore
Backport-of: 7fffdb5e60
2023-06-30 20:00:04 +07:00
Tobias Hartmann
be708c5de0
8310130: C2: assert(false) failed: scalar_input is neither phi nor a matchin reduction
...
Reviewed-by: kvn
Backport-of: 526dba1a29
2023-06-30 20:00:04 +07:00
Rajan Halade
05af322e8a
8292704: sun/security/tools/jarsigner/compatibility/Compatibility.java use wrong key size for EC
...
Reviewed-by: valeriep, hchao
Backport-of: 130a9f1387
2023-06-30 20:00:04 +07:00
Archie Cobbs
4ade52291c
8305671: javac rejects semicolons in compilation units with no imports
...
Reviewed-by: vromero
Backport-of: a08352f621
2023-06-30 20:00:04 +07:00
Pavel Rappo
59ff7acff6
8311034: Fix typo in javac man page
...
Reviewed-by: rriggs
Backport-of: f17bfeec61
2023-06-30 20:00:03 +07:00
Kevin Walls
5c3fe85288
8303916: ThreadLists.java inconsistent results
...
Reviewed-by: sspitsyn
Backport-of: 8c9b85a990
2023-06-30 20:00:03 +07:00
Stefan Karlsson
c01213983c
8310194: Generational ZGC: Lock-order asserts in JVMTI IterateThroughHeap
...
Reviewed-by: ayang
Backport-of: 4e4e586dac
2023-06-30 20:00:03 +07:00
Tobias Hartmann
dc28c85058
8310459: [BACKOUT] 8304450: [vectorapi] Refactor VectorShuffle implementation
...
Reviewed-by: kvn
Backport-of: ff9a754109
2023-06-30 20:00:02 +07:00
Joe Darcy
5b7b91f80b
8310830: typo in the parameter name in @throws of ClassDesc::ofDescriptor
...
Reviewed-by: mchung
Backport-of: 4bce38c6d7
2023-06-30 20:00:02 +07:00
Jim Laskey
4da9ef9367
8310975: java.util.FormatItemModifier should not be protected
...
Reviewed-by: darcy
Backport-of: 315242b741
2023-06-30 20:00:02 +07:00
Naoto Sato
c31883d7ae
8310182: DateTimeFormatter date formats (ISO_LOCAL_DATE) separated with hyphen, not dash
...
Reviewed-by: rriggs
Backport-of: ec45bd64d5
2023-06-30 20:00:01 +07:00
Robbin Ehn
7ce6caddcc
8309258: RISC-V: Add riscv_hwprobe syscall
...
Reviewed-by: luhenry, fyang
Backport-of: 31b6fd775f
2023-06-30 20:00:01 +07:00
Mandy Chung
449333a596
8310242: Clarify the name parameter to Class::forName
...
8310922: java/lang/Class/forName/ForNameNames.java fails after being added by JDK-8310242
Reviewed-by: dholmes
Backport-of: 7db2f08756
2023-06-30 20:00:01 +07:00
Joe Darcy
938ce68fac
8310861: Improve location reporting for javac serial lint warnings
...
8310907: Add missing file
Reviewed-by: jlahoda
Backport-of: 289f218a32
2023-06-30 20:00:01 +07:00
Christian Stein
b135da3050
8309670: java -help output for --module-path / -p is incomplete
...
Reviewed-by: jjg
Backport-of: 4bf78162c5
2023-06-30 20:00:00 +07:00
Hannes Wallnöfer
2e9c2f2d2f
8309471: Limit key characters in static index pages
...
Reviewed-by: jjg
Backport-of: 21f6d83358
2023-06-30 20:00:00 +07:00
Jaikiran Pai
5072c3ddf8
8310868: Thread.interrupt() method's javadoc has an incorrect {@link}
...
Reviewed-by: alanb
Backport-of: 013367b483
2023-06-30 20:00:00 +07:00
Frederic Thevenet
4bf9d30bc1
8309959: JFR: Display N/A for missing data amount
...
Reviewed-by: egahlin
Backport-of: 9872a14192
2023-06-30 20:00:00 +07:00
Joe Darcy
509d789d2e
8310676: add note about unnamed module to Elements.getAllModuleElements
...
Reviewed-by: jjg
Backport-of: 69f3114c41
2023-06-30 19:59:59 +07:00
Jamil Nimeh
872410a552
8309740: Expand timeout windows for tests in JDK-8179502
...
Reviewed-by: xuelei, hchao
Backport-of: 5ca4cdd2ca
2023-06-30 19:59:59 +07:00
Daniel D. Daugherty
0304e5af2d
8310822: JDK21: ProblemList java/lang/ScopedValue/StressStackOverflow.java on generic-x64
...
Reviewed-by: iris, lmesnik
2023-06-30 19:59:59 +07:00
Alexander Zuev
a29a052655
8309733: [macOS, Accessibility] VoiceOver: Incorrect announcements of JRadioButton
...
Reviewed-by: prr
Backport-of: d1d2b55ce0
2023-06-30 19:59:58 +07:00
Sergey Bylokhov
eec4c76e76
8304885: Reuse stale data to improve DNS resolver resiliency
...
Reviewed-by: djelinski, michaelm
Backport-of: bdd81b3182
2023-06-30 19:57:41 +07:00
Vitaly Provodin
dc913b2ba1
update exclude list on results of 21_b173.1 test runs
2023-06-30 18:39:23 +07:00
Maxim Kartashev
725fe7afce
JBR-5777 isWindowMoveSupported() doesn't work with non-default GraphicsEnvironment
...
Co-authored-by: Nikita Gubarkov <nikita.gubarkov@jetbrains.com >
2023-06-28 11:47:22 +04:00
Sergey Shelomentsev
4bf6cbc0ab
fixup! JBR-5746 add mouse events logging
2023-06-27 23:18:08 +03:00
Dmitrii Morskii
c6ddc37179
fixup! JBR-1775: improved logic for choosing newer font between system and bundled ones
2023-06-26 18:00:30 +02:00
Dmitry Batrak
25f8116d68
JBR-5720 Wrong modifiers are reported for mouse middle and right buttons' release/clicked events
...
(cherry picked from commit 64dad2a50a )
2023-06-26 12:10:40 +03:00
Alexey Ushakov
4583bce7fb
JBR-5151 Test failures caused by -Dsun.java2d.metal.displaySync=false
...
Removed display sync from window layer, provide layer content updates only when necessary
2023-06-23 18:49:40 +02:00
Alan Bateman
45badf7fdf
8309853: StructuredTaskScope.join description improvements
...
Reviewed-by: darcy
Backport-of: 3661cdee1b
(cherry picked from commit e86d765b22 )
2023-06-23 17:27:48 +07:00
Erik Gahlin
3b2662040d
8309296: jdk/jfr/event/runtime/TestAgentEvent.java fails due to "missing" dynamic JavaAgent
...
Reviewed-by: mgronlun
Backport-of: 658c3374d8
(cherry picked from commit 2f1af3cff8 )
2023-06-23 17:27:47 +07:00
Axel Boldt-Christmas
b84f104c8f
8310187: Improve Generational ZGC jtreg testing
...
Reviewed-by: eosterlund
Backport-of: a0595761ef
(cherry picked from commit 6317249b50 )
2023-06-23 17:27:47 +07:00
Tobias Hartmann
6827cc7db7
8309498: [JVMCI] race in CallSiteTargetValue recording
...
Reviewed-by: chagedorn, dlong
Backport-of: bb966827ac
(cherry picked from commit 55aa4cb48a )
2023-06-23 17:27:47 +07:00
Tobias Hartmann
5731093e0a
8308855: ARM32: TestBooleanVector crashes after 8300257
...
Reviewed-by: chagedorn, dlong
Backport-of: 266f9838ee
(cherry picked from commit 5357bcd776 )
2023-06-23 17:27:47 +07:00
Tobias Hartmann
1aeac500dc
8309266: C2: assert(final_con == (jlong)final_int) failed: final value should be integer
...
Reviewed-by: chagedorn, dlong
Backport-of: 4a9cc8a000
(cherry picked from commit 7621d988f9 )
2023-06-23 17:27:46 +07:00
Tobias Hartmann
03e282b3fe
8310126: C1: Missing receiver null check in Reference::get intrinsic
...
Reviewed-by: chagedorn, dlong
Backport-of: 02aaab12e3
(cherry picked from commit 89ac41be57 )
2023-06-23 17:27:46 +07:00
Jan Lahoda
5789ab8533
8302865: Illegal bytecode for break from if with instanceof pattern matching condition
...
Reviewed-by: vromero
Backport-of: a15db1a56c
(cherry picked from commit 789b2fc4f2 )
2023-06-23 17:27:46 +07:00
Jan Lahoda
53d980bdd3
8310133: Effectivelly final condition not enforced in guards for binding variables from the same case
...
Reviewed-by: vromero
Backport-of: 01623f6a57
(cherry picked from commit ceadaece94 )
2023-06-23 17:27:46 +07:00
Serguei Spitsyn
585cabc4db
8309612: [REDO] JDK-8307153 JVMTI GetThreadState on carrier should return STATE_WAITING
...
Reviewed-by: cjplummer
Backport-of: f91e9ba757
(cherry picked from commit f8a38eecc6 )
2023-06-23 17:27:45 +07:00
Chris Plummer
f85ef6c00e
8308499: Test vmTestbase/nsk/jdi/MethodExitRequest/addClassExclusionFilter/filter001/TestDescription.java failed: VMDisconnectedException
...
Reviewed-by: kevinw, sspitsyn
Backport-of: 79ff72a776
(cherry picked from commit 722b512c40 )
2023-06-23 17:27:45 +07:00
Darragh Clarke
ce3fdae3dc
8308336: Test java/net/HttpURLConnection/HttpURLConnectionExpectContinueTest.java failed: java.net.BindException: Address already in use
...
Reviewed-by: dfuchs
Backport-of: a48bcf3671
(cherry picked from commit a4159ddaa2 )
2023-06-23 17:27:45 +07:00
Jorn Vernee
7e94035ac4
8310053: VarHandle and slice handle derived from layout are lacking alignment check
...
Reviewed-by: mcimadamore
Backport-of: e022e87654
(cherry picked from commit 3985a4d534 )
2023-06-23 17:27:44 +07:00
Matthias Baesken
9bdd685eb4
8310191: com/sun/tools/attach/warnings/DynamicLoadWarningTest.java second failure on AIX
...
Reviewed-by: alanb
Backport-of: 6a63badd8e
(cherry picked from commit 1fc60429a1 )
2023-06-23 17:27:44 +07:00
Per Minborg
2851c2edac
8309937: Add @sealedGraph for some Panama FFM interfaces
...
Reviewed-by: mcimadamore
Backport-of: b412fc79c3
(cherry picked from commit ef0357f6cb )
2023-06-23 17:27:44 +07:00
Matthias Baesken
c33f76cf13
8309549: com/sun/tools/attach/warnings/DynamicLoadWarningTest.java fails on AIX
...
Reviewed-by: lucy, alanb
Backport-of: 4d66d97745
(cherry picked from commit 60cae33c46 )
2023-06-23 17:27:44 +07:00
Alexey Ivanov
f4298d9a3a
8310054: ScrollPane insets are incorrect
...
Reviewed-by: honkar, prr
Backport-of: d6c2ee3448
(cherry picked from commit beb0d9579b )
2023-06-23 17:27:43 +07:00
Roger Riggs
9173dcad30
8310019: MIPS builds are broken after JDK-8304913
...
Reviewed-by: shade
Backport-of: 33c6ec9d4e
(cherry picked from commit e0cc40108a )
2023-06-23 17:27:43 +07:00
Glavo
01f0ecaaac
8310105: LoongArch64 builds are broken after JDK-8304913
...
Reviewed-by: shade
Backport-of: 137a5f7c2c
(cherry picked from commit 7e788939d3 )
2023-06-23 17:27:43 +07:00
David Holmes
dea70ad99a
8309228: Clarify EXPERIMENTAL flags comment in hotspot/share/runtime/globals.hpp
...
Reviewed-by: shade
Backport-of: 96a7db7b3c
(cherry picked from commit fb6f5f1b82 )
2023-06-23 17:27:43 +07:00
Jim Laskey
8bfeab18aa
8309957: Rename JDK-8309595 test to conform
...
Reviewed-by: prappo
Backport-of: 1d1ed0d8f7
(cherry picked from commit 7ca0f1460c )
2023-06-23 17:27:42 +07:00
Jim Laskey
c6fededaba
8309595: Allow javadoc to process unnamed classes
...
Reviewed-by: prappo
Backport-of: 0be39054a6
(cherry picked from commit bfffd8b608 )
2023-06-23 17:27:42 +07:00
Jan Lahoda
4e9fb05ba8
8310314: Misplaced "unnamed classes are a preview feature and are disabled by default" error
...
Reviewed-by: jlaskey
Backport-of: 79069c5e74
(cherry picked from commit ede16cd19e )
2023-06-23 17:27:42 +07:00
Jaikiran Pai
a4e0bd5eb4
8310259: Pin msys2/setup-msys2 github action to a specific commit
...
8309934: Update GitHub Actions to use JDK 17 for building jtreg
Reviewed-by: cstein, clanger
Backport-of: 959a61fdd4
(cherry picked from commit 08965e646e )
2023-06-23 17:27:41 +07:00
Erik Gahlin
576518769f
8304835: jdk/jfr/event/oldobject/TestArrayInformation.java fails with "Could not find event with class ... as (leak) object"
...
Reviewed-by: mgronlun
Backport-of: 7d4b77ad9e
(cherry picked from commit e0d3706f9e )
2023-06-23 17:27:41 +07:00
Erik Österlund
e958446d7e
8310015: ZGC: Unbounded asynchronous unmapping can lead to running out of address space
...
Reviewed-by: stefank, aboldtch
Backport-of: 4229baf9b6
(cherry picked from commit 14c5091a9f )
2023-06-23 17:27:41 +07:00
Erik Gahlin
d04865c7f6
8309928: JFR: View issues
...
Reviewed-by: mgronlun
Backport-of: 84d010a24b
(cherry picked from commit 36e3fe914c )
2023-06-23 17:27:40 +07:00
Albert Mingkun Yang
d520d33e04
8309960: ParallelGC young collections very slow in DelayInducer
...
Reviewed-by: tschatzl
(cherry picked from commit 4d81b8998a )
2023-06-23 17:27:40 +07:00
Kim Barrett
84850c23d0
8308643: Incorrect value of 'used' jvmstat counter
...
Reviewed-by: tschatzl
Backport-of: 92167505b2
(cherry picked from commit ace56237d3 )
2023-06-23 17:27:40 +07:00
Phil Race
ce5125a90f
8309756: Occasional crashes with pipewire screen capture on Wayland
...
Reviewed-by: azvegint
Backport-of: d3d0dbc363
(cherry picked from commit 3698a022ff )
2023-06-23 17:27:40 +07:00
Justin Lu
385c581b56
8309632: JDK 21 RDP1 L10n resource files update
...
Reviewed-by: naoto
Backport-of: 81bfd78901
(cherry picked from commit a1c1d97a4e )
2023-06-23 17:27:39 +07:00
Maxim Kartashev
cb9c3217e1
JBR-5722 vmTestbase/vm/gc/compact/Compact_TwoFields_InternedStrings: SIGSEGV at Symbol::as_klass_external_name(char*, int)
...
Do not use print_native_stack() when recording OOME stacks as it is
designed to be used only in the context of a fatal error reporting where
induced crashes are tolerated.
2023-06-23 12:59:41 +04:00
Dmitry Batrak
82383cef3c
JBR-5684 Focus state is broken after closing of modal dialog in an inactive application
...
(cherry picked from commit f1feadc9e5 )
2023-06-23 11:38:46 +03:00
Nikita Provotorov
f3580cb167
JBR-5762 Sometimes naturally generated MOUSE_DRAGGED events don't contain the pressed button's modifier.
...
Enforce keeping the pressed button in the modifiers for MOUSE_DRAGGED events. This is under a (default enabled) system property "awt.mac.enforceMouseModifiersForMouseDragged".
(cherry picked from commit fb12990a98 )
2023-06-22 19:06:14 +03:00
Dmitrii Morskii
6c1d3527ef
JBR-1775: improved logic for choosing newer font between system and bundled ones
2023-06-22 16:02:39 +02:00
Dmitrii Morskii
864dcab9d8
JBR-5548 fix BadSerializationTest
2023-06-22 15:55:12 +02:00
Vitaly Provodin
c66295a92f
update exclude list on results of 21_b163.1 test runs
2023-06-22 16:38:37 +07:00
Vitaly Provodin
b2af077f9f
update exclude list on results of 21_b156.4 test runs
2023-06-22 16:31:37 +07:00
Maxim Kartashev
ca4d3ddb25
JBR-5761 Make error printing more robust during early stages of VM initialization
2023-06-21 19:41:38 +04:00
Sergey Shelomentsev
5fd56485aa
JBR-5746 wait for menu visibility of fail the test
2023-06-20 18:42:51 +03:00
Vitaly Provodin
528f36f7b7
fixup! JBR-5246 add OpenType's features support (follow up)
2023-06-17 06:38:04 +07:00
Vitaly Provodin
883a78fb2f
fixup! JBR-5246 add OpenType's features support
2023-06-17 05:49:16 +07:00
Vitaly Provodin
2613211eed
fixup! JBR-5480 Include more information in OOME crash reports
2023-06-17 05:33:13 +07:00
Nikita Tsarev
985ff0d80b
JBR-5379: Ignore input events only on permament focus loss
2023-06-16 15:19:45 +02:00
Vitaly Provodin
d44783df44
fixup! update exclude list on results of 21_b156.4 test runs
2023-06-16 17:48:06 +07:00
Aggelos Biboudis
3090a44d42
8310128: Switch with unnamed patterns erroneously non-exhaustive
...
Reviewed-by: jlahoda
Backport-of: 32243ef47d
(cherry picked from commit aced11446e )
2023-06-16 17:21:06 +07:00
Roberto Castañeda Lozano
0802b1573b
8303513: C2: LoadKlassNode::make fails with 'expecting TypeKlassPtr'
...
Reviewed-by: thartmann
Backport-of: 83d92672d4
(cherry picked from commit 39e98e7bbf )
2023-06-16 17:21:06 +07:00
Martin Doerr
577b7a1383
8309613: [Windows] hs_err files sometimes miss information about the code containing the error
...
Reviewed-by: mbaesken
Backport-of: bd79db3930
(cherry picked from commit 07d20dc86a )
2023-06-16 17:21:05 +07:00
Aleksey Shipilev
155bca2d23
8309956: Shenandoah: Strengthen the mark word check in string dedup
...
Reviewed-by: rkennke
Backport-of: 57b8251241
(cherry picked from commit 0ac92753dd )
2023-06-16 17:21:05 +07:00
Chen Liang
acfdfe9169
8307508: IndirectVarHandle.isAccessModeSupported throws NPE
...
Reviewed-by: mchung
Backport-of: 75dcc4ef94
(cherry picked from commit 6711041f55 )
2023-06-16 17:21:05 +07:00
Stuart Marks
4f67e453b9
8309882: LinkedHashMap adds an errant serializable field
...
Reviewed-by: rriggs
Backport-of: e138685648
(cherry picked from commit f7cd0aec92 )
2023-06-16 17:21:04 +07:00
Raffaello Giulietti
7f45827674
8309955: Matcher uses @since {@inheritDoc}
...
Reviewed-by: bpb
Backport-of: bfef3c3e80
(cherry picked from commit e18993c006 )
2023-06-16 17:21:04 +07:00
Mandy Chung
3100171558
8309303: jdk/internal/misc/VM/RuntimeArguments test ignores jdk/internal/vm/options
...
Reviewed-by: alanb
Backport-of: 679a6d8935
(cherry picked from commit 3363050f9e )
2023-06-16 17:21:04 +07:00
Markus Grönlund
6f792f56d2
8309862: Unsafe list operations in JfrStringPool
...
Reviewed-by: egahlin
Backport-of: 05f896a153
(cherry picked from commit ea4ab656b0 )
2023-06-16 17:21:03 +07:00
Martin Doerr
84b4a719ba
8309462: [AIX] vmTestbase/nsk/jvmti/RunAgentThread/agentthr001/TestDescription.java crashing due to empty while loop
...
Reviewed-by: mbaesken
Backport-of: cf9e6353cc
(cherry picked from commit 08eff92b5e )
2023-06-16 17:21:03 +07:00
Jan Lahoda
ef2a69875a
8309467: Pattern dominance should be adjusted
...
Reviewed-by: vromero
Backport-of: 408cadb351
(cherry picked from commit 83ea293581 )
2023-06-16 17:21:03 +07:00
Joe Darcy
a8c6a1c33f
8309870: Using -proc:full should be considered requesting explicit annotation processing
...
Reviewed-by: jjg
Backport-of: 3ce1240ca1
(cherry picked from commit b743405033 )
2023-06-16 17:21:02 +07:00
Maurizio Cimadamore
705d70071f
8308645: Javadoc of FFM API needs to be refreshed
...
8309398: ValueLayout:: arrayElementVarHandle doesn't throws UnsupportedOperationException - if byteAlignment() > byteSize()
8308812: SequenceLayout::withElementCount(long elementCount) doesn't throw IllegalArgumentException - if elementCount < 0 for some cases
Reviewed-by: jvernee
(cherry picked from commit 20371fd918 )
2023-06-16 17:21:02 +07:00
Chris Hegarty
b7eb3b0594
8309727: Assert privileges while reading the jdk.incubator.vector.VECTOR_ACCESS_OOB_CHECK system property
...
Reviewed-by: uschindler, rriggs
Backport-of: cee5724d09
(cherry picked from commit 73a9f486ae )
2023-06-16 17:21:02 +07:00
Matthias Baesken
7d17695ec3
8309703: AIX build fails after JDK-8280982
...
Reviewed-by: mdoerr
Backport-of: 3981297fd3
(cherry picked from commit 005006e7c4 )
2023-06-16 17:21:01 +07:00
Daniel D. Daugherty
73622ef2c1
8309760: ProblemList serviceability/jvmti/vthread/FollowReferences/VThreadStackRefTest.java#default with ZGC
...
Reviewed-by: darcy
Backport-of: aace3dc28c
(cherry picked from commit 4bf6babda5 )
2023-06-16 17:21:01 +07:00
Daniel D. Daugherty
552735c1c5
8309702: Exclude java/lang/ScopedValue/StressStackOverflow.java from JTREG_TEST_THREAD_FACTORY=Virtual runs
...
Reviewed-by: darcy
Backport-of: 307085618d
(cherry picked from commit 406ba341fe )
2023-06-16 17:21:01 +07:00
Vitaly Provodin
a2e0786c22
update exclude list on results of 21_b156.4 test runs
2023-06-15 10:21:29 +07:00
Vitaly Provodin
16d12c8519
update exclude list on results of 21_b150.1 test
2023-06-10 05:25:09 +07:00
Stefan Karlsson
8be1389399
8309675: Generational ZGC: compiler/gcbarriers/UnsafeIntrinsicsTest.java fails in nmt_commit
...
Reviewed-by: dcubed
Backport-of: c4e6542514
(cherry picked from commit 430ffe7ae6 )
2023-06-09 16:09:23 +07:00
Stefan Karlsson
eaa7382eea
8306841: Generational ZGC: NMT reports Java heap size larger than max heap size
...
Reviewed-by: eosterlund, stuefe
(cherry picked from commit bb377b2673 )
2023-06-09 16:09:22 +07:00
Chen Liang
73e8bb0fba
8304425: ClassHierarchyResolver from Reflection
...
Reviewed-by: asotona
(cherry picked from commit ac3ce2bf75 )
2023-06-09 16:09:21 +07:00
Aggelos Biboudis
fc978710d3
8309235: Unnamed Variables (_) can't be used in JShell
...
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org >
Co-authored-by: Aggelos Biboudis <abimpoudis@openjdk.org >
Reviewed-by: asotona
(cherry picked from commit 79a4ac791c )
2023-06-09 16:09:20 +07:00
Nagata-Haruhito
49881fbaf1
8306431: File.listRoots method description should be re-examined
...
Reviewed-by: bpb, alanb
(cherry picked from commit 9d64a9d220 )
2023-06-09 16:09:19 +07:00
Serguei Spitsyn
aaba13d513
8309602: update JVMTI history table for jdk 21
...
Reviewed-by: alanb, iris
(cherry picked from commit 5af9d2a0ac )
2023-06-09 16:09:18 +07:00
David Holmes
fb3766b94c
8308764: Reporting errors from create_vm may crash
...
Reviewed-by: stuefe, coleenp, kbarrett
(cherry picked from commit 6646272a05 )
2023-06-09 16:09:17 +07:00
Sergey Bylokhov
9a5f0e005d
8308152: PropertyDescriptor should work with overridden generic getter method
...
Reviewed-by: azvegint
(cherry picked from commit 73dd03cc5a )
2023-06-09 16:09:16 +07:00
Martin Balao
7ac0d737ea
8309569: sun/security/pkcs11/Signature/TestRSAKeyLength.java fails after JDK-8301553
...
Co-authored-by: Martin Balao <mbalao@openjdk.org >
Co-authored-by: Francisco Ferrari Bihurriet <fferrari@redhat.com >
Reviewed-by: valeriep
(cherry picked from commit 760cb04a2e )
2023-06-09 16:09:15 +07:00
Mandy Chung
1217047ff0
8309630: Clean up tests that reference deploy modules
...
Reviewed-by: bchristi
(cherry picked from commit e8a59843f2 )
2023-06-09 16:09:14 +07:00
Raffaello Giulietti
a2a7a996d3
8309515: Stale cached data from Matcher.namedGroups() after Matcher.usePattern()
...
Reviewed-by: rriggs
(cherry picked from commit 90027ff204 )
2023-06-09 16:09:13 +07:00
Alexey Ivanov
4d19663847
8297923: java.awt.ScrollPane broken after multiple scroll up/down
...
Reviewed-by: honkar, prr, serb
(cherry picked from commit ea41907396 )
2023-06-09 16:09:12 +07:00
Yudi Zheng
bf5816390b
8309562: [JVMCI] Export symbols used by VirtualThread notifyJvmti intrinsics to JVMCI compilers.
...
Reviewed-by: dnsimon, kvn
(cherry picked from commit 99749c597b )
2023-06-09 16:09:12 +07:00
Eric Nothum
28ac4647f8
8309474: [IR Framework] Wrong @ForceCompile link in README
...
Reviewed-by: chagedorn, thartmann
(cherry picked from commit 92beb85510 )
2023-06-09 16:09:11 +07:00
Daniel D. Daugherty
17ce7e4035
8256302: releasing oopStorage when deflating allows for faster deleting
...
Reviewed-by: dholmes, rehn, coleenp
(cherry picked from commit 6402004852 )
2023-06-09 16:09:10 +07:00
Mandy Chung
0941211777
8309532: java/lang/Class/getDeclaredField/FieldSetAccessibleTest should filter modules that depend on JVMCI
...
Reviewed-by: alanb, dfuchs
(cherry picked from commit 02bce0b145 )
2023-06-09 16:09:09 +07:00
Joe Darcy
bdc07abb13
8309574: Improve core reflection tests for JEP 445
...
Reviewed-by: mchung
(cherry picked from commit 4ffc8cc216 )
2023-06-09 16:09:08 +07:00
Chris Plummer
b4dfcb4160
8309420: com/sun/jdi/StepTest.java fails with virtual thread wrapper
...
Reviewed-by: sspitsyn, amenkov
(cherry picked from commit e3f3ac0825 )
2023-06-09 16:09:07 +07:00
Chris Plummer
bfe5ca05e6
8309510: com/sun/jdi/RedefineNestmateAttr/TestNestmateAttr.java no longer needs to override startUp() method
...
Reviewed-by: sspitsyn, amenkov
(cherry picked from commit c38abbfcaa )
2023-06-09 16:09:06 +07:00
Joe Darcy
d2285b5d5d
8309503: Improve javax.lang.model tests for JEP 445
...
Reviewed-by: jlahoda, jjg, jlaskey
(cherry picked from commit c24b0bada2 )
2023-06-09 16:09:05 +07:00
Chris Plummer
31d20952c0
8309509: com/sun/jdi/RedefineNestmateAttr/TestNestmateAttr.java fails with virtual test thread factory
...
Reviewed-by: sspitsyn, amenkov
(cherry picked from commit a54f4d4ab9 )
2023-06-09 16:09:04 +07:00
Daniel D. Daugherty
60584a8cf8
8309614: [BACKOUT] JDK-8307153 JVMTI GetThreadState on carrier should return STATE_WAITING
...
Reviewed-by: azvegint
(cherry picked from commit 33bb64f24f )
2023-06-09 16:09:03 +07:00
JoKern65
ce7e174e01
8308288: Fix xlc17 clang warnings and build errors in hotspot
...
Reviewed-by: goetz, mbaesken
(cherry picked from commit 5b147eb5e4 )
2023-06-09 16:09:02 +07:00
JoKern65
7884a8a411
8309225: Fix xlc17 clang 15 warnings in security and servicability
...
Reviewed-by: goetz, mdoerr, clanger
(cherry picked from commit 89f5bacaf6 )
2023-06-09 16:09:01 +07:00
JoKern65
e78673adbe
8309219: Fix xlc17 clang 15 warnings in java.base
...
Reviewed-by: goetz, mdoerr
(cherry picked from commit 6eddbe26dd )
2023-06-09 16:09:01 +07:00
Serguei Spitsyn
3a08166477
8307153: JVMTI GetThreadState on carrier should return STATE_WAITING
...
Reviewed-by: amenkov, cjplummer
(cherry picked from commit 177e8327d6 )
2023-06-09 16:09:00 +07:00
Aleksey Shipilev
d61653478d
8309543: Micro-optimize x86 assembler UseCondCardMark
...
Reviewed-by: kvn, mdoerr
(cherry picked from commit f0236edfba )
2023-06-09 16:08:59 +07:00
Alexander Zvegintsev
1a77364d8b
8280982: [Wayland] [XWayland] java.awt.Robot taking screenshots
...
Reviewed-by: prr, kizune, psadhukhan
(cherry picked from commit 9d7bf5329e )
2023-06-09 16:08:57 +07:00
Frederic Thevenet
af828a181b
8309550: jdk.jfr.internal.Utils::formatDataAmount method should gracefully handle amounts equal to Long.MIN_VALUE
...
Reviewed-by: stuefe, mgronlun
(cherry picked from commit a1ab377d99 )
2023-06-09 16:08:56 +07:00
Jorn Vernee
8307442519
8308445: Linker should check that capture state segment is big enough
...
Reviewed-by: mcimadamore
(cherry picked from commit c49129f545 )
2023-06-09 16:08:56 +07:00
Jorn Vernee
8fc758cbad
8308031: Linkers should reject unpromoted variadic parameters
...
Reviewed-by: mcimadamore
(cherry picked from commit fa791119f0 )
2023-06-09 16:08:55 +07:00
Jim Laskey
5ae6f19643
8309594: Cleanup naming in JavacParser related to unnamed classes
...
Reviewed-by: jlahoda
(cherry picked from commit 16ebf47fe3 )
2023-06-09 16:08:53 +07:00
Stefan Karlsson
646a548111
8307374: Add a JFR event for tracking RSS
...
Reviewed-by: stuefe, rcastanedalo
(cherry picked from commit 5722903d53 )
2023-06-09 16:08:52 +07:00
Eric Nothum
1e4caafc2b
8302145: ddepth should be uint in PhaseIdealLoop::register_node()
...
Reviewed-by: chagedorn, thartmann
(cherry picked from commit 1de40f360f )
2023-06-09 16:08:51 +07:00
Jim Laskey
9ca08e4cbb
8309568: javac crashes attempting to -Xprint on a class file of an unnamed class
...
Reviewed-by: darcy, jlahoda
(cherry picked from commit a6726b66db )
2023-06-09 16:08:50 +07:00
Boris Ulasevich
8654d31807
8305959: x86: Improve itable_stub
...
Reviewed-by: phh, shade, aph
(cherry picked from commit 8cdd95e8a2 )
2023-06-09 16:08:49 +07:00
Matthias Baesken
001aa3e47d
8309297: Adjust ShenandoahHeap print_heap_regions_on
...
Reviewed-by: ysr, mdoerr
(cherry picked from commit 9233dcc838 )
2023-06-09 16:08:48 +07:00
Dhamoder Nalla
f352d1ab9c
8305763: Parsing a URI with an underscore goes through a silent exception, negatively impacting performance
...
Reviewed-by: dfuchs
(cherry picked from commit 749d480193 )
2023-06-09 16:08:47 +07:00
Jaikiran Pai
c8d47bafae
8305906: HttpClient may use incorrect key when finding pooled HTTP/2 connection for IPv6 address
...
Reviewed-by: djelinski, dfuchs
(cherry picked from commit 3ccb3c0e09 )
2023-06-09 16:08:46 +07:00
Serguei Spitsyn
dfc51517ef
8295976: GetThreadListStackTraces returns wrong state for blocked VirtualThread
...
Reviewed-by: cjplummer, amenkov
(cherry picked from commit a25b7b8b55 )
2023-06-09 16:08:45 +07:00
Daniel Jeliński
b0f3a1eb5b
8309527: Improve test proxy performance
...
Reviewed-by: dfuchs, jpai
(cherry picked from commit fadcd65018 )
2023-06-09 16:08:44 +07:00
Christian Hagedorn
970d3642af
8309472: IGV: Add dump_igv(custom_name) for improved debugging
...
Reviewed-by: roland, thartmann
(cherry picked from commit 0ed4af76c0 )
2023-06-09 16:08:43 +07:00
Alan Bateman
4b3e0b1253
8306647: Implementation of Structured Concurrency (Preview)
...
8306572: Implementation of Scoped Values (Preview)
Co-authored-by: Alan Bateman <alanb@openjdk.org >
Co-authored-by: Andrew Haley <aph@openjdk.org >
Reviewed-by: psandoz, dfuchs, mchung
(cherry picked from commit f1c7afcc3f )
2023-06-09 16:08:42 +07:00
Ichiroh Takiguchi
8d5283c417
8307953: [AIX] C locale's font setting was changed by JEP 400
...
Reviewed-by: naoto, prr
(cherry picked from commit a08c5cb3f1 )
2023-06-09 16:08:41 +07:00
Daniel D. Daugherty
c7cca79547
8309570: ProblemList sun/security/pkcs11/Signature/TestRSAKeyLength.java
...
Reviewed-by: jjg, darcy
(cherry picked from commit 0ceb43227d )
2023-06-09 16:08:40 +07:00
Chris Plummer
e15438b957
8309396: com/sun/jdi/JdbMethodExitTest.java fails with virtual threads due to a bug in determining the main thread id
...
Reviewed-by: amenkov, sspitsyn
(cherry picked from commit 65bdbc7a8c )
2023-06-09 16:08:39 +07:00
Martin Balao
0059758c87
8301553: Support Password-Based Cryptography in SunPKCS11
...
Co-authored-by: Francisco Ferrari Bihurriet <fferrari@redhat.com >
Co-authored-by: Martin Balao <mbalao@openjdk.org >
Reviewed-by: valeriep
(cherry picked from commit 4a75fd462c )
2023-06-09 16:08:38 +07:00
Hannes Wallnöfer
7a78f0c9d8
8292157: Incorrect error: "block element not allowed within inline element <a>"
...
Reviewed-by: jjg
(cherry picked from commit 0a4f9ad637 )
2023-06-09 16:08:37 +07:00
Chris Plummer
7b87fc6236
8309505: com/sun/jdi/MethodEntryExitEvents.java due to finding wrong main thread
...
Reviewed-by: amenkov, sspitsyn
(cherry picked from commit 16ab7bfe22 )
2023-06-09 16:08:36 +07:00
Joe Darcy
8590b9609f
8295071: Spec Clarification : ClassFileFormatVersion: System property java.class.version | Java class format version number
...
Reviewed-by: iris, alanb, rriggs
(cherry picked from commit d82436e4e3 )
2023-06-09 16:08:35 +07:00
Chris Plummer
7fc68c2928
8309506: com/sun/jdi/MultiBreakpointsTest.java fails with virtual test thread factory
...
Reviewed-by: amenkov, sspitsyn
(cherry picked from commit 571fbdc311 )
2023-06-09 16:08:34 +07:00
Joe Darcy
1345b4da95
8309554: Update descriptions in SourceVersion
...
Reviewed-by: jlaskey, jjg, rriggs
(cherry picked from commit 7d1147ee5c )
2023-06-09 16:08:33 +07:00
Stuart Marks
51eed250b8
8307840: SequencedMap view method specification and implementation adjustments
...
Reviewed-by: darcy, alanb
(cherry picked from commit 9526190863 )
2023-06-09 16:08:32 +07:00
Mandy Chung
bb03ece978
8301721: lookup.findSpecial fails on Object method call from interface
...
Reviewed-by: alanb
(cherry picked from commit 74dc50b7f0 )
2023-06-09 16:08:31 +07:00
Doug Simon
fdd52dcc65
8309542: compiler/jvmci/TestEnableJVMCIProduct.java fails with "JVMCI compiler 'graal' specified by jvmci.Compiler not found"
...
Reviewed-by: kvn, never
(cherry picked from commit 0f0fda7abc )
2023-06-09 16:08:30 +07:00
Chen Liang
00e0ff56bf
8309413: Improve the performance of MethodTypeDesc::descriptorString
...
8304932: MethodTypeDescImpl can be mutated by argument passed to MethodTypeDesc.of
Reviewed-by: mchung
(cherry picked from commit 38cef2adbd )
2023-06-09 16:08:29 +07:00
Tom Rodriguez
9eb805a955
8309501: Remove workaround in bin/idea.sh for non standard JVMCI file layout
...
Reviewed-by: dnsimon, erikj
(cherry picked from commit 7edd0540e0 )
2023-06-09 16:07:32 +07:00
Brian Burkhalter
bf01aee27c
8309216: Cast from jchar* to char* in test java/io/GetXSpace.java
...
Reviewed-by: rriggs, naoto
(cherry picked from commit 9188142698 )
2023-06-09 15:48:53 +07:00
Brian Burkhalter
bc05047270
8307887: (fs) Files.createSymbolicLink throws less specific exception when in developer mode and file already exists
...
Reviewed-by: alanb
(cherry picked from commit d709c25cbf )
2023-06-09 15:48:52 +07:00
Jim Laskey
cb27e98475
8309534: @JEP(number=430, title="String Templates") should use default status
...
Reviewed-by: alanb
(cherry picked from commit ca6f07f9ab )
2023-06-09 15:48:51 +07:00
Rudi Horn
e31b6113bc
8308748: JNU_GetStringPlatformChars may write to String's internal memory array
...
Reviewed-by: dholmes, rriggs, alanb
(cherry picked from commit 8f0839bc55 )
2023-06-09 15:48:50 +07:00
Pavel Rappo
4efd0f3cf4
8304878: ConcurrentModificationException in javadoc tool
...
Reviewed-by: jjg
(cherry picked from commit 01455a07a7 )
2023-06-09 15:48:49 +07:00
Gui Cao
6a7b7f2b35
8309419: RISC-V: Relax register constraint for AddReductionVF & AddReductionVD nodes
...
Reviewed-by: fyang, luhenry, yzhu
(cherry picked from commit 7d25bf7722 )
2023-06-09 15:48:48 +07:00
Dingli Zhang
1fdd194889
8309418: RISC-V: Make use of vl1r.v & vfabs.v pseudo-instructions where appropriate
...
Reviewed-by: fyang, luhenry, gcao
(cherry picked from commit 5146a58249 )
2023-06-09 15:48:47 +07:00
Maxim Kartashev
0f31f6da89
8308875: java/awt/Toolkit/GetScreenInsetsCustomGC/GetScreenInsetsCustomGC.java failed with 'Cannot invoke "sun.awt.X11GraphicsDevice.getInsets()" because "device" is null'
...
Reviewed-by: avu, prr
(cherry picked from commit 41bf2ad159 )
2023-06-09 15:48:46 +07:00
quadhier
11aab9e6d7
8309346: Extend hs_err logging for all VM operations deriving from VM_GC_Operation
...
Reviewed-by: tschatzl, stefank
(cherry picked from commit a7a0913005 )
2023-06-09 15:48:45 +07:00
Matthias Baesken
d422f0b9d3
8309340: Provide sctpHandleSocketErrorWithMessage
...
Reviewed-by: clanger
(cherry picked from commit 3b85f84f02 )
2023-06-09 15:48:44 +07:00
Alan Bateman
72c9cb13ee
8309406: Change jdk.trackAllThreads to default to true
...
Reviewed-by: rpressler, mchung, cjplummer
(cherry picked from commit 2e9eff5641 )
2023-06-09 15:48:43 +07:00
Stuart Marks
ab21d919fd
8308167: SequencedMap::firstEntry throws NPE when first entry has null key or value
...
Reviewed-by: bchristi
(cherry picked from commit 6d155a47f1 )
2023-06-09 15:48:42 +07:00
Serguei Spitsyn
3dfe49cc40
8304438: jcmd JVMTI.agent_load should obey EnableDynamicAgentLoading
...
Reviewed-by: cjplummer, alanb, amenkov
(cherry picked from commit 4b1534989b )
2023-06-09 15:48:41 +07:00
Doug Simon
58770321c4
8309136: [JVMCI] add -XX:+UseGraalJIT flag
...
Reviewed-by: dholmes, kvn
(cherry picked from commit b3c9d6785e )
2023-06-09 15:48:40 +07:00
Jim Laskey
977d4f91c1
8306112: Implementation of JEP 445: Unnamed Classes and Instance Main Methods (Preview)
...
8308613: javax.lang.model updates for JEP 445 (preview)
8308913: Update core reflection for JEP 445 (preview)
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org >
Co-authored-by: Joe Darcy <darcy@openjdk.org >
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org >
Co-authored-by: Jim Laskey <jlaskey@openjdk.org >
Co-authored-by: Adam Sotona <asotona@openjdk.org >
Reviewed-by: mcimadamore, vromero, darcy
(cherry picked from commit 98b53c06cf )
2023-06-09 15:48:39 +07:00
Calvin Cheung
f506bf05bd
8309170: CDS archive heap is always relocated for larger heap
...
Reviewed-by: stuefe, iklam
(cherry picked from commit e970ddbc60 )
2023-06-09 15:48:38 +07:00
Adam Sotona
8d5c2d2f5d
8308842: Consolidate exceptions thrown from Class-File API
...
Reviewed-by: briangoetz
(cherry picked from commit 4b8922f576 )
2023-06-09 15:48:37 +07:00
Joe Darcy
390b5f1381
8309416: Misstatement in semantics of methods in javax.lang.model.ElementFilter
...
Reviewed-by: prappo
(cherry picked from commit 2b38343e4d )
2023-06-09 15:48:36 +07:00
Alexander Zvegintsev
4fa45eb884
8280994: [XWayland] Drag and Drop does not work in java -> wayland app direction
...
Reviewed-by: prr, psadhukhan
(cherry picked from commit 73352b68c4 )
2023-06-09 15:48:35 +07:00
Antonios Printezis
146554306d
8308726: RISC-V: avoid unnecessary slli in the vectorized arraycopy stubs for bytes
...
Reviewed-by: fyang, luhenry
(cherry picked from commit 5cd8af7622 )
2023-06-09 15:48:34 +07:00
Antonios Printezis
44026a6630
8308969: make test-prebuilt doesn't return the correct exit code
...
Reviewed-by: erikj
(cherry picked from commit 80232b7e75 )
2023-06-09 15:48:33 +07:00
changpeng1997
854531785f
8309129: AArch64: guarantee(T != T2S) failed: "incorrect arrangement" after JDK-8307795
...
Reviewed-by: thartmann, xgong, eastigeevich
(cherry picked from commit 6d511f1376 )
2023-06-09 15:48:32 +07:00
Jan Lahoda
87fbbb8c87
8291966: SwitchBootstrap.typeSwitch could be faster
...
Reviewed-by: asotona
(cherry picked from commit 9be5769a68 )
2023-06-09 15:48:31 +07:00
Hannes Wallnöfer
d0078e8b61
8306578: Report error if no label given in @see and {@link} when no default is available
...
Reviewed-by: jjg
(cherry picked from commit db0857ddd8 )
2023-06-09 15:48:30 +07:00
Prasanta Sadhukhan
3ffa1f0667
8296920: Regression Test DialogOrient.java fails on MacOS
...
Reviewed-by: honkar, dnguyen, achung, jdv
(cherry picked from commit 8c9d21e519 )
2023-06-09 15:48:29 +07:00
Christoph Langer
3e0ad99cdf
8303465: KeyStore of type KeychainStore, provider Apple does not show all trusted certificates
...
Reviewed-by: mbaesken, weijun
(cherry picked from commit ac41c03003 )
2023-06-09 15:48:29 +07:00
David Leopoldseder
d21848f653
8309104: [JVMCI] compiler/unsafe/UnsafeGetStableArrayElement test asserts wrong values with Graal
...
Reviewed-by: dnsimon, thartmann
(cherry picked from commit 11fb5b2209 )
2023-06-09 15:48:28 +07:00
Vladimir Kempik
32d52e41fd
8309405: RISC-V: is_deopt may produce unaligned memory read
...
Reviewed-by: fyang, luhenry
(cherry picked from commit a02d8001fa )
2023-06-09 15:48:27 +07:00
Roberto Castañeda Lozano
b0bb7c39b3
8302673: [SuperWord] MaxReduction and MinReduction should vectorize for int
...
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org >
Reviewed-by: epeter, kvn
(cherry picked from commit 3fa776d66a )
2023-06-09 15:48:26 +07:00
Emanuel Peter
382b9dd374
8309268: C2: "assert(in_bb(n)) failed: must be" after JDK-8306302
...
Reviewed-by: rcastanedalo, kvn, thartmann
(cherry picked from commit 22a9a86be0 )
2023-06-09 15:48:25 +07:00
Jan Lahoda
cf2316d47f
8305225: A service broken error despite annotation processor generating it if directives listed
...
Reviewed-by: asotona
(cherry picked from commit b6c9232b8b )
2023-06-09 15:48:24 +07:00
Jan Lahoda
e96bf21262
8309336: Incorrect switch in enum not reported properly
...
Reviewed-by: vromero
(cherry picked from commit 05fb6c6648 )
2023-06-09 15:48:23 +07:00
Gui Cao
7fca1a198a
8309332: RISC-V: Improve PrintOptoAssembly output of vector nodes
...
Reviewed-by: yzhu, fyang
(cherry picked from commit 08c91c2212 )
2023-06-09 15:48:22 +07:00
Chris Plummer
3a41c7cddd
8309334: ProcessTools.main() does not properly set thread names when using the virtual thread wrapper
...
Reviewed-by: amenkov, lmesnik, sspitsyn, alanb
(cherry picked from commit ecb17532dc )
2023-06-09 15:48:21 +07:00
Jaikiran Pai
9664b866e2
8309409: Update HttpInputStreamTest and BodyProcessorInputStreamTest to use hg.openjdk.org
...
Reviewed-by: dfuchs
(cherry picked from commit ac1597bcc7 )
2023-06-09 15:48:20 +07:00
Chris Plummer
716ad3a93b
8309391: Remove non-failing tests from test/jdk/ProblemList-Virtual.txt
...
Reviewed-by: dcubed, lmesnik
(cherry picked from commit fdb5893bf0 )
2023-06-09 15:48:19 +07:00
Guoxiong Li
1e252c1e57
8309265: Serial: Remove the code related to GC overheap limit
...
Reviewed-by: ayang, tschatzl
(cherry picked from commit 6edd786bf6 )
2023-06-09 15:48:18 +07:00
Dingli Zhang
95ee9cafa5
8309254: Implement fast-path for ASCII-compatible CharsetEncoders on RISC-V
...
Reviewed-by: luhenry, yzhu, fyang, fjiang
(cherry picked from commit 61bb014a86 )
2023-06-09 15:48:17 +07:00
Alex Menkov
8c7c91a6fa
8308978: regression with a deadlock involving FollowReferences
...
Reviewed-by: sspitsyn, lmesnik
(cherry picked from commit 62c935d4fa )
2023-06-09 15:48:16 +07:00
Joe Wang
2ae3bbee63
8303530: Redefine JAXP Configuration File
...
Reviewed-by: naoto, lancea, alanb, smarks
(cherry picked from commit aff9cea054 )
2023-06-09 15:48:15 +07:00
Chris Plummer
21ad939f7b
8309329: com/sun/jdi/DeferredStepTest.java fails with virtual threads due to not waiting for threads to exit
...
Reviewed-by: sspitsyn, lmesnik, amenkov
(cherry picked from commit 1bb037bdc6 )
2023-06-09 15:48:14 +07:00
Mandy Chung
6713afaa28
8309241: ClassForNameLeak fails intermittently as the class loader hasn't been unloaded
...
Reviewed-by: dnsimon, bchristi
(cherry picked from commit a23bbea959 )
2023-06-09 15:48:13 +07:00
Daniel Fuchs
0e61326a75
8309200: java/net/httpclient/ExecutorShutdown fails intermittently, if connection closed during upgrade
...
Reviewed-by: jpai, djelinski
(cherry picked from commit 931913fbb2 )
2023-06-09 15:48:12 +07:00
Andrew Haley
389dc61519
8296411: AArch64: Accelerated Poly1305 intrinsics
...
Reviewed-by: redestad, adinn
(cherry picked from commit dc21e8aa83 )
2023-06-09 15:48:11 +07:00
Poonam Bajaj
d5381fc93e
8303215: Make thread stacks not use huge pages
...
Reviewed-by: stuefe, dholmes
(cherry picked from commit 59d9d9fcb9 )
2023-06-09 15:48:08 +07:00
Albert Mingkun Yang
40e00d8a46
8309286: G1: Remove unused G1HeapRegionAttr::is_valid_gen
...
Reviewed-by: tschatzl
(cherry picked from commit cb1e5e3f0f )
2023-06-09 15:48:06 +07:00
Stefan Karlsson
cc21938e01
8309210: Extend VM Operations hs_err logging
...
Reviewed-by: dholmes, stuefe, eosterlund, sjohanss
(cherry picked from commit e8268d9163 )
2023-06-09 15:48:05 +07:00
Christian Hagedorn
2f3d643ce9
8308892: Bad graph detected in build_loop_late after JDK-8305635
...
Reviewed-by: rcastanedalo, roland, thartmann
(cherry picked from commit 7dbdad50a6 )
2023-06-09 15:48:04 +07:00
Severin Gehwolf
9153f78d16
8308090: Add container tests for on-the-fly resource quota updates
...
Reviewed-by: dholmes, mseledtsov
(cherry picked from commit dc8bc6c98c )
2023-06-09 15:48:03 +07:00
Jan Kratochvil
3119ba47fd
8309287: Add fontconfig requirement to building.md for Debian
...
Reviewed-by: erikj
(cherry picked from commit 73e7af9e28 )
2023-06-09 15:48:01 +07:00
Sibabrata Sahoo
c2d74a9e26
8308711: Develop additional Tests for KEM implementation
...
Reviewed-by: weijun
(cherry picked from commit aeb53e67f9 )
2023-06-09 15:48:00 +07:00
JoKern65
43797eed21
8309224: Fix xlc17 clang 15 warnings in java.desktop
...
Reviewed-by: prr, goetz
(cherry picked from commit dcd9590fed )
2023-06-09 15:44:31 +07:00
Erik Österlund
1514affc90
8308752: Generational ZGC: Avoid final marking through stack chunks
...
Reviewed-by: stefank, aboldtch
(cherry picked from commit 8f1ce78907 )
2023-06-09 15:31:46 +07:00
Axel Boldt-Christmas
92039362c6
8308387: CLD created and unloading list sharing _next node pointer leads to concurrent YC missing CLD roots
...
Reviewed-by: stefank, coleenp, dholmes, eosterlund
(cherry picked from commit 7b0a33600e )
2023-06-09 15:31:45 +07:00
Roberto Castañeda Lozano
06ad013a7c
8309295: C2: MaxNode::signed_min() returns nullptr for int operands
...
Reviewed-by: thartmann
(cherry picked from commit 60f3b87d96 )
2023-06-09 15:31:44 +07:00
Aggelos Biboudis
afb7b0644b
8309093: Underscore with brackets
...
Reviewed-by: jlahoda
(cherry picked from commit 8007599756 )
2023-06-09 15:31:43 +07:00
Alan Bateman
6b9258f66f
8307478: Implementation of Prepare to Restrict The Dynamic Loading of Agents
...
Reviewed-by: sspitsyn, cjplummer
(cherry picked from commit 5bd2af26e6 )
2023-06-09 15:31:42 +07:00
Tejesh R
7c1cd7cdde
8307105: JFileChooser InvalidPathException when selecting some system folders on Windows
...
Reviewed-by: aivanov, abhiscxk, dnguyen
(cherry picked from commit 325940b091 )
2023-06-09 15:31:41 +07:00
Matias Saavedra Silva
2472c1fc8e
8308891: TestCDSVMCrash.java needs @requires vm.cds
...
Reviewed-by: dcubed
(cherry picked from commit 101bf2290d )
2023-06-09 15:31:40 +07:00
Doug Simon
4d170d845e
8308954: [JVMCI] code installation increments decompile_count for call_site_target_value failures
...
Reviewed-by: never
(cherry picked from commit 2bb1972483 )
2023-06-09 15:31:39 +07:00
Martin Doerr
d2217a7566
8308469: [PPC64] Implement alternative fast-locking scheme
...
Reviewed-by: rrich, lucy
(cherry picked from commit 0ab09630c6 )
2023-06-09 15:31:38 +07:00
Zdenek Zambersky
5d03f413cb
8309138: Fix container tests for jdks with symlinked conf dir
...
Reviewed-by: sgehwolf
(cherry picked from commit ec55539534 )
2023-06-09 15:31:37 +07:00
Chris Plummer
6d0ebf2abc
8309146: extend JDI StackFrame.setValue() and JDWP StackFrame.setValues minimal support for virtual threads
...
Reviewed-by: sspitsyn, alanb
(cherry picked from commit e8271649e0 )
2023-06-09 15:31:37 +07:00
Chen Liang
51dc034412
8302822: Method/Field/Constructor/RecordComponent::getGenericInfo() is not thread safe
...
Reviewed-by: stsypanov, redestad
(cherry picked from commit be36096a19 )
2023-06-09 15:31:35 +07:00
Chris Plummer
be55ae01dc
8308232: nsk/jdb tests don't pass -verbose flag to the debuggee
...
Reviewed-by: sspitsyn, lmesnik
(cherry picked from commit c6f20db945 )
2023-06-09 15:31:34 +07:00
Mark Powers
e2ddcd8f0e
8307794: Test for HSS/LMS Signature Verification
...
Reviewed-by: mullan
(cherry picked from commit d987176412 )
2023-06-09 15:31:33 +07:00
Ferenc Rakoczi
3916d25e0d
8298127: HSS/LMS Signature Verification
...
Reviewed-by: weijun, mullan
(cherry picked from commit 050425b141 )
2023-06-09 15:31:32 +07:00
Adam Sotona
716c092251
8308856: jdk.internal.classfile.impl.EntryMap::nextPowerOfTwo math problem
...
Reviewed-by: jlahoda
(cherry picked from commit a6109bf1ea )
2023-06-09 15:31:32 +07:00
Jan Lahoda
d979d0dbc9
8308943: jdk.internal.le build fails on AIX
...
Reviewed-by: asotona
(cherry picked from commit 6adc242cf3 )
2023-06-09 15:31:30 +07:00
Volker Simonis
6b1ad5666d
8307990: jspawnhelper must close its writing side of a pipe before reading from it
...
Reviewed-by: stuefe, rriggs
(cherry picked from commit 39f6d807db )
2023-06-09 15:31:29 +07:00
Aleksey Shipilev
35332fdf98
8308803: Improve java/util/UUID/UUIDTest.java
...
Reviewed-by: jpai, rriggs
(cherry picked from commit 4460429d7a )
2023-06-09 15:31:29 +07:00
Christian Hagedorn
a369ad132d
8307683: Loop Predication should not hoist range checks with trap on success projection by negating their condition
...
Reviewed-by: thartmann, roland
(cherry picked from commit dfd3da3f52 )
2023-06-09 15:31:28 +07:00
Thomas Schatzl
5416fd0860
8308766: TLAB initialization may cause div by zero
...
Reviewed-by: shade, ayang
(cherry picked from commit 96ed1392d1 )
2023-06-09 15:31:27 +07:00
Yanhong Zhu
b6b598bf96
8303417: RISC-V: Merge vector instructs with similar match rules
...
Reviewed-by: fyang, rehn, dzhang
(cherry picked from commit 6c7225f819 )
2023-06-09 15:31:26 +07:00
Hao Sun
6f9c4e6159
8308503: AArch64: SIGILL when running with -XX:UseBranchProtection=pac-ret on hardware without PAC feature
...
Reviewed-by: aph, ngasson, dlong
(cherry picked from commit a46b5acc15 )
2023-06-09 15:31:25 +07:00
Sandhya Viswanathan
d46d643a7a
8300865: C2: product reduction in ProdRed_Double is not vectorized
...
Reviewed-by: fgao, epeter, kvn
(cherry picked from commit f9ad7df4da )
2023-06-09 15:31:24 +07:00
Justin King
d5f89fea9f
8305320: DbgStrings and AsmRemarks are leaking
...
Reviewed-by: coleenp, fparain
(cherry picked from commit 8eda97dc8d )
2023-06-09 15:31:23 +07:00
Jonathan Gibbons
e0e58b0062
8309150: Need to escape " inside attribute values
...
Reviewed-by: prappo
(cherry picked from commit 09514745fc )
2023-06-09 15:31:22 +07:00
David Holmes
dc9d1d5014
8309171: Test vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/TestDescription.java fails after JDK-8308341
...
Reviewed-by: dcubed, gziemski
(cherry picked from commit 0119969816 )
2023-06-09 15:31:21 +07:00
Dean Long
70624cf111
8308975: Fix signed integer overflow in compiler code, part 2
...
Reviewed-by: aph, coleenp, kvn
(cherry picked from commit f8a924a749 )
2023-06-09 15:31:20 +07:00
Chris Plummer
b29ceb9e4f
8308819: add JDWP and JDI virtual thread support for ThreadReference.ForceEarlyReturn
...
Reviewed-by: sspitsyn, alanb
(cherry picked from commit 5531f6ba1b )
2023-06-09 15:31:19 +07:00
Daniel D. Daugherty
4640b9537d
8309236: ProblemList java/util/concurrent/locks/Lock/OOMEInAQS.java with ZGC and Generational ZGC again
...
Reviewed-by: bpb, azvegint
(cherry picked from commit e42a4b659a )
2023-06-09 15:31:18 +07:00
Brian Burkhalter
67b9d9b261
8308678: (fs) UnixPath::toRealPath needs additional permissions when running with SM (macOS)
...
Reviewed-by: lancea, alanb
(cherry picked from commit 8dbd384003 )
2023-06-09 15:31:17 +07:00
Roger Riggs
8de7a796c7
8304914: Use OperatingSystem, Architecture, and Version in jpackage
...
Reviewed-by: asemenyuk
(cherry picked from commit c3cd481a9a )
2023-06-09 15:31:16 +07:00
Chris Plummer
d501322e41
8309159: Some minor comment and code cleanup in jdk/com/sun/jdi/PopFramesTest.java
...
Reviewed-by: sspitsyn, lmesnik
(cherry picked from commit eae1f59da9 )
2023-06-09 15:31:15 +07:00
Daniel D. Daugherty
1868e69088
8309230: ProblemList jdk/incubator/vector/Float64VectorTests.java on aarch64
...
8309231: ProblemList vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/TestDescription.java
Reviewed-by: darcy
(cherry picked from commit 45473ef235 )
2023-06-09 15:31:12 +07:00
Chen Liang
efd81cb6ba
8299505: findVirtual on array classes incorrectly restricts the receiver type
...
Reviewed-by: mchung
(cherry picked from commit 78aa5f3fc1 )
2023-06-09 15:31:10 +07:00
Xue-Lei Andrew Fan
7bfc3ad6f7
8308022: update for deprecated sprintf for java.base
...
Reviewed-by: naoto
(cherry picked from commit 42ca6e6942 )
2023-06-09 15:31:09 +07:00
Naoto Sato
9c12ec1bcb
8308316: Default decomposition mode in Collator
...
Reviewed-by: rriggs
(cherry picked from commit 1264902517 )
2023-06-09 15:31:08 +07:00
Matthias Baesken
fffcd2f3ab
8308872: enhance logging and some exception in krb5/Config.java
...
Reviewed-by: weijun
(cherry picked from commit 70670b4af6 )
2023-06-09 15:31:07 +07:00
Matias Saavedra Silva
a006a7d290
8308910: Allow executeAndLog to accept running process
...
Reviewed-by: ccheung, iklam
(cherry picked from commit 024d9b131d )
2023-06-09 15:31:06 +07:00
Emanuel Peter
7703b7df22
8308917: C2 SuperWord::output: assert before bailout with CountedLoopReserveKit
...
Reviewed-by: kvn, thartmann
(cherry picked from commit 25b9803056 )
2023-06-09 15:31:05 +07:00
Yadong Wang
b7edca769a
8308765: RISC-V: Expand size of stub routines for zgc only
...
Reviewed-by: fjiang, fyang
(cherry picked from commit d66b6d8fd2 )
2023-06-09 15:31:03 +07:00
Daniel Fuchs
d6c485a0c4
8309120: java/net/httpclient/AsyncShutdownNow.java fails intermittently
...
Reviewed-by: jpai
(cherry picked from commit 4aea7dab15 )
2023-06-09 15:31:02 +07:00
Albert Mingkun Yang
e1fd31b718
8309111: Removing unused constructor of PerfLongCounter and PerfLongVariable
...
Reviewed-by: dholmes
(cherry picked from commit a990322429 )
2023-06-09 15:31:01 +07:00
Aggelos Biboudis
d6876c3c1a
8309054: Parsing of erroneous patterns succeeds
...
Reviewed-by: jlahoda
(cherry picked from commit 4f3a95af2f )
2023-06-09 15:30:59 +07:00
Johan Sjölen
7fe7c61596
8309044: Replace NULL with nullptr, final sweep of hotspot code
...
Reviewed-by: stefank, dholmes, kvn, amitkumar
(cherry picked from commit 4f16161607 )
2023-06-09 15:30:58 +07:00
Leo Korinth
cd98db8b1e
8309048: Remove malloc locker test case
...
Reviewed-by: dholmes, tschatzl, coleenp, lmesnik
(cherry picked from commit 88236263dc )
2023-06-09 15:30:56 +07:00
Kim Barrett
7685dde64d
8240774: [REDO] G1DirtyCardQueue destructor has useless flush
...
Reviewed-by: dholmes, ayang, tschatzl
(cherry picked from commit 927a9ed683 )
2023-06-09 15:30:55 +07:00
Dingli Zhang
fd68ea8d69
8308997: RISC-V: Sign extend when comparing 32-bit value with zero instead of testing the sign bit
...
Co-authored-by: zifeihan <caogui@iscas.ac.cn >
Reviewed-by: fjiang, fyang
(cherry picked from commit 119994f3ce )
2023-06-09 15:30:53 +07:00
Leonid Mesnik
f60435a570
8308986: Disable svc tests failing with virtual thread factory
...
Reviewed-by: dholmes, dcubed, sspitsyn
(cherry picked from commit 327733c93d )
2023-06-09 15:30:52 +07:00
Alexey Ushakov
3ed5db8e59
JBR-5704 displaySyncOFF: javax/swing/JDialog/Transparency/TransparencyTest.java: JDialog transparency lost upon iconify/deiconify sequence
...
Corrected startRedraw method to call setNeedsDisplay in displaySync=false mode
(cherry picked from commit bd291402b1 )
2023-06-08 12:43:48 +02:00
Nikita Gubarkov
31bec5b54b
JBR-5637 Linux: force release grabs before doing _NET_WM_MOVERESIZE.
2023-06-06 22:06:16 +02:00
Sergey Shelomentsev
258e860c9c
fixup! JBR-5670 restore original display mode
2023-06-06 21:55:52 +03:00
Sergey Shelomentsev
559499ef3d
JBR-5701 update source and target java version in J2DBench build file
2023-06-06 15:54:06 +03:00
Sergey Shelomentsev
7bd0a4f9b8
JBR-2870 add resression test for JPopupMenu
...
- verify that the popup menu is usable if overlaps WM's dock panel of the bottom of screen
2023-06-06 11:42:43 +03:00
Nikita Tsarev
34f54e4e9e
JBR-5630: vmoption to change dead key reporting behavior on macOS
2023-06-02 17:38:29 +02:00
Nikita Tsarev
d9e8213d6a
JBR-5469: Fix NextAppWinKey behavior with certain keys
2023-06-02 17:38:23 +02:00
Nikita Tsarev
f45ba83159
JBR-5558: macOS keyboard rewrite 2
2023-06-02 17:38:17 +02:00
Maxim Kartashev
7d51b5d1c0
JBR-5666 Wayland: WLToolkit doesn't work with weston
...
Multiple Wayland buffers support.
2023-06-02 19:05:40 +04:00
Vladislav Rassokhin
473c0e7675
JBR-5600 Reduce noise in signing scripts output
...
(cherry picked from commit 4e2fa80e86 )
2023-06-02 20:33:46 +07:00
Vladislav Rassokhin
c0fc88ae56
JBR-5600 Sign frameworks as whole, verify framework signature before full app sign
...
(cherry picked from commit ebb82ed952 )
2023-06-02 20:33:45 +07:00
Vladislav Rassokhin
3c0fb6c09d
tools/mac/scripts: minor improvements
...
* don't move into itself
* use `PKG_NAME` variable instead of `${APP_NAME}.pkg`
* cleanup sign.sh
* add `SCRIPT_VERBOSE` env variable to control `set -x`
(cherry picked from commit 45a9853b23 )
2023-06-02 20:33:45 +07:00
Vladislav Rassokhin
6411043581
JBR-5600 Staple .pkg with signature
...
(cherry picked from commit e1dc322fd3 )
2023-06-02 20:33:45 +07:00
Vladislav Rassokhin
5761732efc
JBR-5600 Notarize macOS binaries using notarytool
...
(cherry picked from commit f0f1734d50 )
2023-06-02 20:33:44 +07:00
Vladislav Rassokhin
ae867dd13d
JBR-5600 Sign macOS binaries using jet-sign
...
(cherry picked from commit 9cbf4e489b )
2023-06-02 20:33:44 +07:00
David Holmes
8c4aed5120
8308341: JNI_GetCreatedJavaVMs returns a partially initialized JVM
...
Reviewed-by: jsjolen, gziemski
(cherry picked from commit 1e6770fb97 )
2023-06-02 18:39:01 +07:00
Joe Darcy
e1fde81faa
8309134: Augment test/langtools/tools/javac/versions/Versions.java for JDK 21 language changes
...
Reviewed-by: jjg
(cherry picked from commit cb40db052c )
2023-06-02 18:39:01 +07:00
Mandy Chung
447d381f5d
8307944: ClassFileDumper should only load java.nio.file.Path if enabled
...
Reviewed-by: rriggs
(cherry picked from commit de7fd1c306 )
2023-06-02 18:38:59 +07:00
Valerie Peng
bc28eab97d
8297885: misc sun/security/pkcs11 tests timed out
...
Reviewed-by: xuelei
(cherry picked from commit 7891de331a )
2023-06-02 18:38:59 +07:00
Roger Riggs
ce6acc93c2
8308960: Decouple internal Version and OperatingSystem classes
...
Reviewed-by: mchung
(cherry picked from commit 323d6ceda6 )
2023-06-02 18:38:58 +07:00
Joe Darcy
e219466fe1
8308987: Update java.lang.Class to use javadoc snippets
...
Reviewed-by: alanb
(cherry picked from commit 1b8e6bf31c )
2023-06-02 18:38:58 +07:00
Daniel Fuchs
7fb6eff67d
8307648: java/net/httpclient/ExpectContinueTest.java timed out
...
Reviewed-by: djelinski
(cherry picked from commit 04b0e785f6 )
2023-06-02 18:38:57 +07:00
Weijun Wang
f81bdb9fbf
8297878: KEM: Implementation
...
Reviewed-by: ascarpino, mullan
(cherry picked from commit 6b90b0519e )
2023-06-02 18:38:57 +07:00
Brian Burkhalter
a07e48d26e
8290499: new File(parent, "/") breaks normalization – creates File with slash at the end
...
Reviewed-by: rriggs
(cherry picked from commit 21af8bae38 )
2023-06-02 18:38:56 +07:00
Jorn Vernee
82be64576d
8308992: New test TestHFA fails with zero
...
Reviewed-by: mcimadamore
(cherry picked from commit 804f198c73 )
2023-06-02 18:38:56 +07:00
Jasmine Karthikeyan
53be7e77af
8051725: Improve expansion of Conv2B nodes in the middle-end
...
Reviewed-by: thartmann, qamai, sviswanathan
(cherry picked from commit fb0b1f0c23 )
2023-06-02 18:38:55 +07:00
Paul Hohensee
cddee5368d
8304074: [JMX] Add an approximation of total bytes allocated on the Java heap by the JVM
...
Reviewed-by: dholmes, mchung
(cherry picked from commit 3eced01f9e )
2023-06-02 18:38:54 +07:00
Jie Fu
b608a35ff5
8309110: Build failure after JDK-8307795 due to warnings in micro-benchmark StoreMaskTrueCount.java
...
Reviewed-by: thartmann
(cherry picked from commit 15e028530a )
2023-06-02 18:38:54 +07:00
Antonios Printezis
6769e5140a
8308977: gtest:codestrings fails on riscv
...
Reviewed-by: fyang
(cherry picked from commit 4526282266 )
2023-06-02 18:38:53 +07:00
changpeng1997
6aebb8deb0
8307795: AArch64: Optimize VectorMask.truecount() on Neon
...
Reviewed-by: aph, eliu
(cherry picked from commit f600d0369a )
2023-06-02 18:38:53 +07:00
Renjith
f077c476aa
8309095: Remove UTF-8 character from TaskbarPositionTest.java
...
Reviewed-by: aivanov
(cherry picked from commit 07f2070411 )
2023-06-02 18:38:52 +07:00
Maurizio Cimadamore
e1a635436f
8309042: MemorySegment::reinterpret cleanup action is not called for all overloads
...
Reviewed-by: jvernee
(cherry picked from commit 2b186e246e )
2023-06-02 18:38:52 +07:00
Erik Österlund
227afcd6d9
8308881: Strong CLD oop handle roots are demoted to non-roots concurrently
...
Reviewed-by: stefank, coleenp
(cherry picked from commit 78aac241b8 )
2023-06-02 18:38:51 +07:00
Emanuel Peter
0e6521ce9c
8302670: use-after-free related to PhaseIterGVN interaction with Unique_Node_List and Node_Stack
...
Co-authored-by: Justin King <jcking@openjdk.org >
Reviewed-by: thartmann, chagedorn, jcking
(cherry picked from commit 1f1f604071 )
2023-06-02 18:38:51 +07:00
Tobias Hartmann
ffd88cefa8
8309077: Problemlist compiler/jvmci/TestUncaughtErrorInCompileMethod.java
...
Reviewed-by: chagedorn
(cherry picked from commit d35a550f6d )
2023-06-02 18:38:50 +07:00
Gui Cao
68d42b43d4
8308817: RISC-V: Support VectorTest node for Vector API
...
Co-authored-by: Dingli Zhang <dingli@iscas.ac.cn >
Reviewed-by: fjiang, fyang
(cherry picked from commit 457e1cb827 )
2023-06-02 18:38:50 +07:00
Ioi Lam
96216a61b3
8308906: Make CIPrintCompilerName a diagnostic flag
...
Reviewed-by: kvn, stuefe
(cherry picked from commit 7508d9f9e0 )
2023-06-02 18:38:49 +07:00
Prasanta Sadhukhan
1906a97381
8309060: Compilation Error in javax/swing/event/FocusEventCauseTest.java
...
Reviewed-by: abhiscxk, aivanov
(cherry picked from commit a4bae3a9e2 )
2023-06-02 18:38:49 +07:00
Renjith
7496c13940
8289547: Update javax/swing/Popup/TaskbarPositionTest.java
...
Reviewed-by: aivanov, dmarkov, honkar
(cherry picked from commit d73fc70ea2 )
2023-06-02 18:38:48 +07:00
Markus Grönlund
ff6d2f47da
8307488: Incorrect weight of the first ObjectAllocationSample JFR event
...
Reviewed-by: egahlin
(cherry picked from commit 7cf6eecdc8 )
2023-06-02 18:38:47 +07:00
Doug Simon
df91c85273
8308930: [JVMCI] TestUncaughtErrorInCompileMethod times out
...
Reviewed-by: never
(cherry picked from commit a5d8d59469 )
2023-06-02 18:38:47 +07:00
Prasanta Sadhukhan
f497bf3056
8306119: Many components respond to a mouse event by requesting focus without supplying the MOUSE_EVENT cause
...
Reviewed-by: jdv
(cherry picked from commit 70130d3b16 )
2023-06-02 18:38:46 +07:00
Albert Mingkun Yang
a62ae67460
8308948: Remove unimplemented ThreadLocalAllocBuffer::reset
...
Reviewed-by: tschatzl
(cherry picked from commit 6360b49931 )
2023-06-02 18:38:45 +07:00
Dingli Zhang
7c364e3436
8308915: RISC-V: Improve temporary vector register usage avoiding the use of v0
...
Reviewed-by: yzhu, fyang
(cherry picked from commit e21f865d84 )
2023-06-02 18:38:45 +07:00
Christian Stein
43d4facc14
8306560: Add TOOLING.jsh load file
...
Reviewed-by: jlahoda
(cherry picked from commit 547a8b40b3 )
2023-06-02 18:38:44 +07:00
Gerard Ziemski
4c0961db3e
8306428: RunThese30M.java crashed with assert(early->flag() == current->flag() || early->flag() == mtNone)
...
Reviewed-by: jsjolen, stuefe
(cherry picked from commit ca54f4e007 )
2023-06-02 18:38:44 +07:00
Erik Gahlin
25d3c8e6c2
8308876: JFR: Deserialization of EventTypeInfo uses incorrect attribute names
...
Reviewed-by: mgronlun
(cherry picked from commit 5fdb22f911 )
2023-06-02 18:38:43 +07:00
Serguei Spitsyn
dc514f00cd
8308814: extend SetLocalXXX minimal support for virtual threads
...
Reviewed-by: cjplummer
(cherry picked from commit bd113ee048 )
2023-06-02 18:38:43 +07:00
Hannes Wallnöfer
a272dbdf55
8286470: Support searching for sections in class/package javadoc
...
Reviewed-by: jjg
(cherry picked from commit a92363461d )
2023-06-02 18:38:43 +07:00
Calvin Cheung
1d5e9ef6b5
8308594: Use atomic bitset function for PackageEntry::_defined_by_cds_in_class_path
...
Reviewed-by: coleenp, lfoltan
(cherry picked from commit 55d297fdda )
2023-06-02 18:38:42 +07:00
Xue-Lei Andrew Fan
694d482fa3
8308801: update for deprecated sprintf for libnet in java.base
...
Reviewed-by: djelinski, rriggs
(cherry picked from commit c72b547425 )
2023-06-02 18:38:42 +07:00
Erik Gahlin
7372da0fe2
8308935: jdk.management.jfr.RecordingInfo.toString() lacks test coverage
...
Reviewed-by: mgronlun
(cherry picked from commit 77c5adb09e )
2023-06-02 18:38:41 +07:00
Ashutosh Mehra
dc4ef0f0e8
8308657: ReplayInline is not availabe in production build
...
Reviewed-by: kvn, roland, thartmann
(cherry picked from commit ce5251aff7 )
2023-06-02 18:38:41 +07:00
Stefan Karlsson
0f27f4b246
8308589: gc/cslocker/TestCSLocker.java timed out
...
Reviewed-by: eosterlund
(cherry picked from commit cc0976bf7f )
2023-06-02 18:38:40 +07:00
Kevin Walls
66520b30af
8299665: /proc/self/stat parsing in libmanagement broken by execname with spaces
...
Reviewed-by: sspitsyn, amenkov
(cherry picked from commit 17ef8a44a9 )
2023-06-02 18:38:40 +07:00
Tejesh R
7b58f3c48b
8306812: Open source several AWT Miscellaneous tests
...
Reviewed-by: psadhukhan
(cherry picked from commit c494770ca0 )
2023-06-02 18:38:39 +07:00
Erik Österlund
375c694d9b
8308009: Generational ZGC: OOM before clearing all SoftReferences
...
Reviewed-by: stefank, aboldtch
(cherry picked from commit d3b9b364da )
2023-06-02 18:38:39 +07:00
Roland Westrelin
213b6712f7
8305189: C2 failed "assert(_outcnt==1) failed: not unique"
...
Reviewed-by: chagedorn, thartmann
(cherry picked from commit bac02b6e9d )
2023-06-02 18:38:38 +07:00
Johan Sjölen
6b9daf666e
8299974: Replace NULL with nullptr in share/adlc/
...
Reviewed-by: dlong, kvn
(cherry picked from commit 62537d200f )
2023-06-02 18:38:38 +07:00
Doug Simon
61c1759200
8308931: Problemlist compiler/jvmci/TestUncaughtErrorInCompileMethod.java
...
Reviewed-by: thartmann
(cherry picked from commit f09345b3a4 )
2023-06-02 18:38:37 +07:00
Stefan Karlsson
1046189abe
8308844: ProblemList gc/z/TestHighUsage.java with Generational ZGC on windows x64
...
Reviewed-by: aboldtch, tschatzl
(cherry picked from commit 7c072dbd9d )
2023-06-02 18:38:37 +07:00
Tejesh R
bbc192bc8f
8306137: Open source several AWT ScrollPane related tests
...
Reviewed-by: aivanov
(cherry picked from commit 4becb7bcb6 )
2023-06-02 18:38:36 +07:00
Roland Westrelin
042814e6e7
8308583: SIGSEGV in GraphKit::gen_checkcast
...
Reviewed-by: thartmann, kvn, never
(cherry picked from commit 199b1bf500 )
2023-06-02 18:38:36 +07:00
Sergey Shelomentsev
bd49544ff5
JBR-5670 restore initial display mode after test execution
2023-06-02 14:29:28 +03:00
Sergey Shelomentsev
e0f6c712cb
JBR-4880 Fix DeadKeySystemAssertionDialog to avoid receiving key event out of the window
2023-06-02 14:29:24 +03:00
Maxim Kartashev
2626653c5d
JBR-5658 Wayland: incorrect scaling of window content
...
The buffer scale is changed atomically with the size.
WLGraphicsConfig made immutable and is re-created when scaling changes.
WLGraphicsDevice is also re-created when its position changes.
2023-06-01 13:24:53 +04:00
Alexey Ushakov
faead95d98
JBR-5649 Flickering in multi-monitor configuration
...
Provided corrected initial value for currentDisplayID
(cherry picked from commit 9ba9286595 )
2023-05-31 14:34:33 +02:00
Nikita Provotorov
55c8a871ec
JBR-5668: The implementation of a11y announcing for macOS crashes with -Xcheck:jni.
...
- Create a global reference of the passed to EDT accessible object (the local reference) to use it in the AppKit thread ;
- Enable -Xcheck:jni in the tests ;
- Make the tests handle the problematic case .
(cherry picked from commit cba981df4b )
2023-05-30 17:53:16 +03:00
Sergey Shelomentsev
23f2a642dc
JBR-5579 Update mouse location checks, set window always on top for ActionListenerTest
2023-05-29 18:40:16 +03:00
Sergey Shelomentsev
6092ee64de
JBR-5551 update hit tests on custom title bar
...
- set windows always on top
- verify mouse location before clicking
2023-05-29 18:40:12 +03:00
Sergey Shelomentsev
c5cdfd13aa
remove jb/java/awt/CustomTitleBar/MouseEventsOnClientArea.java
2023-05-29 17:18:31 +03:00
Sergey Shelomentsev
69fcc807ed
JBR-5577 fix MouseEventsOnClientArea test
...
- add Swing/AWT specific Task runners
- split MouseEventsOnClientArea to separate AWT/Swing tests
- use CountDownLatch for tracking mouse events
2023-05-29 17:17:22 +03:00
Sergey Shelomentsev
c2d200da0b
remove jb/java/awt/Window/ZOrderOnModalDialogActivation.java
2023-05-29 15:29:35 +03:00
Sergey Shelomentsev
120f6a977c
JBR-4494 pass ui scale options for child process
2023-05-29 15:29:30 +03:00
Justin Lu
71d23799bc
8159023: Engineering notation of DecimalFormat does not work as documented
...
Reviewed-by: naoto
(cherry picked from commit 46c4da7fdd )
2023-05-26 19:27:21 +03:00
Daniel D. Daugherty
3eeec554d3
8308907: ProblemList java/awt/Toolkit/GetScreenInsetsCustomGC/GetScreenInsetsCustomGC.java on linux-x64
...
8308908: ProblemList javax/sound/sampled/Clip/ClipIsRunningAfterStop.java on linux-x64
8308909: ProblemList sun/java2d/DirectX/OnScreenRenderingResizeTest/OnScreenRenderingResizeTest.java on linux-x64
Reviewed-by: mikael
(cherry picked from commit ee321c70e5 )
2023-05-26 19:27:21 +03:00
Calvin Cheung
e42a8cf256
8308073: ClassLoaderExt::append_boot_classpath should handle dynamic archive
...
Reviewed-by: iklam, matsaave
(cherry picked from commit dc7683a051 )
2023-05-26 19:27:20 +03:00
Erik Gahlin
817a6d5c5e
8304375: jdk/jfr/api/consumer/filestream/TestOrdered.java failed with "Expected at least some events to be out of order! Reuse = false"
...
Reviewed-by: mgronlun
(cherry picked from commit 4870234552 )
2023-05-26 19:27:20 +03:00
Ashutosh Mehra
b75a6280ea
8308672: Add version number in the replay file generated by DumpInline
...
Reviewed-by: kvn
(cherry picked from commit 7d2a7ce240 )
2023-05-26 19:27:19 +03:00
Naoto Sato
fded148865
8308108: Support Unicode extension for collation settings
...
Reviewed-by: iris, rriggs, jlu, alanb
(cherry picked from commit 27ba8bd4ed )
2023-05-26 19:27:19 +03:00
Doug Simon
887d28aca1
8307125: compiler/jvmci/compilerToVM/MaterializeVirtualObjectTest.java hits assert(!Continuation::is_frame_in_continuation(thread(), fr())) failed: No support for deferred values in continuations
...
Reviewed-by: never
(cherry picked from commit 89b3c375ac )
2023-05-26 19:27:18 +03:00
Erik Gahlin
3a552cc9a2
8306703: JFR: Summary views
...
Reviewed-by: mgronlun
(cherry picked from commit 98acce13d5 )
2023-05-26 19:27:18 +03:00
Maurizio Cimadamore
07352f7a9c
8300491: SymbolLookup::libraryLookup accepts strings with terminators
...
Reviewed-by: psandoz
(cherry picked from commit 534de6d8ae )
2023-05-26 19:27:17 +03:00
Tyler Steele
7a01257890
8286597: Implement PollerProvider on AIX
...
Reviewed-by: mdoerr, alanb, vtewari
(cherry picked from commit 48d21bd089 )
2023-05-26 19:27:17 +03:00
Michael McMahon
58fcc3e546
8300038: Make new version of JNU_GetStringPlatformChars which checks for null characters
...
Reviewed-by: dfuchs, naoto
(cherry picked from commit e7edf8d145 )
2023-05-26 19:27:02 +03:00
Erik Gahlin
8016e48d24
8308335: JFR: Remove @Experimental from Virtual Threads events
...
Reviewed-by: alanb, mgronlun
(cherry picked from commit 90e57fd5a9 )
2023-05-26 19:20:53 +03:00
Albert Mingkun Yang
8c09a8d7b5
8308098: G1: Remove redundant checks in G1ObjectCountIsAliveClosure
...
Reviewed-by: tschatzl, iwalulya
(cherry picked from commit 7e2e05d836 )
2023-05-26 19:20:52 +03:00
Coleen Phillimore
d89bb15be6
8308655: Narrow types of ConstantPool and ConstMethod returns
...
Reviewed-by: fparain, matsaave
(cherry picked from commit 2599ada152 )
2023-05-26 19:20:51 +03:00
Roberto Castañeda Lozano
4441fc361e
8308746: C2 IR test failures for TestFpMinMaxReductions.java with SSE2
...
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org >
Reviewed-by: chagedorn, thartmann
(cherry picked from commit 5a0a238f67 )
2023-05-26 19:20:51 +03:00
Pavel Rappo
30d8a28973
8308735: Typos in parameter names
...
Reviewed-by: naoto, iris, bpb
(cherry picked from commit 38367d3c3a )
2023-05-26 19:20:49 +03:00
Christian Hagedorn
749ffd5c0e
8305635: Replace Parse Predicate IfNode with new ParsePredicateNode and route predicate queries through dedicated classes
...
Reviewed-by: thartmann, kvn
(cherry picked from commit 4f096eb7c9 )
2023-05-26 19:20:48 +03:00
Sergey Bylokhov
eca25204b0
8307132: Cleanup the code of sun.java2d.cmm.lcms package
...
Reviewed-by: prr
(cherry picked from commit f27bc59f85 )
2023-05-26 19:20:48 +03:00
Jaikiran Pai
16d485b39a
8308475: Make the thread dump files generated by jcmd Thread.dump_to_file jtreg failure handler action easily accessible
...
Reviewed-by: lmesnik
(cherry picked from commit 426ebf4fe9 )
2023-05-26 19:20:47 +03:00
Axel Boldt-Christmas
796eb11233
8307958: Metaspace verification is slow causing extreme class unloading times
...
Reviewed-by: stuefe, coleenp
(cherry picked from commit 8d8153e98a )
2023-05-26 19:20:45 +03:00
Christian Stein
bcb1637ec5
8144891: ToolBox should use java.nio.file.Path internally, instead of java.io.File
...
Reviewed-by: jjg
(cherry picked from commit d87713440a )
2023-05-26 19:20:44 +03:00
Leo Korinth
05a8c43bd2
8308506: Reduce testing time by removing combinations tested
...
Reviewed-by: tschatzl, lmesnik
(cherry picked from commit aaa61899c9 )
2023-05-26 19:20:43 +03:00
Aggelos Biboudis
54f4f334aa
8308727: Compiler should accept final unnamed variables in try-with-resources
...
Reviewed-by: jlahoda
(cherry picked from commit 4500bb7a67 )
2023-05-26 19:20:41 +03:00
Hannes Wallnöfer
5a6f831906
8305710: Line breaks in search tags cause invalid JSON in index file
...
Reviewed-by: jjg
(cherry picked from commit 3272e2597a )
2023-05-26 19:20:40 +03:00
Hannes Wallnöfer
68b6723341
8305958: Use links instead of buttons for auto-generated header links
...
Reviewed-by: jjg
(cherry picked from commit 3f4abff59c )
2023-05-26 19:20:40 +03:00
Adam Sotona
aa90bcc0f8
8308549: Classfile API should fail to generate over-sized Code attribute
...
Reviewed-by: mchung
(cherry picked from commit bfcae68ed1 )
2023-05-26 19:20:39 +03:00
Vladimir Kempik
87dc6004e7
8308656: RISC-V: vstring_compare doesnt manifest usage of all vector registers
...
Reviewed-by: yzhu, fyang
(cherry picked from commit 2a18e537d6 )
2023-05-26 19:20:38 +03:00
Guoxiong Li
72fbf5db95
8288619: Unexpected parsing for @see
...
Reviewed-by: jjg
(cherry picked from commit a291f002cd )
2023-05-26 19:20:37 +03:00
Serguei Spitsyn
ac96444ba5
8308400: add ForceEarlyReturn support for virtual threads
...
Reviewed-by: alanb, lmesnik
(cherry picked from commit 89b99143ac )
2023-05-26 19:20:36 +03:00
Chen Liang
a6dd1f22e4
8307652: sealed class hierarchy graph doesn't distinguish non-sealed classes
...
Reviewed-by: pminborg, jjg
(cherry picked from commit 1451ac1770 )
2023-05-26 19:20:35 +03:00
Alex Menkov
e3c8db0437
8299414: JVMTI FollowReferences should support references from VirtualThread stack
...
Reviewed-by: sspitsyn, kevinw
(cherry picked from commit 207fbcb083 )
2023-05-26 19:20:35 +03:00
Jim Laskey
3ff2db0179
8308040: Evaluate new public types in non-public classes
...
Reviewed-by: rriggs, darcy
(cherry picked from commit b44fa365ca )
2023-05-26 19:20:34 +03:00
Tom Rodriguez
71a4a029d4
8308291: compiler/jvmci/meta/ProfilingInfoTest.java fails with -XX:TieredStopAtLevel=1
...
Reviewed-by: kvn, chagedorn
(cherry picked from commit ac89e3045b )
2023-05-26 19:20:34 +03:00
Coleen Phillimore
daef083984
8297887: Update Siphash
...
Reviewed-by: lfoltan
(cherry picked from commit bacf652311 )
2023-05-26 19:20:33 +03:00
Chris Plummer
5b8d406a04
8308237: add JDWP and JDI virtual thread support for ThreadReference.PopFrames
...
8308481: JDI TestScaffold does not support passing app arguments to the debuggee
8305632: Test com/sun/jdi/PopAndInvokeTest.java fails with OpaqueFrameException
Reviewed-by: alanb, sspitsyn, lmesnik
(cherry picked from commit 89f2d458a2 )
2023-05-26 19:20:32 +03:00
Erik Gahlin
9921c84601
8307738: JFR: EventStream.openRepository() drops events
...
Reviewed-by: mgronlun
(cherry picked from commit d10467e27b )
2023-05-26 19:20:32 +03:00
Daniel Fuchs
928c2a5eb1
8308310: HttpClient: Avoid logging or locking from within synchronized blocks
...
Reviewed-by: jpai
(cherry picked from commit 736b90d54b )
2023-05-26 19:20:31 +03:00
Martin Doerr
7a59c80189
8308761: New test TestHFA needs adaptation for JDK-8308276
...
Reviewed-by: mcimadamore, mbaesken
(cherry picked from commit 7764f46e9e )
2023-05-26 19:20:30 +03:00
Vitaly Provodin
d35559a45a
fixup! IDEA-141456 Multimonitor HIDPI support for Linux
2023-05-26 19:19:55 +03:00
Maxim Kartashev
ef548335c4
8305578: X11GraphicsDevice.pGetBounds() is slow in remote X11 sessions
...
Reviewed-by: avu, serb
(cherry picked from commit d7245f70e7 )
2023-05-26 19:19:05 +03:00
Maxim Kartashev
cd781631a8
Revert "JBR-3688 PyCharm incredibly slow with fakexrandr"
...
This reverts commit 0aef3419
2023-05-26 19:11:50 +03:00
Vitaly Provodin
85f65db694
Revert "JBR-3813 Regression after fix for JBR-3688"
...
This reverts commit bc957c83b7 .
2023-05-26 19:10:01 +03:00
Vitaly Provodin
a3045012ed
Revert "JBR-3916 Deadlock in pGetBounds() on Linux"
...
This reverts commit 603509c6c4 .
2023-05-26 19:09:49 +03:00
Viktor Klang
5de91a382c
8298066: java/util/concurrent/locks/Lock/OOMEInAQS.java timed out
...
Reviewed-by: alanb
(cherry picked from commit 544978cb76 )
2023-05-26 19:07:22 +03:00
Thomas Schatzl
d64497e9a6
8171221: Remove -XX:+CheckMemoryInitialization
...
Reviewed-by: ayang, shade
(cherry picked from commit 65c8dbe693 )
2023-05-26 19:07:22 +03:00
Xiaolin Zheng
d97eb806e1
8308091: Remove unused iRegIHeapbase() matching operand
...
Reviewed-by: fyang, thartmann
(cherry picked from commit 2d4d850813 )
2023-05-26 19:07:21 +03:00
Emanuel Peter
3e8bcf5bae
8308758: Problemlist compiler/c2/irTests/TestVectorConditionalMove.java
...
Reviewed-by: chagedorn
(cherry picked from commit b7a84b0fd7 )
2023-05-26 19:07:20 +03:00
Martin Doerr
8ba055c53b
8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview)
...
Reviewed-by: jvernee, rrich
(cherry picked from commit 20f15352a3 )
2023-05-26 19:07:19 +03:00
Tobias Holenstein
cc25f90747
8302736: Major performance regression in Math.log on aarch64
...
Reviewed-by: thartmann, dlong, aph
(cherry picked from commit 466ec300fc )
2023-05-26 19:07:18 +03:00
Doug Simon
b0c8a2522f
8308151: [JVMCI] capture JVMCI exceptions in hs-err
...
Reviewed-by: never
(cherry picked from commit 05c095cf39 )
2023-05-26 19:07:18 +03:00
Emanuel Peter
b6432122b3
8306302: C2 Superword fix: use VectorMaskCmp and VectorBlend instead of CMoveVF/D
...
Reviewed-by: fgao, jbhateja
(cherry picked from commit beb75e651f )
2023-05-26 19:07:17 +03:00
Jamil Nimeh
f15bdf80a1
8179502: Enhance OCSP, CRL and Certificate Fetch Timeouts
...
Reviewed-by: mullan
(cherry picked from commit 2836c34b64 )
2023-05-26 19:07:16 +03:00
Chen Liang
0313218064
8306698: Add overloads to MethodTypeDesc::of
...
Reviewed-by: mchung
(cherry picked from commit 8ffa264cf0 )
2023-05-26 19:07:15 +03:00
Valerie Peng
e1d80270e5
8301154: SunPKCS11 KeyStore deleteEntry results in dangling PrivateKey entries
...
Reviewed-by: weijun, hchao
(cherry picked from commit 6b27dad76e )
2023-05-26 19:07:15 +03:00
Daniel D. Daugherty
3dc13d4f76
8308716: ProblemList java/util/concurrent/ScheduledThreadPoolExecutor/BasicCancelTest.java with genzgc on windows-x64
...
8308718: ProblemList three mlvm/indy/func/jvmti tests on windows-x64 in Xcomp mode
8308720: ProblemList java/awt/event/SequencedEvent/MultipleContextsFunctionalTest.java on macosx-x64
Reviewed-by: azvegint, darcy
(cherry picked from commit ed0e956fc2 )
2023-05-26 19:07:14 +03:00
Afshin Zafari
497683df17
8303942: os::write should write completely
...
Reviewed-by: coleenp, iklam, dholmes, mgronlun
(cherry picked from commit bddf48380e )
2023-05-26 19:07:13 +03:00
Quan Anh Mai
f7d1ab24b0
8306706: Support out-of-line code generation for MachNodes
...
Reviewed-by: thartmann, kvn
(cherry picked from commit ab241b3428 )
2023-05-26 19:07:12 +03:00
Brian Burkhalter
d1301e4a06
8308016: Use snippets in java.io package
...
Reviewed-by: rriggs
(cherry picked from commit 710453c676 )
2023-05-26 19:07:12 +03:00
Axel Boldt-Christmas
b40d6fe963
8308116: jdk.test.lib.compiler.InMemoryJavaCompiler.compile does not close files
...
Reviewed-by: lmesnik, stefank, jlahoda
(cherry picked from commit e9320f31dc )
2023-05-26 19:07:11 +03:00
changpeng1997
172745cbee
8307523: [vectorapi] Optimize MaskFromLongBenchmark.java
...
Reviewed-by: qamai, xgong, ngasson
(cherry picked from commit 97d3b2731e )
2023-05-26 19:07:10 +03:00
Jamil Nimeh
872a8f2c57
8305091: Change ChaCha20 cipher init behavior to match AES-GCM
...
Reviewed-by: djelinski, ascarpino
(cherry picked from commit bb0ff48aa9 )
2023-05-26 19:07:09 +03:00
Jan Kratochvil
a19b282537
8308544: Fix compilation regression from JDK-8306983 on musl libc
...
Reviewed-by: bpb, stuefe
(cherry picked from commit c0c4d77192 )
2023-05-26 19:07:07 +03:00
Daniel Fuchs
a80f5b32d3
8308565: HttpClient: Sanitize logging while stopping
...
Reviewed-by: jpai
(cherry picked from commit 9e196b3631 )
2023-05-26 19:07:07 +03:00
Daniel Fuchs
6100f2ab46
8308545: java/net/httpclient/ShutdownNow.java fails with "stream 1 cancelled"
...
Reviewed-by: jpai
(cherry picked from commit 582ddeb2b2 )
2023-05-26 19:07:06 +03:00
Jan Lahoda
a17ef3c75c
8307814: In the case of two methods with Record Patterns, the second one contains a line number from the first method
...
Reviewed-by: vromero, godin
(cherry picked from commit 1cfb265bef )
2023-05-26 19:07:06 +03:00
Per Minborg
f610888b50
8308281: Java snippets in the FFM API need to be updated
...
Reviewed-by: mcimadamore
(cherry picked from commit eb11508eff )
2023-05-26 19:07:06 +03:00
Emanuel Peter
bf1604fedf
8305073: Fix VerifyLoopOptimizations - step 2 - verify idom
...
Reviewed-by: chagedorn, thartmann, kvn
(cherry picked from commit 26227a6ff8 )
2023-05-26 19:07:05 +03:00
Aggelos Biboudis
056d810845
8305582: Compiler crash when compiling record patterns with var
...
Reviewed-by: vromero, jlahoda
(cherry picked from commit 80d7de7074 )
2023-05-26 19:07:05 +03:00
Axel Boldt-Christmas
0808e432e9
8308500: ZStatSubPhase::register_start should not call register_gc_phase_start if ZAbort::should_abort()
...
Reviewed-by: stefank, eosterlund
(cherry picked from commit e55961331e )
2023-05-26 19:07:04 +03:00
Emanuel Peter
eb8d934a73
8260943: C2 SuperWord: Remove dead vectorization optimization added by 8076284
...
Reviewed-by: kvn, thartmann
(cherry picked from commit bdd240283e )
2023-05-26 19:07:04 +03:00
Amit Kumar
6352e7439a
8308403: [s390x] separate remaining_cargs from z_abi_160
...
Reviewed-by: mdoerr, lucy
(cherry picked from commit 4f0f776187 )
2023-05-26 19:07:03 +03:00
Emanuel Peter
c545837a06
8302652: [SuperWord] Reduction should happen after loop, when possible
...
Reviewed-by: kvn, pli, jbhateja, sviswanathan
(cherry picked from commit 06b0a5e038 )
2023-05-26 19:07:03 +03:00
Matthias Baesken
64b7431be4
8308300: enhance exceptions in MappedMemoryUtils.c
...
Reviewed-by: alanb, clanger, bpb
(cherry picked from commit 69f508a2ac )
2023-05-26 19:07:01 +03:00
Adam Sotona
b5671ea52e
8308093: Disable language preview features use in JDK
...
Reviewed-by: liach, erikj, alanb, darcy
(cherry picked from commit c4408278d1 )
2023-05-26 19:07:00 +03:00
Doug Simon
29ea3ef3eb
8306992: [JVMCI] mitigate more against JVMCI related OOME causing VM to exit
...
Reviewed-by: never
(cherry picked from commit 422128b70a )
2023-05-26 19:07:00 +03:00
Alan Bateman
bfa616e392
8308038: java/util/concurrent/ThreadPerTaskExecutor/ThreadPerTaskExecutorTest.java timed out
...
Reviewed-by: dfuchs, jpai
(cherry picked from commit fe8c689eee )
2023-05-26 19:06:59 +03:00
Alan Bateman
0cb7356888
8308235: ThreadContainer registry accumulates weak refs
...
Reviewed-by: jpai
(cherry picked from commit ada416e66c )
2023-05-26 19:06:59 +03:00
Ichiroh Takiguchi
c8344e2ee1
8308046: Move Solaris related charsets from java.base to jdk.charsets module
...
Reviewed-by: naoto
(cherry picked from commit 5d8ba938be )
2023-05-26 19:06:58 +03:00
Thomas Stuefe
82bf297c7d
8306507: [linux] Print number of memory mappings in error reports
...
Reviewed-by: adinn, sgehwolf
(cherry picked from commit 878162b362 )
2023-05-26 19:06:58 +03:00
Johan Sjölen
cf0039ee07
8300086: Replace NULL with nullptr in share/c1/
...
Reviewed-by: thartmann, chagedorn
(cherry picked from commit 90d5041b6a )
2023-05-26 19:06:57 +03:00
Yi-Fan Tsai
cde240a2e1
8308465: Reduce memory accesses in AArch64 MD5 intrinsic
...
Reviewed-by: aph, phh
(cherry picked from commit 8474e693b4 )
2023-05-26 19:06:57 +03:00
quadhier
7ef704d8d1
8302218: CHeapBitMap::free frees with incorrect size
...
Reviewed-by: aboldtch, iklam, tschatzl
(cherry picked from commit f99ad11dd1 )
2023-05-26 19:06:57 +03:00
Joe Darcy
3dbf6f50c3
8308388: Update description of SourceVersion.RELEASE_21
...
Reviewed-by: iris
(cherry picked from commit d77a41033a )
2023-05-26 19:06:56 +03:00
Matias Saavedra Silva
512e4ae94b
8307190: Refactor ref_at methods in Constant Pool
...
Reviewed-by: coleenp, iklam
(cherry picked from commit 3f4cfbdd36 )
2023-05-26 19:06:56 +03:00
Jiangli Zhou
19331d45c1
8308458: Windows build failure with disassembler.cpp(792): warning C4267: '=': conversion from 'size_t' to 'int'
...
Reviewed-by: jiefu
(cherry picked from commit 491bdeaa90 )
2023-05-26 19:06:55 +03:00
Calvin Cheung
b97a6c9b4a
8308034: Some CDS tests need to use @requires vm.flagless
...
Reviewed-by: iklam
(cherry picked from commit b58980b73d )
2023-05-26 19:06:54 +03:00
George Adams
41c0897ad5
8307573: Implementation of JEP 449: Deprecate the Windows 32-bit x86 Port for Removal
...
Reviewed-by: erikj
(cherry picked from commit 29b8d3d9e7 )
2023-05-26 19:06:53 +03:00
Maurizio Cimadamore
e86614a3a2
8308276: Change layout API to work with bytes, not bits
...
Reviewed-by: psandoz, pminborg
(cherry picked from commit 5fc9b5787d )
2023-05-26 19:06:52 +03:00
Maurizio Cimadamore
fec208a6b1
8287834: Add SymbolLookup::or method
...
Reviewed-by: psandoz
(cherry picked from commit 91aeb5de58 )
2023-05-26 19:06:51 +03:00
Thomas Obermeier
d1228ae376
8307908: [ppc] Add failing RTM tests to ProblemList until 8307907 is fixed.
...
Reviewed-by: clanger, goetz
(cherry picked from commit 4f88437b7f )
2023-05-26 19:06:51 +03:00
Andrew Leonard
8694368a2a
8308407: libjvm library not reproducibly comparable between vendors
...
Co-authored-by: Simon Tooke <stooke@openjdk.org >
Reviewed-by: andrew, dholmes
(cherry picked from commit dc30e68651 )
2023-05-26 19:06:11 +03:00
Matthew Donovan
069dc80037
8301381: Verify DTLS 1.0 cannot be negotiated
...
Reviewed-by: xuelei
(cherry picked from commit 18e2446420 )
2023-05-26 19:05:16 +03:00
Prasanta Sadhukhan
a9e7af0243
8307311: Timeouts on one macOS 12.6.1 host of two Swing JTableHeader tests
...
Reviewed-by: dnguyen, azvegint
(cherry picked from commit b3cb82b859 )
2023-05-26 19:05:16 +03:00
Alexander Zvegintsev
2d8a54a61e
8280993: [XWayland] Popup is not closed on click outside of area controlled by XWayland
...
Reviewed-by: prr
(cherry picked from commit 3d550f7485 )
2023-05-26 19:05:16 +03:00
Darragh Clarke
5f957dec3e
7065228: To interpret case-insensitive string locale independently
...
Reviewed-by: dfuchs, naoto, djelinski, jpai, michaelm
(cherry picked from commit 05e99db466 )
2023-05-26 19:05:15 +03:00
Jan Lahoda
ae64dbb4f2
8306983: Do not invoke external programs when switch terminal to raw mode on selected platforms
...
Co-authored-by: Adam Sotona <asotona@openjdk.org >
Reviewed-by: erikj, vromero, bpb
(cherry picked from commit a9705196ce )
2023-05-26 19:05:14 +03:00
Andrey Turbanov
92f5d6be02
8305785: Avoid redundant HashMap.containsKey call in java.util.regex
...
Reviewed-by: stsypanov, jpai
(cherry picked from commit 6b65e5754c )
2023-05-26 19:05:14 +03:00
Erik Österlund
0f3393da8e
8308181: Generational ZGC: Remove CLDG_lock from old gen root scanning
...
Reviewed-by: ayang, aboldtch
(cherry picked from commit 8011ba74a2 )
2023-05-26 19:05:13 +03:00
Aggelos Biboudis
653e101c31
8302344: Compiler Implementation for Unnamed patterns and variables (Preview)
...
8307444: java.lang.AssertionError when using unnamed patterns
8307482: Compiler should accept var _ in nested patterns in switch case
8307007: Implementation for javax.lang.model for unnamed variables (Preview)
8308312: Compiler should fail when a local variable declaration does not include an Identifier and does not have an initializer
8308309: Compiler should accept mixed masked and unmasked variables in lambda parameters
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org >
Co-authored-by: Aggelos Biboudis <abimpoudis@openjdk.org >
Reviewed-by: vromero, darcy
(cherry picked from commit 8aa50288a1 )
2023-05-26 19:05:12 +03:00
Leo Korinth
a9bdb0b7ce
8307804: Reorganize ArrayJuggle test cases
...
Reviewed-by: dholmes, lmesnik
(cherry picked from commit b588797900 )
2023-05-26 19:05:11 +03:00
Serguei Spitsyn
eaacef32ac
8308000: add PopFrame support for virtual threads
...
Reviewed-by: lmesnik, alanb
(cherry picked from commit 928fcf9751 )
2023-05-26 19:05:11 +03:00
Emanuel Peter
25e58cbfcf
8308084: C2 fix idom bug in PhaseIdealLoop::create_new_if_for_predicate
...
Reviewed-by: chagedorn, thartmann, kvn
(cherry picked from commit 41beb448d2 )
2023-05-26 19:05:10 +03:00
Emanuel Peter
70dfc4f612
8307619: C2 failed: Not monotonic (AndI CastII LShiftI) in TestShiftCastAndNotification.java
...
Reviewed-by: chagedorn, thartmann
(cherry picked from commit b6a9f5c304 )
2023-05-26 19:05:09 +03:00
Jan Lahoda
81d068fba0
8300543: Compiler Implementation for Pattern Matching for switch
...
8300545: Compiler Implementation for Record Patterns
Co-authored-by: Aggelos Biboudis <abimpoudis@openjdk.org >
Reviewed-by: vromero, mcimadamore
(cherry picked from commit eaa80ad08c )
2023-05-26 19:05:08 +03:00
Ioi Lam
603dd11d81
8308342: Remove MetaspaceClosure::Ref::keep_after_pushing()
...
Reviewed-by: ccheung
(cherry picked from commit 5ccc962942 )
2023-05-26 19:05:07 +03:00
Daniel D. Daugherty
e2adef86a0
8307783: runtime/reflect/ReflectOutOfMemoryError.java timed out
...
8308468: ProblemList containers/docker/TestMemoryAwareness.java on linux-x64
8308470: ProblemList javax/management/remote/mandatory/connection/BrokenConnectionTest.java on linux-all
8308471: ProblemList javax/management/remote/mandatory/loading/MissingClassTest.java on windows-x64 w/ loom
8308472: ProblemList javax/management/remote/mandatory/loading/RMIDownloadTest.java on windows-x64 w/ loom
8308473: ProblemList java/lang/instrument/NativeMethodPrefixAgent.java with loom
Reviewed-by: lmesnik
(cherry picked from commit a0f4a948bb )
2023-05-26 19:05:06 +03:00
Kevin Walls
0b6eca5c69
8304685: Fix whitespace parsing in libjdwp
...
Reviewed-by: cjplummer, amenkov, sspitsyn
(cherry picked from commit 939344b843 )
2023-05-26 19:05:05 +03:00
Leonid Mesnik
1717ea49f0
8307962: Exclude gc/g1/TestSkipRebuildRemsetPhase.java fails with virtual test thread factory
...
Reviewed-by: sspitsyn
(cherry picked from commit 241455fcd1 )
2023-05-26 19:05:05 +03:00
Justin Lu
144255ab1f
8308021: Update IANA Language Subtag Registry to Version 2023-05-11
...
Reviewed-by: lancea, naoto
(cherry picked from commit 34468e1c91 )
2023-05-26 19:05:04 +03:00
Weijun Wang
aa4a00e69c
8305972: Update XML Security for Java to 3.0.2
...
Reviewed-by: mullan
(cherry picked from commit f0aebc8141 )
2023-05-26 19:05:03 +03:00
Coleen Phillimore
a5213b8796
8308396: Fix offset_of conversion warnings in runtime code
...
Reviewed-by: amitkumar, jsjolen, fparain
(cherry picked from commit 265f40b4f7 )
2023-05-26 19:05:02 +03:00
Brian Burkhalter
5a386f99da
8281149: (fs) java/nio/file/FileStore/Basic.java fails with java.lang.RuntimeException: values differ by more than 1GB
...
Reviewed-by: jpai, rriggs
(cherry picked from commit a5343fa605 )
2023-05-26 19:05:01 +03:00
Maurizio Cimadamore
7e606a8d34
8308248: Revisit alignment of layout constants on 32-bit platforms
...
Reviewed-by: psandoz, pminborg
(cherry picked from commit 44218b1c9e )
2023-05-26 19:05:01 +03:00
Adam Sotona
395438c8c8
8308410: broken compilation of test\jdk\tools\launcher\exeJliLaunchTest.c
...
Reviewed-by: alanb
(cherry picked from commit 80ef5c228b )
2023-05-26 19:05:00 +03:00
Kick-it11
64fcdd888a
8306057: False arguments calling dispatch_base for aarch64
...
Reviewed-by: aph, fyang
(cherry picked from commit 326d778ccf )
2023-05-26 19:04:59 +03:00
Jie Fu
9afd832971
8308408: Build failure with -Werror=maybe-uninitialized in libjli/java.c with GCC8
...
Reviewed-by: alanb
(cherry picked from commit 690d3969b8 )
2023-05-26 19:04:58 +03:00
Adam Sotona
25c19f9b3d
8303669: SelectVersion indexes past the end of the argv array
...
Reviewed-by: vromero
(cherry picked from commit fa14314853 )
2023-05-26 19:04:58 +03:00
Raffaello Giulietti
9644542832
8132995: Matcher$ImmutableMatchResult should be optimized to reduce space usage
...
Reviewed-by: redestad, smarks
(cherry picked from commit 25868b95ee )
2023-05-26 19:04:57 +03:00
Aleksey Shipilev
949c2b8700
8308118: Avoid multiarray allocations in AESCrypt.makeSessionKey
...
Reviewed-by: xuelei
(cherry picked from commit 6765761075 )
2023-05-26 19:04:56 +03:00
Dingli Zhang
36edb447b4
8307609: RISC-V: Added support for Extract, Compress, Expand and other nodes for Vector API
...
Co-authored-by: zifeihan <caogui@iscas.ac.cn >
Reviewed-by: fyang, fjiang
(cherry picked from commit 97ade57fb2 )
2023-05-26 19:04:56 +03:00
Feilong Jiang
b8c24f8e88
8308277: RISC-V: Improve vectorization of Match.sqrt() on floats
...
Reviewed-by: fyang
(cherry picked from commit e520cdc882 )
2023-05-26 19:04:55 +03:00
Maxim Kartashev
9631478eac
JBR-5656 Builds of JDK 21 are reproducible by default
2023-05-26 11:15:26 +04:00
bourgesl
ed0651cbfd
JBR-5651: Improved MTLVertexCache to merge consecutive full-tiles ie use 1 larger quad instead of many quads per row, full-tile is only using 1x1 pixel (full), applied to color, gradient & texture paints + fixed clang warnings
...
(cherry picked from commit ff9ecea896 )
2023-05-24 11:22:54 +02:00
bourgesl
1ec3aa5ead
JBR-5638: improved renderer performance for simple rectangular area (see BBoxAATileGenerator), added new statistics in Renderer
...
(cherry picked from commit 071d81d294 )
2023-05-24 11:22:54 +02:00
Maxim Kartashev
fc1bdbb506
JBR-5657 Wayland: sometimes there's a deadlock at the start
...
Don't exit from toolkit initialization until all the necessary
information has been received from the Wayland server.
2023-05-20 18:49:37 +04:00
Maxim Kartashev
4edf0ca518
JBR-5655 java/awt/Toolkit/Wayland/WaylandToolkit.java: WLToolkit not found
...
WLToolkit made operational in headless mode
2023-05-20 11:40:29 +04:00
Vitaly Provodin
6fd5df6487
update exclude list on results of 21_b126.4 test runs
2023-05-19 18:27:27 +07:00
Leonid Mesnik
98a2ea3f16
8307865: Invalid is_in_any_VTMS_transition() check in post_dynamic_code_generated_while_holding_locks
...
Reviewed-by: sspitsyn, cjplummer
(cherry picked from commit 42948c04b9 )
2023-05-19 18:27:26 +07:00
Chris Plummer
3f056f3a19
8308187: jdi/EventSet/resume/resume008 failed with "EventHandler> Unexpected event: ThreadStartEvent in thread resume008-thread0"
...
Reviewed-by: dcubed
(cherry picked from commit 4a6d6d5a59 )
2023-05-19 18:27:26 +07:00
Weijun Wang
a668c42a78
8308010: X509Key and PKCS8Key allows garbage bytes at the end
...
Reviewed-by: mullan
(cherry picked from commit 148df533af )
2023-05-19 18:27:26 +07:00
Ashutosh Mehra
dc16767f05
8308192: Error in parsing replay file when staticfield is an array of single dimension
...
Reviewed-by: thartmann, kvn
(cherry picked from commit d3feedf511 )
2023-05-19 18:27:26 +07:00
Alexander Zvegintsev
0c055f4dc6
8308370: Fix build failures related to the java.awt.Robot documentation
...
Reviewed-by: dcubed
(cherry picked from commit 02dc95e6b9 )
2023-05-19 18:27:26 +07:00
Alexander Zvegintsev
6b87ca01b5
8307779: Relax the java.awt.Robot specification
...
Reviewed-by: mkartashev, prr
(cherry picked from commit 21aa057faf )
2023-05-19 18:27:26 +07:00
Joe Darcy
37cd365248
8308245: Add -proc:full to describe current default annotation processing policy
...
Reviewed-by: vromero
(cherry picked from commit 42ecc8a37f )
2023-05-19 18:27:26 +07:00
Calvin Cheung
c20e192b25
8279993: Assert that a shared class is not loaded more than once
...
Reviewed-by: iklam, stuefe
(cherry picked from commit bb24c36759 )
2023-05-19 18:27:25 +07:00
Alisen Chung
aacb764042
8307083: Open source some drag and drop tests 3
...
Reviewed-by: prr, serb
(cherry picked from commit 1b154e4fd3 )
2023-05-19 18:27:25 +07:00
Jasmine Karthikeyan
2262680d26
8305787: Wrong debugging information printed with TraceOptoOutput
...
Reviewed-by: thartmann, kvn
(cherry picked from commit cc5c9b5da2 )
2023-05-19 18:27:25 +07:00
Thomas Stuefe
8d8702a623
8308350: Increase buffer size for jspawnhelper arguments
...
Reviewed-by: rriggs
(cherry picked from commit 808dc1b047 )
2023-05-19 18:27:25 +07:00
Amit Kumar
621bcfced0
8308347: [s390x] build broken after JDK-8304913
...
Reviewed-by: stuefe, rriggs
(cherry picked from commit a58e0ca9d2 )
2023-05-19 18:27:25 +07:00
bobpengxie
86f11f343b
8308283: Build failure with GCC12 & GCC13
...
Reviewed-by: erikj, jiefu
(cherry picked from commit bfc3ccd90d )
2023-05-19 18:27:25 +07:00
Jan Kratochvil
4cf585eb70
8308290: Add fontconfig requirement to building.md
...
Reviewed-by: erikj
(cherry picked from commit 57b8ed1398 )
2023-05-19 18:27:24 +07:00
Chen Liang
3628f36eb6
8306457: Classfile API components implementations should not be exposed
...
Reviewed-by: asotona
(cherry picked from commit 3c9ec26370 )
2023-05-19 18:27:24 +07:00
Adam Sotona
452e1fd380
8306842: Classfile API performance improvements
...
Reviewed-by: redestad
(cherry picked from commit f4f5542f8d )
2023-05-19 18:27:24 +07:00
Thomas Stuefe
bfd86a3fed
8308285: Assert on -Xshare:dump when running with -Xlog:cds=trace
...
Reviewed-by: ccheung, iklam
(cherry picked from commit 95da499ef2 )
2023-05-19 18:27:24 +07:00
Ioi Lam
61cce239a6
8308236: Remove SystemDictionaryShared::clone_dumptime_tables()
...
Reviewed-by: vlivanov, ccheung
(cherry picked from commit 6f75dd8741 )
2023-05-19 18:27:24 +07:00
Boris Ulasevich
c30206e95a
8308270: ARM32 build broken after JDK-8304913
...
Reviewed-by: stuefe, rriggs
(cherry picked from commit 83c096d6e2 )
2023-05-19 18:27:24 +07:00
Jiangli Zhou
b608584fb0
8308110: Resolve multiple definition of 'JNI_OnLoad_jsound' linking error
...
Reviewed-by: alanb, rasbold
(cherry picked from commit 902585bec1 )
2023-05-19 18:27:23 +07:00
Eric Caspole
134856e157
8307483: New micros for j.u.c.LockSupport
...
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org >
Reviewed-by: shade, redestad
(cherry picked from commit 6073edf3cd )
2023-05-19 18:27:23 +07:00
Patricio Chilano Mateo
dd92009413
8307365: JvmtiStressModule hit SIGSEGV in JvmtiEventControllerPrivate::recompute_thread_enabled
...
Reviewed-by: sspitsyn, dcubed, lmesnik
(cherry picked from commit 24094482f0 )
2023-05-19 18:27:23 +07:00
Alisen Chung
e2941849e7
8307299: Move more DnD tests to open
...
Reviewed-by: prr, serb
(cherry picked from commit 950c5df859 )
2023-05-19 18:27:23 +07:00
Leonid Mesnik
c822dc3ba1
8308292: Problemlist vmTestbase/nsk/jvmti/AttachOnDemand/attach020/TestDescription.java
...
Reviewed-by: sspitsyn
(cherry picked from commit 8bedf2efd7 )
2023-05-19 18:27:23 +07:00
Brian Burkhalter
41521b99c7
8307976: (fs) Files.createDirectories(dir) returns dir::toAbsolutePath instead of dir
...
Reviewed-by: alanb
(cherry picked from commit 6d4782bc73 )
2023-05-19 18:27:23 +07:00
Joe Darcy
e246e0c1c3
8308239: Tighten up accessibility of nested classes in java.lang.invoke
...
Reviewed-by: alanb
(cherry picked from commit f57c78337e )
2023-05-19 18:27:22 +07:00
Martin Doerr
343bfc2727
8308246: PPC64le build broken after JDK-8304913
...
Reviewed-by: shade, mbaesken
(cherry picked from commit 64f6681cc7 )
2023-05-19 18:27:22 +07:00
Adam Sotona
90780f5a48
8307326: Package jdk.internal.classfile.java.lang.constant become obsolete
...
Reviewed-by: erikj, liach
(cherry picked from commit 5763be7267 )
2023-05-19 18:27:22 +07:00
JoKern65
dec40473d0
8306304: Fix xlc17 clang warnings in ppc and aix code
...
Reviewed-by: erikj, tsteele, mbaesken
(cherry picked from commit c7951cf674 )
2023-05-19 18:27:22 +07:00
Erik Österlund
71c8d83019
8308043: Deadlock in TestCSLocker.java due to blocking GC while allocating
...
Reviewed-by: stefank, ayang, tschatzl
(cherry picked from commit 285c833ffa )
2023-05-19 18:27:22 +07:00
Jaikiran Pai
e3d9bbfd8d
8308185: Update Http2TestServerConnection to use SSLSocket.startHandshake()
...
Reviewed-by: djelinski
(cherry picked from commit 1a6f9810cd )
2023-05-19 18:27:22 +07:00
Aleksey Shipilev
25991e6163
8308088: Improve class check in CollectedHeap::is_oop
...
Reviewed-by: zgu, tschatzl, ayang, stuefe
(cherry picked from commit b300e73a4a )
2023-05-19 18:27:21 +07:00
Axel Boldt-Christmas
fbb35a42aa
8296469: Instrument VMError::report with reentrant iteration step for register and stack printing
...
Reviewed-by: eosterlund, stuefe
(cherry picked from commit e34ecc97e6 )
2023-05-19 18:27:21 +07:00
Matthias Baesken
5ae3e58ae1
8308156: VerifyCACerts.java misses blank in error output
...
Reviewed-by: mullan, rhalade
(cherry picked from commit 5a92aae1d9 )
2023-05-19 18:27:21 +07:00
Guoxiong Li
7c0bcfe51f
8307955: Prefer to PTRACE_GETREGSET instead of PTRACE_GETREGS in method 'ps_proc.c::process_get_lwp_regs'
...
Reviewed-by: cjplummer, kevinw
(cherry picked from commit 2f1c65486b )
2023-05-19 18:27:21 +07:00
Ashutosh Mehra
3defc7aed7
8306460: Clear JVM_ACC_QUEUED flag on methods when dumping dynamic CDS archive
...
Reviewed-by: coleenp, iklam
(cherry picked from commit d3e5065284 )
2023-05-19 18:27:21 +07:00
Leonid Mesnik
7909ddd8e1
8308223: failure handler missed jcmd.vm.info command
...
Reviewed-by: stefank
(cherry picked from commit 563152f32d )
2023-05-19 18:27:21 +07:00
Erik Helin
579ea03965
8307458: Add periodic heap usage JFR events
...
Reviewed-by: stefank, aboldtch
(cherry picked from commit cb8b8cdd68 )
2023-05-19 18:27:20 +07:00
Naoto Sato
6bc1cbe2be
8307547: Support variant collations
...
Reviewed-by: srl, jlu, alanb
(cherry picked from commit f9a785e855 )
2023-05-19 18:27:20 +07:00
Justin Lu
c6167ce338
8300794: Use @snippet in java.util:i18n
...
Reviewed-by: naoto, lancea
(cherry picked from commit 4e92991809 )
2023-05-19 18:27:20 +07:00
Chris Plummer
69f68bebe1
8306467: Fix nsk/jdb/kill/kill001 to work with new JVMTI StopThread support for virtual threads.
...
Reviewed-by: sspitsyn, amenkov
(cherry picked from commit 64d5157116 )
2023-05-19 18:27:20 +07:00
Coleen Phillimore
1fbb56d122
8307533: Use atomic bitset functions for metadata flags
...
Reviewed-by: ccheung, kbarrett
(cherry picked from commit 488330d53b )
2023-05-19 18:27:20 +07:00
Stefan Karlsson
2315d604eb
8308097: Generational ZGC: Update constructor syntax
...
Reviewed-by: eosterlund, aboldtch
(cherry picked from commit 60ab1358da )
2023-05-19 18:27:20 +07:00
Stefan Karlsson
8dc4ccabac
8308092: Replace NULL with nullptr in gc/x
...
Reviewed-by: eosterlund, aboldtch, tschatzl, dholmes
(cherry picked from commit 599fa774b8 )
2023-05-19 18:27:19 +07:00
Stefan Karlsson
376f6e619f
8299075: TestStringDeduplicationInterned.java fails because extra deduplication
...
Reviewed-by: kbarrett, tschatzl
(cherry picked from commit 682359cb48 )
2023-05-19 18:27:19 +07:00
Johan Sjölen
b0ec881d16
8300081: Replace NULL with nullptr in share/asm/
...
Reviewed-by: coleenp
(cherry picked from commit 9d5bab11f0 )
2023-05-19 18:27:19 +07:00
Amit Kumar
26a11ed22b
8278411: Implement UseHeavyMonitors consistently, s390 port
...
Reviewed-by: mdoerr, stuefe, lucy
(cherry picked from commit 41ee125a0f )
2023-05-19 18:27:19 +07:00
Stefan Karlsson
ee6d267603
8308188: ProblemList java/util/concurrent/locks/Lock/OOMEInAQS.java with ZGC on all platforms
...
Reviewed-by: dcubed
(cherry picked from commit 316bc79e0e )
2023-05-19 18:27:19 +07:00
Calvin Cheung
f1b191ceb1
8307315: Missing ResourceMark in CDS and JVMTI code
...
Reviewed-by: coleenp, iklam
(cherry picked from commit 8686a36b40 )
2023-05-19 18:27:19 +07:00
Christoph Dreis
45d10ac8aa
8306860: Avoid unnecessary allocation in List.map() when list is empty
...
Reviewed-by: vromero
(cherry picked from commit 23cbb2d170 )
2023-05-19 18:27:19 +07:00
Leonid Mesnik
379c09d0ba
8307369: Add execution of all svc tests in CI
...
Reviewed-by: cjplummer, sspitsyn
(cherry picked from commit be54b54fb3 )
2023-05-19 18:27:18 +07:00
Christian Hagedorn
84f8b1ccc5
8305634: Renaming predicates, simple cleanups, and adding summary about current predicates
...
Reviewed-by: epeter, thartmann, roland
(cherry picked from commit 19c8c30d1c )
2023-05-19 18:27:18 +07:00
Daniel Fuchs
e3c0e7b9bf
8308024: HttpClient (HTTP/1.1) sends an extraneous empty chunk if the BodyPublisher supplies an empty buffer
...
Reviewed-by: djelinski, michaelm
(cherry picked from commit 72294c5402 )
2023-05-19 18:27:18 +07:00
Doug Simon
3fbc2c1dc0
8308041: [JVMCI] WB_IsGCSupportedByJVMCICompiler must enter correct JVMCI env
...
Reviewed-by: thartmann
(cherry picked from commit c9b6bb5bd7 )
2023-05-19 18:27:18 +07:00
Kevin Walls
96d13c0647
8306806: JMX agent with JDP enabled won't start when PerfData is disabled
...
Reviewed-by: dholmes, cjplummer
(cherry picked from commit 0790f704fd )
2023-05-19 18:27:18 +07:00
Serguei Spitsyn
3110867ca4
8307968: serviceability/jvmti/vthread/StopThreadTest/StopThreadTest.java timed out
...
Reviewed-by: cjplummer, lmesnik
(cherry picked from commit c2ef302468 )
2023-05-19 18:27:18 +07:00
Jaikiran Pai
82988fbe46
8307403: java/util/zip/DeInflate.java timed out
...
Reviewed-by: simonis, lancea
(cherry picked from commit d22bcc813e )
2023-05-19 18:27:17 +07:00
Jayathirth D V
a608326e99
8306638: Open source some AWT tests related to datatransfer and Toolkit
...
Reviewed-by: prr, serb, dnguyen
(cherry picked from commit 2210e06788 )
2023-05-19 18:27:17 +07:00
Ioi Lam
122882d78e
8307567: Avoid relocating global roots to metaspaceObjs in CDS dump
...
Reviewed-by: matsaave, ccheung
(cherry picked from commit 05b51c75b9 )
2023-05-19 18:27:17 +07:00
Justin Lu
ebbdcbb37e
8306597: Improve string formatting in EquivMapsGenerator.java
...
Reviewed-by: naoto
(cherry picked from commit 316837226e )
2023-05-19 18:27:17 +07:00
Joe Darcy
de6ada7596
8308049: Refactor nested class declarations in FdLibm.java
...
Reviewed-by: smarks
(cherry picked from commit 7b0b9b570b )
2023-05-19 18:27:17 +07:00
Chris Plummer
2eb5f2d683
8306593: Fix nsk/jdi/stop/stop001 for virtual threads and remove from problem list
...
Reviewed-by: lmesnik, sspitsyn
(cherry picked from commit cc80ada739 )
2023-05-19 18:27:17 +07:00
Yi-Fan Tsai
e4edaddf8b
8307555: Reduce memory reads in x86 MD5 intrinsic
...
Reviewed-by: simonis, phh
(cherry picked from commit 43c8c650af )
2023-05-19 18:27:16 +07:00
Roger Riggs
6dbcd811be
8304913: Use OperatingSystem, Architecture, and Version in jlink
...
Reviewed-by: jpai, alanb, mchung
(cherry picked from commit 01892f9c6e )
2023-05-19 18:27:16 +07:00
Roger Riggs
1176cade28
8299340: CreateProcessW lpCommandLine must be mutable
...
Reviewed-by: naoto
(cherry picked from commit 0f7b1c549f )
2023-05-19 18:27:16 +07:00
Ioi Lam
e6bb5af04a
8307959: Remove explicit type casts from SerializeClosure::do_xxx() calls
...
Reviewed-by: matsaave, ccheung
(cherry picked from commit 57e7a3fbea )
2023-05-19 18:27:16 +07:00
Stefan Karlsson
013e4fba33
8307997: gtest:ZIndexDistributorTest fails on PPC64
...
Reviewed-by: mdoerr
(cherry picked from commit 97b2ca3de7 )
2023-05-19 18:27:16 +07:00
Aleksey Shipilev
691290ae33
8308086: GHA: x86_32 host configuration failing with unmet dependencies
...
Reviewed-by: stuefe
(cherry picked from commit ffab1ea9e7 )
2023-05-19 18:27:16 +07:00
Tobias Hartmann
59616f27a1
8303512: Race condition when computing is_loaded property of TypePtr::InterfaceSet
...
Reviewed-by: roland, qamai, kvn
(cherry picked from commit ad348a8cec )
2023-05-19 18:27:16 +07:00
gaogao-mem
d0b4f64a08
8305819: LogConfigurationTest intermittently fails on AArch64
...
Reviewed-by: aph, dholmes, xliu
(cherry picked from commit 911cc7cb07 )
2023-05-19 18:27:15 +07:00
Tobias Hartmann
fb6c77d2b8
8308072: [BACKOUT] update for deprecated sprintf for src/utils
...
Reviewed-by: iris
(cherry picked from commit 8d49ba9e8d )
2023-05-19 18:27:15 +07:00
Julian Waters
edd439a447
8307163: JLONG_FORMAT_SPECIFIER should be updated on Windows
...
Reviewed-by: stuefe
(cherry picked from commit 0ee196bef1 )
2023-05-19 18:27:15 +07:00
Vladimir Kempik
265cec2ade
8291550: RISC-V: jdk uses misaligned memory access when AvoidUnalignedAccess enabled
...
Co-authored-by: Xiaolin Zheng <xlinzheng@openjdk.org >
Co-authored-by: Feilong Jiang <fjiang@openjdk.org >
Reviewed-by: fjiang, fyang
(cherry picked from commit 3709344166 )
2023-05-19 18:27:15 +07:00
Kim Barrett
a8ea4958bf
8307926: Support byte-sized atomic bitset operations
...
Reviewed-by: aboldtch, coleenp
(cherry picked from commit 646747fd7c )
2023-05-19 18:27:15 +07:00
Daniel D. Daugherty
7a864c4d7f
8305670: Performance regression in LockSupport.unpark with lots of idle threads
...
Co-authored-by: Robbin Ehn <rehn@openjdk.org >
Reviewed-by: rehn, dholmes
(cherry picked from commit f030937a51 )
2023-05-19 18:27:15 +07:00
Daniel D. Daugherty
5933fcc5c3
8307068: store a JavaThread* in the java.lang.Thread object after the JavaThread* is added to the main ThreadsList
...
Reviewed-by: dholmes, rehn, apangin
(cherry picked from commit ceca198ef2 )
2023-05-19 18:27:14 +07:00
Daniel D. Daugherty
54576b581c
8307067: remove broken EnableThreadSMRExtraValidityChecks option
...
Reviewed-by: coleenp, dholmes, sspitsyn, rehn
(cherry picked from commit 5e26e64cbf )
2023-05-19 18:27:14 +07:00
Thomas Stuefe
db6227531f
8307935: Class space argument processing can be simplified
...
Reviewed-by: stefank, coleenp
(cherry picked from commit e54051ae9e )
2023-05-19 18:27:14 +07:00
Valerie Peng
dcc4dceba0
8155191: Specify that SecureRandom.nextBytes(byte[]) throws NullPointerException when byte array is null
...
Reviewed-by: mullan
(cherry picked from commit 46e3d24a6f )
2023-05-19 18:27:14 +07:00
Alisen Chung
16198adeee
8307297: Move some DnD tests to open
...
Reviewed-by: prr, serb
(cherry picked from commit 3bf3876185 )
2023-05-19 18:27:14 +07:00
Chen Liang
a75ec1f616
8300204: Sealed-class hierarchy graph missing nodes
...
Reviewed-by: jjg
(cherry picked from commit d8afc7beeb )
2023-05-19 18:27:14 +07:00
Chris Plummer
092bd789b3
8307480: Improve SA "transported core" documentation for windows
...
Reviewed-by: sspitsyn, kevinw, poonam
(cherry picked from commit 38838b344a )
2023-05-19 18:27:14 +07:00
Jonathan Gibbons
2430a4e07b
8306607: Apply 80-column output to javac supported version output
...
Reviewed-by: darcy
(cherry picked from commit 9842ff4129 )
2023-05-19 18:27:13 +07:00
Chris Plummer
64a41c0da8
8306471: Add virtual threads support to JDWP ThreadReference.Stop and JDI ThreadReference.stop()
...
Reviewed-by: sspitsyn, alanb
(cherry picked from commit d809823fe4 )
2023-05-19 18:27:13 +07:00
Justin Lu
90d87aeb0f
6714245: [Col] Collator - Faster Comparison for identical strings.
...
Reviewed-by: rriggs, naoto
(cherry picked from commit 4441a2306f )
2023-05-19 18:27:13 +07:00
Sergey Chernyshev
c05328d452
8168469: Memory leak in JceSecurity
...
Reviewed-by: valeriep
(cherry picked from commit a284920b34 )
2023-05-19 18:27:13 +07:00
Jonathan Gibbons
cf05e3bf3f
8308015: Syntax of "import static" is incorrect in com.sun.source.tree.ImportTree.java
...
Reviewed-by: jlaskey, darcy
(cherry picked from commit 7455bb23c1 )
2023-05-19 18:27:13 +07:00
Maurizio Cimadamore
7a9bb8aac7
8307911: javadoc for MemorySegment::reinterpret has duplicate restricted method paragraph
...
Reviewed-by: jvernee
(cherry picked from commit 6ebea8973f )
2023-05-19 18:27:13 +07:00
Daniel Fuchs
36eb775c20
8307535: java.util.logging.Handlers should be more VirtualThread friendly
...
Reviewed-by: jpai
(cherry picked from commit 3c68c352fc )
2023-05-19 18:27:12 +07:00
Brian Burkhalter
147967a5d1
8307409: Refactor usage examples to use @snippet in the java.nio packages
...
Reviewed-by: alanb, rriggs
(cherry picked from commit 9fa8b9a4a6 )
2023-05-19 18:27:12 +07:00
Thomas Schatzl
662662d1ef
8306541: Refactor collection set candidate handling to prepare for JDK-8140326
...
Reviewed-by: iwalulya, ayang
(cherry picked from commit e512a20679 )
2023-05-19 18:27:12 +07:00
Xue-Lei Andrew Fan
34a31ac23a
8307855: update for deprecated sprintf for src/utils
...
Reviewed-by: thartmann
(cherry picked from commit 4b0f4213a5 )
2023-05-19 18:27:12 +07:00
Afshin Zafari
24f5219624
8305081: Remove finalize() from test/hotspot/jtreg/compiler/runtime/Test8168712
...
Reviewed-by: coleenp, thartmann
(cherry picked from commit 39dc40fed4 )
2023-05-19 18:27:12 +07:00
Albert Mingkun Yang
76bdc0719d
8307808: G1: Remove partial object-count report after gc
...
Reviewed-by: tschatzl, iwalulya
(cherry picked from commit f7bbbc6590 )
2023-05-19 18:27:12 +07:00
Maurizio Cimadamore
709ed06a24
8307961: java/foreign/enablenativeaccess/TestEnableNativeAccess.java fails with ShouldNotReachHere
...
Reviewed-by: jvernee
(cherry picked from commit 13a3fce29e )
2023-05-19 18:27:12 +07:00
Kim Barrett
7adf53a730
8307806: Rename Atomic::fetch_and_add and friends
...
Reviewed-by: stefank, dholmes
(cherry picked from commit f09a0f5ca7 )
2023-05-19 18:27:11 +07:00
Yasumasa Suenaga
069db40b53
8305770: os::Linux::available_memory() should refer MemAvailable in /proc/meminfo
...
Reviewed-by: stuefe, sgehwolf, rcastanedalo, dholmes
(cherry picked from commit b6bcbc0cbc )
2023-05-19 18:27:11 +07:00
Afshin Zafari
8c5bc4b49a
8305083: Remove finalize() from test/hotspot/jtreg/vmTestbase/nsk/share/ and /jpda that are used in serviceability/dcmd/framework tests
...
Reviewed-by: coleenp, dholmes
(cherry picked from commit e1e758a7b4 )
2023-05-19 18:27:11 +07:00
Thomas Schatzl
85f40189c9
8307518: Remove G1 workaround in jstat about zero sized generation sizes
...
Reviewed-by: kbarrett, ayang
(cherry picked from commit 1ce1611ead )
2023-05-19 18:27:11 +07:00
Xiaolin Zheng
fb84ad2a5e
8306667: RISC-V: Fix storeImmN0 matching rule by using zr register
...
Reviewed-by: shade, gli, fyang
(cherry picked from commit e32de7efd6 )
2023-05-19 18:27:11 +07:00
Matthias Baesken
1736f0e326
8307891: ProblemList gtest/NMTGtest.java subtests on aix
...
Reviewed-by: mdoerr, lucy
(cherry picked from commit f3bd031ccd )
2023-05-19 18:27:11 +07:00
JoKern65
4585113c85
8307520: set minimum supported CPU architecture to Power8 on AIX
...
Reviewed-by: mbaesken, erikj
(cherry picked from commit 5f1f9460d7 )
2023-05-19 18:27:10 +07:00
Jie Fu
a5d77d92b2
8307969: [zgc] Missing includes in gc/z/zTracer.cpp
...
Reviewed-by: stefank
(cherry picked from commit ccb4dd6144 )
2023-05-19 18:27:10 +07:00
Abhishek Kumar
f6f56793e4
8306996: Open source Swing MenuItem related tests
...
Reviewed-by: dnguyen, honkar, psadhukhan
(cherry picked from commit 73491fa452 )
2023-05-19 18:27:10 +07:00
Ningsheng Jian
7b6f536d5b
8307572: AArch64: Vector registers are clobbered by some macroassemblers
...
Reviewed-by: aph, adinn
(cherry picked from commit 33d9a85730 )
2023-05-19 18:27:10 +07:00
Daniel D. Daugherty
f8a6030118
8307966: ProblemList java/util/concurrent/locks/Lock/OOMEInAQS.java on linux-x64
...
Reviewed-by: naoto, lmesnik
(cherry picked from commit 9a7b4431ec )
2023-05-19 18:27:10 +07:00
Chris Plummer
e935ea772d
8307559: Add better checking in com/sun/jdi tests for debuggee exiting unexpectedly with an exception
...
Reviewed-by: kevinw, lmesnik
(cherry picked from commit 54c06d2d91 )
2023-05-19 18:27:10 +07:00
Jie Fu
21ed164c32
8307945: Build of Client VM is broken after JDK-8307058
...
Reviewed-by: kvn
(cherry picked from commit ce5907727e )
2023-05-19 18:27:09 +07:00
Matias Saavedra Silva
d72f6cf369
8281715: Move "base CDS archive not loaded" tests to SharedArchiveFileOption.java
...
Reviewed-by: ccheung, iklam
(cherry picked from commit a667213ec5 )
2023-05-19 18:27:09 +07:00
Joe Darcy
9c85f94c0c
8307954: Update string template regression tests to be robust on release updates
...
Reviewed-by: jlaskey
(cherry picked from commit 29b8242e07 )
2023-05-19 18:27:09 +07:00
Guoxiong Li
bad88f29f8
8307653: Adjust delay time and gc log argument in TestAbortOnVMOperationTimeout
...
Reviewed-by: dholmes, dcubed
(cherry picked from commit 4f355c3525 )
2023-05-19 18:27:09 +07:00
Xue-Lei Andrew Fan
47cde5c203
8307848: update for deprecated sprintf for jdk.attach
...
Reviewed-by: sspitsyn, cjplummer
(cherry picked from commit 15358636cf )
2023-05-19 18:27:09 +07:00
Xue-Lei Andrew Fan
04d35043f0
8307850: update for deprecated sprintf for jdk.jdi
...
Reviewed-by: cjplummer
(cherry picked from commit cbecf422df )
2023-05-19 18:27:09 +07:00
Dean Long
b7d2359913
8307139: Fix signed integer overflow in compiler code, part 1
...
Reviewed-by: thartmann, rcastanedalo, kvn
(cherry picked from commit 7fcb0fdcd4 )
2023-05-19 18:27:08 +07:00
Robert Toyonaga
6e1bb82a57
8307298: JFR: Ensure jdk.jfr.internal.TypeLibrary is initialized only once
...
Reviewed-by: sgehwolf, egahlin
(cherry picked from commit 5d6cce0f85 )
2023-05-19 18:27:08 +07:00
Serguei Spitsyn
75f4298063
8306034: add support of virtual threads to JVMTI StopThread
...
Reviewed-by: cjplummer
(cherry picked from commit 51b8f3cfb9 )
2023-05-19 18:27:08 +07:00
Chris Plummer
ecbf0af211
8307885: com/sun/jdi/ConnectedVMs.java fails with "Invalid debuggee exitValue: 0"
...
Reviewed-by: kevinw, sspitsyn
(cherry picked from commit 489658dbd2 )
2023-05-19 18:27:08 +07:00
Daniel Fuchs
3da61968f5
8307626: java/net/httpclient/FlowAdapter* tests should close the HttpClient instances
...
Reviewed-by: aefimov, jpai
(cherry picked from commit 9ad38cbeaf )
2023-05-19 18:27:08 +07:00
Fredrik Bredberg
29e20aed33
8297657: name demangling intermittently fails
...
Reviewed-by: stefank, coleenp
(cherry picked from commit 2bf7ac58b7 )
2023-05-19 18:27:07 +07:00
Stefan Karlsson
2d468db9cf
8307058: Implementation of Generational ZGC
...
Co-authored-by: Stefan Karlsson <stefank@openjdk.org >
Co-authored-by: Erik Österlund <eosterlund@openjdk.org >
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org >
Co-authored-by: Per Liden <pliden@openjdk.org >
Co-authored-by: Stefan Johansson <sjohanss@openjdk.org >
Co-authored-by: Albert Mingkun Yang <ayang@openjdk.org >
Co-authored-by: Erik Helin <ehelin@openjdk.org >
Co-authored-by: Roberto Castañeda Lozano <rcastanedalo@openjdk.org >
Co-authored-by: Nils Eliasson <neliasso@openjdk.org >
Co-authored-by: Martin Doerr <mdoerr@openjdk.org >
Co-authored-by: Leslie Zhai <lzhai@openjdk.org >
Co-authored-by: Fei Yang <fyang@openjdk.org >
Co-authored-by: Yadong Wang <yadongwang@openjdk.org >
Reviewed-by: eosterlund, aboldtch, rcastanedalo
(cherry picked from commit d20034b09c )
2023-05-19 18:27:07 +07:00
Yudi Zheng
c386ee37c9
8307813: [JVMCI] Export markWord::lock_mask_in_place to JVMCI compilers.
...
Reviewed-by: dnsimon, kvn, never
(cherry picked from commit 0cbfbc400a )
2023-05-19 18:27:07 +07:00
Maurizio Cimadamore
1f6ed7400a
8307610: Linker::nativeLinker should not be restricted (mainline)
...
Reviewed-by: jvernee
(cherry picked from commit ba9714d44c )
2023-05-19 18:27:07 +07:00
Thomas Stuefe
f4db47b017
8307869: Remove unnecessary log statements from arm32 fastlocking code
...
Reviewed-by: shade
(cherry picked from commit ecc1d85dbe )
2023-05-19 18:27:07 +07:00
JoKern65
8ff640e3ed
8307349: Support xlc17 clang toolchain on AIX
...
Reviewed-by: erikj, mbaesken
(cherry picked from commit 08fa269886 )
2023-05-19 18:27:06 +07:00
Thomas Stuefe
64dc32ea41
8305416: runtime/Thread/TestAlwaysPreTouchStacks.java failed with "Did not find expected NMT output"
...
Reviewed-by: dholmes, gziemski
(cherry picked from commit 8ac7186331 )
2023-05-19 18:27:06 +07:00
Thomas Stuefe
3e254f1c9e
8307810: Consistently use LockingMode instead of UseHeavyMonitors
...
Reviewed-by: dcubed, mdoerr, dholmes, amitkumar
(cherry picked from commit 984fbbbcab )
2023-05-19 18:27:06 +07:00
Feilong Jiang
abd60979ef
8307758: RISC-V: Improve bit test code introduced by JDK-8291555
...
Co-authored-by: Fei Yang <fyang@openjdk.org >
Reviewed-by: fyang
(cherry picked from commit 39f4e4d3c3 )
2023-05-19 18:27:06 +07:00
David Holmes
cddf753428
8306965: osThread allocation failures should not abort the VM
...
Reviewed-by: lfoltan
(cherry picked from commit 3cb606ef5b )
2023-05-19 18:27:06 +07:00
Justin Lu
e5108cb4c0
8281103: Give example for Locale that is English and follows the ISO standards
...
Reviewed-by: rriggs, lancea, naoto
(cherry picked from commit 4795c395e9 )
2023-05-19 18:27:06 +07:00
Jonathan Gibbons
4ac510fe46
8307563: make most fields final in JavacTrees
...
Reviewed-by: vromero
(cherry picked from commit 958d4a7505 )
2023-05-19 18:27:05 +07:00
Jonathan Gibbons
3d54f031f2
8307377: Remove use of tagName from TagletWriterImpl.linkSeeReferenceOutput
...
Reviewed-by: hannesw
(cherry picked from commit f250ab2c2a )
2023-05-19 18:27:05 +07:00
Ashutosh Mehra
bcf29793c4
8307765: DynamicArchiveHeader contents are missing in CDS mapfile
...
Reviewed-by: iklam, ccheung
(cherry picked from commit cc9f7ad9ce )
2023-05-19 18:27:05 +07:00
Daniel D. Daugherty
8bc911f28c
8307860: [BACKOUT] JDK-8307194 Add make target for optionally building a complete set of all JDK and hotspot libjvm static libraries
...
Reviewed-by: erikj
(cherry picked from commit edc4adb77e )
2023-05-19 18:27:05 +07:00
Daniel D. Daugherty
2dfeb7b894
8307857: validate-source fails after JDK-8306758
...
Reviewed-by: rriggs, cjplummer
(cherry picked from commit df90df298e )
2023-05-19 18:27:05 +07:00
Chris Plummer
c6c8a86fb7
8306758: com/sun/jdi/ConnectedVMs.java fails with "Non-zero debuggee exitValue: 143"
...
Reviewed-by: amenkov, sspitsyn
(cherry picked from commit 268836482d )
2023-05-19 18:27:05 +07:00
Jiangli Zhou
f01f03421a
8307194: Add make target for optionally building a complete set of all JDK and hotspot libjvm static libraries
...
Reviewed-by: erikj, sgehwolf
(cherry picked from commit 1964954da9 )
2023-05-19 18:27:04 +07:00
Kevin Walls
39a828fcf0
8307244: Remove redundant class RMIIIOPServerImpl
...
Reviewed-by: sspitsyn, dfuchs, alanb
(cherry picked from commit 9af1787ebe )
2023-05-19 18:27:04 +07:00
Viktor Klang
781496d2ec
8151531: Add notes to BaseStream.spliterator/iterator docs regarding them being escape hatches
...
Reviewed-by: psandoz
(cherry picked from commit 8a95020ab6 )
2023-05-19 18:27:04 +07:00
Archie Cobbs
06d8d90ebb
8305748: Clarify reentrant behavior of close() in FileInputStream, FileOutputStream, and RandomAccessFile
...
Reviewed-by: alanb, bpb
(cherry picked from commit 0198afca3a )
2023-05-19 18:27:04 +07:00
Daniel D. Daugherty
2ce4be5c24
8307799: Newly added java/awt/dnd/MozillaDnDTest.java has invalid jtreg @requires clause
...
Reviewed-by: rriggs, azvegint
(cherry picked from commit 1bca05eace )
2023-05-19 18:27:04 +07:00
Johan Sjölen
13c9196187
8300245: Replace NULL with nullptr in share/jfr/
...
Reviewed-by: mgronlun, coleenp
(cherry picked from commit cc396895e5 )
2023-05-19 18:27:04 +07:00
Coleen Phillimore
20fa1ff156
8306843: JVMTI tag map extremely slow after JDK-8292741
...
Reviewed-by: sspitsyn, iklam
(cherry picked from commit 4251b56214 )
2023-05-19 18:27:03 +07:00
Afshin Zafari
d45b1dca8e
8305082: Remove finalize() from test/hotspot/jtreg/runtime/linkResolver/InterfaceObjectTest.java
...
Reviewed-by: coleenp, dholmes
(cherry picked from commit ab34cb98c8 )
2023-05-19 18:27:03 +07:00
Johannes Bechberger
9c591e37b2
8307732: build-test-lib is broken
...
Reviewed-by: erikj, djelinski
(cherry picked from commit 0da48f19cb )
2023-05-19 18:27:03 +07:00
Jim Laskey
6496dc2db6
8285932: Implementation of JEP 430 String Templates (Preview)
...
Reviewed-by: mcimadamore, rriggs, darcy
(cherry picked from commit 4aa65cbeef )
2023-05-19 18:27:03 +07:00
Aleksei Efimov
e58fdb1ed9
8302845: Replace finalizer usage in JNDI DNS provider with Cleaner
...
Reviewed-by: alanb, dfuchs, djelinski
(cherry picked from commit da2c930262 )
2023-05-19 18:27:03 +07:00
Oli Gillespie
ee0cf64ec2
8307348: Parallelize heap walk for ObjectCount(AfterGC) JFR event collection
...
Reviewed-by: shade, ayang, tschatzl
(cherry picked from commit 540c706bbc )
2023-05-19 18:27:03 +07:00
Fredrik Bredberg
b2047c390a
8306930: Incorrect assert in BitMap::count_one_bits
...
Reviewed-by: stefank, tschatzl, kbarrett
(cherry picked from commit d993432d44 )
2023-05-19 18:27:02 +07:00
Tobias Hotz
bd4cb3ec6b
8307351: (CmpI/L(AndI/L reg1 reg2)) on x86 can be optimized
...
Reviewed-by: sviswanathan, qamai, thartmann
(cherry picked from commit 4b4c80bb31 )
2023-05-19 18:27:02 +07:00
Feilong Jiang
4d61b26940
8307651: RISC-V: stringL_indexof_char instruction has wrong format string
...
Reviewed-by: fyang
(cherry picked from commit d3e6d04e3e )
2023-05-19 18:27:02 +07:00
Serguei Spitsyn
80b574815a
8307399: get rid of compatibility ThreadStart/ThreadEnd events for virtual threads
...
Reviewed-by: alanb, pchilanomate, cjplummer
(cherry picked from commit 2be1f10fec )
2023-05-19 18:27:02 +07:00
Alex Menkov
31c5283018
8306027: Clarify JVMTI heap functions spec about virtual thread stack.
...
Reviewed-by: alanb, sspitsyn
(cherry picked from commit f5a6b7f7c0 )
2023-05-19 18:27:02 +07:00
Leonid Mesnik
65357d44da
8307370: Add tier1 testing with thread factory in CI
...
Reviewed-by: sspitsyn
(cherry picked from commit a1c3adb88d )
2023-05-19 18:27:02 +07:00
Roger Riggs
7acffbe68e
8307466: java.time.Instant calculation bug in until and between methods
...
Co-authored-by: Raffaello Giulietti <rgiulietti@openjdk.org >
Reviewed-by: scolebourne, naoto
(cherry picked from commit 356667f155 )
2023-05-19 18:27:01 +07:00
Alisen Chung
c66d3c27f7
8306881: Update FreeType to 2.13.0
...
Reviewed-by: prr, dnguyen
(cherry picked from commit 723582c524 )
2023-05-19 18:27:01 +07:00
Alisen Chung
43e5822132
8307128: Open source some drag and drop tests 4
...
Reviewed-by: prr
(cherry picked from commit 98294242a9 )
2023-05-19 18:27:01 +07:00
Leonid Mesnik
82447d7e12
8307307: Improve ProcessTools.java to don't try to run Virtual wrapper for incompatible processes
...
Reviewed-by: alanb
(cherry picked from commit 7f05f6f7c7 )
2023-05-19 18:27:01 +07:00
Thiago Henrique Hüpner
3dcdccbd44
8304148: Remapping a class with Invokedynamic constant loses static bootstrap arguments
...
Reviewed-by: asotona
(cherry picked from commit dde557e312 )
2023-05-19 18:27:01 +07:00
Justin Lu
8647dd2a36
8159337: Introduce a method in Locale class to return the language tags as per RFC 5646 convention
...
Reviewed-by: naoto, rriggs
(cherry picked from commit 82bcee76ea )
2023-05-19 18:27:00 +07:00
Leonid Mesnik
fefb1ff415
8307486: ProcessTools.java should wait until vthread is completed before checking exceptions
...
Reviewed-by: dholmes, alanb
(cherry picked from commit 3aff5eacbd )
2023-05-19 18:27:00 +07:00
Xue-Lei Andrew Fan
0999c40aa6
8303830: update for deprecated sprintf for jdk.accessibility
...
Reviewed-by: kizune
(cherry picked from commit 44fa12e751 )
2023-05-19 18:27:00 +07:00
Viktor Klang
8b896995de
8133773: clarify specification of Spliterator.tryAdvance
...
Reviewed-by: psandoz, tvaleev, rriggs
(cherry picked from commit fdbfc8a73b )
2023-05-19 18:27:00 +07:00
Matthew Donovan
ce0803e9ba
8306015: Update sun.security.ssl TLS tests to use SSLContextTemplate or SSLEngineTemplate
...
Reviewed-by: xuelei
(cherry picked from commit 5842fd5beb )
2023-05-19 18:27:00 +07:00
Axel Boldt-Christmas
f35cee62a3
8306738: Select num workers for safepoint ParallelCleanupTask
...
Reviewed-by: shade, coleenp, tschatzl
(cherry picked from commit 672bade522 )
2023-05-19 18:27:00 +07:00
Adam Sotona
e889481596
8305990: Stripping debug info of ASM 9.5 fails
...
Reviewed-by: mcimadamore
(cherry picked from commit a05560d993 )
2023-05-19 18:27:00 +07:00
Josef Eisl
2b8b6f87ba
8307588: [JVMCI] HotSpotConstantPool#lookupBootstrapMethodInvocation broken by JDK-8301995
...
Reviewed-by: dnsimon, never, kvn
(cherry picked from commit 040cb7b5a9 )
2023-05-19 18:26:59 +07:00
Maurizio Cimadamore
5141c38d45
8307411: Test java/foreign/channels/TestAsyncSocketChannels.java failed: IllegalStateException: Already closed
...
Reviewed-by: jvernee
(cherry picked from commit f92d095e16 )
2023-05-19 18:26:59 +07:00
Maurizio Cimadamore
be2dc1e946
8307629: FunctionDescriptor::toMethodType should allow sequence layouts (mainline)
...
Reviewed-by: jvernee
(cherry picked from commit 7a3bea1f6a )
2023-05-19 18:26:59 +07:00
Roland Westrelin
832e0936a4
8307131: C2: assert(false) failed: malformed control flow
...
Reviewed-by: kvn, chagedorn, thartmann
(cherry picked from commit d2b3eef0f2 )
2023-05-19 18:26:59 +07:00
Chen Liang
3350208342
8304031: Classfile API cannot encode Primitive Class as Condy
...
Reviewed-by: asotona
(cherry picked from commit cd5d0ff5b2 )
2023-05-19 18:26:59 +07:00
Sean Coffey
26135a9b02
8305950: Have -XshowSettings option display tzdata version
...
Reviewed-by: rriggs
(cherry picked from commit 07f55c5ea2 )
2023-05-19 18:26:59 +07:00
Damon Nguyen
7805a97c32
8307130: Open source few Swing JMenu tests
...
Reviewed-by: prr
(cherry picked from commit d9052b9466 )
2023-05-19 18:26:58 +07:00
Tom Rodriguez
b742c86e71
8299229: [JVMCI] add support for UseZGC
...
Reviewed-by: eosterlund, kvn
(cherry picked from commit 5e1fe43080 )
2023-05-19 18:26:58 +07:00
Damon Nguyen
ea41491f42
8307165: java/awt/dnd/NoFormatsDropTest/NoFormatsDropTest.java timed out
...
Reviewed-by: prr
(cherry picked from commit 14df5c130e )
2023-05-19 18:26:58 +07:00
Roman Kennke
615e7b8e92
8291555: Implement alternative fast-locking scheme
...
Co-authored-by: Fei Yang <fyang@openjdk.org >
Co-authored-by: Thomas Stuefe <stuefe@openjdk.org >
Reviewed-by: dcubed, stuefe, shade, dholmes, dlong
(cherry picked from commit 7f6358a8b5 )
2023-05-19 18:26:58 +07:00
Volker Simonis
cf51f63cd8
8306461: ObjectInputStream::readObject() should handle negative array sizes without throwing NegativeArraySizeExceptions
...
Co-authored-by: Yakov Shafranovich <yakovsh@amazon.com >
Reviewed-by: shade, rriggs
(cherry picked from commit 4116b109f0 )
2023-05-19 18:26:58 +07:00
Raffaello Giulietti
294548cce6
8305486: Add split() variants that keep the delimiters to String and j.u.r.Pattern
...
Reviewed-by: jpai, rriggs
(cherry picked from commit 93ee19f58a )
2023-05-19 18:26:58 +07:00
Conor Cleary
e3236a1c00
8293786: HttpClient will not send more than 64 kb of data from the 2nd request in http2
...
Reviewed-by: dfuchs, djelinski
(cherry picked from commit ad90fb6da3 )
2023-05-19 18:26:57 +07:00
Fredrik Bredberg
a39de464c1
8303153: Native interpreter frame missing mirror
...
Reviewed-by: coleenp, fyang
(cherry picked from commit 5a259d875e )
2023-05-19 18:26:57 +07:00
Darragh Clarke
f0ed74f621
8054022: HttpURLConnection timeouts with Expect: 100-Continue and no chunking
...
Reviewed-by: djelinski, dfuchs
(cherry picked from commit 4b02956d42 )
2023-05-19 18:26:57 +07:00
Tyler Steele
b7c1c12b8d
8304434: [AIX] Update minimum xlclang version
...
Reviewed-by: erikj, mbaesken
(cherry picked from commit 9f34e4f8d9 )
2023-05-19 18:26:57 +07:00
Matthias Baesken
657148f37b
8307604: gcc12 based Alpine build broken build after JDK-8307301
...
Reviewed-by: lucy, mdoerr, erikj
(cherry picked from commit d2e0e534d7 )
2023-05-19 18:26:57 +07:00
Zhengyu Gu
dc306be636
8307571: Remove unused SomeConstants in WatcherThread class
...
Reviewed-by: dholmes
(cherry picked from commit e91f0d3dba )
2023-05-19 18:26:57 +07:00
Dingli Zhang
e2263259d4
8306408: Fix the format of several tables in building.md
...
Reviewed-by: erikj
(cherry picked from commit 26755a9686 )
2023-05-19 18:26:56 +07:00
Jie Fu
23a05bfac2
8307569: Build with gcc8 is broken after JDK-8307301
...
Reviewed-by: erikj
(cherry picked from commit 64c0962866 )
2023-05-19 18:26:56 +07:00
Matthias Baesken
57fd03dabf
8307603: [AIX] Broken build after JDK-8307301
...
Reviewed-by: mdoerr
(cherry picked from commit bb3e44d8b6 )
2023-05-19 18:26:56 +07:00
Arno Zeller
e29828d686
8307347: serviceability/sa/ClhsdbDumpclass.java could leave files owned by root on macOS
...
Reviewed-by: stuefe, cjplummer
(cherry picked from commit 5c7ede94ae )
2023-05-19 18:26:56 +07:00
Albert Mingkun Yang
b1614ffbb7
8307100: Remove ReferentBasedDiscovery reference discovery policy
...
Reviewed-by: kbarrett, dholmes, tschatzl
(cherry picked from commit 89b7d07597 )
2023-05-19 18:26:56 +07:00
Hannes Wallnöfer
a5fbd144dd
8306285: Missing file in search test
...
Reviewed-by: jjg
(cherry picked from commit f6ea89795b )
2023-05-19 18:26:56 +07:00
Stefan Karlsson
c72505b97e
8307517: Add VMErrorCallback infrastructure to extend hs_err dumping
...
Reviewed-by: eosterlund, aboldtch, dholmes, stuefe
(cherry picked from commit 33245d6b38 )
2023-05-19 18:26:56 +07:00
Stefan Karlsson
02c0d4bb6d
8293547: Add relaxed add_and_fetch for macos aarch64 atomics
...
Reviewed-by: dholmes, eosterlund
(cherry picked from commit 7a1cb64bc1 )
2023-05-19 18:26:55 +07:00
Stefan Karlsson
e8f9e711ae
8307428: jstat tests doesn't tolerate dash in the O column
...
Reviewed-by: kevinw, cjplummer
(cherry picked from commit 68f385c1ca )
2023-05-19 18:26:55 +07:00
Amit Kumar
0ec1b84a52
8307423: [s390x] Represent Registers as values
...
Reviewed-by: mdoerr, lucy
(cherry picked from commit 8bbd264c6e )
2023-05-19 18:26:55 +07:00
Stefan Karlsson
e83b0f8775
8307521: Introduce check_oop infrastructure to check oops in the oop class
...
Reviewed-by: eosterlund, aboldtch, coleenp
(cherry picked from commit 959e62ca3e )
2023-05-19 18:26:55 +07:00
Emanuel Peter
d8b5086c60
8304720: SuperWord::schedule should rebuild C2-graph from SuperWord dependency-graph
...
Reviewed-by: kvn, fgao
(cherry picked from commit ad0e5a99ca )
2023-05-19 18:26:55 +07:00
Gui Cao
018b432012
8306966: RISC-V: Support vector cast node for Vector API
...
Co-authored-by: Dingli Zhang <dingli@iscas.ac.cn >
Reviewed-by: fyang, fjiang
(cherry picked from commit 495f2688d6 )
2023-05-19 18:26:55 +07:00
changpeng1997
c98461d3c0
8301739: AArch64: Add optimized rules for vector compare with immediate for SVE
...
Reviewed-by: aph, eliu
(cherry picked from commit 0dca573ca5 )
2023-05-19 18:26:54 +07:00
Alexander Zvegintsev
98f81dac77
8306941: Open source several datatransfer and dnd AWT tests
...
Reviewed-by: prr
(cherry picked from commit 3d3eaed913 )
2023-05-19 18:26:54 +07:00
Feilong Jiang
84f6f7962c
8307446: RISC-V: Improve performance of floating point to integer conversion
...
Reviewed-by: fyang, vkempik, gli
(cherry picked from commit 1f57ce0a06 )
2023-05-19 18:26:54 +07:00
Ioi Lam
56df1904c2
8307553: Remove dead code MetaspaceClosure::push_method_entry
...
Reviewed-by: coleenp, ccheung
(cherry picked from commit 4e4828eaff )
2023-05-19 18:26:54 +07:00
Alexander Zvegintsev
867d426cc6
8280031: Deprecate GTK2 for removal
...
Reviewed-by: prr
(cherry picked from commit 7d58978f62 )
2023-05-19 18:26:54 +07:00
Weijun Wang
73261bc63f
8305846: Support compilation in Proc test utility
...
Reviewed-by: valeriep
(cherry picked from commit b5922c3b86 )
2023-05-19 18:26:54 +07:00
Oli Gillespie
ed3e731e0b
8307425: Socket input stream read burns CPU cycles with back-to-back poll(0) calls
...
Reviewed-by: alanb
(cherry picked from commit 73ac710533 )
2023-05-19 18:26:53 +07:00
Leonid Mesnik
7023baef82
8306326: [BACKOUT] 8277573: VmObjectAlloc is not generated by intrinsics methods which allocate objects
...
Reviewed-by: sspitsyn, thartmann, kvn
(cherry picked from commit e2b1013f11 )
2023-05-19 18:26:53 +07:00
Harshitha Onkar
a14554e4e3
8307381: Open Source JFrame, JIF related Swing Tests
...
Reviewed-by: dnguyen, kizune
(cherry picked from commit 4386d42d31 )
2023-05-19 18:26:53 +07:00
Matias Saavedra Silva
c0d30b3981
8306583: Add JVM crash check in CDSTestUtils.executeAndLog
...
Reviewed-by: iklam, ccheung
(cherry picked from commit 27764e6035 )
2023-05-19 18:26:53 +07:00
Rajat Mahajan
05175760d7
6176679: Application freezes when copying an animated gif image to the system clipboard
...
Reviewed-by: aivanov, dmarkov
(cherry picked from commit 6c71859ac2 )
2023-05-19 18:26:53 +07:00
Calvin Cheung
10616cf6a5
8306712: CDS DeterministicDump.java test fails with -XX:+UseStringDeduplication
...
Reviewed-by: iklam, matsaave
(cherry picked from commit 65a54883b3 )
2023-05-19 18:26:53 +07:00
Harshitha Onkar
fd44499547
8307301: Update HarfBuzz to 7.2.0
...
Reviewed-by: prr
(cherry picked from commit d8b230c384 )
2023-05-19 18:26:52 +07:00
Damon Nguyen
fe2df03908
8306871: Open source more AWT Drag & Drop tests
...
Reviewed-by: prr
(cherry picked from commit b5a48277ab )
2023-05-19 18:26:52 +07:00
Maurizio Cimadamore
53cc70028e
8307375: Alignment check on layouts used as sequence element is not correct
...
Reviewed-by: jvernee
(cherry picked from commit 47422be2d1 )
2023-05-19 18:26:52 +07:00
Roman Kennke
27b101baeb
8307395: Add missing STS to Shenandoah
...
Reviewed-by: shade
(cherry picked from commit 3968ab5db5 )
2023-05-19 18:26:52 +07:00
Roman Kennke
e158cbd329
8307236: Rendezvous GC threads under STS for monitor deflation
...
Reviewed-by: eosterlund, shade
(cherry picked from commit 12d6ec66a6 )
2023-05-19 18:26:52 +07:00
Matias Saavedra Silva
3baf56f829
8307306: Change some ConstantPool::name_ref_at calls to uncached_name_ref_at
...
Co-authored-by: Ioi Lam <iklam@openjdk.org >
Reviewed-by: coleenp, fparain
(cherry picked from commit 6fe959c62d )
2023-05-19 18:26:52 +07:00
Matthew Donovan
10b51569a1
8305169: java/security/cert/CertPathValidator/OCSP/GetAndPostTests.java -- test server didn't start in timely manner
...
Reviewed-by: ssahoo, jnimeh
(cherry picked from commit 3f6a3545a2 )
2023-05-19 18:26:51 +07:00
Afshin Zafari
0fbe5ae376
8305084: Remove the removal warnings for finalize() from test/hotspot/jtreg/serviceability/dcmd/gc/FinalizerInfoTest.java and RunFinalizationTest.java
...
Reviewed-by: dholmes, cjplummer
(cherry picked from commit f143bf7c45 )
2023-05-19 18:26:51 +07:00
Weibing Xiao
3c6757251c
8305714: Add an extra test for JDK-8292755
...
Reviewed-by: coffeys
(cherry picked from commit 746f8d1333 )
2023-05-19 18:26:51 +07:00
Afshin Zafari
e4fa8e26be
8305080: Suppress the 'removal' warning for finalize() from test/hotspot/jtreg/compiler/jvmci/common/testcases that used in compiler/jvmci/compilerToVM/ tests
...
Reviewed-by: dnsimon, coleenp
(cherry picked from commit 1a1ce66dc9 )
2023-05-19 18:26:51 +07:00
Adam Sotona
39dd2ab756
8250596: Update remaining manpage references from "OS X" to "macOS"
...
Reviewed-by: mullan, cjplummer, dholmes, sspitsyn
(cherry picked from commit 3b430b9f73 )
2023-05-19 18:26:51 +07:00
Johan Sjölen
cce7e49451
8301493: Replace NULL with nullptr in cpu/aarch64
...
Reviewed-by: tschatzl, gziemski, dholmes
(cherry picked from commit 948f3b3c24 )
2023-05-19 18:26:51 +07:00
Andrew Dinn
3911f60ab6
8307331: Correctly update line maps when class redefine rewrites bytecodes
...
Reviewed-by: sspitsyn
(cherry picked from commit f94f957734 )
2023-05-19 18:26:50 +07:00
Thomas Schatzl
85359356fd
8307421: Fix comment in g1CollectionSetChooser.hpp after JDK-8306836
...
Reviewed-by: shade
(cherry picked from commit 302bc2fd7f )
2023-05-19 18:26:50 +07:00
Kim Barrett
b4dc0e324e
8307196: Dangling pointer warning for MetadataAllocationRequest
...
Reviewed-by: dholmes, eosterlund
(cherry picked from commit e19cf26d65 )
2023-05-19 18:26:50 +07:00
William Kemper
f59066b595
8307378: Allow collectors to provide specific values for GC notifications' actions
...
Reviewed-by: kdnilsen, stefank
(cherry picked from commit 1b143ba787 )
2023-05-19 18:26:50 +07:00
Leonid Mesnik
ea0ff7ede6
8307308: Add serviceability_ttf_virtual group to exclude jvmti tests developed for virtual threads
...
Reviewed-by: sspitsyn
(cherry picked from commit a44e8908a1 )
2023-05-19 18:26:49 +07:00
Eric Liu
bc024a40ff
8304948: [vectorapi] C2 crashes when expanding VectorBox
...
Reviewed-by: thartmann, qamai
(cherry picked from commit 46df171d53 )
2023-05-19 18:26:49 +07:00
ngubarkov
d95f8e7a79
JBR-5605 ignore empty client area when syncing bounds in XDecoratedPeer.
2023-05-18 22:40:11 +03:00
Maxim Kartashev
0b0ad45a66
JBR-5637 Linux: implement window position change with WM help
...
Introduced JBR.isWindowMoveSupported() and
JBR.getWindowMove().startMovingTogetherWithMouse()
2023-05-18 19:15:27 +04:00
Vitaly Provodin
b2fd90ab79
JBR-5627 add regression test AsyncProfilerRunnerTest
2023-05-18 05:50:34 +07:00
Maxim Kartashev
de8ed02350
JBR-5631 Refactor Dockerfile for x64 builds
2023-05-16 07:21:47 +07:00
Artem Bochkarev
a79cc2c72e
JBR-5426 write JCEF version info inside release file
2023-05-16 05:24:36 +07:00
Vitaly Provodin
442df3d1f5
JBR-5286 make windows-aarch64 building script identical to the same script in jbr17
2023-05-16 05:24:36 +07:00
Vitaly Provodin
debf7e9f98
fixup! JBR-3639 add jbrsdk tarballs for dcevm, jcef builds
2023-05-16 05:24:35 +07:00