Dmitry Batrak
895efb402b
JBR-5961 Wayland: can't switch between projects using menu
...
fix activation not working on Ubuntu 23 (mutter 45.2), after a mouse button has been pressed in the originally active window
2023-12-15 20:34:45 +02:00
Dmitry Batrak
944744c8ee
JBR-2651 jb/java/awt/Focus/PopupIncomingFocusTest.java intermittently fails by java.util.concurrent.TimeoutException
2023-12-15 15:17:33 +02:00
Vitaly Provodin
bbcca84a2d
update exclude list on results of 21.0.1_b310.2 test runs
2023-12-15 07:26:53 +04:00
Dmitrii Morskii
0c68438ee5
JBR-6346 update Inter font version
2023-12-14 17:32:31 +01:00
Nikita Provotorov
0d488a6314
JBR-4687: Japanese IME input window hides what is being typed.
...
Uses CFS_EXCLUDE instead of CFS_CANDIDATEPOS in the ::ImmSetCandidateWindow() native API, which is more powerful and allows to take into account the issue's case.
(cherry picked from commit 0afe6c37bb )
2023-12-14 14:22:39 +01:00
Alexander Lobas
e527571582
Merge pull request #261 from alexander-lobas/jbr21
...
JBR-6418 New macOS full-screen controls appear shifted down sometimes
2023-12-12 16:41:15 +03:00
Alexander Lobas
6cc5f2baba
JBR-6418 New macOS full-screen controls appear shifted down sometimes
2023-12-12 16:40:17 +03:00
Maxim Kartashev
597d19a912
JBR-6416 Wayland: IDEA maximize button out of sync sometimes
2023-12-12 11:17:54 +04:00
Nikita Tsarev
a42b012ef0
JBR-6215: Override XToolkit's default nonintuitive behavior when translating F13-F24 keys
2023-12-09 18:41:01 +01:00
Sergey Shelomentsev
4b58f89a9a
JBR-6354 fix custom title bar tests to avoid failure in MacOS 14 fullscreen mode
...
- moved common logic to a separate part
- moved parts of tests to swing package
2023-12-07 21:00:48 +02:00
Maxim Kartashev
df3bd87bee
JBR-6391 Wayland: memory indicator tooltip flickers
2023-12-07 19:20:00 +04:00
Maxim Kartashev
0eb8209ab1
JBR-6395 8321183: Incorrect warning from cds about the modules file
...
Reviewed-by: ccheung, iklam
2023-12-06 12:21:33 +04:00
Vitaly Provodin
9f4e6662e9
update exclude list on results of 21.0.1_b306.2 test runs
2023-12-06 11:35:04 +07:00
Nikita Provotorov
13efa95553
JBR-6381: A lot of messages "xInputMethodConnection == NULL" in stderr.
...
Disables on of the printfs that causes the issue.
(cherry picked from commit c57030a2ef )
2023-12-02 00:40:30 +01:00
Nikita Provotorov
b5cf148c6a
Update README.md.
...
Updates information about required packages for Linux development.
2023-12-01 22:29:45 +01:00
Nikita Provotorov
d04a3e17d7
Update README.md.
...
Adds information about 2023.2 and 2023.3 releases.
(cherry picked from commit 6aebe7dd66 )
2023-12-01 22:13:05 +01:00
Vitaly Provodin
c9a508432d
update exclude list on results of 21.0.1_b303.1 test runs
2023-11-28 20:37:07 +07:00
Vitaly Provodin
2787f34824
JBR-3902 create jbr_all test group
2023-11-28 20:37:07 +07:00
Nikita Provotorov
77d9ec21cf
JBR-6282: java/awt/TextArea/TextAreaEditing/TextAreaEditing.java intermittently fails due to deadlock.
...
Makes the test invoke any UI-operation on EDT only (since AWT doesn't guarantee thread-safety of UI operations, see more at https://mail.openjdk.org/pipermail/client-libs-dev/2023-November/016172.html ).
(cherry picked from commit 8dbb889509 )
2023-11-27 23:40:52 +01:00
Dmitrii Morskii
69b08c737c
JBR-6213 Wayland: removed blurring on cursor on multiple monitors with different scales
2023-11-27 16:36:16 +01:00
Nikita Tsarev
603cbc244f
JBR-6331: Fix some memory safety issues in macOS keyboards
2023-11-27 14:03:36 +01:00
Nikita Provotorov
3a897b7784
JBR-6125: macOS14 java/awt/Window/Grab/GrabTest.java Frame can't be focused.
...
Fixes a data race in the test.
(cherry picked from commit 281211d5a748e460cea4f5ab1e3889ed9588df0c)
(cherry picked from commit ca5562225a )
2023-11-24 21:03:37 +01:00
Dmitry Batrak
b669d658b3
JBR-5751 java/awt/Focus/RowToleranceTransitivityTest.java: Focus got stuck while traversing.
...
(cherry picked from commit fb22b86eaeb61eec34d205419151ba845cdd397c)
2023-11-24 18:00:06 +02:00
Maxim Kartashev
69e5dcd065
JBR-6276 Wayland: WLToolkit logs too much
...
Changed the logging level for such messages to FINE
2023-11-24 17:02:35 +04:00
Vitaly Provodin
be6842220b
JBR-6246 add default CDS archives into jbrsdk distributions and remove the step normalizing timestamp
2023-11-24 18:42:44 +07:00
Vitaly Provodin
9bbc81006a
fixup! JBR-4511 remove --disable options from configure mac-aarch64 builds & unify configure for x64 and aarch64
2023-11-24 18:42:17 +07:00
Vitaly Provodin
e413bc69d7
update exclude list on results of 21.0.1_b293.3 test runs
2023-11-23 07:06:59 +07:00
Dmitry Drobotov
983139bd89
JBR-4479 Add text caret tracking for macOS Accessibility Zoom
...
(cherry picked from commit 0dfbf34b37 )
2023-11-21 13:44:45 +01:00
Dmitry Drobotov
556f48375a
JBR-6194 Fix VoiceOver reading old JComboBox value after changing it
...
1. Remove `value == nil` check in ComboBoxAccessiblity.accessibilityValue to fix the issue with not updated value of combo box. With `value == nil` check, the value was not reassigned on every get request of `accessibilityValue`, but only on get `accessibilitySelectedChildren`. When changing focus by Tab, only get `accessibilityValue` is called, and because `value` is already not nil, an old value was returned.
2. Set combo box role to NSAccessibilityPopUpButtonRole if it's not editable. Setting role to popup button fixes the bug when combo box value was not updated when using VO cursor navigation. Native MacOS non-editable combo boxes and non-editable HTML <select> elements also have the "popup button" role instead of "combo box", so the role should become more clear. Popup button role additionally enables opening the combo box menu with VO+Space shortcut, and changes VO instructions to be more appropriate when combo box is focused.
3. Add test for VoiceOver-specific issues of JComboBox.
(cherry picked from commit 8982db51d7 )
2023-11-21 13:44:43 +01:00
Maxim Kartashev
4a8b300f2b
JBR-6316 Wayland: WLSMSurfaceData.getReplacement() throws UOE
...
Also fixed the keyboard repeat manager so that it does not prevent
application from shutting down.
Also improved fullscreen support.
2023-11-21 15:03:37 +04:00
Maxim Kartashev
4b7d649cd6
JBR-6321 Wayland: popup windows do not respect screen bounds
2023-11-20 17:06:17 +04:00
Maxim Kartashev
5fe3e85c91
JBR-6313 Wayland: pasting from clipboard doesn't always work
...
Also added a flush-to-server command following each Wayland request
2023-11-20 15:02:35 +04:00
Maxim Kartashev
dab4ca13d8
JBR-6291 runtime/cds/appcds/dynamicArchive/TestDynamicDumpAtOom.java: Attempting to acquire lock OOMEStacks_lock/safepoint out of order
2023-11-20 12:44:09 +04:00
Vitaly Provodin
1dfc0d359d
update exclude list on results of 21.0.1_b293.1 test runs
2023-11-16 05:20:42 +07:00
Vitaly Provodin
354610e9c5
update exclude list on results of 21.0.1_b286.4 test runs
2023-11-15 09:41:39 +07:00
Alexey Ushakov
78be8d231c
JBR-6281 Remove MTLEvent sync from Metal rendering code
...
Removed sync code
2023-11-14 17:14:37 +01:00
Nikita Gubarkov
6dd845c6a3
JBR-5274 recreate CGraphicsDevice if it was changed.
...
- AWT code heavily relies on reference comparison when updating graphics devices & configurations, so we need to actually re-create CGraphicsDevice if it was changed.
- Also do not rely on graphicsConfig.getDefaultTransform() when firing `graphicsContextScaleTransform` property change, as graphics devices are mutable and returned default transform may change over time, e.g. when device is invalidated.
2023-11-14 15:38:03 +01:00
Maxim Kartashev
3b06c8988f
JBR-6193 Impossible to resize snapped IDE when native header is turned off
...
Drop the maximized state right before the resize operation for
undecorated windows.
Also fixes setExtendedState() to work when changing snapped window's state
(MAXIMIZED_HORIZ or MAXIMIZED_VERT) to NORMAL.
2023-11-13 12:27:57 +04:00
Maxim Kartashev
287e065beb
JBR-6276 Wayland: WLToolkit logs too much
2023-11-13 12:25:39 +04:00
Nikita Provotorov
60d09c6597
fixup! JBR-5980: Pasting from clipboard not working reliably in Windows.
...
(also fixes JBR-6267: Image retreived from the Clipboard is not the same image that was set to the Clipboard)
- Sets the system property awt.windows.clipboard.cache.disabled to false by default ;
- Adds memory barriers around the native flag AwtClipboard::isOwner ;
- Allows back WM_ACTIVATEAPP messages to reach ::DefWindowProc .
2023-11-11 22:13:30 +01:00
Nikita Provotorov
845c60f3bb
fixup! JBR-5980: Pasting from clipboard not working reliably in Windows.
...
Adds memory barriers around the native flag AwtClipboard::isGettingOwnership.
2023-11-11 22:13:29 +01:00
Dmitrii Morskii
5ae7a8673a
fixup! JBR-5965 Wayland: implement SplashScreen
2023-11-11 13:59:16 +01:00
Vitaly Provodin
f49a25c680
update exclude list on results of 21.0.1_b280.6 test runs
2023-11-11 06:45:44 +07:00
Alexander Lobas
fb90b5c110
JBR-5546 Iterating open windows with cmd backtick on Mac forces minimized windows to un-minimize
2023-11-10 23:57:20 +01:00
Alexander Lobas
7bd15f1934
JBR-5478 IDEA window doesn't fit the screen properly on turning off/on an external monitor
2023-11-10 23:57:20 +01:00
Alexander Lobas
d2d0488bc3
JBR-5409 "No Print Service Found" Error when saving to PDF
2023-11-10 23:52:53 +01:00
Alexander Lobas
0147cba952
JBR-5384 New UI: window header is hard to resize on the top edge, top/right corner
2023-11-10 23:52:53 +01:00
Alexander Lobas
540d5a32c4
JBR-5174 Opening project as tabs in Mac OS (version2)
...
JBR-5023 Configure TabbingIdentifier during create native window
JBR-5256 IDEA window resizes to zero height when exit full-screen mode with new window controls enabled
JBR-5197 Window control buttons are not visible in full-screen mode in dark themes when IDE window is focused
JBR-5175 jb/java/awt/Window/FullScreenTwoFrames.java: -[AWTWindow resetWindowFullScreeControls]: unrecognized selector sent to instance 0x60000232d5f0
JBR-5499 Window control buttons bugfix
JBR-4462 BigSur: project tab does not gain focus when click it after focusing another app
2023-11-10 23:52:52 +01:00
Alexander Lobas
54f70cfc23
JBR-4834 JBR-5139 Rounded corners on Mac OS and Windows: support custom border color
2023-11-10 23:52:11 +01:00
Dmitrii Morskii
0b777f2360
fixup! JBR-5965 Wayland: implement SplashScreen
2023-11-10 20:04:00 +01:00
Nikita Tsarev
b9b029b357
JBR-5678: Refactor Wayland keyboard support
2023-11-10 14:34:37 +01:00
Nikita Provotorov
a151e238d3
JBR-2460: Wrong position of input window and no input preview with fcitx and ubuntu 13.04.
...
This patch makes the fix of JBR-1573 (which caused JBR-4394) disabled by default, because it's incompatible with the native below-the-spot mode (a.k.a. over-the-spot in the X11's terminology).
(cherry picked from commit 3fe2a97aa0 )
2023-11-09 22:27:16 +01:00
Nikita Provotorov
1775a1cfcf
JBR-2460: Wrong position of input window and no input preview with fcitx and ubuntu 13.04.
...
- introduces and integrates jbNewXimClient: a new implementation of XIC creation routine (it's mostly refactoring and generalizing of AWT's existed code). Enabled by default and can be disabled via a new system property -Djb.awt.newXimClient.enabled=false ;
- introduces support of the X11's native over-the-spot input method style (it's almost the same as AWT's below-the-spot mode, but the input method's windows are drawn externally, not by AWT). Enabled by default and can be disabled via a new system property -Djb.awt.newXimClient.enabled=false. Doesn't work if -Djb.awt.newXimClient.enabled=false is set ;
- introduces sun.awt.X11.XInputMethod.ClientComponentCaretPositionTracker class that tracks all kind of events for the current client component that can lead to the caret position changing ;
- makes the XInputMethod class to update the input window's position (whenever the ClientComponentCaretPositionTracker discovers that's necessary) by setting the X11's XNSpotLocation property .
Check out the branch nprovotorov/backups/JBR-2460_wrong-position-of-input-window-and-no-input-preview for more granular patches.
(cherry picked from commit 826f75ee48 )
2023-11-09 22:27:15 +01:00
Maxim Kartashev
0413f857ab
JBR-6220 javax/swing/GraphicsConfigNotifier/StalePreferredSize.java became failing by time out on Linux
2023-11-07 13:29:58 +04:00
Nikita Provotorov
ab86812e28
JBR-5980: Pasting from clipboard not working reliably in Windows.
...
- Disables caching of the data placed into the clipboard. The behavior is controlled by the system property "awt.windows.clipboard.cache.disabled" (=true by default) ;
- Whenever the app gets focus additionally checks if another app has modified the clipboard. The behavior is controlled by the system property "awt.windows.clipboard.extraOwnershipChecksEnabled" (=true by default) .
(cherry picked from commit 473c41003d )
2023-11-06 13:47:56 +01:00
Nikita Provotorov
dad3d32da9
JBR-5980: Pasting from clipboard not working reliably in Windows.
...
Marks the native flag AwtClipboard::isGettingOwnership as volatile to avoid inconsistencies of CPU caches.
(cherry picked from commit b967f5bc91 )
2023-11-06 13:47:48 +01:00
Dmitrii Morskii
0ba8323f49
fixup! JBR-5965 Wayland: implement SplashScreen
2023-11-04 16:58:34 +01:00
Dmitrii Morskii
825eb901c2
JBR-5965 Wayland: implement SplashScreen
2023-11-03 14:57:46 +01:00
Vitaly Provodin
0b6e65188d
update exclude list on results of 21.0.1_b277.3 test runs
2023-11-03 20:15:56 +07:00
Maxim Kartashev
8bc89f222d
JBR-6253 Wayland: can't run in weston because of xdg_wm_base version 3
2023-11-01 13:06:24 +04:00
Maxim Kartashev
b82fc5f02a
JBR-6212 Wayland: app does not terminate upon Wayland protocol error
2023-11-01 12:17:46 +04:00
Vladimir Kharitonov
e29b134c47
JBR-6239 sign frameworks in cef_server.app
2023-10-31 15:52:53 +01:00
Vitaly Provodin
faff43cb95
update exclude list on results of 21.0.1_b270.3 test runs
2023-10-26 16:15:45 +07:00
Vitaly Provodin
3b769c378d
fixup! 8312248: Enhanced archival support redux
2023-10-26 05:39:56 +07:00
Vitaly Provodin
a73783b4c4
JBR-4154 fix extracting version info from sources
2023-10-25 09:46:40 +07:00
Vitaly Provodin
b19dd54b28
fixup! JBR-6181 add Linux executables with bundled FreeType
2023-10-25 09:46:40 +07:00
Vladimir Kozlov
c3efc147d2
8317121: vector_masked_load instruction is moved too early after JDK-8286941
...
Reviewed-by: shade, vlivanov
Backport-of: cfabcbf858
2023-10-25 09:45:24 +07:00
Calvin Cheung
25bc0259d4
8314649: Enhanced archival support redux
...
Reviewed-by: iklam
2023-10-25 09:45:24 +07:00
Sean Mullan
29aa2eeac8
8309966: Enhanced TLS connections
...
Backport-of: d25ee81f56d67f2c51ba8b8c59f470c6f88ae47f
2023-10-25 09:45:23 +07:00
Calvin Cheung
77d852d248
8312248: Enhanced archival support redux
...
Backport-of: c2100a627d578901dffbbe631e5a6c9b88ca2209
2023-10-25 09:45:23 +07:00
pavel_kharskii
cc15e44d8b
8311682: Change milestone to fcs for all releases
...
Reviewed-by: coffeys
2023-10-25 09:45:23 +07:00
Prasadrao Koppula
e15c1dd7f8
8286503: Enhance security classes
...
Reviewed-by: wetmore
Backport-of: 7f5e120a631ffda3e6d5efc03bae572b21877b69
2023-10-25 09:45:23 +07:00
Jan Lahoda
bd4a1c5826
8313323: javac -g on a java file which uses unnamed variable leads to ClassFormatError when launching that class
...
Backport-of: adfc1d6cd2
2023-10-25 09:45:23 +07:00
Jan Lahoda
aeb212950c
8315534: Incorrect warnings about implicit annotation processing
...
Backport-of: 94a74a0a45
2023-10-25 09:45:23 +07:00
Martin Doerr
912bdf3d8c
8299658: C1 compilation crashes in LinearScan::resolve_exception_edge
...
Backport-of: cf2d33ca2e
2023-10-25 09:45:23 +07:00
airsquared
2319e12b5e
8309032: jpackage does not work for module projects unless --module-path is specified
...
Backport-of: dfe764e3f8
2023-10-25 09:45:23 +07:00
Roman Marchenko
b8b4f00c9d
8314024: SIGSEGV in PhaseIdealLoop::build_loop_late_post_work due to bad immediate dominator info
...
Reviewed-by: thartmann
Backport-of: ed1ea5fe7c
2023-10-25 09:45:23 +07:00
Alexander Scherbatiy
5eed624d8a
8311033: [macos] PrinterJob does not take into account Sides attribute
...
Backport-of: a3d67231a7
2023-10-25 09:45:23 +07:00
Aleksey Shipilev
6a8fe5883c
8315051: jdk/jfr/jvm/TestGetEventWriter.java fails with non-JVMCI GCs
...
Backport-of: 145d8bc1a3
2023-10-25 09:45:23 +07:00
Tobias Hartmann
344f6a777c
8313626: C2 crash due to unexpected exception control flow
...
Backport-of: f8203cb272
2023-10-25 09:45:23 +07:00
Ao Qi
2efe90455c
8315020: The macro definition for LoongArch64 zero build is not accurate.
...
Backport-of: 725ec0ce1b
2023-10-25 09:45:23 +07:00
Thomas Stuefe
49ecaa8e75
8312585: Rename DisableTHPStackMitigation flag to THPStackMitigation
...
Backport-of: 226cdc696d
2023-10-25 09:45:22 +07:00
Aleksey Shipilev
231bec2701
8314656: GHA: No need for Debian ports keyring installation after JDK-8313701
...
Backport-of: 76b9011c9e
2023-10-25 09:45:22 +07:00
Sergey Bylokhov
209c6bee4c
8312535: MidiSystem.getSoundbank() throws unexpected SecurityException
...
Backport-of: 87298d2ade
2023-10-25 09:45:22 +07:00
Alexander Matveev
d0ccbbab87
8308042: [macos] Developer ID Application Certificate not picked up by jpackage if it contains UNICODE characters
...
Backport-of: 57a322da9b
2023-10-25 09:45:22 +07:00
Chris Plummer
2186cf7412
8314679: SA fails to properly attach to JVM after having just detached from a different JVM
...
Backport-of: 38a9edfb7e
2023-10-25 09:45:22 +07:00
nibjen
25360cbb98
8312489: Increase jdk.jar.maxSignatureFileSize default which is too low for JARs such as WhiteSource/Mend unified agent jar
...
Reviewed-by: hchao
Backport-of: e47a84f23d
2023-10-25 09:45:22 +07:00
Matthias Baesken
0487e52815
8313691: use close after failing os::fdopen in vmError and ciEnv
...
Backport-of: 96304f37f8
2023-10-25 09:45:22 +07:00
Aleksey Shipilev
9379b05ecc
8313262: C2: Sinking node may cause required cast to be dropped
...
Backport-of: 1cee3b9fd9
2023-10-25 09:45:22 +07:00
Oli Gillespie
7e2f8a4119
8313874: JNI NewWeakGlobalRef throws exception for null arg
...
Backport-of: 028b3ae1b1
2023-10-25 09:45:22 +07:00
Oli Gillespie
cfc4c050a3
8313678: SymbolTable can leak Symbols during cleanup
...
Backport-of: 4b2703ad39
2023-10-25 09:45:22 +07:00
Thomas Stuefe
e8db310385
8314139: TEST_BUG: runtime/os/THPsInThreadStackPreventionTest.java could fail on machine with large number of cores
...
Backport-of: 7332502883
2023-10-25 09:45:22 +07:00
Andrew John Hughes
41fee9e215
8284772: GHA: Use GCC Major Version Dependencies Only
...
Backport-of: 7e843c22e7
2023-10-25 09:45:22 +07:00
Sidraya Jayagond
64479d7ab2
8309889: [s390] Missing return statement after calling jump_to_native_invoker method in generate_method_handle_dispatch.
...
Backport-of: 514816ed7d
2023-10-25 09:45:22 +07:00
Tyler Steele
eacc032c49
8309475: Test java/foreign/TestByteBuffer.java fails: a problem with msync (aix)
...
Backport-of: 395fc78880
2023-10-25 09:45:22 +07:00
Weibing Xiao
7771b08985
8314063: The socket is not closed in Connection::createSocket when the handshake failed for LDAP connection
...
Backport-of: f2383b3cbd
2023-10-25 09:45:21 +07:00
Thomas Stuefe
df7196fbba
8312620: WSL Linux build crashes after JDK-8310233
...
Backport-of: 25058cd23a
2023-10-25 09:45:21 +07:00
Thomas Stuefe
2f7800d8b1
8312182: THPs cause huge RSS due to thread start timing issue
...
8310687: JDK-8303215 is incomplete
Backport-of: 84b325b844
2023-10-25 09:45:21 +07:00
Thomas Stuefe
92e7de91ee
8303815: Improve Metaspace test speed
...
Backport-of: de0e46c2f6
2023-10-25 09:45:21 +07:00
Thomas Stuefe
09253b6333
8312394: [linux] SIGSEGV if kernel was built without hugepage support
...
Backport-of: 94eb44b192
2023-10-25 09:45:21 +07:00
Rajan Halade
318822fc47
8314960: Add Certigna Root CA - 2
...
Backport-of: e9ba8d5a0e
2023-10-25 09:45:21 +07:00
Patricio Chilano Mateo
8f23b927ce
8314850: SharedRuntime::handle_wrong_method() gets called too often when resolving Continuation.enter
...
Backport-of: 8e4240c316
2023-10-25 09:45:21 +07:00
Ben Taylor
24e0f40a32
8313796: AsyncGetCallTrace crash on unreadable interpreter method pointer
...
Backport-of: 0e2c72d7a5
2023-10-25 09:45:21 +07:00
Sean Coffey
986a132b17
8311592: ECKeySizeParameterSpec causes too many exceptions on third party providers
...
Backport-of: e554fdee25
2023-10-25 09:45:21 +07:00
Aleksey Shipilev
f52407b18e
8313701: GHA: RISC-V should use the official repository for bootstrap
...
Backport-of: 538f9557b8
2023-10-25 09:45:21 +07:00
Valerie Peng
17fd96ecc7
8309214: sun/security/pkcs11/KeyStore/CertChainRemoval.java fails after 8301154
...
Backport-of: ba6cdbe2c2
2023-10-25 09:45:21 +07:00
Roger Riggs
6d53ad1f88
8313312: Add missing classpath exception copyright header
...
Reviewed-by: bpb
Backport-of: 53ca75b18e
2023-10-25 09:45:21 +07:00
Aleksey Shipilev
81788680f8
8314020: Print instruction blocks in byte units
...
Backport-of: a602624ef4
2023-10-25 09:45:21 +07:00
Aleksey Shipilev
eaddbc06c1
8314730: GHA: Drop libfreetype6-dev transitional package in favor of libfreetype-dev
...
Backport-of: 69d900d2ce
2023-10-25 09:45:21 +07:00
Aleksey Shipilev
e6655ac474
8313901: [TESTBUG] test/hotspot/jtreg/compiler/codecache/CodeCacheFullCountTest.java fails with java.lang.VirtualMachineError
...
Backport-of: d1de3d082e
2023-10-25 09:45:20 +07:00
Alexey Ivanov
ad80a8af22
8312555: Ideographic characters aren't stretched by AffineTransform.scale(2, 1)
...
Ignore bitmaps embedded into fonts for non-uniform scales
Backport-of: 62610203f1
2023-10-25 09:45:20 +07:00
Matthias Baesken
ff79afb687
8314517: some tests fail in case ipv6 is disabled on the machine
...
Backport-of: 703817d21f
2023-10-25 09:45:20 +07:00
Matthias Baesken
8caae04364
8313602: increase timeout for jdk/classfile/CorpusTest.java
...
Backport-of: bdac348c80
2023-10-25 09:45:20 +07:00
Tyler Steele
119fa1793f
8312180: (bf) MappedMemoryUtils passes incorrect arguments to msync (aix)
...
Backport-of: fdac6a6ac8
2023-10-25 09:45:20 +07:00
Aleksey Shipilev
581a2aad23
8314501: Shenandoah: sun/tools/jhsdb/heapconfig/JMapHeapConfigTest.java fails
...
Backport-of: 812f475bc4
2023-10-25 09:45:20 +07:00
Aleksey Shipilev
afca23514f
8314426: runtime/os/TestTrimNative.java is failing on slow machines
...
Backport-of: 20e94784c9
2023-10-25 09:45:20 +07:00
Aleksey Shipilev
dce35c74cc
8313752: InstanceKlassFlags::print_on doesn't print the flag names
...
Backport-of: 735b16a696
2023-10-25 09:45:20 +07:00
Thomas Stuefe
8aa7819a6e
8310233: Fix THP detection on Linux
...
Backport-of: 37ca9024ef
2023-10-25 09:45:20 +07:00
David Holmes
d595bd9fa2
8311981: Test gc/stringdedup/TestStringDeduplicationAgeThreshold.java#ZGenerational timed out
...
Backport-of: f142470dea
2023-10-25 09:45:20 +07:00
Gui Cao
faba31cfa1
8314618: RISC-V: -XX:MaxVectorSize does not work as expected
...
Backport-of: a66b5df14a
2023-10-25 09:45:20 +07:00
Feilong Jiang
8ccf32d585
8314117: RISC-V: Incorrect VMReg encoding in RISCV64Frame.java
...
Backport-of: 5c91622885
2023-10-25 09:45:20 +07:00
Valerie Peng
4f101342ca
8302017: Allocate BadPaddingException only if it will be thrown
...
Backport-of: c27c87786a
2023-10-25 09:45:20 +07:00
Alexander Matveev
b7792c1b7c
8313904: [macos] All signing tests which verifies unsigned app images are failing
...
Reviewed-by: asemenyuk
Backport-of: ec0cc6300a
2023-10-25 09:45:20 +07:00
Aggelos Biboudis
3f2a8eefe4
8314423: Multiple patterns without unnamed variables
...
8314216: Case enumConstant, pattern compilation fails
Backport-of: 4331193010
2023-10-25 09:45:19 +07:00
Ben Taylor
3109817e37
8313765: Invalid CEN header (invalid zip64 extra data field size)
...
Backport-of: 13f6450e2e
2023-10-25 09:45:19 +07:00
Aleksey Shipilev
572c6f273a
8309591: Socket.setOption(TCP_QUICKACK) uses wrong level
...
Backport-of: 56a73a6f0f
2023-10-25 09:45:19 +07:00
Aleksey Shipilev
27bc02722a
8314262: GHA: Cut down cross-compilation sysroots deeper
...
Backport-of: 38687f1a3e
2023-10-25 09:45:19 +07:00
Thomas Schatzl
ce2871c888
8314144: gc/g1/ihop/TestIHOPStatic.java fails due to extra concurrent mark with -Xcomp
...
Reviewed-by: ayang
Backport-of: 1925508425
2023-10-25 09:45:19 +07:00
Raffaello Giulietti
58c85dfe31
8312976: MatchResult produces StringIndexOutOfBoundsException for groups outside match
...
Reviewed-by: rriggs
Backport-of: 61c58fdd00
2023-10-25 09:45:19 +07:00
Mandy Chung
3fef4fe04c
8240567: MethodTooLargeException thrown while creating a jlink image
...
Reviewed-by: phh
Backport-of: ec7da91bd8
2023-10-25 09:45:19 +07:00
Weibing Xiao
d33282c39a
8313657: com.sun.jndi.ldap.Connection.cleanup does not close connections on SocketTimeoutErrors
...
Backport-of: e56d3bc2da
2023-10-25 09:45:19 +07:00
Abhishek Kumar
6fa2c70b07
8311160: [macOS, Accessibility] VoiceOver: No announcements on JRadioButtonMenuItem and JCheckBoxMenuItem
...
Reviewed-by: asemenov, kizune
Backport-of: c1f4595e64
2023-10-25 09:45:19 +07:00
Matthias Baesken
3452504ee4
8311511: Improve description of NativeLibrary JFR event
...
Backport-of: 848abd2831
2023-10-25 09:45:19 +07:00
Aleksey Shipilev
32aed8a740
8310106: sun.security.ssl.SSLHandshake.getHandshakeProducer() incorrectly checks handshakeConsumers
...
Backport-of: db133dbc02
2023-10-25 09:45:19 +07:00
Aleksey Shipilev
666f684622
8314118: Update JMH devkit to 1.37
...
Backport-of: 06aa3c5628
2023-10-25 09:45:19 +07:00
Aleksey Shipilev
082d242e53
8312127: FileDescriptor.sync should temporarily increase parallelism
...
Reviewed-by: alanb
Backport-of: fbe51e388d
2023-10-25 09:45:19 +07:00
Aleksey Shipilev
863d0d38a0
8312625: Test serviceability/dcmd/vm/TrimLibcHeapTest.java failed: RSS use increased
...
Reviewed-by: stuefe
Backport-of: 117f42dbe9
2023-10-25 09:45:19 +07:00
Aleksey Shipilev
8fb4cda937
8313307: java/util/Formatter/Padding.java fails on some Locales
...
Backport-of: 408987e1ca
2023-10-25 09:45:18 +07:00
Aleksey Shipilev
5b7e8bd59c
8308474: DSA does not reset SecureRandom when initSign is called again
...
Reviewed-by: valeriep
Backport-of: bed9161c81
2023-10-25 09:45:18 +07:00
Aleksey Shipilev
b94ed3592d
8313248: C2: setScopedValueCache intrinsic exposes nullptr pre-values to store barriers
...
Backport-of: e8a37b90db
2023-10-25 09:45:18 +07:00
Aleksey Shipilev
5ca9d6a458
8312525: New test runtime/os/TestTrimNative.java#trimNative is failing: did not see the expected RSS reduction
...
Reviewed-by: stuefe
Backport-of: ad34be1f32
2023-10-25 09:45:18 +07:00
Aleksey Shipilev
1f20ac5bd6
8293114: JVM should trim the native heap
...
Reviewed-by: stuefe
Backport-of: 9e4fc568a6
2023-10-25 09:45:18 +07:00
Ravi Reddy
2a592da963
8308047: java/util/concurrent/ScheduledThreadPoolExecutor/BasicCancelTest.java timed out and also had jcmd pipe errors
...
Backport-of: 8c9d091f19
2023-10-25 09:45:18 +07:00
Aleksey Shipilev
e8ca1144e4
8313676: Amend TestLoadIndexedMismatch test to target intrinsic directly
...
Backport-of: 4b192a8dc3
2023-10-25 09:45:18 +07:00
Aleksey Shipilev
310650a2da
8313402: C1: Incorrect LoadIndexed value numbering
...
Reviewed-by: thartmann
Backport-of: 46fbedb2be
2023-10-25 09:45:18 +07:00
Aleksey Shipilev
2029c48fee
8313707: GHA: Bootstrap sysroots with --variant=minbase
...
Backport-of: 29f1d8ef50
2023-10-25 09:45:18 +07:00
Sergey Bylokhov
0a0814106a
8313576: GCC 7 reports compiler warning in bundled freetype 2.13.0
...
Backport-of: 8248e351d0
2023-10-25 09:45:18 +07:00
Tobias Hartmann
a4dba8b9a1
8312909: C1 should not inline through interface calls with non-subtype receiver
...
Backport-of: ab1c212ac1
2023-10-25 09:45:18 +07:00
Tobias Hartmann
852cc0d462
8304954: SegmentedCodeCache fails when using large pages
...
Backport-of: cad6114e1c
2023-10-25 09:45:18 +07:00
Christoph Langer
22002b37cd
8311926: java/lang/ScopedValue/StressStackOverflow.java takes 9mins in tier1
...
Backport-of: 7304316a8c
2023-10-25 09:45:18 +07:00
Jan Lahoda
35a47c6833
8312619: Strange error message when switching over long
...
Backport-of: cc2a75e11c
2023-10-25 09:45:18 +07:00
Jan Lahoda
e4e6cd9f72
8312984: javac may crash on a record pattern with too few components
...
Backport-of: c386091734
2023-10-25 09:45:17 +07:00
Jiangli Zhou
07fdb725ad
8312401: SymbolTable::do_add_if_needed hangs when called in InstanceKlass::add_initialization_error path with requesting length exceeds max_symbol_length
...
Backport-of: 36f3bae556
2023-10-25 09:45:17 +07:00
Christoph Langer
feb04e1262
8310211: serviceability/jvmti/thread/GetStackTrace/getstacktr03/getstacktr03.java failing
...
Backport-of: 16134f4422
2023-10-25 09:45:17 +07:00
Christoph Langer
a9185c18aa
8308609: java/lang/ScopedValue/StressStackOverflow.java fails with "-XX:-VMContinuations"
...
8310586: ProblemList java/lang/ScopedValue/StressStackOverflow.java#default with virtual threads on linux-all
Reviewed-by: mbaesken, alanb
Backport-of: 44a8aa0691
2023-10-25 09:45:17 +07:00
Matthias Baesken
787cb82170
8311955: c++filt is now ibm-llvm-cxxfilt when using xlc17 / clang on AIX
...
Backport-of: 0328886450
2023-10-25 09:45:17 +07:00
Aleksey Shipilev
9c01ab932c
8313428: GHA: Bump GCC versions for July 2023 updates
...
Backport-of: ec2f38fd38
2023-10-25 09:45:17 +07:00
Aleksey Shipilev
4e8632a443
8312591: GCC 6 build failure after JDK-8280982
...
Backport-of: 9454b2bbe1
2023-10-25 09:45:17 +07:00
Vladimir Kempik
553f1a32d0
8310268: RISC-V: misaligned memory access in String.Compare intrinsic
...
Backport-of: d6245b6832
2023-10-25 09:45:17 +07:00
Aleksey Shipilev
8a15b90086
8307766: Linux: Provide the option to override the timer slack
...
Reviewed-by: stuefe
Backport-of: 7173c3009e
2023-10-25 09:45:17 +07:00
Tobias Hartmann
c897d45c33
8312573: Failure during CompileOnly parsing leads to ShouldNotReachHere
...
Reviewed-by: kvn, tholenstein
2023-10-25 09:45:17 +07:00
Matthias Baesken
072adeda9a
8312395: Improve assertions in growableArray
...
Backport-of: b772e67e29
2023-10-25 09:45:17 +07:00
Matthias Baesken
804501f741
8310321: make JDKOPT_CHECK_CODESIGN_PARAMS more verbose
...
Backport-of: 9eed049098
2023-10-25 09:45:17 +07:00
Matthias Baesken
11fce43f16
8311921: Inform about MaxExpectedDataSegmentSize in case of pthread_create failures on AIX
...
Backport-of: aa7367f1ec
2023-10-25 09:45:17 +07:00
Matthias Baesken
337e993f67
8311917: MAP_FAILED definition seems to be obsolete in src/java.desktop/unix/native/common/awt/fontpath.c
...
Backport-of: a38a421f62
2023-10-25 09:45:17 +07:00
Paul Hohensee
f5c9ee7113
8313081: MonitoringSupport_lock should be unconditionally initialized after 8304074
...
Backport-of: a9d21c61fb
2023-10-25 09:45:16 +07:00
Aleksey Shipilev
6c1bc9df2e
8309746: Reconfigure check should include make/conf/version-numbers.conf
...
Backport-of: 955fc2faba
2023-10-25 09:45:16 +07:00
Matthias Baesken
1243d1e435
8311026: Some G1 specific tests do not set -XX:+UseG1GC
...
Backport-of: a7d168b522
2023-10-25 09:45:16 +07:00
Matthias Baesken
f7e85e502e
8311285: report some fontconfig related environment variables in hs_err file
...
Backport-of: 0ef03f1228
2023-10-25 09:45:16 +07:00
Aleksey Shipilev
5551e8e51d
8311249: Remove unused MemAllocator::obj_memory_range
...
Backport-of: 711cddd899
2023-10-25 09:45:16 +07:00
Gui Cao
84aa3af790
8311923: TestIRMatching.java fails on RISC-V
...
Backport-of: e7adbdb1f1
2023-10-25 09:45:16 +07:00
Johny Jose
942297f61e
8308184: Launching java with large number of jars in classpath with java.protocol.handler.pkgs system property set can lead to StackOverflowError
...
Reviewed-by: jpai, coffeys
Backport-of: 268ec61d4f
2023-10-25 09:45:16 +07:00
Vladimir Kempik
3c9ff2c691
8311862: RISC-V: small improvements to shift immediate instructions
...
Backport-of: f3b96f6937
2023-10-25 09:45:16 +07:00
Feilong Jiang
6b1d4b44fc
8310873: Re-enable locked_create_entry symbol check in runtime/NMT/CheckForProperDetailStackTrace.java for RISC-V
...
Backport-of: 87e6fab2c4
2023-10-25 09:45:16 +07:00
Weibing Xiao
9f599104e8
8297856: Improve handling of Bidi characters
...
Backport-of: 244b89fc786894cb8cca742f91875ebb98b603ff
2023-10-25 09:45:16 +07:00
Weibing Xiao
2243b952cb
8296581: Better system proxy support
...
Reviewed-by: coffeys
Backport-of: 111811e64245ae720a0617b7de0c52c60bb2bac1
2023-10-25 09:45:16 +07:00
Vladimir Kempik
3f274e2f69
8309502: RISC-V: String.indexOf intrinsic may produce misaligned memory loads
...
Backport-of: 6b94289386
2023-10-25 09:45:16 +07:00
Rob McKenna
f69c0e622e
8310171: Bump version numbers for 21.0.1
...
Reviewed-by: iris, erikj
2023-10-25 09:45:16 +07:00
Alexey Ushakov
8d1f3a7a9e
Revert "JBR-5965 Wayland: implement SplashScreen"
...
This reverts commit a6588d4b45 .
2023-10-22 13:42:09 +02:00
Alexey Ushakov
1dbeb23fd4
Revert "fixup! JBR-5965 Wayland: implement SplashScreen"
...
This reverts commit a06582873c .
2023-10-22 13:41:20 +02:00
Dmitrii Morskii
a06582873c
fixup! JBR-5965 Wayland: implement SplashScreen
2023-10-21 13:11:56 +02:00
Vitaly Provodin
1e2bb86176
fixup! JBR-6181 add Linux executables with bundled FreeType
2023-10-21 15:07:40 +07:00
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
Vitaly Provodin
5f314ef826
JBR-5603 build aarch64 Linux from arm64v8/centos:7 and check glibc to be not higher 2.17
2023-05-13 05:03:00 +07:00
Daniel D. Daugherty
7b30b303f1
8307489: ProblemList jdk/incubator/vector/LoadJsvmlTest.java on windows-x64
...
8307490: ProblemList sun/security/pkcs11/Cipher/TestKATForGCM.java on linux-x64 and macosx-x64
8307491: ProblemList sanity/client/SwingSet/src/EditorPaneDemoTest.java on linux-x64
Reviewed-by: darcy
(cherry picked from commit 111858f3ff )
2023-05-12 18:26:39 +07:00
Kevin Driver
8a896a2a4a
8294983: SSLEngine throws ClassCastException during handshake
...
Co-authored-by: Daniel Jeliński <djelinski@openjdk.org >
Reviewed-by: wetmore, xuelei
(cherry picked from commit 197d0cc603 )
2023-05-12 18:26:36 +07:00
Coleen Phillimore
52c2ee83a2
8307295: Add warning to not create new ACC flags
...
Reviewed-by: dholmes, fparain
(cherry picked from commit a87262efb2 )
2023-05-12 18:26:36 +07:00
Markus Grönlund
e2364ca15d
8307156: native_thread not protected by TLH
...
Reviewed-by: coleenp, dcubed
(cherry picked from commit 0c6529d2d3 )
2023-05-12 18:26:34 +07:00
Phil Race
69be4ec1c7
8307133: Open source some JTable jtreg tests
...
Reviewed-by: serb
(cherry picked from commit 5ca0b08a75 )
2023-05-12 18:26:34 +07:00
Alexander Zvegintsev
03a8558c31
8306943: Open source several dnd AWT tests
...
Reviewed-by: prr, serb
(cherry picked from commit 2adb3b409e )
2023-05-12 18:26:33 +07:00
Chen Liang
27aea0c548
8304937: BufferedFieldBuilder.Model missing writeTo(DirectClassBuilder)
...
Reviewed-by: asotona
(cherry picked from commit dc4096ce13 )
2023-05-12 18:26:32 +07:00
Stefan Johansson
0c2f927a43
8307448: Test RedefineSharedClassJFR fail due to wrong assumption
...
Reviewed-by: eosterlund, coleenp
(cherry picked from commit 29233e0a00 )
2023-05-12 18:26:31 +07:00
Stefan Johansson
57e773f2a2
8306929: Avoid CleanClassLoaderDataMetaspaces safepoints when previous versions are shared
...
Reviewed-by: coleenp, sspitsyn
(cherry picked from commit 408cec516b )
2023-05-12 18:26:28 +07:00
Maurizio Cimadamore
8e1bc1c458
8307181: MemoryLayout.structLayout uses undocumented strict alignment constraints
...
Reviewed-by: jvernee
(cherry picked from commit cecf817f5e )
2023-05-12 18:26:27 +07:00
Oli Gillespie
fd68860c86
8307346: Add missing gc+phases logging for ObjectCount(AfterGC) JFR event collection code
...
Reviewed-by: tschatzl, shade, ayang
(cherry picked from commit 3f1927a7f3 )
2023-05-12 18:26:27 +07:00
Kevin Walls
f113bb4820
8307362: Remove test com/sun/jdi/JdbLastErrorTest.java
...
Reviewed-by: dcubed
(cherry picked from commit e206d57bfc )
2023-05-12 18:26:26 +07:00
Abhishek Kumar
f82f6111b7
8306489: Open source AWT List related tests
...
Reviewed-by: prr, serb
(cherry picked from commit 82a8e91ef7 )
2023-05-12 18:26:25 +07:00
Tejesh R
c71fba3977
8307091: A few client tests intermittently throw ConcurrentModificationException
...
Reviewed-by: prr, dnguyen
(cherry picked from commit 465bdd9e41 )
2023-05-12 18:26:24 +07:00
Leonid Mesnik
ef9401e84d
8307305: Update debugger tests to support JTREG_TEST_THREAD_FACTORY mode
...
Reviewed-by: cjplummer
(cherry picked from commit caee1beaaf )
2023-05-12 18:26:22 +07:00
Kim Barrett
70040e319e
8307147: [x86] Dangling pointer warning for Assembler::_attributes
...
Reviewed-by: dholmes, aph
(cherry picked from commit 3599448ad8 )
2023-05-12 18:26:21 +07:00
Leonid Mesnik
f04ef8297c
8306946: jdk/test/lib/process/ProcessToolsStartProcessTest.java fails with "wrong number of lines in OutputAnalyzer output"
...
Reviewed-by: dholmes
(cherry picked from commit 64ac9a05e8 )
2023-05-12 18:26:19 +07:00
Jiangli Zhou
cbaaf4f844
8307134: Add GTS root CAs
...
Co-authored-by: Andy Warner <awarner@google.com >
Co-authored-by: Rajan Halade <rhalade@openjdk.org >
Reviewed-by: mullan, rhalade
(cherry picked from commit 03030d47eb )
2023-05-12 18:26:17 +07:00
jeremy
ec24a7c4d1
4200096: OffScreenImageSource.removeConsumer NullPointerException
...
Reviewed-by: prr, serb
(cherry picked from commit 63cd0a36da )
2023-05-12 18:26:17 +07:00
Kevin Driver
7bc3b19e0f
8305963: Typo in java.security.Security.getProperty
...
Co-authored-by: Sean Coffey <coffeys@openjdk.org >
Reviewed-by: coffeys, wetmore
(cherry picked from commit db8b3cd084 )
2023-05-12 18:26:16 +07:00
Martin Desruisseaux
7ca21d91a9
8306320: BufferedImage spec needs clarification w.r.t its implementation of the WritableRenderedImage interface
...
Reviewed-by: prr
(cherry picked from commit dcb2f3f502 )
2023-05-12 18:26:15 +07:00
Harshitha Onkar
ee167db850
8305815: Update Libpng to 1.6.39
...
Reviewed-by: prr
(cherry picked from commit 14874779ee )
2023-05-12 18:26:15 +07:00
Matthew Donovan
92810163c7
8306014: Update javax.net.ssl TLS tests to use SSLContextTemplate or SSLEngineTemplate
...
Reviewed-by: xuelei
(cherry picked from commit 705ad7d829 )
2023-05-12 18:26:14 +07:00
Jonathan Gibbons
a691d63dc0
8068925: Add @Override in javax.tools classes
...
Reviewed-by: darcy, iris
(cherry picked from commit 3930709af4 )
2023-05-12 18:26:11 +07:00
Thomas Schatzl
67de9c6eeb
8306836: Remove pinned tag for G1 heap regions
...
Reviewed-by: ayang, cjplummer, sspitsyn
(cherry picked from commit fc76687c2f )
2023-05-12 18:26:11 +07:00
Roland Westrelin
1b87c6e4b3
8306933: C2: "assert(false) failed: infinite loop" failure
...
Reviewed-by: chagedorn, thartmann
(cherry picked from commit ccf91f881c )
2023-05-12 18:26:10 +07:00
Emanuel Peter
938c352c23
8306042: C2: failed: Missed optimization opportunity in PhaseCCP (adding LShift->Cast->Add notification)
...
Reviewed-by: thartmann, chagedorn, kvn
(cherry picked from commit e9807a4b0f )
2023-05-12 18:26:09 +07:00
Aleksey Shipilev
2403d3d428
8305092: Improve Thread.sleep(millis, nanos) for sub-millisecond granularity
...
Reviewed-by: dholmes, alanb
(cherry picked from commit fcb280a48b )
2023-05-12 18:26:08 +07:00
Albert Mingkun Yang
ae8ad4985e
8307005: Make CardTableBarrierSet::initialize non-virtual
...
Reviewed-by: dholmes
(cherry picked from commit 891530fbc9 )
2023-05-12 18:26:07 +07:00
Roland Westrelin
1eb7bd7f1e
8306997: C2: "malformed control flow" assert due to missing safepoint on backedge with a switch
...
Reviewed-by: thartmann, kvn
(cherry picked from commit e0774bed2d )
2023-05-12 18:26:06 +07:00
Erik Österlund
694d972ec1
8307106: Allow concurrent GCs to walk CLDG without ClassLoaderDataGraph_lock
...
Reviewed-by: stefank, aboldtch, coleenp, dholmes
(cherry picked from commit 462b1df758 )
2023-05-12 18:26:06 +07:00
Adam Sotona
26b9dd886f
8306729: Add nominal descriptors of modules and packages to Constants API
...
Reviewed-by: mchung
(cherry picked from commit c8f37564bf )
2023-05-12 18:26:03 +07:00
Feilong Jiang
93385e47cb
8307150: RISC-V: Remove remaining StoreLoad barrier with UseCondCardMark for Serial/Parallel GC
...
Reviewed-by: shade, fyang
(cherry picked from commit 0b5b6429a0 )
2023-05-12 18:26:02 +07:00
Damon Nguyen
fbc6c448e5
8306466: Open source more AWT Drag & Drop related tests
...
Reviewed-by: prr
(cherry picked from commit 418a82551a )
2023-05-12 18:26:02 +07:00
Eamonn McManus
88f62f43ac
8303919: Instant.ofEpochMilli says it can throw an exception that it can't
...
Reviewed-by: rriggs
(cherry picked from commit 74667e3d56 )
2023-05-12 18:26:01 +07:00
Harshitha Onkar
6086889326
8282232: [Win] GetMousePositionWithPopup test fails due to wrong mouse position
...
Reviewed-by: prr
(cherry picked from commit 76991c8129 )
2023-05-12 18:26:00 +07:00
Stuart Marks
ebb83e1b4b
8302496: Runtime.exit incorrectly says it never throws an exception
...
Reviewed-by: alanb
(cherry picked from commit 05b9b5821d )
2023-05-12 18:25:59 +07:00
Kim Barrett
09d7c5ea9b
8293117: Add atomic bitset functions
...
Reviewed-by: shade, coleenp, dholmes
(cherry picked from commit 8a70664e52 )
2023-05-12 18:25:59 +07:00
Liam Miller-Cushon
ed2bce3823
8303784: no-@Target annotations should be applicable to type parameter declarations
...
Reviewed-by: vromero
(cherry picked from commit 8c106b0c8e )
2023-05-12 18:25:58 +07:00
Jonathan Gibbons
45dccbb5b0
8307123: Fix deprecation warnings in DPrinter
...
Reviewed-by: vromero
(cherry picked from commit b76f320e76 )
2023-05-12 18:25:57 +07:00
Jorn Vernee
0665ffd29a
8304888: Add dedicated VMProps for linker and fallback linker
...
Reviewed-by: alanb, mcimadamore
(cherry picked from commit a8bf2acb7d )
2023-05-12 18:25:55 +07:00
Johan Sjölen
9bde756cae
8301223: Replace NULL with nullptr in share/gc/g1/
...
Reviewed-by: tschatzl, kbarrett
(cherry picked from commit 75a4edca6b )
2023-05-12 18:24:34 +07:00
Yoshiki Sato
00552d7eb9
8305505: NPE in javazic compiler
...
Reviewed-by: naoto
(cherry picked from commit 544bd260b6 )
2023-05-12 18:24:33 +07:00
Thomas Stuefe
115fe21fdd
8306510: Print number of threads and stack sizes in error reports
...
Reviewed-by: gziemski, dholmes
(cherry picked from commit ea9201f420 )
2023-05-12 18:24:32 +07:00
Fredrik Bredberg
9037884829
8300197: Freeze/thaw an interpreter frame using a single copy_to_chunk() call
...
Reviewed-by: rrich, pchilanomate, fyang
(cherry picked from commit a8d16dea8e )
2023-05-12 18:24:31 +07:00
Jorn Vernee
34b83dd5ed
8307164: TestSegmentCopy times out (mainline)
...
Reviewed-by: mcimadamore
(cherry picked from commit 1532a1b0bd )
2023-05-12 18:24:31 +07:00
Martin Doerr
ae2d88ba27
8307104: [AIX] VM crashes with UseRTMLocking on Power10
...
Reviewed-by: clanger, lucy
(cherry picked from commit 860bf9b35f )
2023-05-12 18:24:30 +07:00
Alan Bateman
aa9337be85
8305919: java/lang/Thread/virtual/HoldsLock.java#id0 failed, ThreadInfo.getLockInfo() return null
...
Reviewed-by: jpai
(cherry picked from commit 86f97fe70c )
2023-05-12 18:24:29 +07:00
Joe Wang
d6e5e9317c
8298087: XML Schema Validation reports an required attribute twice via ErrorHandler
...
Reviewed-by: naoto
(cherry picked from commit 2179a8f2d6 )
2023-05-12 18:24:29 +07:00
Serguei Spitsyn
3c499bbd39
8306028: separate ThreadStart/ThreadEnd events posting code in JVMTI VTMS transitions
...
8304444: Reappearance of NULL in jvmtiThreadState.cpp
Reviewed-by: pchilanomate, lmesnik
(cherry picked from commit 1227a275a1 )
2023-05-12 18:24:27 +07:00
Vicente Romero
f1e9a05810
8301455: comments in TestTypeAnnotations still refer to resolved JDK-8068737
...
Reviewed-by: jjg
(cherry picked from commit 35e75c131d )
2023-05-12 18:24:26 +07:00
Sergey Tsypanov
8f1b429b4d
8300818: Reduce complexity of padding with DateTimeFormatter
...
Reviewed-by: redestad, rriggs
(cherry picked from commit 561ec9c5a0 )
2023-05-12 18:24:25 +07:00
Chris Plummer
23754a9dd8
8282384: [LOOM] Need test for ThreadReference.interrupt() on a vthread
...
Reviewed-by: lmesnik, sspitsyn
(cherry picked from commit ae5f678fba )
2023-05-12 18:24:25 +07:00
Rajan Halade
018a52ff18
8304760: Add 2 Microsoft TLS roots
...
Reviewed-by: mullan
(cherry picked from commit c7e1df8328 )
2023-05-12 18:24:24 +07:00
Roger Riggs
d9f0afa25c
8306678: Replace use of os.version with an internal Version record
...
Reviewed-by: mchung
(cherry picked from commit 6acf032db8 )
2023-05-12 18:24:24 +07:00
Roger Riggs
74e905d658
8304915: Create jdk.internal.util.Architecture enum and apply
...
Reviewed-by: erikj, mdoerr, amitkumar
(cherry picked from commit f00a748bc5 )
2023-05-12 18:24:23 +07:00
Jorn Vernee
8e29b77ced
8305201: Improve error message for GroupLayouts that are too large on SysV
...
Reviewed-by: mcimadamore
(cherry picked from commit 7d07d19523 )
2023-05-12 18:24:22 +07:00
Jorn Vernee
46d33db4d9
8305093: Linker cache should not take layout names into account
...
Reviewed-by: mcimadamore
(cherry picked from commit 67dd841432 )
2023-05-12 18:24:22 +07:00
Archie Cobbs
fb75a79956
8305672: Surprising definite assignment error after JDK-8043179
...
Reviewed-by: kcr, vromero
(cherry picked from commit d437c61f5b )
2023-05-12 18:24:21 +07:00
Jorn Vernee
0b02b1363e
8301703: java.base jdk.internal.foreign.abi.BindingSpecializer uses ASM to generate classes
...
Reviewed-by: mcimadamore, asotona
(cherry picked from commit b39a9bffda )
2023-05-12 18:24:21 +07:00
Jorn Vernee
60229388ad
8303002: Reject packed structs from linker
...
8300784: Specify exactly how padding should be presented to the linker
8304803: NPE thrown during downcall classification under Linux/x64
8303524: Check FunctionDescriptor byte order when linking
Reviewed-by: mcimadamore
(cherry picked from commit 1de1a38859 )
2023-05-12 18:24:20 +07:00
Coleen Phillimore
52350f68fe
8306851: Move Method access flags
...
Reviewed-by: cjplummer, dholmes, dnsimon, matsaave, fparain
(cherry picked from commit 316d303c1d )
2023-05-12 18:24:19 +07:00
Aleksey Shipilev
12a2998190
8306825: Monitor deflation might be accidentally disabled by zero intervals
...
Reviewed-by: dcubed, eastigeevich, phh
(cherry picked from commit a6b4f25bd5 )
2023-05-12 18:23:06 +07:00
Prasanta Sadhukhan
23b9405eb5
8305778: javax/swing/JTableHeader/6884066/bug6884066.java: Unexpected header's value; index = 4 value = E
...
Reviewed-by: serb, jdv
(cherry picked from commit 2d7c50791b )
2023-05-12 18:23:05 +07:00
Prasanta Sadhukhan
94171b5017
8305780: javax/swing/JTable/7068740/bug7068740.java fails on Ubunutu 20.04
...
Reviewed-by: serb, tr
(cherry picked from commit e1b06eac72 )
2023-05-12 18:23:05 +07:00
Prasanta Sadhukhan
0fd3052361
8299713: Test javax/swing/JTableHeader/6889007/bug6889007.java failed: Wrong type of cursor
...
Reviewed-by: serb, tr
(cherry picked from commit b54c4a33c6 )
2023-05-12 18:23:04 +07:00
Hannes Greule
68605c518b
8292275: javac does not emit SYNTHETIC and MANDATED flags for parameters by default
...
Co-authored-by: Chen Liang <liach@openjdk.org >
Reviewed-by: vromero, jwaters
(cherry picked from commit b3dbf28bc0 )
2023-05-12 18:23:03 +07:00
Alexander Zuev
4bc2bb8cc2
8306954: Open source five Focus related tests
...
Reviewed-by: prr
(cherry picked from commit 6d6d00b69c )
2023-05-12 18:23:02 +07:00
Lance Andersen
2ad58c7046
8307088: Allow the jdbc.drivers system property to be searchable
...
Reviewed-by: naoto, joehw
(cherry picked from commit bb7608bacc )
2023-05-12 18:23:01 +07:00
SirYwell
c771e430b9
8304837: Classfile API throws IOOBE for MethodParameters attribute without parameter names
...
Reviewed-by: asotona, jwaters, vromero
(cherry picked from commit a2d3fc83b0 )
2023-05-12 18:23:01 +07:00
Sergey Bylokhov
236e22ffe7
8307135: java/awt/dnd/NotReallySerializableTest/NotReallySerializableTest.java failed
...
Reviewed-by: jiefu, prr
(cherry picked from commit d43a5a289f )
2023-05-12 18:23:00 +07:00
Alexey Ushakov
4f31d7f169
JBR-5580 J2DBench: ~15% drop performance because of non optimal synchronization in metal (MBP 16'' x64)
...
Replaced NSMutableArray with NSMutableSet, removed unnecessary __block modifier.
2023-05-10 20:50:17 +02:00
Alexey Ushakov
54832037c1
JBR-5580 J2DBench: ~15% drop performance because of non optimal synchronization in metal (MBP 16'' x64)
...
Removed NSLock and moved all operations to the AppKit thread
2023-05-04 16:08:06 +02:00
bourgesl
ac7bb70044
JBR-5170: improved color maskFill performance: using a new MaskColorBuffer and a specific shader (vert_txt_col)
...
fix crash in J2DDemo with advanced paints + artefacts with texture background
(cherry picked from commit 9c1f618e1a6239ad8c400d7b94ccd4a885ec02d7)
(cherry picked from commit c352cfb25d7f8188540b094bb484f7f438142be4)
2023-05-03 15:45:50 +02:00
Phil Race
0299eb6198
8306955: Open source several JComboBox jtreg tests
...
Reviewed-by: kizune
(cherry picked from commit 1f689241cf )
2023-04-29 14:24:56 +07:00
Phil Race
a082703a7c
8307080: Open source some more JComboBox jtreg tests
...
Reviewed-by: kizune
(cherry picked from commit b8de39431d )
2023-04-29 14:24:54 +07:00
Jorn Vernee
496ea4be4d
8307110: zero build broken after JDK-8304265
...
Reviewed-by: erikj
(cherry picked from commit 4818c798bc )
2023-04-29 14:24:52 +07:00
Stuart Marks
ffc610abbf
8296935: Arrays.asList() can return a List that throws undocumented ArrayStoreException
...
Reviewed-by: rriggs, lancea
(cherry picked from commit da9efee1c2 )
2023-04-29 14:24:49 +07:00
Damon Nguyen
09657130d7
8306681: Open source more AWT DnD related tests
...
Reviewed-by: prr, serb
(cherry picked from commit 05af487a2d )
2023-04-29 14:24:48 +07:00
Damon Nguyen
895b92d941
8306133: Open source few AWT Drag & Drop related tests
...
Reviewed-by: prr, psadhukhan
(cherry picked from commit ec5c7926f3 )
2023-04-29 14:24:47 +07:00
Alexander Zuev
d6b522fd2b
8307078: Opensource and clean up five more AWT Focus related tests
...
Reviewed-by: serb, prr
(cherry picked from commit 6d6f726b74 )
2023-04-29 14:24:44 +07:00
Phil Race
bc9cd3eabd
8307079: Update test java/awt/Choice/DragOffNoSelect.java
...
Reviewed-by: azvegint, serb
(cherry picked from commit 89711f3767 )
2023-04-29 14:24:43 +07:00
Weijun Wang
1b495836d2
8307077: Convert CRLF to LF in java.xml.crypto
...
Reviewed-by: mullan
(cherry picked from commit 9ff555083a )
2023-04-29 14:24:42 +07:00
Madjosz
9d7165e1a0
8302983: ZoneRulesProvider.registerProvider() twice will remove provider
...
Reviewed-by: naoto
(cherry picked from commit f83e7302c1 )
2023-04-29 14:24:39 +07:00
Rajan Halade
80827b01c2
8305975: Add TWCA Global Root CA
...
Reviewed-by: mullan
(cherry picked from commit 82ccfe3a21 )
2023-04-29 14:24:38 +07:00
Dean Long
ddeb702d63
8306331: assert((cnt > 0.0f) && (prob > 0.0f)) failed: Bad frequency assignment in if
...
Reviewed-by: thartmann, chagedorn
(cherry picked from commit a177152f22 )
2023-04-29 14:24:35 +07:00
Calvin Cheung
cceb302fcf
8303475: potential null pointer dereference in filemap.cpp
...
Reviewed-by: dholmes
(cherry picked from commit e1196584d5 )
2023-04-29 14:24:34 +07:00
Coleen Phillimore
2520f62e22
8306950: [REDO] JDK-8305252 make_method_handle_intrinsic may call java code under a lock
...
Reviewed-by: dholmes, matsaave, iklam
(cherry picked from commit cf799ba232 )
2023-04-29 14:24:33 +07:00
Tejesh R
1eca5ed1ca
8306432: Open source several AWT Text Component related tests
...
Reviewed-by: prr
(cherry picked from commit 485a0691f4 )
2023-04-29 14:24:29 +07:00
Tejesh R
78926901fb
8306640: Open source several AWT TextArea related tests
...
Reviewed-by: prr, serb
(cherry picked from commit 169a7c27a7 )
2023-04-29 14:24:28 +07:00
JoKern65
6928895340
8306672: support offset in dll_address_to_library_name on AIX
...
Reviewed-by: stuefe, clanger, mbaesken
(cherry picked from commit 5d9baa2f93 )
2023-04-29 14:24:28 +07:00
Antonios Printezis
a75fbe4118
8307063: When cross-compiling with hsdis/binutils, buildjdk creation fails
...
Reviewed-by: erikj
(cherry picked from commit 83a98c66f1 )
2023-04-29 14:24:25 +07:00
Jie Fu
681edba877
8307103: Two TestMetaspaceAllocationMT tests fail after JDK-8306696
...
Reviewed-by: dholmes
(cherry picked from commit 452cb8432f )
2023-04-29 14:24:24 +07:00
Amit Kumar
21611c3429
8299748: java/util/zip/Deinflate.java failing on s390x
...
Reviewed-by: jpai, lancea, simonis, aturbanov
(cherry picked from commit fee02f0668 )
2023-04-29 14:24:23 +07:00
Aleksei Voitylov
085c3e4c83
8305387: JDK-8301995 breaks arm 32-bit
...
Reviewed-by: shade, matsaave
(cherry picked from commit 60a29a668c )
2023-04-29 14:24:20 +07:00
Matthias Baesken
51412f4b72
8307006: ProblemList gtest/NMTGtest.java on aix
...
Reviewed-by: mdoerr
(cherry picked from commit 3d9d84b742 )
2023-04-29 14:24:19 +07:00
Afshin Zafari
4ae1d617a2
8305079: Remove finalize() from compiler/c2/Test719030
...
Reviewed-by: thartmann, coleenp
(cherry picked from commit 84df74ca39 )
2023-04-29 14:24:19 +07:00
Thomas Stuefe
8226fd0194
8306696: Remove MetaspaceReclaimPolicy=aggressive and obsolete MetaspaceReclaimPolicy
...
Reviewed-by: dholmes, rkennke, coleenp
(cherry picked from commit 0b5c504ad0 )
2023-04-29 14:24:14 +07:00
Richard Reingruber
439ed2de82
8306901: Macro offset_of confuses Eclipse CDT
...
Reviewed-by: stuefe, kbarrett
(cherry picked from commit eb3af8abe9 )
2023-04-29 14:24:13 +07:00
Kim Barrett
41727403d8
8305566: Change StringDedup thread to derive from JavaThread
...
Reviewed-by: stefank, cjplummer, tschatzl
(cherry picked from commit d3abfec8b7 )
2023-04-29 14:24:12 +07:00
Justin Lu
2b24c31fc5
8306711: Improve diagnosis of IntlTest framework
...
Reviewed-by: naoto, lancea
(cherry picked from commit f3c90f0445 )
2023-04-29 14:24:11 +07:00
Roger Riggs
1f63b1a2a3
8298993: (process) java/lang/ProcessBuilder/UnblockSignals.java fails
...
Reviewed-by: bchristi
(cherry picked from commit b827ce8334 )
2023-04-29 14:24:09 +07:00
Jonathan Gibbons
e350983260
8306952: improve generic signature of internal DCInlineTag class
...
Reviewed-by: iris
(cherry picked from commit 7871390930 )
2023-04-29 14:24:08 +07:00
Naoto Sato
6e0b2b8ccb
8306927: Collator treats "v" and "w" as the same letter for Swedish language locale.
...
Reviewed-by: jlu, iris, joehw
(cherry picked from commit 6983d05b73 )
2023-04-29 14:24:07 +07:00
Brian Burkhalter
356c033869
8306959: (bf) CharBuffer.append(CharSequence,int,int) throws BufferOverflowException where IndexOutOfBoundsException expected
...
Reviewed-by: alanb
(cherry picked from commit 80fae514b1 )
2023-04-29 14:24:04 +07:00
Raffaello Giulietti
a7115f4a62
8205592: BigDecimal.doubleValue() is depressingly slow
...
Reviewed-by: darcy
(cherry picked from commit eb358619df )
2023-04-29 14:24:00 +07:00
Abhishek Kumar
06fb3fc9cf
8306850: Open source AWT Model related tests
...
Reviewed-by: serb, azvegint
(cherry picked from commit 41ba05e450 )
2023-04-29 14:23:59 +07:00
Jiangli Zhou
a8b7112003
8306949: Resolve miscellaneous multiple symbol definition issues when statically linking JDK/VM natives with standard launcher
...
Reviewed-by: alanb
(cherry picked from commit fed262a9cf )
2023-04-29 14:23:56 +07:00
Albert Mingkun Yang
91ea396cca
8306833: Change CardTable::_covered to static array
...
Reviewed-by: tschatzl, kbarrett
(cherry picked from commit 96cdf93b42 )
2023-04-29 14:23:55 +07:00
Roberto Castañeda Lozano
e2b88f2e0f
8287087: C2: perform SLP reduction analysis on-demand
...
Reviewed-by: epeter, jbhateja, thartmann
(cherry picked from commit 1be80a4445 )
2023-04-29 14:23:54 +07:00
bobpengxie
d7ee82fd53
8306976: UTIL_REQUIRE_SPECIAL warning on grep
...
Reviewed-by: clanger, mbaesken
(cherry picked from commit ba43649530 )
2023-04-29 14:23:49 +07:00
Per Minborg
9029ca4ea0
8304265: Implementation of Foreign Function and Memory API (Third Preview)
...
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org >
Co-authored-by: Jorn Vernee <jvernee@openjdk.org >
Co-authored-by: Paul Sandoz <psandoz@openjdk.org >
Co-authored-by: Feilong Jiang <fjiang@openjdk.org >
Co-authored-by: Per Minborg <pminborg@openjdk.org >
Reviewed-by: erikj, jvernee, vlivanov, psandoz
(cherry picked from commit cbccc4c817 )
2023-04-29 14:23:45 +07:00
Daniel Fuchs
87bb2225d3
8306940: test/jdk/java/net/httpclient/XxxxInURI.java should call HttpClient::close
...
Reviewed-by: jpai, djelinski
(cherry picked from commit 41d58533ac )
2023-04-29 14:23:44 +07:00
Thomas Schatzl
b331b14983
8306858: Remove some remnants of CMS from SA agent
...
Reviewed-by: shade, cjplummer, kbarrett, ysr
(cherry picked from commit d94ce6566d )
2023-04-29 14:23:42 +07:00
Thomas Stuefe
a0029cc63a
8306654: Disable NMT location_printing_cheap_dead_xx tests again
...
Reviewed-by: dholmes
(cherry picked from commit a83c02fe2c )
2023-04-29 14:23:41 +07:00
Dmitry Cherepanov
ce95e8b1e9
6995195: Static initialization deadlock in sun.java2d.loops.Blit and GraphicsPrimitiveMgr
...
Reviewed-by: serb, aivanov
(cherry picked from commit de0c05da07 )
2023-04-29 14:23:40 +07:00
Axel Boldt-Christmas
26739b569f
8306732: TruncatedSeq::predict_next() attempts linear regression with only one data point
...
Reviewed-by: tschatzl, kbarrett
(cherry picked from commit 748476fd80 )
2023-04-29 14:23:37 +07:00
Thomas Stuefe
0c6fe2d946
8306883: Thread stacksize is reported with wrong units in os::create_thread logging
...
Reviewed-by: shade
(cherry picked from commit 27c5c1070a )
2023-04-29 14:23:35 +07:00
David Holmes
211c7756aa
8229147: Linux os::create_thread() overcounts guardpage size with newer glibc (>=2.27)
...
Reviewed-by: shade, stuefe
(cherry picked from commit 9ebcda2165 )
2023-04-29 14:23:32 +07:00
Archie Cobbs
771048df16
8071693: Introspector ignores default interface methods
...
Reviewed-by: prr, aivanov, serb
(cherry picked from commit 1e4eafb4fe )
2023-04-29 14:23:32 +07:00
Ioi Lam
8503855273
8305771: SA ClassWriter.java fails to skip overpass methods
...
Reviewed-by: kevinw, cjplummer
(cherry picked from commit 750bece0c2 )
2023-04-29 14:23:30 +07:00
Coleen Phillimore
a4ec03d488
8306951: [BACKOUT] JDK-8305252 make_method_handle_intrinsic may call java code under a lock
...
Reviewed-by: dcubed
(cherry picked from commit b81c9c8442 )
2023-04-29 14:23:28 +07:00
Abhishek Kumar
945644d9d4
8306409: Open source AWT KeyBoardFocusManger, LightWeightComponent related tests
...
Reviewed-by: psadhukhan, tr, serb
(cherry picked from commit 732179ca84 )
2023-04-29 14:23:27 +07:00
Chris Plummer
8da9a6e292
8306705: com/sun/jdi/PopAndInvokeTest.java fails with NativeMethodException
...
Reviewed-by: lmesnik, amenkov, sspitsyn
(cherry picked from commit 38cc0391f3 )
2023-04-29 14:23:26 +07:00
Weijun Wang
6e622448b3
8302182: Update Public Suffix List to 88467c9
...
Reviewed-by: mullan
(cherry picked from commit 01b8512911 )
2023-04-29 14:23:26 +07:00
Justin Lu
0fee1160bd
8305853: java/text/Format/DateFormat/DateFormatRegression.java fails with "Uncaught exception thrown in test method Test4089106"
...
Reviewed-by: naoto, lancea
(cherry picked from commit 8e36c05d6c )
2023-04-29 14:23:25 +07:00
Brian Burkhalter
db69936d56
8306374: (bf) Improve performance of DirectCharBuffer::append(CharSequence[,int,int])
...
Reviewed-by: liach, alanb
(cherry picked from commit d0e8aec041 )
2023-04-29 14:23:22 +07:00
Amit Kumar
ccffba29c3
8302328: [s390x] Simplify asm_assert definition
...
Reviewed-by: lucy, mdoerr
(cherry picked from commit a18191fee8 )
2023-04-29 14:23:21 +07:00
Jiangli Zhou
f42a68e381
8306033: Resolve multiple definition of 'throwIOException' and friends when statically linking with JDK native libraries
...
Reviewed-by: alanb
(cherry picked from commit 9bc6a212f7 )
2023-04-29 14:23:21 +07:00
Xin Liu
cedccdd483
8306872: Rename Node_Array::Size()
...
Reviewed-by: kvn, thartmann, shade
(cherry picked from commit 35e802374c )
2023-04-29 14:23:20 +07:00
Leonid Mesnik
eb5318c53e
8233725: ProcessTools.startProcess() has output issues when using an OutputAnalyzer at the same time
...
Reviewed-by: cjplummer, sspitsyn
(cherry picked from commit 2e340e855b )
2023-04-29 14:23:19 +07:00
Amit Kumar
e62d3fcc78
8306855: [s390x] fix difference in abi sizes
...
Reviewed-by: mdoerr, lucy
(cherry picked from commit 35e7bc21d3 )
2023-04-29 14:23:16 +07:00
Aleksey Shipilev
839432f30d
8306774: Make runtime/Monitor/GuaranteedAsyncDeflationIntervalTest.java more reliable
...
Reviewed-by: stuefe, dcubed
(cherry picked from commit 9ad6dc881d )
2023-04-29 14:23:16 +07:00
Albert Mingkun Yang
ff93d2599c
8306749: Make CardTable::invalidate non-virtual
...
Reviewed-by: tschatzl
(cherry picked from commit c5910fa065 )
2023-04-29 14:23:15 +07:00
Ivan Walulya
794ee27721
8306735: G1: G1FullGCScope remove unnecessary member _explicit_gc
...
Reviewed-by: ayang, tschatzl
(cherry picked from commit 86f41a4c42 )
2023-04-29 14:23:14 +07:00
Martin Doerr
e4bc4a3aaa
8306823: Native memory leak in SharedRuntime::notify_jvmti_unmount/mount.
...
Reviewed-by: pchilanomate, sspitsyn
(cherry picked from commit d74769826d )
2023-04-29 14:23:12 +07:00
Roberto Castañeda Lozano
e7ae08c686
8298189: Regression in SPECjvm2008-MonteCarlo for pre-Cascade Lake Intel processors
...
Co-authored-by: Quan Anh Mai <qamai@openjdk.org >
Reviewed-by: shade, thartmann, kvn
(cherry picked from commit 8d899925dc )
2023-04-29 14:23:10 +07:00
Tejesh R
3c8a08682e
8306072: Open source several AWT MouseInfo related tests
...
Reviewed-by: serb, psadhukhan
(cherry picked from commit 44d9f55d0b )
2023-04-29 14:23:09 +07:00
Emanuel Peter
8aae30ded3
8303466: C2: failed: malformed control flow. Limit type made precise with MaxL/MinL
...
Reviewed-by: roland, kvn, chagedorn, thartmann
(cherry picked from commit cc894d849a )
2023-04-29 14:23:06 +07:00
Abhishek Kumar
831c59228a
8306652: Open source AWT MenuItem related tests
...
Reviewed-by: prr, psadhukhan
(cherry picked from commit ed1ebd242a )
2023-04-29 14:23:05 +07:00
Prasanta Sadhukhan
90ec1e4c25
8306755: Open source few Swing JComponent and AbstractButton tests
...
Reviewed-by: prr
(cherry picked from commit f3e8bd1d11 )
2023-04-29 14:23:04 +07:00
Dingli Zhang
4ada9066ce
8302908: RISC-V: Support masked vector arithmetic instructions for Vector API
...
Co-authored-by: zifeihan <caogui@iscas.ac.cn >
Reviewed-by: fyang, fjiang, yzhu
(cherry picked from commit 1c1a73f715 )
2023-04-29 14:23:02 +07:00
Chen Liang
f18b21243f
8304918: Remove unused decl field from AnnotatedType implementations
...
Reviewed-by: stsypanov, darcy
(cherry picked from commit adf62febe6 )
2023-04-29 14:23:01 +07:00
Justin Lu
41e112c07f
8306031: Update IANA Language Subtag Registry to Version 2023-04-13
...
Reviewed-by: naoto
(cherry picked from commit 00b1eacad6 )
2023-04-29 14:22:59 +07:00
Alexander Zvegintsev
de5ba29f28
8306752: Open source several container and component AWT tests
...
Reviewed-by: prr
(cherry picked from commit 88d9ebf8e8 )
2023-04-29 14:22:58 +07:00
Alexander Zvegintsev
a03c275b26
8306683: Open source several clipboard and color AWT tests
...
Reviewed-by: prr
(cherry picked from commit 1c2dadc31e )
2023-04-29 14:22:56 +07:00
Alexander Zvegintsev
528fe55cea
8306753: Open source several container AWT tests
...
Reviewed-by: prr
(cherry picked from commit b372f28ad4 )
2023-04-29 14:22:55 +07:00
Brian Burkhalter
e17c0a7a1c
8306623: (bf) CharBuffer::allocate throws unexpected exception type with some CharSequences
...
Reviewed-by: alanb, lancea
(cherry picked from commit e3ccaa6541 )
2023-04-29 14:22:55 +07:00
Joe Darcy
02ad95dc86
8304423: Refactor FdLibm.java
...
Reviewed-by: bpb
(cherry picked from commit d819debaa5 )
2023-04-29 14:22:54 +07:00
Aleksey Shipilev
36dcdff5ce
8306734: Shenandoah: Missing barriers on deoptimization path
...
Reviewed-by: eosterlund, rkennke
(cherry picked from commit 28829f308f )
2023-04-29 14:22:50 +07:00
Alexander Zuev
0550060989
8306718: Optimize and opensource some old AWT tests
...
Reviewed-by: prr
(cherry picked from commit 9beae21864 )
2023-04-29 14:22:50 +07:00
Phil Race
d8d11deac3
8306765: Some client related jtreg problem list entries are malformed
...
Reviewed-by: iris
(cherry picked from commit 36d61c3106 )
2023-04-29 14:22:49 +07:00
Zhengyu Gu
27359448ef
8306687: Relax memory ordering constraints on metaspace atomic counters
...
Reviewed-by: shade, minqi
(cherry picked from commit 5f4965d422 )
2023-04-29 14:22:48 +07:00
Valerie Peng
1f6143838d
8304845: Update PCSC-Lite for Suse Linux to 1.9.9 and fix incomplete license wording
...
Reviewed-by: manc, mullan
(cherry picked from commit 33d6614150 )
2023-04-29 14:22:48 +07:00
Eirik Bjorsnos
0642552102
8306772: Remove sun.security.x509.CertException, sun.security.x509.CertParseError
...
Reviewed-by: mullan
(cherry picked from commit c92883a3d5 )
2023-04-29 14:22:47 +07:00
Quan Anh Mai
0d48835901
8306008: Several Vector API tests fail for client VM after JDK-8304450
...
Reviewed-by: psandoz
(cherry picked from commit 0ff3a2784e )
2023-04-29 14:22:45 +07:00
Quan Anh Mai
8e3c7994f4
8304676: [vectorapi] x86_32: Crash in Assembler::kmovql(Address, KRegister)
...
Reviewed-by: shade, thartmann, jbhateja
(cherry picked from commit e8f62de1cf )
2023-04-29 14:22:44 +07:00
Daniel Fuchs
9bf3b952ee
8301169: java/net/httpclient/ThrowingSubscribersAsInputStream.java,ThrowingSubscribersAsInputStreamAsync.java, and other httpclient tests failing on windows: Unable to establish loopback connection
...
Reviewed-by: aefimov, djelinski
(cherry picked from commit 98e8616a0c )
2023-04-29 14:22:43 +07:00
Prasanta Sadhukhan
81af8f0ae8
8306838: GetGraphicsTest needs to be headful
...
Reviewed-by: jiefu, dcubed
(cherry picked from commit 07ea445b43 )
2023-04-29 14:22:42 +07:00
Stuart Marks
71defcc304
8266571: Sequenced Collections
...
Reviewed-by: alanb
(cherry picked from commit 17ce0976e4 )
2023-04-29 14:22:39 +07:00
Christoph Langer
2c785f79ec
8289735: UTIL_LOOKUP_PROGS fails on pathes with space
...
Reviewed-by: erikj, mbaesken
(cherry picked from commit bad6aa68e4 )
2023-04-29 14:22:38 +07:00
Roger Riggs
3045ec37d1
8306770: (fs) Remove obsolete os.version check from sun.nio.fs.BsdFileStore.supportsFileAttributeView
...
Reviewed-by: bpb, iris, lancea, alanb
(cherry picked from commit 5f50e991ca )
2023-04-29 14:22:37 +07:00
Albert Mingkun Yang
8522dcc92d
8306740: G1: Change G1CardSetHashTableScan to lambda
...
Reviewed-by: kbarrett, tschatzl
(cherry picked from commit 9d1fe6565c )
2023-04-29 14:22:34 +07:00
Thomas Schatzl
a88fc6f121
8306733: Remove template parameter of G1DetermineCompactionQueueClosure::free_pinned_region
...
Reviewed-by: ayang, iwalulya
(cherry picked from commit a4a5385831 )
2023-04-29 14:22:33 +07:00
Ivan Walulya
d1d2638baa
8306766: Reduce heap size for TestJNICriticalStressTest
...
Reviewed-by: ayang, tschatzl
(cherry picked from commit a98f58756d )
2023-04-29 14:22:32 +07:00
Prasanta Sadhukhan
d93e701a1b
8306067: Open source AWT Graphics,GridBagLayout related tests
...
Reviewed-by: serb
(cherry picked from commit d53a5eed0f )
2023-04-29 14:22:32 +07:00
Dmitry Cherepanov
7ea52c4be6
8305352: updateIconImages may lead to deadlock after JDK-8276849
...
Reviewed-by: aivanov, serb
(cherry picked from commit f968da97a5 )
2023-04-29 14:22:31 +07:00
Aleksey Shipilev
2758579b5a
8306773: Problemlist jdk/incubator/vector/ShortMaxVectorTests.java on x86_32
...
Reviewed-by: kvn
(cherry picked from commit 2985738f15 )
2023-04-29 14:22:30 +07:00
Prasanta Sadhukhan
01d7ada03b
8306714: Open source few Swing event and AbstractAction tests
...
Reviewed-by: serb, prr
(cherry picked from commit 31a73b0d70 )
2023-04-29 14:22:30 +07:00
Kim Barrett
3a7e713d81
8306695: Divide by zero in G1Policy::logged_cards_processing_time
...
Reviewed-by: iwalulya, tschatzl
(cherry picked from commit 8063aa2e4a )
2023-04-29 14:22:29 +07:00
Christian Stein
f6f8961aaf
8304036: Use CommandLine class from shared module
...
Reviewed-by: jjg, mchung
(cherry picked from commit 2471919020 )
2023-04-29 14:22:25 +07:00
Phil Race
5482041339
8306682: Open source a few more AWT Choice tests
...
Reviewed-by: serb
(cherry picked from commit f39641ccbd )
2023-04-29 14:22:25 +07:00
Phil Race
c46c526faa
8306484: Open source several AWT Choice jtreg tests
...
Reviewed-by: serb
(cherry picked from commit b5362dadc5 )
2023-04-29 14:22:24 +07:00
Coleen Phillimore
11cb6c20f6
8303276: Secondary assertion failure in AdapterHandlerLibrary::contains during crash reporting
...
Reviewed-by: iklam, stuefe
(cherry picked from commit 2ea62c1369 )
2023-04-29 14:22:23 +07:00
Tyler Steele
76c0a0ab3a
8305922: [aix,linux] Avoid comparing 'this' to nullptr
...
Reviewed-by: mdoerr, dholmes
(cherry picked from commit 0dc03c9d54 )
2023-04-29 14:22:22 +07:00
Daniel D. Daugherty
54fb3833e6
8306780: ProblemList java/lang/Thread/virtual/HoldsLock.java#id0 in Xcomp
...
Reviewed-by: darcy
(cherry picked from commit 328e512d12 )
2023-04-29 14:22:22 +07:00
Aleksey Shipilev
7a23ed1c1b
8306775: Problemlist runtime/Monitor/GuaranteedAsyncDeflationIntervalTest.java
...
Reviewed-by: dcubed
(cherry picked from commit 937dd3456c )
2023-04-29 14:22:21 +07:00
Michael McMahon
f90dc575c4
8304818: Prune HttpURLConnection cache when corresponding Authenticator is garbage collected
...
Reviewed-by: dfuchs, djelinski
(cherry picked from commit 314db55f6d )
2023-04-29 14:22:17 +07:00
Aleksey Shipilev
26a549cb6f
8305994: Guarantee eventual async monitor deflation
...
Reviewed-by: simonis, stuefe, dcubed
(cherry picked from commit 6b81342c22 )
2023-04-29 14:22:16 +07:00
Kevin Walls
c3374521cd
8301065: Handle control characters in java_lang_String::print
...
Reviewed-by: iklam, dholmes
(cherry picked from commit 41d6be4d80 )
2023-04-29 14:22:16 +07:00
Daniel D. Daugherty
984ab21e2d
8301377: adjust timeout for JLI GetObjectSizeIntrinsicsTest.java subtest again
...
8302607: increase timeout for ContinuousCallSiteTargetChange.java
8305502: adjust timeouts in three more M&M tests
Reviewed-by: naoto, lmesnik, thartmann
(cherry picked from commit 4b23bef51d )
2023-04-29 14:22:13 +07:00
Naoto Sato
f0c746bc21
8304836: Make MALLOC_MIN4 macro more robust
...
Reviewed-by: bchristi
(cherry picked from commit f32adaf89f )
2023-04-29 14:22:12 +07:00
Christian Stein
5dd8ca744c
8304896: Update to use jtreg 7.2
...
Reviewed-by: erikj, lmesnik, iris
(cherry picked from commit 2763cf14e6 )
2023-04-29 14:22:12 +07:00
Johan Sjölen
efcb8c9b7d
8306444: Don't leak memory in PhaseChaitin::PhaseChaitin
...
Reviewed-by: kvn, roland
(cherry picked from commit b2ccc9731e )
2023-04-29 14:22:11 +07:00
Christoph Langer
5af5b403e8
8306658: GHA: MSVC installation could be optional since it might already be pre-installed
...
Reviewed-by: shade, goetz
(cherry picked from commit d980cb4879 )
2023-04-29 14:22:11 +07:00
Matias Saavedra Silva
170d21d238
8306476: CDS ArchiveHeapTestClass.java test asserts when vm_exit is called on VM thread
...
Reviewed-by: ccheung
(cherry picked from commit 62acc882bf )
2023-04-29 14:22:10 +07:00
Coleen Phillimore
09718f988e
8305252: make_method_handle_intrinsic may call java code under a lock
...
Reviewed-by: dholmes, matsaave, iklam
(cherry picked from commit 7400aff3b8 )
2023-04-29 14:22:08 +07:00
Vladimir Kempik
6ea4a1509a
8305056: Avoid unaligned access in emit_intX methods if it's unsupported
...
Reviewed-by: aph
(cherry picked from commit f239695b56 )
2023-04-29 14:22:07 +07:00
Alexander Zvegintsev
eb50066601
8306566: Open source several clipboard AWT tests
...
Reviewed-by: serb
(cherry picked from commit 136dad7197 )
2023-04-29 14:22:04 +07:00
Albert Mingkun Yang
7d97abe701
8305062: Refactor CardTable::resize_covered_region
...
Reviewed-by: tschatzl, iwalulya
(cherry picked from commit 30fa50d158 )
2023-04-29 14:22:02 +07:00
Ivan Walulya
90b1c7cbd5
8057586: Explicit GC ignored if GCLocker is active
...
Reviewed-by: tschatzl, ayang
(cherry picked from commit 4a9f8efa86 )
2023-04-29 14:22:00 +07:00
Leo Korinth
8c0137a378
8306435: Juggle04/TestDescription.java should be a booleanArr test and not a byteArr one
...
Reviewed-by: tschatzl, lmesnik, shade
(cherry picked from commit ce493dda90 )
2023-04-29 14:21:58 +07:00
Prasanta Sadhukhan
0987207460
8306076: Open source AWT misc tests
...
Reviewed-by: serb
(cherry picked from commit f7d45b85a5 )
2023-04-29 14:21:57 +07:00
Ramkumar Sunderbabu
f328f3e82b
8306636: Disable compiler/c2/Test6905845.java with -XX:TieredStopAtLevel=3
...
Reviewed-by: kvn
(cherry picked from commit 4900517479 )
2023-04-29 14:21:56 +07:00
Afshin Zafari
1e8abbb628
8305590: Remove nothrow exception specifications from operator new
...
Reviewed-by: coleenp, kbarrett
(cherry picked from commit 0f51e63263 )
2023-04-29 14:21:54 +07:00
Alexander Zuev
0a46626324
8306575: Clean up and open source four Dialog related tests
...
Reviewed-by: prr
(cherry picked from commit 8d696aea9e )
2023-04-29 14:21:52 +07:00
Harshitha Onkar
ec060f8935
8306634: Open source AWT Event related tests
...
Reviewed-by: prr, serb
(cherry picked from commit 9ed456fac8 )
2023-04-29 14:21:49 +07:00
Calvin Cheung
9a57c3f9f4
8304696: Duplicate class names in dynamicArchive tests can lead to test failure
...
Reviewed-by: iklam
(cherry picked from commit b2240bf870 )
2023-04-29 14:21:48 +07:00
Mikael Vidstedt
da66521d12
8296153: Bump minimum boot jdk to JDK 20
...
Reviewed-by: erikj, darcy, iris
(cherry picked from commit cb158ffb8a )
2023-04-29 14:21:47 +07:00
Sergey Bylokhov
abf7ec1840
8279216: Investigate implementation of premultiplied alpha in the Little-CMS 2.13
...
Reviewed-by: prr
(cherry picked from commit 117c5b116b )
2023-04-29 14:21:46 +07:00
Ioi Lam
b49748ba13
8298048: Combine CDS archive heap into a single block
...
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org >
Reviewed-by: matsaave, tschatzl
(cherry picked from commit 723037a79d )
2023-04-29 14:21:44 +07:00
Thomas Schatzl
807a4bdfa1
8306440: Rename PSS:_num_optional_regions to _max_num_optional_regions
...
Reviewed-by: ayang, iwalulya
(cherry picked from commit d518dbf726 )
2023-04-29 14:21:43 +07:00
Thomas Schatzl
442ff1a4b1
8306436: Rename PSS*:_n_workers to PSS*:_num_workers
...
Reviewed-by: ayang, iwalulya
(cherry picked from commit 9cd5741c14 )
2023-04-29 14:21:42 +07:00
Johan Sjölen
d2baadc727
8306456: Don't leak _worklist's memory in PhaseLive::compute
...
Reviewed-by: kvn, dlong
(cherry picked from commit 6e77e14fdb )
2023-04-29 14:21:39 +07:00
Leonid Mesnik
6ad7f6426d
8303703: Add support of execution tests using virtual thread factory jtreg plugin
...
Reviewed-by: erikj, jpai
(cherry picked from commit be6031b87d )
2023-04-29 14:21:39 +07:00
Christoph Langer
33f18e80aa
8306543: GHA: MSVC installation is failing
...
Reviewed-by: shade, mdoerr
(cherry picked from commit 5a00617b1b )
2023-04-29 14:21:37 +07:00
Oli Gillespie
5aaea7d8af
8306075: Micro-optimize Enum.hashCode
...
Co-authored-by: Aleksey Shipilev <shade@openjdk.org >
Reviewed-by: redestad, shade, rriggs, liach, apangin, jvernee
(cherry picked from commit 3da987adac )
2023-04-29 14:21:37 +07:00
Doug Simon
43c8da250a
8306581: JVMCI tests failed when run with -XX:TypeProfileLevel=222 after JDK-8303431
...
Reviewed-by: never, kvn
(cherry picked from commit fdaabd6eec )
2023-04-29 14:21:36 +07:00
Jayathirth D V
5a0279bcd6
8306430: Open source some AWT tests related to TextComponent and Toolkit
...
Reviewed-by: serb
(cherry picked from commit 36ec05d52a )
2023-04-29 14:21:35 +07:00
Prasanta Sadhukhan
c4293be7f0
8305942: Open source several AWT Focus related tests
...
Reviewed-by: prr
(cherry picked from commit 8346ae2bc1 )
2023-04-29 14:21:33 +07:00
Prasanta Sadhukhan
ae80b24805
8306060: Open source few AWT Insets related tests
...
Reviewed-by: serb, prr
(cherry picked from commit 9a68d1d952 )
2023-04-29 14:21:32 +07:00
sunguoyun
23edcceeee
8305236: Some LoadLoad barriers in the interpreter are unnecessary after JDK-8220051
...
Reviewed-by: dholmes, fyang, aph
(cherry picked from commit 2c70828e7d )
2023-04-29 14:21:32 +07:00
Vitaly Provodin
8dfe3d7031
update exclude list on results of 93.3 test runs
2023-04-29 14:20:29 +07:00
Alexey Ushakov
2dc675a13e
JBR-5559 SwingMark performance drop after removing additional command queue
...
Added command queue and provided synchronization between the command queues
2023-04-24 21:23:46 +02:00
Justin Lu
1b1fc1b62d
8305207: Calendar.aggregateStamp(int, int) return value can be simplified
...
Reviewed-by: naoto, rriggs, iris
(cherry picked from commit ffb2494de4 )
2023-04-21 15:54:15 +07:00
Justin Lu
0ca4ef68a5
4737887: (cal) API: Calendar methods taking field should document exceptions
...
Reviewed-by: naoto
(cherry picked from commit 174c1a6d53 )
2023-04-21 15:54:13 +07:00
Coleen Phillimore
92f530cc81
8306474: Move InstanceKlass read-only flags
...
Reviewed-by: jrose, dholmes
(cherry picked from commit f63362310e )
2023-04-21 15:54:12 +07:00
Coleen Phillimore
89a9b6c5af
8306482: Remove unused Method AccessFlags
...
Reviewed-by: dholmes, matsaave
(cherry picked from commit afd2501fcc )
2023-04-21 15:54:10 +07:00
Harshitha Onkar
db06d8446a
8305874: Open source AWT Key, Text Event related tests
...
Reviewed-by: azvegint
(cherry picked from commit d6cf4aa155 )
2023-04-21 15:54:09 +07:00
Xin Liu
aecc055e21
8297302: gtest/AsyncLogGtest.java fails AsyncLogTest.stdoutOutput_vm
...
Reviewed-by: dholmes, shade
(cherry picked from commit 9412c0a2ca )
2023-04-21 15:54:08 +07:00
Peter Hofer
b95c307019
8305746: InitializeEncoding should cache Charset object instead of charset name
...
Reviewed-by: naoto
(cherry picked from commit 20b1d19d26 )
2023-04-21 15:54:08 +07:00
Brian Burkhalter
f1adbbaf15
8306483: (ch) Channels.newReader(ReadableByteChannel,Charset) refers to csName
...
Reviewed-by: alanb
(cherry picked from commit 955abcae55 )
2023-04-21 15:52:55 +07:00
Lance Andersen
35b0a5c57c
8305945: (zipfs) Opening a directory to get input stream produces incorrect exception message
...
Reviewed-by: naoto, cstein
(cherry picked from commit c6a288dcd6 )
2023-04-21 15:52:54 +07:00
Albert Mingkun Yang
c66a66103c
8306284: G1: Remove assertion in G1ScanHRForRegionClosure::do_claimed_block
...
Reviewed-by: kbarrett, tschatzl
(cherry picked from commit 73018b39cd )
2023-04-21 15:52:53 +07:00
Zixian Cai
f90ea696b8
8306538: Zero variant build failure after JDK-8257967
...
Reviewed-by: shade, dholmes
(cherry picked from commit 33a7978e85 )
2023-04-21 15:52:52 +07:00
Amit Kumar
9088ddc325
8306459: s390x: Replace NULL to nullptr
...
Reviewed-by: mdoerr
(cherry picked from commit 9c2e5b3871 )
2023-04-21 15:52:51 +07:00
Stefan Karlsson
059d223144
8305880: Loom: Avoid putting stale object pointers in oops
...
Reviewed-by: eosterlund, aboldtch
(cherry picked from commit 6a7dff30ed )
2023-04-21 15:52:49 +07:00
Matthias Baesken
4dd49b5017
8304291: [AIX] Broken build after JDK-8301998
...
Reviewed-by: mdoerr, tsteele, prr
(cherry picked from commit 310aa93478 )
2023-04-21 15:52:42 +07:00
Prasanta Sadhukhan
47e90b514b
8305943: Open source few AWT Focus related tests
...
Reviewed-by: prr, serb
(cherry picked from commit 64ed816ad9 )
2023-04-21 15:52:39 +07:00
Jaikiran Pai
02a5753746
8041676: remove the java.compiler system property
...
Reviewed-by: dholmes, alanb, rriggs, iris
(cherry picked from commit b8f0a668dd )
2023-04-21 15:52:37 +07:00
Phil Race
8e5bd2d995
8306372: Open source AWT CardLayout and Checkbox tests
...
Reviewed-by: serb, honkar
(cherry picked from commit 781d6d793a )
2023-04-21 15:52:36 +07:00
Alexander Zvegintsev
0db73d4b72
8306280: Open source several choice AWT tests
...
Reviewed-by: jdv, prr, serb
(cherry picked from commit d03128d0e5 )
2023-04-21 15:52:34 +07:00
Aleksey Shipilev
7c25901a8f
8306452: Fix Amazon copyright in JDK-8305425 test
...
Reviewed-by: simonis
(cherry picked from commit e764e9b740 )
2023-04-21 15:52:32 +07:00
William Kemper
4407bd050b
8306321: Add an accessor for the top of a PLAB
...
Reviewed-by: shade, ysr
(cherry picked from commit ed34e7f5ae )
2023-04-21 15:52:31 +07:00
Phil Race
e6b6795832
8306134: Open source some AWT tests relating to Button and a few other classes
...
Reviewed-by: azvegint
(cherry picked from commit fdb4bafa31 )
2023-04-21 15:52:30 +07:00
Alexander Zuev
1537f60136
8306135: Clean up and open source some AWT tests
...
Reviewed-by: azvegint
(cherry picked from commit 4ad3ac6317 )
2023-04-21 15:52:28 +07:00
Naoto Sato
db76ae6b4e
8306323: Update license files in CLDR v43
...
Reviewed-by: lancea, srl, iris
(cherry picked from commit 85de01e676 )
2023-04-21 15:52:23 +07:00
Doug Simon
611e0d408a
8303431: [JVMCI] libgraal annotation API
...
Reviewed-by: kvn, never, darcy
(cherry picked from commit 48fd4f2bd3 )
2023-04-21 15:52:20 +07:00
Oliver Kopp
d40a19c48a
8306038: SystemModulesPlugin generates code that doesn't pop when return value not used
...
Reviewed-by: alanb, mchung
(cherry picked from commit c57af319f6 )
2023-04-21 15:52:18 +07:00
Fredrik Bredberg
ecfa9a1a31
8306006: strace001.java fails due to unknown methods on stack
...
Reviewed-by: rehn, alanb, dholmes
(cherry picked from commit a31a11f44a )
2023-04-21 15:52:17 +07:00
Coleen Phillimore
bb0cc82e04
8306123: Move InstanceKlass writeable flags
...
Reviewed-by: iklam, fparain
(cherry picked from commit ddb86469e0 )
2023-04-21 15:52:14 +07:00
Coleen Phillimore
c3e23e65d5
8306310: Move is_shared Klass flag
...
Reviewed-by: iklam, fparain
(cherry picked from commit 1a41e12c22 )
2023-04-21 15:52:12 +07:00
Markus Grönlund
2ce74d7866
8306278: jvmtiAgentList.cpp:253 assert(offset >= 0) failed: invariant occurs on AIX after JDK-8257967
...
Reviewed-by: sspitsyn, dholmes, mbaesken
(cherry picked from commit c738c8ea3e )
2023-04-21 15:52:10 +07:00
William Kemper
a97a73899d
8305716: Enhancements for printing age tables
...
Reviewed-by: kdnilsen, ysr, tschatzl
(cherry picked from commit 9fb53adfe0 )
2023-04-21 15:52:09 +07:00
Matthias Baesken
b5878e02f8
8305993: Add handleSocketErrorWithMessage to extend nio Net.c exception message
...
Reviewed-by: alanb
(cherry picked from commit ebba42ac52 )
2023-04-21 15:52:07 +07:00
Richard Reingruber
9cc5ecd88c
8306111: PPC64: RT call after thaw with exception requires larger ABI section
...
Reviewed-by: mdoerr
(cherry picked from commit 42b7260e8b )
2023-04-21 15:52:06 +07:00
Ioi Lam
5f0f0df184
8305757: Call Method::compute_has_loops_flag() when creating CDS archive
...
Reviewed-by: coleenp, ccheung
(cherry picked from commit c7faf60201 )
2023-04-21 15:52:06 +07:00
Aleksei Efimov
ee0d9478d8
8299129: Enhance NameService lookups
...
Reviewed-by: ahgross, michaelm, rhalade, dfuchs
(cherry picked from commit eb8d8cdddd )
2023-04-21 15:52:04 +07:00
Kevin Walls
b4d202c16b
8296692: Improve String platform support
...
Reviewed-by: rhalade, amenkov, michaelm
(cherry picked from commit 77df3152c8 )
2023-04-21 15:52:03 +07:00
Sean Mullan
2cff57af94
8298310: Enhance TLS session negotiation
...
Reviewed-by: rhalade, mschoene, weijun, ascarpino
(cherry picked from commit f098b490f1 )
2023-04-21 15:52:03 +07:00
Prasanta Sadhukhan
bd652d4731
8296832: Improve Swing platform support
...
Reviewed-by: skoivu, kizune, rhalade, prr
(cherry picked from commit 9e56d100df )
2023-04-21 15:52:02 +07:00
Joe Wang
9e232ab1c9
8288436: Improve Xalan supports
...
Reviewed-by: smarks, ahgross, rhalade, lancea, naoto
(cherry picked from commit 2e5700a92c )
2023-04-21 15:51:15 +07:00
Kevin Walls
6fd980af6d
8296684: Improve String platform support
...
Reviewed-by: amenkov, michaelm, rhalade
(cherry picked from commit b1c34c03d7 )
2023-04-21 15:51:12 +07:00
Jamil Nimeh
7fe114705b
8294474: Better AES support
...
Reviewed-by: ahgross, ascarpino
(cherry picked from commit 14aad787a8 )
2023-04-21 15:51:11 +07:00
Brian Burkhalter
ab75b8ffba
8298667: Improved path handling
...
Reviewed-by: rhalade, alanb
(cherry picked from commit a0f7ae1a95 )
2023-04-21 15:51:07 +07:00
Michael McMahon
e5769b7548
8296676: Improve String platform support
...
Reviewed-by: aefimov, dfuchs
(cherry picked from commit ec119716e5 )
2023-04-21 15:51:06 +07:00
Naoto Sato
673d28bbbb
8297371: Improve UTF8 representation redux
...
Reviewed-by: rhalade, bchristi
(cherry picked from commit 5ec0120152 )
2023-04-21 15:51:05 +07:00
Ian Graves
cb4ee7b55b
8295304: Runtime support improvements
...
Reviewed-by: rhalade, rriggs, bchristi
(cherry picked from commit 3656939a6a )
2023-04-21 15:51:04 +07:00
Daniel Jeliński
95037ac55d
8287404: Improve ping times
...
Reviewed-by: alanb, dfuchs, rhalade
(cherry picked from commit c06135b5a6 )
2023-04-21 15:51:03 +07:00
Calvin Cheung
af01f7a440
8306059: improve the reliability of TestSerialGCWithCDS.java and ArchiveRelocationTest.java tests
...
Reviewed-by: iklam
(cherry picked from commit 1b5d35ad2c )
2023-04-21 15:51:03 +07:00
Markus Grönlund
f0152ba580
8306282: Build failure linux-arm32-open-cmp-baseline after JDK-8257967
...
Reviewed-by: egahlin, iklam
(cherry picked from commit 0f3828dddd )
2023-04-21 15:51:02 +07:00
Aleksey Shipilev
98162a00ca
8306289: 32-bit build failures after JDK-8303422
...
Reviewed-by: jiefu, zgu
(cherry picked from commit 803680f17a )
2023-04-21 15:51:01 +07:00
Daniel Jeliński
1931158d63
8306279: Build failure after JDK-8299592
...
Reviewed-by: thartmann
(cherry picked from commit e97fe081ad )
2023-04-21 15:51:01 +07:00
Matthias Baesken
e77e7203b5
8304054: Linux: NullPointerException from FontConfiguration.getVersion in case no fonts are installed
...
Reviewed-by: lucy, aivanov
(cherry picked from commit 3c7ab80501 )
2023-04-21 15:51:00 +07:00
Daniel Jeliński
1c1d9cffea
8299592: Fix and reenable warnings in java.desktop native code compilation
...
Reviewed-by: ihse, aivanov
(cherry picked from commit 3bba899574 )
2023-04-21 15:50:58 +07:00
Johan Sjölen
351f8ce855
8306077: Replace NEW_ARENA_ARRAY with NEW_RESOURCE_ARRAY when applicable in opto
...
Reviewed-by: thartmann
(cherry picked from commit 896207de14 )
2023-04-21 15:50:57 +07:00
Johan Sjölen
f654af382d
8301497: Replace NULL with nullptr in cpu/s390
...
Reviewed-by: amitkumar, coleenp
(cherry picked from commit 54f7b6ca34 )
2023-04-21 15:50:56 +07:00
Roland Westrelin
1f23b8b84a
8305781: compiler/c2/irTests/TestVectorizationMultiInvar.java failed with "IRViolationException: There were one or multiple IR rule failures."
...
Reviewed-by: thartmann, kvn
(cherry picked from commit 8ecb5dfa34 )
2023-04-21 15:50:55 +07:00
Guoxiong Li
dd51b5f5b8
8305690: [X86] Do not emit two REX prefixes in Assembler::prefix
...
Reviewed-by: kvn, thartmann
(cherry picked from commit 49726ee3a9 )
2023-04-21 15:50:53 +07:00
Richard Reingruber
a8858ccf5d
8305668: PPC: Non-Top Interpreted frames should be independent of ABI_ELFv2
...
Reviewed-by: mdoerr
(cherry picked from commit 445ebef437 )
2023-04-21 15:50:52 +07:00
Matias Saavedra Silva
ace497ad53
8303422: Use common functions to exit the VM for -Xshare:dump and CDS errors
...
Reviewed-by: iklam, coleenp, fparain
(cherry picked from commit e3ece365ce )
2023-04-21 15:50:46 +07:00
Brent Christian
70696029f1
8305762: FileInputStream and FileOutputStream implSpec should be corrected or removed
...
Reviewed-by: kbarrett, alanb, bpb
(cherry picked from commit bb1a7bb3e1 )
2023-04-21 15:50:45 +07:00
Brian Burkhalter
c4fc9325c1
8305811: (bf) Improve performance of CharBuffer::append(CharSequence[,int,int])
...
Reviewed-by: alanb
(cherry picked from commit 8858d54342 )
2023-04-21 15:50:42 +07:00
Jonathan Gibbons
7b1174d082
8305673: Convert DocCommentParser to use enhanced switch
...
Reviewed-by: hannesw
(cherry picked from commit 525a91e3fa )
2023-04-21 15:50:41 +07:00
Phil Race
16f8d6ee00
8278583: Open source SwingMark - Swing performance benchmark
...
Reviewed-by: serb, aghaisas, avu
(cherry picked from commit 6831f9db8b )
2023-04-21 15:50:39 +07:00
Tom Rodriguez
cec2e055a7
8305755: [JVMCI] missing barriers in CompilerToVM.readFieldValue for Reference.referent
...
Reviewed-by: eosterlund, dnsimon
(cherry picked from commit 497f9e760d )
2023-04-21 15:50:37 +07:00
Naoto Sato
9ba715db97
8296248: Update CLDR to Version 43.0
...
Reviewed-by: joehw
(cherry picked from commit 4ed933cf77 )
2023-04-21 15:50:34 +07:00
Patricio Chilano Mateo
b3bef0ce6e
8305625: Stress test crashes with SEGV in Deoptimization::deoptimize_frame_internal(JavaThread*, long*, Deoptimization::DeoptReason)
...
Reviewed-by: rrich, rehn
(cherry picked from commit 7360960454 )
2023-04-21 15:50:32 +07:00
Albert Mingkun Yang
bd833fd288
8305060: G1: Refactor G1ScanHRForRegionClosure::scan_heap_roots
...
Reviewed-by: tschatzl, iwalulya
(cherry picked from commit cc60f2ff3f )
2023-04-21 15:50:31 +07:00
Albert Mingkun Yang
3f4727acd3
8305192: serial GC fails "assert(Universe::on_page_boundary(bottom) && Universe::on_page_boundary(end)) failed: invalid space boundaries"
...
Reviewed-by: iwalulya, tschatzl
(cherry picked from commit fb58d77e92 )
2023-04-21 15:50:30 +07:00
Kirill A. Korinsky
a9c712a776
8305995: Footprint regression from JDK-8224957
...
Reviewed-by: kvn, thartmann
(cherry picked from commit 7551529854 )
2023-04-21 15:50:30 +07:00
Erik Österlund
f3c3939d6d
8305351: C2 setScopedValueCache intrinsic doesn't use access API
...
Reviewed-by: kvn, rcastanedalo, aph, mdoerr
(cherry picked from commit 02347d0cec )
2023-04-21 15:50:29 +07:00
Erik Österlund
1c3bcb0f5b
8305543: Ensure GC barriers for arraycopy on AArch64 use caller saved neon temp registers
...
Reviewed-by: rcastanedalo, aph
(cherry picked from commit 2240c7ec2f )
2023-04-21 15:50:29 +07:00
Albert Mingkun Yang
32006580cb
8305233: G1: Refactor G1ClearCardTableTask
...
Reviewed-by: tschatzl, iwalulya
(cherry picked from commit 1958f0e8bd )
2023-04-21 15:50:28 +07:00
Albert Mingkun Yang
ba36732bc9
8305892: G1: Fix G1MMUTracker::when_sec documentation
...
Reviewed-by: iwalulya, tschatzl
(cherry picked from commit dbd2b5f89f )
2023-04-21 15:50:27 +07:00
Emanuel Peter
f3da8a95ed
8305740: C2: add print statements to assert: Can't determine return type.
...
Reviewed-by: kvn, thartmann
(cherry picked from commit c0b4957fcc )
2023-04-21 15:50:27 +07:00
Markus Grönlund
37abc47d7b
8257967: JFR: Events for loaded agents
...
Reviewed-by: dholmes, sspitsyn
(cherry picked from commit 5c95bb1c51 )
2023-04-21 15:50:09 +07:00
Varada M
e59b78d73d
8305089: Implement missing socket options on AIX
...
Reviewed-by: erikj, jpai, vtewari, djelinski, dfuchs
(cherry picked from commit 2a062f1654 )
2023-04-21 13:38:02 +07:00
Eirik Bjorsnos
72a23b05ca
8306036: Use @apiNote in String.toLowerCase, String.toUpperCase
...
Reviewed-by: alanb, jpai
(cherry picked from commit 7f56de8f78 )
2023-04-21 13:38:02 +07:00
Valerie Peng
420b739ccb
8305336: java.security.debug=sunpkcs11 breaks PKCS#11 configuration with slotListIndex
...
Reviewed-by: mpowers, weijun
(cherry picked from commit e575924131 )
2023-04-21 13:38:01 +07:00
Kim Barrett
216e83e455
8306029: ProblemList runtime/ErrorHandling/TestDwarf.java on linux
...
Reviewed-by: stuefe
(cherry picked from commit caa841d9a5 )
2023-04-21 13:38:01 +07:00
Jiangli Zhou
da22aefbca
8305935: Resolve multiple definition of 'jmm_<interface|version>' when statically linking with JDK native libraries
...
Reviewed-by: dholmes
(cherry picked from commit 314bad3613 )
2023-04-21 13:38:01 +07:00
William Kemper
1733e8a03b
8305403: Shenandoah evacuation workers may deadlock
...
Reviewed-by: rkennke, ysr
(cherry picked from commit 793da60ee8 )
2023-04-21 13:38:01 +07:00
Afshin Zafari
7be54e286e
8305085: Suppress removal warning for finalize() from test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineFinalizer.java
...
Reviewed-by: cjplummer, dholmes
(cherry picked from commit 2cc4bf1a9d )
2023-04-21 13:38:01 +07:00
Julian Waters
b4bd7dc71b
8304930: Enable Link Time Optimization as an option for Visual C++
...
Reviewed-by: erikj
(cherry picked from commit 5a7886575e )
2023-04-21 13:38:01 +07:00
Roger Riggs
7d960103af
8304912: Use OperatingSystem enum in java.desktop module
...
Reviewed-by: bpb, prr, aturbanov
(cherry picked from commit 30a140b5a2 )
2023-04-21 13:38:00 +07:00
Coleen Phillimore
829a354e57
8305405: Compile_lock not needed in Universe::genesis()
...
Reviewed-by: dholmes, fparain
(cherry picked from commit 1fd400608e )
2023-04-21 13:38:00 +07:00
Coleen Phillimore
d5c8957b6a
8305404: Compile_lock not needed for InstanceKlass::implementor()
...
Reviewed-by: eosterlund, fparain
(cherry picked from commit ebeee6dce8 )
2023-04-21 13:38:00 +07:00
Johan Sjölen
0258116b86
8301496: Replace NULL with nullptr in cpu/riscv
...
Reviewed-by: dholmes, fyang
(cherry picked from commit d2ce04bb10 )
2023-04-21 13:38:00 +07:00
Viktor Klang
5d9a27d37d
8170945: Collectors$Partition should override more Map methods
...
Reviewed-by: smarks
(cherry picked from commit 54bf370079 )
2023-04-21 13:38:00 +07:00
Johan Sjölen
c362744f90
8301495: Replace NULL with nullptr in cpu/ppc
...
Reviewed-by: rrich, mdoerr, tsteele
(cherry picked from commit 0826ceee65 )
2023-04-21 13:38:00 +07:00
Leo Korinth
a3e83e4ff0
8305618: Move gcold out of tier1
...
Reviewed-by: lmesnik, shade
(cherry picked from commit c0c31224db )
2023-04-21 13:37:59 +07:00
sunguoyun
936e51a044
8305944: assert(is_aligned(ref, HeapWordSize)) failed: invariant
...
Reviewed-by: stefank, tschatzl
(cherry picked from commit 3651b92229 )
2023-04-21 13:37:59 +07:00
Richard Reingruber
78eaa28982
8305934: PPC64: Disable VMContinuations on Big Endian
...
Reviewed-by: mdoerr, tsteele
(cherry picked from commit 12358e6c94 )
2023-04-21 13:37:59 +07:00
Sergey Tsypanov
9f0410d62a
8305902: (cs) Resolve default Charset only once in StreamEncoder and StreamDecoder
...
Reviewed-by: alanb, bpb
(cherry picked from commit 287bb06def )
2023-04-21 13:37:59 +07:00
David Holmes
bed0893359
8305936: JavaThread::create_system_thread_object has unused is_visible argument
...
Reviewed-by: alanb, kbarrett
(cherry picked from commit 8a1639d49b )
2023-04-21 13:37:59 +07:00
Matthew Donovan
a00586c4a6
8255548: Missing coverage for javax.xml.crypto.dom.DOMCryptoContext
...
Reviewed-by: rhalade, mullan
(cherry picked from commit 76cda9f44a )
2023-04-21 13:37:58 +07:00
Kevin Driver
3522db32f2
8305794: Unused interface sun.security.util.PermissionFactory can be removed
...
Co-authored-by: Andrey Turbanov <aturbanov@openjdk.org >
Reviewed-by: mullan, aturbanov
(cherry picked from commit b60604e8eb )
2023-04-21 13:37:58 +07:00
Leonid Mesnik
1cc1e609bc
8305875: Test TraceVirtualThreadLocals should be run with continuations only
...
Reviewed-by: alanb
(cherry picked from commit 92521b100f )
2023-04-21 13:37:58 +07:00
Leonid Mesnik
5a03246d00
8305937: com/sun/jdi/SetLocalWhileThreadInNative.java fails with -XX:+TieredCompilation
...
Reviewed-by: dcubed
(cherry picked from commit 00eb348a52 )
2023-04-21 13:37:58 +07:00
Daniel D. Daugherty
4f51d6df9f
8305966: ProblemList com/sun/jdi/JdbLastErrorTest.java on windows-x64
...
Reviewed-by: alanb
(cherry picked from commit 1385c3d2f1 )
2023-04-21 13:37:57 +07:00
Daniel Fuchs
bfe5724d39
8305847: Improve diagnosability and resilience of HttpClient::close tests
...
Reviewed-by: jpai, djelinski
(cherry picked from commit 90b4006bce )
2023-04-21 13:37:57 +07:00
Harshitha Onkar
f4c9b7e3c1
8305712: [MacOS] Deprecated Cocoa-NSEvent names
...
Reviewed-by: dmarkov, prr
(cherry picked from commit d7dc474a5a )
2023-04-21 13:37:57 +07:00
Archie L. Cobbs
8429c79e46
8296420: javac has long lines in its command-line help
...
Reviewed-by: jjg
(cherry picked from commit e0620b8e05 )
2023-04-21 13:37:57 +07:00
Jonathan Dowland
4a3334fc5c
8304350: Font.getStringBounds calculates wrong width for TextAttribute.TRACKING other than 0.0
...
Reviewed-by: stuefe
(cherry picked from commit 6b9b7d1d92 )
2023-04-21 13:37:57 +07:00
Jim Laskey
016bd4a82b
8305688: jdk build --with-memory-size=1024 broken by JDK-8305100
...
Reviewed-by: martin
(cherry picked from commit 2060c8ea14 )
2023-04-21 13:37:56 +07:00
Jaikiran Pai
8b35d1b299
8305900: Use loopback IP addresses in security policy files of httpclient tests
...
Reviewed-by: dfuchs
(cherry picked from commit 646b666a26 )
2023-04-21 13:37:56 +07:00
Thomas Stuefe
135d612cfe
8305414: gtest/NMTGtests.java is failing various sub-tests
...
Reviewed-by: rkennke, adinn
(cherry picked from commit fb9a29d732 )
2023-04-21 13:37:56 +07:00
Quan Anh Mai
74268ae241
8304450: [vectorapi] Refactor VectorShuffle implementation
...
Reviewed-by: psandoz, xgong, jbhateja, vlivanov
(cherry picked from commit e846a1d700 )
2023-04-21 13:37:56 +07:00
Jaikiran Pai
80613aa68d
8305529: DefaultProxySelector.select(URI) in certain cases returns a List with null element
...
Reviewed-by: dfuchs, djelinski, michaelm
(cherry picked from commit 3f36dd811e )
2023-04-21 13:37:55 +07:00
Eirik Bjorsnos
fcb6b65f7b
8303923: ZipOutStream::putEntry should include an apiNote to indicate that the STORED compression method should be used when writing directory entries
...
Reviewed-by: lancea, alanb
(cherry picked from commit 425ef0685c )
2023-04-21 13:37:55 +07:00
Jiangli Zhou
e869c0babe
8305858: Resolve multiple definition of 'handleSocketError' when statically linking with JDK native libraries
...
Reviewed-by: alanb
(cherry picked from commit 2bbbff209d )
2023-04-21 13:37:55 +07:00
Leonid Mesnik
788b75c950
8304834: Fix wrapper insertion in TestScaffold.parseArgs(String args[])
...
Reviewed-by: cjplummer, dholmes
(cherry picked from commit bc15163386 )
2023-04-21 13:37:55 +07:00
quadhier
1a2ec3f853
8305324: C2: Wrong execution of vectorizing Interger.reverseBytes
...
Reviewed-by: kvn, pli
(cherry picked from commit 19380d74e4 )
2023-04-21 13:37:54 +07:00
Bill Huang
15bb85e97f
8295859: Update Manual Test Groups
...
Reviewed-by: msheppar
(cherry picked from commit 87017b5199 )
2023-04-21 13:37:54 +07:00
Quan Anh Mai
9dd246e989
8305783: x86_64: Optimize AbsI and AbsL
...
Reviewed-by: jkarthikeyan, thartmann
(cherry picked from commit 99a9dbc8f1 )
2023-04-21 13:37:54 +07:00
Johannes Bechberger
1b96ad7949
8304725: AsyncGetCallTrace can cause SIGBUS on M1
...
Reviewed-by: dholmes, stuefe, mbaesken
(cherry picked from commit d8af7a6014 )
2023-04-21 13:37:54 +07:00
Pengfei Li
bc2c2465a8
8305524: AArch64: Fix arraycopy issue on SVE caused by matching rule vmask_gen_sub
...
Reviewed-by: aph, xgong
(cherry picked from commit b9bdbe9ab3 )
2023-04-21 13:37:54 +07:00
Xin Liu
568b827b3a
8305203: Simplify trimming operation in Region::Ideal
...
Reviewed-by: thartmann, kvn
(cherry picked from commit 82e8b0332b )
2023-04-21 13:37:53 +07:00
Maxim Kartashev
893f7b5d46
Wayland: fix AWT initialization on macOS
2023-04-21 10:35:02 +04:00
Nikita Provotorov
0bc4cab153
JBR-5536: Crash on macOS bad JNI lookup in Java_sun_swing_AccessibleAnnouncer_nativeAnnounce
...
Stop using the JNIEnv instance bound to EDT in the AppKit thread.
(cherry picked from commit 0f49341f4d )
2023-04-20 21:55:54 +03:00
Maxim Kartashev
cf8cfad297
JBR-5480 Fixed Windows debug build
2023-04-19 08:28:56 +04:00
Maxim Kartashev
fe683e690c
Wayland: fixed build errors on macOS
2023-04-18 23:39:18 +04:00
Maxim Kartashev
ea36848090
JBR-5480 Fixed build failue with LLVM compilers
2023-04-18 20:05:33 +04:00
Maxim Kartashev
ed9811850b
JBR-5480 Include more information in OOME crash reports
2023-04-18 14:13:43 +04:00
Maxim Kartashev
b2e9bc1700
Wayland: fixed build errors with older versions of Wayland
2023-04-18 12:52:57 +04:00
Sergey Shelomentsev
6494427822
JBR-5313 fix broken custom decoration tests on Windows
2023-04-18 10:33:37 +03:00
Vitaly Provodin
7fb03188a8
update exclude list on results of 61.1 test runs
2023-04-14 21:22:49 +07:00
Vitaly Provodin
068c17a152
JBR-5510 eclude tests failing on ArchLinux (5.18.2-arch1-1)
2023-04-14 21:11:52 +07:00
Dmitrii Morskii
b5b59d1c14
JBR-5246 add OpenType's features support
2023-04-14 12:46:07 +02:00
Alexey Ushakov
d825a61e2d
Initial version of WLToolkit and Vulkan support
...
Co-authored-by: Dmitry Batrak <Dmitry.Batrak@jetbrains.com >
Co-authored-by: Nikita Gubarkov <nikita.gubarkov@jetbrains.com >
Co-authored-by: Maxim Kartashev <maxim.kartashev@jetbrains.com >
2023-04-13 17:29:04 +04:00
Bill Huang
e29e7af525
8300912: Update java/nio/MappedByteBuffer/PmemTest.java to run on x86_64 only
...
Reviewed-by: msheppar
(cherry picked from commit 27cf63853c )
2023-04-13 10:58:55 +07:00
Justin King
18746e71b2
8305484: Compiler::init_c1_runtime unnecessarily uses an Arena that lives for the lifetime of the process
...
Reviewed-by: thartmann, kvn
(cherry picked from commit 42fa000a7d )
2023-04-13 10:58:55 +07:00
Brian Burkhalter
04ffdce191
8305809: (fs) Review obsolete Linux kernel dependency on os.version (Unix kernel 2.6.39)
...
Reviewed-by: rriggs, alanb
(cherry picked from commit 475e9a7cad )
2023-04-13 10:58:54 +07:00
Alexey Semenyuk
44b95cd2ef
8294806: jpackaged-app ignores splash screen from jar file
...
Reviewed-by: almatvee
(cherry picked from commit 1de772cd89 )
2023-04-13 10:58:54 +07:00
Thomas Schatzl
2e7f7a7e1f
8305368: G1 remset chunk claiming may use relaxed memory ordering
...
Reviewed-by: ayang, iwalulya
(cherry picked from commit d9db90636f )
2023-04-13 10:58:53 +07:00
Thomas Schatzl
a062e70931
8305370: Inconsistent use of for_young_only_phase parameter in G1 predictions
...
Reviewed-by: iwalulya, kbarrett
(cherry picked from commit c789d24039 )
2023-04-13 10:58:53 +07:00
Aleksei Voitylov
919386cd70
8305663: Wrong iteration order of pause array in g1MMUTracker
...
Reviewed-by: ayang, tschatzl
(cherry picked from commit c6d7cf6b48 )
2023-04-13 10:58:53 +07:00
Jiangli Zhou
0e776045d2
8305761: Resolve multiple definition of 'jvm' when statically linking with JDK native libraries
...
Reviewed-by: alanb, kevinw
(cherry picked from commit ce4b995556 )
2023-04-13 10:58:52 +07:00
Tom Rodriguez
8a9a80ae54
8305419: JDK-8301995 broke building libgraal
...
Reviewed-by: matsaave, dnsimon, thartmann
(cherry picked from commit 12946f5748 )
2023-04-13 10:58:52 +07:00
Mark Powers
9c1ee8f69a
8302696: Revert API signature changes made in JDK-8285504 and JDK-8285263
...
Reviewed-by: mullan
(cherry picked from commit 9486969bd3 )
2023-04-13 10:58:51 +07:00
Matias Saavedra Silva
8c0a9351ab
8304738: UnregisteredClassesTable_lock never created
...
Reviewed-by: iklam, jcking, dholmes
(cherry picked from commit 628a3f173a )
2023-04-13 10:58:51 +07:00
Leonid Mesnik
a2a2f85454
8277573: VmObjectAlloc is not generated by intrinsics methods which allocate objects
...
Reviewed-by: kvn, sspitsyn
(cherry picked from commit 7a5597c34f )
2023-04-13 10:58:50 +07:00
Chen Liang
efca97af15
8284871: Use covariant overrides for the resolveConstantDesc(Lookup) method in sub‑interfaces of java.lang.constant.ConstantDesc
...
Reviewed-by: mchung
(cherry picked from commit e5ce7d9e43 )
2023-04-13 10:58:50 +07:00
Julian Waters
63ba1acbdd
8304717: Declaration aliasing between boolean and jboolean is wrong
...
Reviewed-by: dholmes
(cherry picked from commit cd7d53c88c )
2023-04-13 10:58:49 +07:00
Alan Bateman
fe53c523d2
8304919: Implementation of Virtual Threads
...
Reviewed-by: lmesnik, cjplummer, psandoz, mchung, sspitsyn, jpai
(cherry picked from commit 2586f36120 )
2023-04-13 10:58:48 +07:00
Matthew Donovan
dc3946f226
8182621: JSSE should reject empty TLS plaintexts
...
Reviewed-by: xuelei
(cherry picked from commit 39398075b7 )
2023-04-13 10:58:47 +07:00
Feilong Jiang
671fee67fc
8305728: RISC-V: Use bexti instruction to do single-bit testing
...
Reviewed-by: fyang, yzhu
(cherry picked from commit 137513025d )
2023-04-13 10:58:47 +07:00
Eirik Bjorsnos
3c9eb7398d
8304501: Remove orphaned demo netbeans projects
...
Reviewed-by: serb
(cherry picked from commit 4485737e9b )
2023-04-13 10:58:46 +07:00
Chen Liang
a22f3a210f
8305807: Spurious right brace in ConstantDescs field Javadocs
...
Reviewed-by: mchung, iris
(cherry picked from commit 0ff2ff6789 )
2023-04-13 10:58:46 +07:00
Justin Lu
8c22b06294
6241286: (cal) API: Calendar.DAY_OF_WEEK definition is wrong
...
Reviewed-by: naoto
(cherry picked from commit 2aeb0e5267 )
2023-04-13 10:58:45 +07:00
Justin Lu
218c8984db
6218123: (cal) API: Spec for GregorianCalendar constructors and Calendar getInstance is inconsistent.
...
Reviewed-by: naoto
(cherry picked from commit 42965d390c )
2023-04-13 10:58:45 +07:00
Mandy Chung
9b0f94573a
8305808: Typo in javadoc of ConstantDescs::BSM_VARHANDLE_STATIC_FIELD
...
Reviewed-by: rriggs, iris
(cherry picked from commit a43a17c8ea )
2023-04-13 10:58:45 +07:00
Roger Riggs
c6d7e563bf
8304911: Use OperatingSystem enum in some modules
...
Reviewed-by: naoto, lancea, iris, jpai
(cherry picked from commit ba90dc7795 )
2023-04-13 10:58:44 +07:00
Lance Andersen
0e17375610
8305758: Update the JAR tool man page to indicate -i/--generate-file is deprecated
...
Reviewed-by: alanb, jpai
(cherry picked from commit 76975da59e )
2023-04-13 10:58:43 +07:00
Eirik Bjorsnos
9724e38a2f
8302819: Remove JAR Index
...
Reviewed-by: mchung, alanb, lancea, jpai
(cherry picked from commit 0d45a524b3 )
2023-04-13 10:58:43 +07:00
Vladimir Petko
1834343462
8305481: gtest is_first_C_frame failing on ARM
...
Reviewed-by: stuefe
(cherry picked from commit 0243da2e4a )
2023-04-13 10:58:42 +07:00
Eirik Bjorsnos
fc8906044f
8205129: Remove java.lang.Compiler
...
Reviewed-by: alanb, jpai
(cherry picked from commit a8e3a2dd2f )
2023-04-13 10:58:42 +07:00
Prasanta Sadhukhan
5d7d85bd73
4825182: DefaultBoundedRangeModel.setMinimum() changes extent unnecessarily
...
Reviewed-by: prr
(cherry picked from commit db174a15d1 )
2023-04-13 10:58:41 +07:00
Weijun Wang
69221c7333
8305310: Calculate PublicKey from PrivateKey
...
Reviewed-by: mullan
(cherry picked from commit 97276859ab )
2023-04-13 10:57:40 +07:00
Andrey Turbanov
0b56c7ebbe
8305696: (zipfs) Avoid redundant LinkedHashMap.containsKey call ZipFileSystem.makeParentDirs
...
Reviewed-by: alanb, jpai, lancea
(cherry picked from commit 50d7335206 )
2023-04-13 10:57:40 +07:00
Jaikiran Pai
dec1694bbb
6441827: Documentation mentions nonexistent NullReferenceException
...
Reviewed-by: iris
(cherry picked from commit ec9d816abf )
2023-04-13 10:57:39 +07:00
Joshua Cao
ef6404b8b3
8305721: add make compile-commands artifacts to .gitignore
...
Reviewed-by: erikj, jwaters
(cherry picked from commit 9e20382311 )
2023-04-13 10:57:38 +07:00
Ioi Lam
552ff88f5d
8305766: ProblemList runtime/CompressedOops/CompressedClassPointers.java
...
Reviewed-by: cjplummer
(cherry picked from commit f45b01f883 )
2023-04-13 10:57:38 +07:00
Jonathan Gibbons
cb577f9bca
8305407: ExternalSpecsWriter should ignore white-space differences in spec titles
...
Reviewed-by: hannesw
(cherry picked from commit a8871f5d26 )
2023-04-13 10:57:37 +07:00
Roland Westrelin
122447d061
8300257: C2: vectorization fails on some simple Memory Segment loops
...
Reviewed-by: kvn, thartmann
(cherry picked from commit 6b2a86a65e )
2023-04-13 10:57:37 +07:00
Nikita Gubarkov
261f6ce836
8305666: Add system property for fair AWT lock
...
Reviewed-by: prr
(cherry picked from commit dc81603cbf )
2023-04-13 10:57:04 +07:00
Thomas Stuefe
841145f62f
8305711: Arm: C2 always enters slowpath for monitorexit
...
Reviewed-by: shade, kvn
(cherry picked from commit c67bbcea92 )
2023-04-13 10:56:47 +07:00
Guoxiong Li
6ca264004c
8305118: Add RISC-V related content to building.md
...
Reviewed-by: erikj
(cherry picked from commit ce6e7461dc )
2023-04-13 10:56:46 +07:00
Joshua Cao
e1bfbbe4b4
8300829: Make CtwRunner available as an independent tool
...
Reviewed-by: xliu, phh
(cherry picked from commit 314e9b3dcc )
2023-04-13 10:56:45 +07:00
Kevin Walls
2ebe5d1ac6
8305680: Remove Permissions from jcmd help output
...
Reviewed-by: cjplummer, sspitsyn
(cherry picked from commit 0a34018797 )
2023-04-13 10:43:17 +07:00
Kevin Walls
e5797bf834
8305622: Remove Permission details from jcmd man page
...
Reviewed-by: cjplummer, sspitsyn
(cherry picked from commit 8db1dd0258 )
2023-04-13 10:43:17 +07:00
Chris Plummer
f54d46459a
8305209: JDWP exit error AGENT_ERROR_INVALID_THREAD(203): missing entry in running thread table
...
Reviewed-by: sspitsyn, lmesnik
(cherry picked from commit 1d517afbd4 )
2023-04-13 10:43:16 +07:00
Viktor Klang
330408188c
8272119: Typo in JDK documentation (a -> an)
...
Reviewed-by: dfuchs, mchung, iris
(cherry picked from commit 08fbb7bb5e )
2023-04-13 10:43:16 +07:00
Quan Anh Mai
76b8ae08fb
8305461: [vectorapi] Add VectorMask::xor
...
Reviewed-by: psandoz
(cherry picked from commit 536ad9df1a )
2023-04-13 10:43:16 +07:00
Leonid Mesnik
721bab7bca
8305608: Change VMConnection to use "test.class.path"instead of "test.classes"
...
Reviewed-by: cjplummer, sspitsyn
(cherry picked from commit ddd50d0db3 )
2023-04-13 10:43:16 +07:00
Matias Saavedra Silva
67e44296ef
8274166: Some CDS tests ignore -Dtest.cds.runtime.options
...
Reviewed-by: dholmes, iklam, aturbanov
(cherry picked from commit ce10460e94 )
2023-04-13 10:43:16 +07:00
Sergey Tsypanov
e4e5ec343a
8304745: Lazily initialize byte[] in java.io.BufferedInputStream
...
Reviewed-by: liach, bpb, jpai
(cherry picked from commit e52a2aeeac )
2023-04-13 10:43:16 +07:00
Daniel Fuchs
0dea589c47
8267140: Support closing the HttpClient by making it auto-closable
...
Reviewed-by: jpai
(cherry picked from commit 6580c4e631 )
2023-04-13 10:43:15 +07:00
Tingjun Yuan
64f3b054ff
8269843: typo in LinkedHashMap::removeEldestEntry spec
...
Reviewed-by: martin
(cherry picked from commit b5ea140dff )
2023-04-13 10:43:15 +07:00
Vladimir Petko
00c86ac3af
8305480: test/hotspot/jtreg/runtime/NMT/VirtualAllocCommitMerge.java failing on 32 bit arm
...
Reviewed-by: stuefe, dholmes
(cherry picked from commit a6a3cf485d )
2023-04-13 10:43:15 +07:00
Leonid Mesnik
f877a4085b
8305607: Remove some unused test parameters in com/sun/jdi tests
...
Reviewed-by: sspitsyn, amenkov, cjplummer
(cherry picked from commit 35d22930bb )
2023-04-13 10:43:15 +07:00
Serguei Spitsyn
11c2b0207b
8303563: GetCurrentThreadCpuTime and GetThreadCpuTime need further clarification for virtual threads
...
Reviewed-by: dholmes, alanb
(cherry picked from commit 5764119024 )
2023-04-13 10:43:15 +07:00
Mandy Chung
74f178dec9
8305600: java/lang/invoke/lambda/LogGeneratedClassesTest.java fails after JDK-8304846 and JDK-8202110
...
Reviewed-by: jvernee
(cherry picked from commit 312702567a )
2023-04-13 10:43:15 +07:00
David Holmes
4ef9ae9516
8305425: Thread.isAlive0 doesn't need to call into the VM
...
Co-authored-by: Aleksey Shipilev <shade@openjdk.org >
Reviewed-by: shade, coleenp, alanb
(cherry picked from commit 35cb303a2c )
2023-04-13 10:43:15 +07:00
Daniel D. Daugherty
ef6b151a31
8305678: ProblemList serviceability/sa/ClhsdbInspect.java on windows-x64 in Xcomp
...
8305679: ProblemList java/util/concurrent/locks/Lock/OOMEInAQS.java on linux-aarch64 with ZGC
Reviewed-by: mikael
(cherry picked from commit b5d204c3a4 )
2023-04-13 10:43:14 +07:00
Brian Burkhalter
75e9e5db96
8305664: [BACKOUT] (fs) Remove FileSystem support for resolving against a default directory (chdir configuration)
...
Reviewed-by: alanb
(cherry picked from commit 507c49a3ab )
2023-04-13 10:43:14 +07:00
Brian Burkhalter
ee41f2f14e
8305596: (fc) Two java/nio/channels tests fail after JDK-8303260
...
Reviewed-by: alanb
(cherry picked from commit 39f12a88e7 )
2023-04-13 10:43:14 +07:00
Naoto Sato
93f00fd71e
8304982: Emit warning for removal of COMPAT provider
...
Reviewed-by: alanb
(cherry picked from commit 44f33ad1a9 )
2023-04-13 10:43:14 +07:00
Naoto Sato
cd0afdaa4b
8305107: Emoji related binary properties in RegEx
...
Reviewed-by: iris, rriggs, jpai
(cherry picked from commit ee3023359c )
2023-04-13 10:43:14 +07:00
Jonathan Gibbons
3c071bd735
8305591: Cleanup use of newline flag in DocCommentParser
...
Reviewed-by: hannesw
(cherry picked from commit 5919fad1f4 )
2023-04-13 10:43:14 +07:00
Jonathan Gibbons
79dd88ae76
8305620: Missing break in DocCommentParser inlineWord()
...
Reviewed-by: iris
(cherry picked from commit 022290bdbd )
2023-04-13 10:43:13 +07:00
Daniel D. Daugherty
e95d728707
8305659: ProblemList com/sun/jdi/PopAndInvokeTest.java with virtual threads
...
Reviewed-by: thartmann
(cherry picked from commit 2e59d21e56 )
2023-04-13 10:43:13 +07:00
Nikita Gubarkov
368dae9e2c
8301616: Drag & maximize to another monitor places window incorrectly (Windows)
...
Reviewed-by: avu, aivanov, serb
(cherry picked from commit f69d88c57f )
2023-04-13 10:43:13 +07:00
Matthias Baesken
f159771cd8
8305646: compile error on Alpine with gcc12 after 8298619 in libGetXSpace.c
...
Reviewed-by: alanb, shade
(cherry picked from commit a3137c750f )
2023-04-13 10:43:13 +07:00
Adam Sotona
56680fe924
8305490: CommandProcessor command "dumpclass" produces classes with invalid field descriptors
...
Reviewed-by: cjplummer, fparain
(cherry picked from commit 78ff454f19 )
2023-04-13 10:43:13 +07:00
Tobias Holenstein
afe3c1e26f
8305644: IGV: Node text not updated when switching from/to CFG view
...
Reviewed-by: rcastanedalo, chagedorn
(cherry picked from commit 9f587d272f )
2023-04-13 10:43:13 +07:00
Jan Lahoda
3a37a3d633
8296454: System.console() shouldn't return null in jshell
...
Reviewed-by: vromero
(cherry picked from commit 4bf1987856 )
2023-04-13 10:43:13 +07:00
Jan Lahoda
330d1412ee
8304883: Record Deconstruction causes bytecode error
...
Reviewed-by: vromero
(cherry picked from commit 2aec910ea4 )
2023-04-13 10:43:12 +07:00
Tobias Holenstein
d152543d3d
8305356: Fix ignored bad CompileCommands in tests
...
Reviewed-by: thartmann, chagedorn
(cherry picked from commit 0e0c022b1f )
2023-04-13 10:43:12 +07:00
Prasanta Sadhukhan
75213f6065
8068824: Exception thrown in JTableHeader after clicking on popupmenu opened with right-click on header
...
Reviewed-by: abhiscxk, aghaisas
(cherry picked from commit b659c35395 )
2023-04-13 10:43:12 +07:00
Emanuel Peter
82da6a91b9
8304042: C2 SuperWord: schedule must remove packs with cyclic dependencies
...
Reviewed-by: kvn, thartmann
(cherry picked from commit 83a924a100 )
2023-04-13 10:43:12 +07:00
Abhishek Kumar
6328ec9c38
7124527: [macosx] SwingSet2, label is not read by VoiceOver when focus is on textfield for Internalframe and Table demo.
...
Reviewed-by: asemenov, serb
(cherry picked from commit 0ec3d2e363 )
2023-04-13 10:43:12 +07:00
Yoshiki Sato
c5dcc1a72e
8305113: (tz) Update Timezone Data to 2023c
...
Reviewed-by: naoto, andrew, serb
(cherry picked from commit ed9592c6e8 )
2023-04-13 10:43:12 +07:00
Kevin Walls
9698121e21
8305237: CompilerDirectives DCmds permissions correction
...
Reviewed-by: cjplummer, sspitsyn
(cherry picked from commit 15fa78e6e7 )
2023-04-13 10:43:11 +07:00
Justin Lu
f41c33682c
8305400: ISO 4217 Amendment 175 Update
...
Reviewed-by: naoto
(cherry picked from commit 7cf24d1c06 )
2023-04-13 10:43:11 +07:00
Justin Lu
851fcef43e
8225641: Calendar.roll(int field) does not work correctly for WEEK_OF_YEAR
...
Reviewed-by: naoto
(cherry picked from commit a324fa2639 )
2023-04-13 10:43:11 +07:00
Mandy Chung
4a1979c761
8305602: ProblemList java/lang/invoke/lambda/LogGeneratedClassesTest.java
...
Reviewed-by: dcubed
(cherry picked from commit 3399fbf9fa )
2023-04-13 10:43:11 +07:00
Brian Burkhalter
49be1ff17b
8305599: (fc) Temporarily problem-list java/nio/channels/{AsyncCloseAndInterrupt.java, FileChannel/Transfer.java}
...
Reviewed-by: alanb
(cherry picked from commit 94a05e0caa )
2023-04-13 10:43:11 +07:00
Raffaello Giulietti
61c2691a82
8305343: BigDecimal.fractionOnly() erroneously returns true for large scale value
...
Reviewed-by: darcy
(cherry picked from commit 7c650489d2 )
2023-04-13 10:43:11 +07:00
Mandy Chung
26ae8dba5e
8304846: Provide a shared utility to dump generated classes defined via Lookup API
...
Reviewed-by: jvernee
(cherry picked from commit dd59471798 )
2023-04-13 10:43:11 +07:00
Coleen Phillimore
6b7e370e0a
8305509: C1 fails "assert(k != nullptr) failed: illegal use of unloaded klass"
...
Reviewed-by: dcubed
(cherry picked from commit 2ee4245105 )
2023-04-13 10:43:10 +07:00
Brian Burkhalter
9f4ce7156b
8303260: (fc) FileChannel::transferFrom should support position > size()
...
Reviewed-by: alanb
(cherry picked from commit 7baccd9ee2 )
2023-04-13 10:43:10 +07:00
Brian Burkhalter
1806086056
8298619: java/io/File/GetXSpace.java is failing
...
Reviewed-by: rriggs
(cherry picked from commit 3ef834fc6f )
2023-04-13 10:43:10 +07:00
Leonid Mesnik
c64f3aaf03
8305511: Remove ignore from com/sun/jdi/PopAndInvokeTest.java
...
Reviewed-by: cjplummer, sspitsyn
(cherry picked from commit c59411929d )
2023-04-13 10:43:10 +07:00
Amit Kumar
ee93ade432
8303147: [s390x] fast & slow debug builds are broken
...
Reviewed-by: mdoerr
(cherry picked from commit 62bd2ebac4 )
2023-04-13 10:43:10 +07:00
Deepa Kumari
a282222316
8303082: [AIX] Missing C++ name demangling with XLClang++
...
Reviewed-by: tsteele, mdoerr, stuefe
(cherry picked from commit f9ed825266 )
2023-04-13 10:43:10 +07:00
Jonathan Gibbons
7f38470a46
8305504: stutter typo in java.compiler files
...
Reviewed-by: darcy, iris
(cherry picked from commit 73a084c24e )
2023-04-13 10:43:09 +07:00
Thomas Stuefe
17c7228b96
8305525: Problemlist runtime/ErrorHandling/TestDwarf on x86
...
Reviewed-by: shade
(cherry picked from commit 7b922104f5 )
2023-04-13 10:43:09 +07:00
Coleen Phillimore
2e2f4c93e6
8305500: SystemDictionary::find_placeholder/find_class declared but not used
...
Reviewed-by: iklam, dholmes
(cherry picked from commit 5881b099f6 )
2023-04-13 10:43:09 +07:00
Markus Grönlund
7ea3861d2b
8304033: JFR: Missing thread
...
Reviewed-by: egahlin, dholmes
(cherry picked from commit 7ca2aec34c )
2023-04-13 10:43:09 +07:00
Markus Grönlund
9b5a02ddff
8305242: Remove non-invariant assert(EventThreadDump::is_enabled())
...
Reviewed-by: egahlin
(cherry picked from commit ac01e24eaf )
2023-04-13 10:43:09 +07:00
Jie Fu
9a1c5150af
8305520: ToggleNotifyJvmtiTest.java fails with release VMs
...
Reviewed-by: sspitsyn
(cherry picked from commit a663d5d694 )
2023-04-13 10:43:09 +07:00
Emanuel Peter
c98fc40048
8173709: Fix VerifyLoopOptimizations - step 1 - minimal infrastructure
...
Reviewed-by: kvn, chagedorn, thartmann
(cherry picked from commit 24c6af0637 )
2023-04-13 10:43:08 +07:00
David Holmes
69f9952d7f
8304996: Add missing HandleMarks
...
Reviewed-by: coleenp, shade, iklam
(cherry picked from commit a7546b3a16 )
2023-04-13 10:43:08 +07:00
Eric Liu
85552e41f1
8303278: Imprecise bottom type of ExtractB/UB
...
Reviewed-by: qamai, thartmann
(cherry picked from commit ac898e9051 )
2023-04-13 10:43:08 +07:00
Serguei Spitsyn
94ec07f25a
8297286: runtime/vthread tests crashing after JDK-8296324
...
Reviewed-by: lmesnik, pchilanomate, cjplummer
(cherry picked from commit a1a9ec6e46 )
2023-04-13 10:43:08 +07:00
Jonathan Gibbons
db26ad11d7
8305206: Add @spec tags in java.base/java.* (part 1)
...
Reviewed-by: alanb, naoto, darcy, lancea, dfuchs, iris, mchung
(cherry picked from commit c6bd489cc8 )
2023-04-13 10:43:08 +07:00
Joe Darcy
571a9e4ecf
8303798: REDO - Remove fdlibm C sources
...
Reviewed-by: alanb, iris, jwaters, erikj, kvn, dholmes
(cherry picked from commit ccbb0e8d89 )
2023-04-13 10:43:08 +07:00
Ioi Lam
454fc5829a
8305421: Work around JDK-8305420 in CDSJDITest.java
...
Reviewed-by: cjplummer
(cherry picked from commit 9ce5fdc962 )
2023-04-13 10:43:07 +07:00
Coleen Phillimore
df85716b83
8304743: Compile_lock and SystemDictionary updates
...
Reviewed-by: vlivanov, dholmes, dlong
(cherry picked from commit b062b1bd81 )
2023-04-13 10:43:07 +07:00
Joe Darcy
c387019526
8304945: StringBuilder and StringBuffer should implement Appendable explicitly
...
Reviewed-by: alanb, rriggs
(cherry picked from commit df819cfa5a )
2023-04-13 10:43:07 +07:00
Thomas Stuefe
40521aa1f0
8305485: Problemlist runtime/Thread/TestAlwaysPreTouchStacks.java
...
Reviewed-by: shade
(cherry picked from commit 312bbe7d75 )
2023-04-13 10:43:07 +07:00
Sergey Tsypanov
e2c714d1b5
8305442: (bf) Direct and view implementations of CharBuffer.toString(int, int) do not need to catch SIOBE
...
Reviewed-by: alanb, bpb
(cherry picked from commit 50e31e06d7 )
2023-04-13 10:43:07 +07:00
Eirik Bjorsnos
fdf85abc1c
8304014: Convert test/jdk/java/util/zip/ZipFile/CorruptedZipFiles.java to junit
...
Reviewed-by: lancea
(cherry picked from commit 85e3974470 )
2023-04-13 10:43:07 +07:00
Markus KARG
87b924d246
8278268: (ch) InputStream returned by Channels.newInputStream should have fast path for FileChannel targets
...
Reviewed-by: bpb
(cherry picked from commit 40aea04680 )
2023-04-13 10:43:06 +07:00
Jim Laskey
4ca6e46d25
8302323: Add repeat methods to StringBuilder/StringBuffer
...
Reviewed-by: tvaleev, redestad
(cherry picked from commit 9b9b5a7a5c )
2023-04-13 10:43:06 +07:00
Daniel D. Daugherty
7aaca9cfdc
8305478: [REDO] disable gtest/NMTGtests.java sub-tests failing due to JDK-8305414
...
Reviewed-by: stuefe
(cherry picked from commit dd7ca757a7 )
2023-04-13 10:43:06 +07:00
Daniel Jeliński
04428e887f
8288109: HttpExchangeImpl.setAttribute does not allow null value after JDK-8266897
...
Reviewed-by: dfuchs, jpai
(cherry picked from commit f9827ad172 )
2023-04-13 10:43:06 +07:00
Daniel D. Daugherty
a33c15bd39
8305417: disable gtest/NMTGtests.java sub-tests failing due to JDK-8305414
...
Reviewed-by: alanb
(cherry picked from commit 6010de0f1d )
2023-04-13 10:43:06 +07:00
Matias Saavedra Silva
79b745776a
8241613: Suspicious calls to MacroAssembler::null_check(Register, offset)
...
Reviewed-by: dholmes, coleenp, fparain, adinn
(cherry picked from commit 127afd3445 )
2023-04-13 10:43:06 +07:00
Fredrik Bredberg
6a532b5bf0
8305247: On RISC-V generate_fixed_frame() sometimes generate a relativized locals value which is way too large
...
Reviewed-by: fyang, rehn
(cherry picked from commit 33d09e587a )
2023-04-13 10:43:06 +07:00
Jim Laskey
8493e97c92
8305100: [REDO] Clean up JavadocTokenizer
...
Reviewed-by: jjg
(cherry picked from commit 790acedaab )
2023-04-13 10:43:05 +07:00
Hannes Wallnöfer
0b50f64039
8303123: Add line break opportunity to single type parameters
...
Reviewed-by: jjg
(cherry picked from commit 2e91585ac9 )
2023-04-13 10:43:05 +07:00
Hannes Wallnöfer
f1ac00ac55
8299718: JavaDoc: Buttons to copy specific documentation URL are not accessible
...
Reviewed-by: jjg
(cherry picked from commit 094e03de6a )
2023-04-13 10:43:05 +07:00
Martin Doerr
b5d7a5d133
8303210: [linux, Windows] Make UseSystemMemoryBarrier available as product flag
...
Reviewed-by: dholmes, rehn
(cherry picked from commit 4de24cdbe6 )
2023-04-13 10:43:05 +07:00
Erik Gahlin
32aa834c57
8303229: JFR: Preserve disk repository after exit
...
Reviewed-by: dholmes, mgronlun
(cherry picked from commit 336a23e70a )
2023-04-13 10:43:05 +07:00
Abhishek Kumar
2162215da7
8283404: [macos] a11y : Screen magnifier does not show JMenu name
...
Reviewed-by: serb
(cherry picked from commit ecec611af6 )
2023-04-13 10:43:05 +07:00
Julian Waters
625d516fe9
8304893: Link Time Optimization with gcc can be faster
...
Reviewed-by: dholmes, erikj
(cherry picked from commit aa762102e9 )
2023-04-13 10:43:04 +07:00
Thomas Stuefe
8dbfa79a14
8294266: Add a way to pre-touch java thread stacks
...
Reviewed-by: rehn, gziemski
(cherry picked from commit b8c748dbe4 )
2023-04-13 10:43:04 +07:00
Thomas Stuefe
9b33dc4179
8304815: Use NMT for more precise hs_err location printing
...
Reviewed-by: jsjolen, rkennke
(cherry picked from commit 41a3db267d )
2023-04-13 10:43:04 +07:00
Joshua Cao
42393ead2f
8304295: harfbuzz build fails with GCC 7 after JDK-8301998
...
Reviewed-by: shade, erikj, serb, jwaters
(cherry picked from commit 34e66ce1ef )
2023-04-13 10:43:04 +07:00
Afshin Zafari
2382180a33
8297539: Use PrimitiveConversions::cast for local uses of the int<->float union conversion trick
...
Reviewed-by: coleenp, kbarrett, dholmes
(cherry picked from commit a19b28ab3e )
2023-04-13 10:43:04 +07:00
Archie L. Cobbs
7fd1bef5f1
8277501: Revisit PathFileObject.getCharContent and friends
...
Reviewed-by: vromero, jjg
(cherry picked from commit 8eb4e7e07e )
2023-04-13 10:43:04 +07:00
Joe Darcy
2911e8eaba
8304028: Port fdlibm IEEEremainder to Java
...
Reviewed-by: bpb
(cherry picked from commit abfb900829 )
2023-04-13 10:43:04 +07:00
Martin Buchholz
794ccb7210
8297605: improve DelayQueue removal method javadoc
...
Reviewed-by: alanb
(cherry picked from commit a565be4dc5 )
2023-04-13 10:43:03 +07:00
Chen Liang
de24564228
8304928: Optimize ClassDesc.resolveConstantDesc
...
Reviewed-by: mchung
(cherry picked from commit cccb0191a3 )
2023-04-13 10:43:03 +07:00
Chen Liang
3fc92a52a6
8303930: Fix ConstantUtils.skipOverFieldSignature void case return value
...
Reviewed-by: mchung
(cherry picked from commit bdbf8fc61d )
2023-04-13 10:43:03 +07:00
Amit Kumar
85533df662
8305227: [s390x] build broken after JDK-8231349
...
Reviewed-by: shade, lucy, kvn
(cherry picked from commit 4a5d7ca7d9 )
2023-04-13 10:43:03 +07:00
Erik Gahlin
2ebdde23c0
8304844: JFR: Missing disk parameter in ActiveRecording event
...
Reviewed-by: mgronlun
(cherry picked from commit dae1ab3aad )
2023-04-13 10:43:03 +07:00
Doug Simon
915754bada
8305066: [JVMCI] guarantee(ik->is_initialized()) failed: java/lang/Long$LongCache must be initialized
...
Reviewed-by: never, iveresov
(cherry picked from commit e012685051 )
2023-04-13 10:43:03 +07:00
Justin King
094dc9a38f
8304820: Statically allocate ObjectSynchronizer mutexes
...
Reviewed-by: dcubed, dholmes
(cherry picked from commit fe42312f9b )
2023-04-13 10:43:02 +07:00
Daniel Fuchs
e8e90325bd
8305323: Update java/net/httpclient/ContentLengthHeaderTest.java to use new HttpTestServer factory methods
...
Reviewed-by: jpai
(cherry picked from commit 2f36eb0121 )
2023-04-13 10:43:02 +07:00
Tobias Holenstein
f39cdc8422
8305223: IGV: mark osr compiled graphs with [OSR] in the name
...
Reviewed-by: thartmann, rcastanedalo, eliu
(cherry picked from commit 049b953f8f )
2023-04-13 10:43:02 +07:00
Roberto Castañeda Lozano
0dbe5c52e5
8302738: IGV: refine 'Simplify graph' filter
...
Reviewed-by: tholenstein, chagedorn
(cherry picked from commit 345669c29d )
2023-04-13 10:43:02 +07:00
Fei Gao
99829d13a0
8305055: IR check fails on some aarch64 platforms
...
Reviewed-by: epeter, thartmann
(cherry picked from commit dea9db2d0a )
2023-04-13 10:43:02 +07:00
Richard Reingruber
7c2edfc4fd
8305171: PPC: Should use IMA::load_resolved_indy_entry() in TIG::generate_return_entry_for()
...
Reviewed-by: mdoerr
(cherry picked from commit c8f3a97d46 )
2023-04-13 10:43:02 +07:00
Amit Kumar
678ce4e7fb
8305174: disable dtrace for s390x builds
...
Reviewed-by: erikj, lucy, mbaesken
(cherry picked from commit 7fe5bd2bec )
2023-04-13 10:43:01 +07:00
Jaikiran Pai
f1746df5cb
8304988: unnecessary dash in @param gives double-dash in docs
...
Reviewed-by: alanb, cjplummer
(cherry picked from commit 787832a586 )
2023-04-13 10:43:01 +07:00
Dingli Zhang
dd82b21552
8305008: RISC-V: Factor out immediate checking functions from assembler_riscv.inline.hpp
...
Reviewed-by: fjiang, fyang
(cherry picked from commit a144c713b7 )
2023-04-13 10:43:01 +07:00
Justin Lu
a67254bf03
8304993: bad sentence break in DateFormat
...
Reviewed-by: rriggs, naoto, lancea, iris
(cherry picked from commit d8158897c3 )
2023-04-13 10:43:01 +07:00
Justin Lu
b57fc3d93f
8305111: Locale.lookupTag has typo in parameter
...
Reviewed-by: lancea, iris, naoto
(cherry picked from commit 5f7b4b8e75 )
2023-04-13 10:43:01 +07:00
Xin Liu
03471faec4
8305142: Can't bootstrap ctw.jar
...
Reviewed-by: shade, phh
(cherry picked from commit 83cf28f996 )
2023-04-13 10:43:01 +07:00
Brian Burkhalter
d7d50a5ee2
8202110: (fs) Remove FileSystem support for resolving against a default directory (chdir configuration)
...
Reviewed-by: alanb
(cherry picked from commit 05cc02b243 )
2023-04-13 10:43:00 +07:00
Sergey Bylokhov
9cf9b9b6be
8299333: Unify exceptions used by all variants of ICC_Profile.getInstance(null)
...
Reviewed-by: prr
(cherry picked from commit d2df36b073 )
2023-04-13 10:43:00 +07:00
Mandy Chung
d2659054ca
8304585: Method::invoke rewraps InvocationTargetException if a caller-sensitive method throws IAE
...
Reviewed-by: darcy, jpai, alanb
(cherry picked from commit 1d7bb1ffa0 )
2023-04-13 10:43:00 +07:00
Per Minborg
fc17e14d15
8305157: The java.util.Arrays class should be declared final
...
Reviewed-by: alanb, rriggs, bpb
(cherry picked from commit 9df2060059 )
2023-04-13 10:43:00 +07:00
Ilya Korennoy
1ca2ea13bc
8304445: Remaining uses of NULL in ciInstanceKlass.cpp
...
Reviewed-by: thartmann
(cherry picked from commit b261e6c43f )
2023-04-13 10:43:00 +07:00
Tobias Holenstein
84bdb2fffd
8302644: IGV: Apply filters per graph tab and not globally
...
Reviewed-by: rcastanedalo, chagedorn, thartmann
(cherry picked from commit 2c38e67b29 )
2023-04-13 10:43:00 +07:00
Severin Gehwolf
1276cea3aa
8304871: Use default visibility for static library builds
...
Reviewed-by: erikj, dholmes
(cherry picked from commit f0dba218ac )
2023-04-13 10:43:00 +07:00
Emanuel Peter
bd8a05e25e
8305222: Change unique_ctrl_out_or_null to unique_ctrl_out in PhaseCFG::convert_NeverBranch_to_Goto
...
Reviewed-by: kvn, thartmann
(cherry picked from commit 77811fa39b )
2023-04-13 10:42:59 +07:00
Daniel Jeliński
13ee09f815
8262294: java/net/httpclient/ProxyAuthDisabledSchemes.java fails with HTTP/1.1 parser received no bytes
...
Reviewed-by: dfuchs, jpai
(cherry picked from commit 2d607c9cd1 )
2023-04-13 10:42:59 +07:00
Kim Barrett
e814fdaa56
8303805: [REDO] JDK-8302189 and JDK-8302799
...
Reviewed-by: dholmes, coleenp
(cherry picked from commit b3ff8d1c89 )
2023-04-13 10:42:59 +07:00
Ioi Lam
8971539773
8301106: Allow archived Java strings to be moved by GC
...
Reviewed-by: dholmes
(cherry picked from commit b524a74165 )
2023-04-13 10:42:59 +07:00
Chris Plummer
79e0220da0
8304436: com/sun/jdi/ThreadMemoryLeakTest.java fails with "OutOfMemoryError: Java heap space" with ZGC
...
8304449: com/sun/jdi/ThreadMemoryLeakTest.java times out
Reviewed-by: lmesnik, dcubed
(cherry picked from commit 9643f654da )
2023-04-13 10:42:59 +07:00
Daniel Fuchs
843a1ec12a
8305202: Fix Copyright Header in ZonedDateTimeFormatterBenchmark
...
Reviewed-by: rriggs, naoto, dcubed
(cherry picked from commit 69152c3b18 )
2023-04-13 10:42:59 +07:00
Sergey Tsypanov
22d3e94fa6
8304976: Optimize DateTimeFormatterBuilder.ZoneTextPrinterParser.getTree()
...
Reviewed-by: naoto
(cherry picked from commit 438c969b7b )
2023-04-13 10:42:58 +07:00
Roger Riggs
514d6ad75e
8303392: Runtime.exec and ProcessBuilder.start should use System logger
...
Reviewed-by: stuefe, alanb, mullan
(cherry picked from commit d063b8964f )
2023-04-13 10:42:58 +07:00
SUN Guoyun
475ea618ee
8302814: Delete unused CountLoopEnd instruct with CmpX
...
Reviewed-by: kvn, fjiang
(cherry picked from commit be764a711c )
2023-04-13 10:42:58 +07:00
Kim Barrett
69d4325bb2
8304759: Add BitMap iterators
...
Reviewed-by: stefank, aboldtch, tschatzl
(cherry picked from commit 34f4d7f4ad )
2023-04-13 10:42:58 +07:00
Harshitha Onkar
517c785b90
8304991: Redundant hyphen in @param results in double-dash in javadocs
...
Reviewed-by: psadhukhan
(cherry picked from commit 42df1a99b7 )
2023-04-13 10:42:58 +07:00
Naoto Sato
4c7566c19d
8304840: Dangling CharacterCodingException in a few javadoc descriptions
...
Reviewed-by: alanb, iris, rriggs, jpai
(cherry picked from commit e3855d0054 )
2023-04-13 10:42:58 +07:00
Bhavana Kilambi
7e8d171afb
8303161: [vectorapi] VectorMask.cast narrow operation returns incorrect value with SVE
...
Reviewed-by: eliu, xgong, ngasson
(cherry picked from commit 67274906ae )
2023-04-13 10:42:57 +07:00
Naoto Sato
e2c7729278
8272613: CharsetDecoder.decode(ByteBuffer) throws IllegalArgumentException
...
Reviewed-by: alanb, bpb
(cherry picked from commit f07decb74b )
2023-04-13 10:42:57 +07:00
Thomas Schatzl
f013d3fdeb
8305086: G1 Redirty Cards phase printed twice
...
Reviewed-by: ayang, kbarrett
(cherry picked from commit 014c658708 )
2023-04-13 10:42:57 +07:00
Lance Andersen
15e8457a5e
8304990: unnecessary dash in @param gives double-dash in docs
...
Reviewed-by: bpb, naoto
(cherry picked from commit 2fa09333ef )
2023-04-13 10:42:57 +07:00
Daniel Fuchs
b537fba1a8
8305095: Update java/net/httpclient/CustomRequestPublisher.java to use new HttpTestServer factory methods
...
Reviewed-by: jpai
(cherry picked from commit e56bcb04b1 )
2023-04-13 10:42:57 +07:00
Xiaolin Zheng
7d0a8c78cb
8304681: compiler/sharedstubs/SharedStubToInterpTest.java fails after JDK-8304387
...
Reviewed-by: eastigeevich, kvn, shade
(cherry picked from commit 09852884cc )
2023-04-13 10:42:57 +07:00
Matthias Baesken
51ac81d8fb
8304867: Explicitly disable dtrace for ppc builds
...
Reviewed-by: erikj, shade, lucy
(cherry picked from commit ff368d504e )
2023-04-13 10:42:57 +07:00
Xiaolin Zheng
ad349fb8a5
8305112: RISC-V: Typo fix for RVC description
...
Reviewed-by: dholmes
(cherry picked from commit 96fa2751e8 )
2023-04-13 10:42:56 +07:00
Jonathan Gibbons
580db148d8
8305094: typo (missing *) in doc comment
...
Reviewed-by: iris
(cherry picked from commit 7239150f8a )
2023-04-13 10:42:56 +07:00
Matias Saavedra Silva
ff722c3b2a
8301995: Move invokedynamic resolution information out of ConstantPoolCacheEntry
...
Co-authored-by: Richard Reingruber <rrich@openjdk.org >
Co-authored-by: Dingli Zhang <dzhang@openjdk.org >
Co-authored-by: Gui Cao <gcao@openjdk.org >
Co-authored-by: Amit Kumar <amitkumar@openjdk.org >
Reviewed-by: coleenp, dnsimon, fparain, gcao, aph, fyang, amitkumar, lucy
(cherry picked from commit 3fbbfd1749 )
2023-04-13 10:42:56 +07:00
Daniel Fuchs
aefb6b38f3
8304927: Update java/net/httpclient/BasicAuthTest.java to check basic auth over HTTP/2
...
Reviewed-by: jpai
(cherry picked from commit 50a995f03a )
2023-04-13 10:42:56 +07:00
Raffaello Giulietti
88a6e4fbe9
8291598: Matcher.appendReplacement should not create new StringBuilder instances
...
Reviewed-by: rriggs
(cherry picked from commit ca745cb426 )
2023-04-13 10:42:56 +07:00
Jim Laskey
2e90229395
8305098: [Backout] JDK-8303912 Clean up JavadocTokenizer
...
Reviewed-by: jjg, mcimadamore
(cherry picked from commit 1683a63a7d )
2023-04-13 10:42:56 +07:00
Jan Lahoda
b41edb2613
8304498: JShell does not switch to raw mode when there is no /bin/test
...
Reviewed-by: coffeys, vromero
(cherry picked from commit fab23577ab )
2023-04-13 10:42:55 +07:00
Jim Laskey
9f7a36bdb9
8303912: Clean up JavadocTokenizer
...
Reviewed-by: vromero, jjg
(cherry picked from commit 1fc218c58b )
2023-04-13 10:42:55 +07:00
Archie L. Cobbs
6213bf938c
8303623: Compiler should disallow non-standard UTF-8 string encodings
...
Reviewed-by: vromero
(cherry picked from commit c1f5ca115d )
2023-04-13 10:42:55 +07:00
Martin Doerr
204e9c9498
8304880: [PPC64] VerifyOops code in C1 doesn't work with ZGC
...
Reviewed-by: shade
(cherry picked from commit 695683b5b1 )
2023-04-13 10:42:55 +07:00
Jonathan Gibbons
5c6579596b
8305004: add @spec tags to langtools modules
...
Reviewed-by: iris
(cherry picked from commit 83ce65e12c )
2023-04-13 10:42:55 +07:00
Justin King
cbe982bdd5
8304884: Update Bytecodes data to be mostly compile time constants
...
Reviewed-by: coleenp, dholmes
(cherry picked from commit 32ef452132 )
2023-04-13 10:42:55 +07:00
Per Minborg
92f6c637d0
8300977: Retire java.io.ExpiringCache
...
Reviewed-by: alanb, jpai
(cherry picked from commit 927e674c12 )
2023-04-13 10:42:54 +07:00
Jaikiran Pai
162516af00
8304989: unnecessary dash in @param gives double-dash in docs
...
Reviewed-by: lancea
(cherry picked from commit c90699eae7 )
2023-04-13 10:42:54 +07:00
Sergey Tsypanov
978a8e4987
8304591: (fs) UnixPath.stringValue need not be volatile
...
Reviewed-by: alanb, bpb, shade
(cherry picked from commit 395a4ce0dd )
2023-04-13 10:42:54 +07:00
Per Minborg
110ac542ab
8300979: Lazily initialize (byte, char)arr in java.io.DataInputStream
...
Reviewed-by: alanb
(cherry picked from commit 60640a216d )
2023-04-13 10:42:54 +07:00
Daniel Jeliński
eda3650f20
8304962: sun/net/www/http/KeepAliveCache/B5045306.java: java.lang.RuntimeException: Failed: Initial Keep Alive Connection is not being reused
...
Reviewed-by: jpai
(cherry picked from commit cddaf686e1 )
2023-04-13 10:42:54 +07:00
nbauma109
abb0d42e3e
8303214: Typo in java.util.Collections#synchronizedNavigableMap javadoc
...
Reviewed-by: martin, smarks, aturbanov
(cherry picked from commit a06f46196a )
2023-04-13 10:42:54 +07:00
Albert Mingkun Yang
095cc7b743
8304412: Serial: Refactor old generation cards update after Full GC
...
Reviewed-by: tschatzl, kbarrett
(cherry picked from commit 7987ad427b )
2023-04-13 10:42:53 +07:00
Daniel Jeliński
cdcf23721f
8304963: HttpServer closes connection after processing HEAD after JDK-7026262
...
Reviewed-by: dfuchs
(cherry picked from commit 3c4cd50e3c )
2023-04-13 10:42:53 +07:00
Eirik Bjorsnos
153c1dfaed
8304543: Modernize debugging jvm args in test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value004.java
...
Reviewed-by: dholmes, cjplummer, alanb
(cherry picked from commit 4f625c0b9a )
2023-04-13 10:42:53 +07:00
Archie L. Cobbs
66748d3042
8303526: Changing "arbitrary" Name.compareTo() ordering breaks the regression suite
...
Reviewed-by: vromero
(cherry picked from commit 426025aab4 )
2023-04-13 10:42:53 +07:00
Matias Saavedra Silva
92917137a0
8304931: vm/concepts/methods/methods001/methods00101m1/methods00101m1 failures with already pending exception
...
Reviewed-by: coleenp, dholmes
(cherry picked from commit 6aec6f3a84 )
2023-04-13 10:42:53 +07:00
David Holmes
e1382cbe59
8304147: JVM crash during shutdown when dumping dynamic archive
...
Reviewed-by: ccheung, matsaave, coleenp
(cherry picked from commit 63ce88b5fb )
2023-04-13 10:42:53 +07:00
Serguei Spitsyn
5e44dc6f22
8304448: Kitchensink failed: assert(!thread->is_in_any_VTMS_transition()) failed: class prepare events are not allowed in any VTMS transition
...
Co-authored-by: Alan Bateman <alanb@openjdk.org >
Reviewed-by: rpressler, alanb
(cherry picked from commit 554bccf046 )
2023-04-13 10:42:53 +07:00
Justin Lu
cff62b56b4
8304761: Update IANA Language Subtag Registry to Version 2023-03-22
...
Reviewed-by: naoto
(cherry picked from commit 3b88b2a9f8 )
2023-04-13 10:42:52 +07:00
Justin Lu
bf0fe5f35f
8177352: Calendar.getDisplayName(s) in non-lenient mode inconsistent, does not match spec
...
Reviewed-by: naoto
(cherry picked from commit f8e8fc7e29 )
2023-04-13 10:42:52 +07:00
Archie L. Cobbs
3b3349e639
8296656: java.lang.NoClassDefFoundError exception on running fully legitimate code
...
8287885: Local classes cause ClassLoader error if the type names are similar but not same
Reviewed-by: vromero
(cherry picked from commit 14b970dc9e )
2023-04-13 10:42:52 +07:00
Damon Nguyen
8e1aaf6f29
8302558: Editable JComboBox's popup blocks user from seeing characters in Aqua look and feel
...
Reviewed-by: psadhukhan, azvegint
(cherry picked from commit 80e2d52f76 )
2023-04-13 10:42:52 +07:00
Roger Riggs
71b7c31631
8303485: Replacing os.name for operating system customization
...
Reviewed-by: naoto, erikj, alanb
(cherry picked from commit 6c3b10fb1d )
2023-04-13 10:42:52 +07:00
Damon Nguyen
5cc904f2f6
7093691: Nimbus LAF: disabled JComboBox using renderer has bad font color
...
Reviewed-by: honkar, kizune, psadhukhan
(cherry picked from commit 87b314a985 )
2023-04-13 10:42:52 +07:00
Jonathan Gibbons
2217cabc74
8304689: Add hidden option to disable external spec page
...
Reviewed-by: erikj, hannesw
(cherry picked from commit 2f34687ec1 )
2023-04-13 10:42:51 +07:00
Julian Waters
992e060471
8304718: GetIntArrayElements should not be passed JNI_FALSE
...
Reviewed-by: serb
(cherry picked from commit 6b2f34f88a )
2023-04-13 10:42:51 +07:00
Jan Lahoda
b6a2caf7dd
8304694: Runtime exception thrown when break stmt is missing
...
Reviewed-by: vromero
(cherry picked from commit 138cdc9283 )
2023-04-13 10:42:51 +07:00
Eirik Bjorsnos
fdf64a8f5e
8304547: Remove checking of -Djava.compiler in src/jdk.jdi/share/classes/com/sun/tools/jdi/SunCommandLineLauncher.java
...
Reviewed-by: dholmes, cjplummer, alanb
(cherry picked from commit 46b0602376 )
2023-04-13 10:42:51 +07:00
Justin King
0f273fe5d6
8304723: Statically allocate global mutexes
...
8304736: Heap_lock is created twice
Reviewed-by: coleenp, dholmes, tschatzl
(cherry picked from commit 8d423f7305 )
2023-04-13 10:42:51 +07:00
Justin King
5caf30ce2b
8304828: Lots of constant static data not declared static const in cpu/x86
...
Reviewed-by: dholmes, kvn
(cherry picked from commit 20830883df )
2023-04-13 10:42:51 +07:00
Prasanta Sadhukhan
06c4bc578b
7169951: SwingSet2 throws NullPointerException with Nimbus L&F
...
Reviewed-by: abhiscxk, jdv
(cherry picked from commit 0712adc2dd )
2023-04-13 10:42:51 +07:00
Bhavana Kilambi
c05a4668cf
8301012: [vectorapi]: Intrinsify CompressBitsV/ExpandBitsV and add the AArch64 SVE backend implementation
...
Co-authored-by: Xiaohong Gong <xgong@openjdk.org >
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org >
Reviewed-by: ngasson, eliu, thartmann
(cherry picked from commit de1c12ed63 )
2023-04-13 10:42:50 +07:00
Thomas Schatzl
e187c66e60
8304804: Remove develop flag G1VerifyCTCleanup
...
Reviewed-by: ayang, kbarrett
(cherry picked from commit 10fa7d1f9b )
2023-04-13 10:42:50 +07:00
Thomas Schatzl
fd9524ea83
8304809: Remove develop flag G1ExitOnExpansionFailure
...
Reviewed-by: ayang, kbarrett
(cherry picked from commit 4acf20df7b )
2023-04-13 10:42:50 +07:00
Daniel Jeliński
3cdeab46a9
7026262: HttpServer: improve handling of finished HTTP exchanges
...
Reviewed-by: dfuchs, michaelm
(cherry picked from commit a5ffa079a0 )
2023-04-13 10:42:50 +07:00
Eirik Bjorsnos
917e365540
8304013: Add a fast, non-manual alternative to test/jdk/java/util/zip/ZipFile/TestTooManyEntries
...
Reviewed-by: lancea, martin
(cherry picked from commit 65e01da925 )
2023-04-13 10:42:50 +07:00
Quan Anh Mai
2528d36671
8304258: x86: Improve the code generation of VectorRearrange with int and float
...
Reviewed-by: kvn, jbhateja, sviswanathan
(cherry picked from commit 38e17148fa )
2023-04-13 10:42:50 +07:00
Weijun Wang
06d10716a0
8304136: Match allocation and free in sspi.cpp
...
Reviewed-by: djelinski
(cherry picked from commit 765a94258d )
2023-04-13 10:42:49 +07:00
Ian Graves
f881e77bb2
8304898: Fix Copyright Headers for JLink Source Files
...
Reviewed-by: iris, mchung
(cherry picked from commit 3f59b75bd8 )
2023-04-13 10:42:49 +07:00
Kim Barrett
e66db5a1d0
8298725: Add BitMap support for reverse iteration
...
Reviewed-by: stefank, aboldtch, tschatzl
(cherry picked from commit 501b606816 )
2023-04-13 10:42:49 +07:00
Abhishek Kumar
e6ec3a35ab
8273986: JEditorPane HTML Demo - Accessibility issues
...
Reviewed-by: kizune, serb
(cherry picked from commit 97649489d0 )
2023-04-13 10:42:49 +07:00
Zdenek Zambersky
cfcc0b0377
8304353: Add lib-test tier1 testing in GHA
...
Reviewed-by: shade, ihse
(cherry picked from commit 57276101df )
2023-04-13 10:42:49 +07:00
Matias Saavedra Silva
06e4640331
8304069: ClassFileParser has ad-hoc hashtables
...
Reviewed-by: coleenp, dholmes
(cherry picked from commit d8ba227aa4 )
2023-04-13 10:42:49 +07:00
Brian Burkhalter
4339008cd6
8304833: (fc) Remove dead code in sun.nio.ch.FileChannelImpl::implCloseChannel
...
Reviewed-by: alanb
(cherry picked from commit 9a8a60f7d6 )
2023-04-13 10:42:49 +07:00
Archie L. Cobbs
837628a8a3
8291154: Create a non static nested class without enclosing class throws VerifyError
...
Reviewed-by: vromero
(cherry picked from commit f96aee7401 )
2023-04-13 10:42:48 +07:00
Coleen Phillimore
a1f8411e04
8297977: vmTestbase/nsk/stress/except/except012.java fails with unexpected Exception
...
Reviewed-by: mseledtsov, lmesnik
(cherry picked from commit 4ec720db9f )
2023-04-13 10:42:48 +07:00
Thomas Schatzl
507ad8bc1c
8304802: After JDK-8297639 the flag G1UsePreventiveGC needs to be added to the obsoletion table
...
Reviewed-by: ayang, dholmes
(cherry picked from commit 13dd19aac2 )
2023-04-13 10:42:48 +07:00
Jatin Bhateja
ebeaff3e8b
8303508: Vector.lane() gets wrong value on x86
...
Reviewed-by: eliu, thartmann
(cherry picked from commit d61de141eb )
2023-04-13 10:42:48 +07:00
Fei Gao
fe22d14653
8304301: Remove the global option SuperWordMaxVectorSize
...
Reviewed-by: sviswanathan, kvn
(cherry picked from commit 941a7ac7da )
2023-04-13 10:42:48 +07:00
Archie L. Cobbs
c70a4202ad
7176515: ExceptionInInitializerError for an enum with multiple switch statements
...
8299760: ExceptionInInitializerError for an enum with multiple switch statements, follow-up
Reviewed-by: vromero
(cherry picked from commit ac6af6a640 )
2023-04-13 10:42:48 +07:00
Justin Lu
8495ded689
8303917: Update ISO 639 language codes table
...
Reviewed-by: naoto
(cherry picked from commit dd23ee9e87 )
2023-04-13 10:42:47 +07:00
Viktor Klang
70b3dcb4dc
8304557: java/util/concurrent/CompletableFuture/CompletableFutureOrTimeoutExceptionallyTest.java times out
...
Reviewed-by: jpai
(cherry picked from commit 6f67abd352 )
2023-04-13 10:42:47 +07:00
Thomas Schatzl
3783284869
8304716: Clean up G1Policy::calc_max_old_cset_length()
...
Reviewed-by: ayang, iwalulya
(cherry picked from commit 568dd57d0d )
2023-04-13 10:42:47 +07:00
Ian Graves
ff7bb3b6c1
8304691: Remove jlink --post-process-path option
...
Reviewed-by: mchung
(cherry picked from commit af0504e3f3 )
2023-04-13 10:42:47 +07:00
Vladimir Kozlov
82947b54dd
8231349: Move intrinsic stubs generation to compiler runtime initialization code
...
Reviewed-by: redestad, vlivanov
(cherry picked from commit 3859faf183 )
2023-04-13 10:42:47 +07:00
Thomas Schatzl
289605891e
8304711: Combine G1 root region abort and wait into a single method
...
Reviewed-by: ayang, iwalulya
(cherry picked from commit f37674a8f7 )
2023-04-13 10:42:47 +07:00
Thomas Schatzl
142de3f84c
8304712: Only pass total number of regions into G1Policy::calc_min_old_cset_length
...
Reviewed-by: ayang, iwalulya
(cherry picked from commit 7f9e691630 )
2023-04-13 10:42:46 +07:00
Brian Burkhalter
48dae282e9
8294137: Review running times of java.math tests
...
Reviewed-by: darcy
(cherry picked from commit 51035a75e4 )
2023-04-13 10:42:46 +07:00
Brian Burkhalter
4df608c0eb
4842457: (bf spec) Clarify meaning of "(optional operation)"
...
Reviewed-by: alanb
(cherry picked from commit 46cca1a4c5 )
2023-04-13 10:42:46 +07:00
Archie L. Cobbs
85de5fe7bf
8184444: The compiler error "variable not initialized in the default constructor" is not apt in case of static final variables
...
Reviewed-by: vromero
(cherry picked from commit 6fa25cc134 )
2023-04-13 10:42:46 +07:00
Archie L. Cobbs
b05a088adc
8027682: javac wrongly accepts semicolons in package and import decls
...
Reviewed-by: vromero
(cherry picked from commit 4b8f7db6be )
2023-04-13 10:42:46 +07:00
Archie L. Cobbs
e3adb66d7b
8043179: Lambda expression can mutate final field
...
Reviewed-by: vromero
(cherry picked from commit c00d0885ae )
2023-04-13 10:42:46 +07:00
Daniel Jeliński
9be2be0a39
8219083: java/net/MulticastSocket/SetGetNetworkInterfaceTest.java failed in same binary run on windows x64
...
Reviewed-by: dfuchs
(cherry picked from commit 147f3473d4 )
2023-04-13 10:42:46 +07:00
Coleen Phillimore
4b82aff54f
8304687: Move add_to_hierarchy
...
Reviewed-by: dholmes, fparain
(cherry picked from commit bf917ba6af )
2023-04-13 10:42:45 +07:00
Jan Lahoda
74012ac22b
8304671: javac regression: Compilation with --release 8 fails on underscore in enum identifiers
...
Reviewed-by: vromero, darcy
(cherry picked from commit 63d4afbeb1 )
2023-04-13 10:42:45 +07:00
Prasanta Sadhukhan
78ba26d001
6817009: Action.SELECTED_KEY not toggled when using key binding
...
Reviewed-by: tr, jdv
(cherry picked from commit e2cfcfbfa9 )
2023-04-13 10:42:45 +07:00
Emanuel Peter
20db172c94
8303951: Add asserts before record_method_not_compilable where possible
...
Reviewed-by: kvn, thartmann
(cherry picked from commit af4d5600e3 )
2023-04-13 10:42:45 +07:00
Prasanta Sadhukhan
7c28e64889
6245410: javax.swing.text.html.CSS.Attribute: BACKGROUND_POSITION is not w3c spec compliant
...
Reviewed-by: aivanov
(cherry picked from commit c4338620b7 )
2023-04-13 10:42:45 +07:00
Archie L. Cobbs
822963c0b2
8029301: Confusing error message for array creation method reference
...
Reviewed-by: vromero
(cherry picked from commit 91f407d6fe )
2023-04-13 10:42:44 +07:00
Leonid Mesnik
ec3c79427e
8304376: Rename t1/t2 classes in com/sun/jdi/CLETest.java to avoid class duplication error in IDE
...
Reviewed-by: sspitsyn, cjplummer
(cherry picked from commit e73411a235 )
2023-04-13 10:42:44 +07:00
Chen Liang
372b42dacf
8288730: Add type parameter to Lookup::accessClass and Lookup::ensureInitialized
...
Reviewed-by: mchung
(cherry picked from commit a2d8f634de )
2023-04-13 10:42:44 +07:00
Jan Kratochvil
ac496f72f2
8302191: Performance degradation for float/double modulo on Linux
...
Reviewed-by: dholmes, sviswanathan
(cherry picked from commit 37774556da )
2023-04-13 10:42:44 +07:00
Justin King
e9800edf2e
8304683: Memory leak in WB_IsMethodCompatible
...
Reviewed-by: thartmann
(cherry picked from commit 760c0128a4 )
2023-04-13 10:42:44 +07:00
Ludvig Janiuk
ac36267b12
8304134: jib bootstrapper fails to quote filename when checking download filetype
...
Reviewed-by: erikj
(cherry picked from commit 75168eaca3 )
2023-04-13 10:42:44 +07:00
Johan Sjölen
7a205e6ecd
8301498: Replace NULL with nullptr in cpu/x86
...
Reviewed-by: dholmes, kvn
(cherry picked from commit 4154a980ca )
2023-04-13 10:42:43 +07:00
Coleen Phillimore
98e5e9d981
8304089: Convert TraceDependencies to UL
...
Reviewed-by: vlivanov, dholmes
(cherry picked from commit ddf1e34c1a )
2023-04-13 10:42:43 +07:00
Adam Sotona
8a3942879d
8294972: Convert jdk.jlink internal plugins to use the Classfile API
...
Reviewed-by: mchung, alanb
(cherry picked from commit 358c61b58d )
2023-04-13 10:42:43 +07:00
Albert Mingkun Yang
38a2b37786
8304657: G1: Rename set_state_empty to set_state_untracked
...
Reviewed-by: tschatzl
(cherry picked from commit c74507eeb3 )
2023-04-13 10:42:42 +07:00
Albert Mingkun Yang
a632b29807
8304144: G1: Remove unnecessary is_survivor check in G1ClearCardTableTask
...
Reviewed-by: tschatzl, ysr
(cherry picked from commit ca94287d2b )
2023-04-13 10:42:42 +07:00
Daniel Jeliński
c07af0be2b
8304286: java/net/SocketOption/OptionsTest.java failing after JDK-8302659
...
Reviewed-by: dfuchs
(cherry picked from commit eda0065107 )
2023-04-13 10:42:42 +07:00
Wang Haomin
105a955d78
8303804: Fix some errors of If-VectorTest and CMove-VectorTest
...
Reviewed-by: qamai, thartmann
(cherry picked from commit c039d26603 )
2023-04-13 10:42:42 +07:00
Adam Sotona
457079db85
8304502: Classfile API class hierarchy makes assumptions when class is not resolved
...
Reviewed-by: jpai
(cherry picked from commit 0156909ab3 )
2023-04-13 10:42:41 +07:00
Chris Plummer
7196707dd0
8290200: com/sun/jdi/InvokeHangTest.java fails with "Debuggee appears to be hung"
...
Reviewed-by: amenkov, lmesnik, sspitsyn, dcubed
(cherry picked from commit 0deb648985 )
2023-04-13 10:42:41 +07:00
Chen Liang
faed1b9e7c
8304139: Add <init> and <clinit> method constants to ConstantDescs
...
Reviewed-by: mchung
(cherry picked from commit 019fcd819c )
2023-04-13 10:42:41 +07:00
Christian Hagedorn
4e9a3156b4
8304680: Problemlist compiler/sharedstubs/SharedStubToInterpTest.java
...
Reviewed-by: thartmann
(cherry picked from commit d6f20e2fbf )
2023-04-13 10:42:41 +07:00
Chen Liang
5b092754d2
8304180: Constant Descriptors for MethodHandles::classData and classDataAt
...
Reviewed-by: jvernee, mchung
(cherry picked from commit d788a1bb80 )
2023-04-13 10:42:41 +07:00
Coleen Phillimore
30e8054cb8
8299494: Test vmTestbase/nsk/stress/except/except011.java failed: ExceptionInInitializerError: target class not found
...
Reviewed-by: dholmes, dcubed
(cherry picked from commit bbde2158d1 )
2023-04-13 10:42:41 +07:00
Xiaolin Zheng
fde0fc8dff
8304387: Fix positions of shared static stubs / trampolines
...
Reviewed-by: adinn, fyang
(cherry picked from commit 1c04686cd6 )
2023-04-13 10:42:40 +07:00
Matthias Baesken
016d719397
8304334: java/awt/color/ICC_ColorSpace/ToFromCIEXYZRoundTrip.java times out on slow platforms
...
Reviewed-by: lucy, serb, prr
(cherry picked from commit c65bb2c58e )
2023-04-13 10:42:40 +07:00
Raffaello Giulietti
7355b52c89
8303648: Add String.indexOf(String str, int beginIndex, int endIndex)
...
Reviewed-by: rriggs
(cherry picked from commit 4bf1fbb06d )
2023-04-13 10:42:40 +07:00
Jan Lahoda
200d2a065f
8304537: Ant-based langtools build fails after JDK-8015831 Add lint check for calling overridable methods from a constructor
...
Reviewed-by: vromero, erikj
(cherry picked from commit c4df9b5f17 )
2023-04-13 10:42:40 +07:00
Jasmine K
cba0f0d156
8304230: LShift ideal transform assertion
...
Reviewed-by: thartmann
(cherry picked from commit a6b72f56f5 )
2023-04-13 10:42:40 +07:00
Varada M
2714091bd5
8303948: HsErrFileUtils.checkHsErrFileContent() fails to check the last pattern.
...
Reviewed-by: dholmes, stuefe
(cherry picked from commit a72ba38347 )
2023-04-13 10:42:39 +07:00
Vitaly Provodin
010ecf92da
fixup! Added JBR API
2023-04-13 10:42:39 +07:00
Mandy Chung
c1dc56d300
8304542: Convert use of internal VM::classFileVersion to ClassFileFormatVersion
...
Reviewed-by: alanb
(cherry picked from commit bbca7c3ede )
2023-04-13 10:42:39 +07:00
Naoto Sato
7ecf40de94
8303018: Unicode Emoji Properties
...
Reviewed-by: prr, erikj, rriggs
(cherry picked from commit f593a6b52e )
2023-04-13 10:42:39 +07:00
Serguei Spitsyn
fdfeedd327
8304303: implement VirtualThread class notifyJvmti methods as C2 intrinsics
...
Reviewed-by: vlivanov, lmesnik
(cherry picked from commit bc0ed730f2 )
2023-04-13 10:42:39 +07:00
Kim Barrett
54dde4eaad
8304016: Add BitMap find_last suite of functions
...
Reviewed-by: stefank, aboldtch
(cherry picked from commit 2d0d057d66 )
2023-04-13 10:42:39 +07:00
Maurizio Cimadamore
5486602524
8304420: Regression ~11% with Javac-Generates on all platforms in b14
...
Reviewed-by: vromero
(cherry picked from commit 42723dcb18 )
2023-04-13 10:42:38 +07:00
Julian Waters
85113292ea
8304541: Modules THROW_MSG_ should return nullptr instead of JNI_FALSE
...
Reviewed-by: coleenp
(cherry picked from commit 19f2edd9b7 )
2023-04-13 10:42:38 +07:00
Mandy Chung
e6619d7f0f
8304163: Move jdk.internal.module.ModuleInfoWriter to the test library
...
Reviewed-by: jpai, alanb
(cherry picked from commit 622f239448 )
2023-04-13 10:42:38 +07:00
Tyler Steele
a6e7576ef9
8304364: [AIX] Build erroneously determines build disk is non-local when using GNU-utils df on AIX
...
Reviewed-by: erikj
(cherry picked from commit 4c8c9935eb )
2023-04-13 10:42:38 +07:00
Thomas Schatzl
cbd7882da1
8304393: Provide method to iterate over regions of humongous object in G1
...
Reviewed-by: iwalulya, ayang
(cherry picked from commit 4ed7350573 )
2023-04-13 10:42:38 +07:00
Matias Saavedra Silva
8c8629d66c
8301715: CDS should be disabled in exploded JDK
...
Reviewed-by: ccheung, coleenp
(cherry picked from commit eb73fa833c )
2023-04-13 10:42:37 +07:00
Jonathan Gibbons
355c580bda
8304433: cleanup sentence breaker code in DocTreeMaker
...
Reviewed-by: hannesw
(cherry picked from commit 80e979720a )
2023-04-13 10:42:37 +07:00
Archie L. Cobbs
db28a91fab
8304443: bootcycle builds fail after JDK-8015831
...
Reviewed-by: vromero
(cherry picked from commit c396f1ed8b )
2023-04-13 10:42:37 +07:00
Viktor Klang
381e7b9556
8303742: CompletableFuture.orTimeout leaks if the future completes exceptionally
...
Reviewed-by: jpai, alanb
(cherry picked from commit ded6a81319 )
2023-04-13 10:42:37 +07:00
Albert Mingkun Yang
c06a86519f
8304411: Remove unused CardTable::clear
...
Reviewed-by: tschatzl
(cherry picked from commit 652bda0af8 )
2023-04-13 10:42:37 +07:00
Daniel Jeliński
d990ff430b
8304174: Remove delays from httpserver tests
...
Reviewed-by: jpai, dfuchs
(cherry picked from commit 450567031e )
2023-04-13 10:42:36 +07:00
Feilong Jiang
f9dce4809a
8304293: RISC-V: JDK-8276799 missed atomic intrinsic support for C1
...
Reviewed-by: fyang, yzhu
(cherry picked from commit c09f83ec25 )
2023-04-13 10:42:36 +07:00
Archie L. Cobbs
8d6d49a272
7016187: javac -h could generate conflict .h for inner class and class name with '_'
...
Reviewed-by: vromero
(cherry picked from commit e339e183c1 )
2023-04-13 10:42:36 +07:00
Chris Plummer
dbe02ebb50
8304437: ProblemList com/sun/jdi/ThreadMemoryLeadTest.java with ZGC
...
Reviewed-by: jpai, dcubed
(cherry picked from commit 033c0b17cb )
2023-04-13 10:42:36 +07:00
Yudi Zheng
34438da9fb
8304138: [JVMCI] Test FailedSpeculation existence before appending.
...
Reviewed-by: kvn, dnsimon
(cherry picked from commit 7503ecc0f1 )
2023-04-13 10:42:36 +07:00
Chris Plummer
ecf685872f
8297638: Memory leak in case of many started-dead threads
...
Reviewed-by: amenkov, sspitsyn
(cherry picked from commit f8482c20f4 )
2023-04-13 10:42:35 +07:00
Alexander Matveev
8c92ebab8f
8298995: tools/jpackage/share/AddLauncherTest.java#id1 failed "AddLauncherTest.test; checks=53"
...
Reviewed-by: asemenyuk
(cherry picked from commit c56f011baa )
2023-04-13 10:42:35 +07:00
Archie L. Cobbs
c40ebf6e9f
8014021: TreeMaker.Params behaves inconsistently when the owning method has the same number of parameters as the number of parameter types requested
...
Reviewed-by: vromero, jlahoda
(cherry picked from commit 254288a518 )
2023-04-13 10:42:35 +07:00
Archie L. Cobbs
b3362c9611
8015831: Add lint check for calling overridable methods from a constructor
...
6557145: Warn about calling abstract methods in constructors
Reviewed-by: ihse, vromero, mcimadamore
(cherry picked from commit 8f5bb538ab )
2023-04-13 10:42:35 +07:00
Archie L. Cobbs
704a673e01
8180387: com.sun.source.util.JavacTask should have a protected constructor.
...
Reviewed-by: vromero
(cherry picked from commit b085ab9316 )
2023-04-13 10:42:35 +07:00
Maxim Kartashev
422fdf94b0
JBR-5483 MacOSXWatchService assumes that the default file system is the UnixFileSystem, which might not be the case
2023-04-10 18:46:29 +04:00
Frederic Parain
bb9f30424f
8292818: replace 96-bit representation for field metadata with variable-sized streams
...
Co-authored-by: John R Rose <jrose@openjdk.org >
Co-authored-by: Chris Plummer <cjplummer@openjdk.org >
Reviewed-by: dholmes, coleenp, cjplummer, dnsimon
2023-04-10 15:04:00 +02:00
Vladimir Dvorak
080d12f48d
JBR-5183 - ref openjdk/8292818 - special access flags removed
2023-04-10 14:48:46 +02:00
Tingjun Yuan
233957e1eb
8269843: typo in LinkedHashMap::removeEldestEntry spec
...
Reviewed-by: martin
2023-04-10 14:48:06 +02:00
Maxim Kartashev
989a28c80f
JBR-5466 jb/hotspot/JNIRefsInCrashLog.java: 'hs_err_42.txt' missing from stdout/stderr
2023-04-10 10:13:24 +04:00
Coleen Phillimore
50cb4ab53b
8298469: Obsolete legacy parallel class loading workaround for non-parallel-capable class loaders
...
Reviewed-by: dholmes, fparain
(cherry picked from commit 932be3542d )
2023-04-09 09:13:36 +07:00
Alex Menkov
1842b6a831
8303921: serviceability/sa/UniqueVtableTest.java timed out
...
Reviewed-by: cjplummer, sspitsyn
(cherry picked from commit 02a4ee206a )
2023-04-09 09:07:43 +07:00
Naoto Sato
77605fc323
8304367: jlink --include-locales=* attempts to parse non .class resource files with classfile reader
...
Reviewed-by: mchung, lancea, jpai
(cherry picked from commit 4486f1b720 )
2023-04-09 09:07:42 +07:00
Leonid Mesnik
31abaf4304
8303697: ProcessTools doesn't print last line of process output
...
Reviewed-by: dholmes, stuefe
(cherry picked from commit 8d2ebf248e )
2023-04-09 09:07:41 +07:00
Leonid Mesnik
8306ef5103
8304314: StackWalkTest.java fails after CODETOOLS-7903373
...
Reviewed-by: alanb, mchung
(cherry picked from commit d5a150706e )
2023-04-09 09:07:39 +07:00
Damon Fenacci
a184e6b364
8303069: Memory leak in CompilerOracle::parse_from_line
...
Reviewed-by: thartmann, jcking
(cherry picked from commit 384a8b85a7 )
2023-04-09 09:07:37 +07:00
Afshin Zafari
6828358eaa
8301684: Fix test code to not get finalizer deprecation warnings
...
Reviewed-by: coleenp, dholmes
(cherry picked from commit 6dd6c15ed4 )
2023-04-09 09:07:36 +07:00
Afshin Zafari
85f391aef2
8292059: Do not inline InstanceKlass::allocate_instance()
...
Reviewed-by: coleenp, stefank
(cherry picked from commit cb4ae1922d )
2023-04-09 09:07:34 +07:00
Adam Sotona
f991c6c31e
8304164: jdk/classfile/CorpusTest.java still fails after JDK-8303910
...
Reviewed-by: jpai
(cherry picked from commit b2639e1d62 )
2023-04-09 09:07:32 +07:00
Johan Sjölen
d10019f897
8304130: Add runtime/StackGuardPages/TestStackGuardPagesNative.java to ProblemList.txt
...
Reviewed-by: dcubed
(cherry picked from commit 620564ac61 )
2023-04-09 09:07:30 +07:00
Richard Reingruber
c02ee26c05
8299375: [PPC64] GetStackTraceSuspendedStressTest tries to deoptimize frame with invalid fp
...
Reviewed-by: mdoerr
(cherry picked from commit 9d518c528b )
2023-04-09 09:07:29 +07:00
Matthias Baesken
af2b2958c6
8304063: tools/jpackage/share/AppLauncherEnvTest.java fails when checking LD_LIBRARY_PATH
...
Reviewed-by: asemenyuk, almatvee
(cherry picked from commit ebac7eec8e )
2023-04-09 09:07:27 +07:00
Kosta Stojiljkovic
15f998d2d6
8304242: CPUInfoTest fails because "serialize" CPU feature is not known
...
Reviewed-by: kvn, sviswanathan, thartmann
(cherry picked from commit 36995c5a75 )
2023-04-09 09:07:26 +07:00
Prasanta Sadhukhan
0c80292fab
7154070: in SwingSet2, switching between LaFs it's easy to lose JTable dividers
...
6788475: Changing to Nimbus LAF and back doesn't reset look and feel of JTable completely
Reviewed-by: tr, abhiscxk, honkar, jdv
(cherry picked from commit 6b42275461 )
2023-04-09 09:07:25 +07:00
Pavel Rappo
9c9d9f575a
8304146: Refactor VisibleMemberTable (LocalMemberTable)
...
Reviewed-by: jjg
(cherry picked from commit 8eed7dea7b )
2023-04-09 09:07:24 +07:00
David Holmes
3410cb59d5
8303150: DCmd framework unnecessarily creates a DCmd instance on registration
...
Reviewed-by: fparain, stuefe, kevinw
(cherry picked from commit a487a270dc )
2023-04-09 09:07:24 +07:00
Chen Liang
032637611e
8304360: Test to ensure ConstantDescs fields work
...
Reviewed-by: mchung, jvernee
(cherry picked from commit 2e987d798a )
2023-04-09 09:07:23 +07:00
Jaikiran Pai
8190db36ea
8304225: Remove javax/script/Test7.java from ProblemList
...
Reviewed-by: naoto
(cherry picked from commit 2f23c80e0d )
2023-04-09 09:07:23 +07:00
Ivan Walulya
dbd2782aed
8191565: Last-ditch Full GC should also move humongous objects
...
Reviewed-by: tschatzl, sjohanss
(cherry picked from commit 96889bf3e4 )
2023-04-09 09:07:13 +07:00
Albert Mingkun Yang
7f0e11a2ff
8304055: G1: Remove OldGCAllocRegion::release
...
Reviewed-by: iwalulya, tschatzl
(cherry picked from commit f629152021 )
2023-04-09 08:36:00 +07:00
Albert Mingkun Yang
aadcb3fb23
8303749: Serial: Use more strict card table API
...
Reviewed-by: tschatzl, iwalulya
(cherry picked from commit b5108b4f37 )
2023-04-09 08:35:59 +07:00
Chen Liang
18aaac1387
8304161: Add TypeKind.from to derive from TypeDescriptor.OfField
...
Reviewed-by: jvernee
(cherry picked from commit 7dbab81d3c )
2023-04-09 08:35:58 +07:00
Jorn Vernee
2f12efbff9
8303684: Lift upcall sharing mechanism to AbstractLinker (mainline)
...
Reviewed-by: mcimadamore
(cherry picked from commit d4eb395335 )
2023-04-09 08:35:58 +07:00
Per Minborg
e2079c110b
8304283: Modernize the switch statements in jdk.internal.foreign
...
Reviewed-by: mcimadamore
(cherry picked from commit dfc7214a3e )
2023-04-09 08:35:57 +07:00
Ilya Korennoy
cc11833dce
8293324: ciField.hpp has two methods to return field's offset
...
Reviewed-by: thartmann
(cherry picked from commit 7277bb19f1 )
2023-04-09 08:35:57 +07:00
Damon Fenacci
4b23cf8c74
8303154: Investigate and improve instruction cache flushing during compilation
...
Reviewed-by: thartmann, kvn
(cherry picked from commit b7945bc9e5 )
2023-04-09 08:35:55 +07:00
Abhishek Kumar
5b8bbfb931
8283400: [macos] a11y : Screen magnifier does not reflect JRadioButton value change
...
Reviewed-by: serb, asemenov
(cherry picked from commit eefbaa2956 )
2023-04-09 08:35:53 +07:00
changpeng1997
a412a38ad7
8302906: AArch64: Add SVE backend support for vector unsigned comparison
...
Reviewed-by: aph, eliu
(cherry picked from commit 42dd9077a0 )
2023-04-09 08:35:52 +07:00
Jorn Vernee
4bb8136cad
8303022: "assert(allocates2(pc)) failed: not in CodeBuffer memory" When linking downcall handle
...
Reviewed-by: kvn, vlivanov
(cherry picked from commit 2b81faeb35 )
2023-04-09 08:35:51 +07:00
Weijun Wang
e6a7398b33
8304264: Debug messages always show up for NativeGSS
...
Reviewed-by: mullan
(cherry picked from commit be08a256ab )
2023-04-09 08:35:50 +07:00
Daniel Jeliński
7ce3c3a48c
8304287: Problemlist java/net/SocketOption/OptionsTest.java
...
Reviewed-by: dfuchs
(cherry picked from commit 1ae69e3e91 )
2023-04-09 08:35:49 +07:00
Vladimir Kozlov
3f4ede1228
8304267: JDK-8303415 missed change in Zero Interpreter
...
Reviewed-by: dcubed
(cherry picked from commit 116627dfb0 )
2023-04-09 08:35:48 +07:00
Matthew Donovan
26486ba9cf
8284047: Harmonize/Standardize the SSLSocket/SSLEngine/SSLSocketSSLEngine test templates
...
Reviewed-by: rhalade
(cherry picked from commit 824a5e4c60 )
2023-04-09 08:35:41 +07:00
Leonid Mesnik
8c5204e7b1
8300317: vmTestbase/nsk/stress/strace/strace* tests fail with "ERROR: wrong lengths of stack traces"
...
Reviewed-by: dholmes, mseledtsov
(cherry picked from commit 7ad48ea3ad )
2023-04-09 08:35:39 +07:00
Rich DiCroce
979a019155
8302659: Modernize Windows native code for NetworkInterface
...
Reviewed-by: ihse, djelinski, alanb, michaelm
(cherry picked from commit 35a2969057 )
2023-04-09 08:35:36 +07:00
Emanuel Peter
9c4dc04f4e
8298935: fix independence bug in create_pack logic in SuperWord::find_adjacent_refs
...
Reviewed-by: kvn, jbhateja
(cherry picked from commit 01e6920581 )
2023-04-09 08:35:35 +07:00
Julian Waters
3f93227718
8301308: Remove version conditionalization for gcc/clang PRAGMA_DIAG_PUSH/POP
...
Reviewed-by: kbarrett, dholmes
(cherry picked from commit 3d77e217b2 )
2023-04-09 08:35:34 +07:00
Johan Sjölen
86cb03f542
8270865: Print process ID with -Xlog:os
...
Reviewed-by: dholmes, ccheung
(cherry picked from commit e3777b0c49 )
2023-04-09 08:35:32 +07:00
Arno Zeller
4d0e709f64
8304030: Configure call fails on AIX when using --with-gtest option.
...
Reviewed-by: mbaesken, erikj
(cherry picked from commit 349139b2cc )
2023-04-09 08:35:31 +07:00
Adam Sotona
c3a0f57bea
8294962: Convert java.base/jdk.internal.module package to use the Classfile API to modify and write module-info.class
...
Reviewed-by: alanb, mchung
(cherry picked from commit 714b5f036f )
2023-04-09 08:35:31 +07:00
Alexandre Iline
f92870a651
8304171: Fix layout of JCov instrumented bundle on Mac OS
...
Reviewed-by: erikj
(cherry picked from commit 065d3e0d58 )
2023-04-09 08:35:29 +07:00
Leonid Mesnik
a1e51a1ff4
8303705: Field sleeper.started should be volatile JdbLockTestTarg.java
...
Reviewed-by: dholmes
(cherry picked from commit cd41c69d44 )
2023-04-09 08:35:28 +07:00
Harshitha Onkar
fdff88860a
8301998: Update HarfBuzz to 7.0.1
...
Reviewed-by: erikj, prr
(cherry picked from commit f5c8b68c1c )
2023-04-09 08:35:24 +07:00
Daniel D. Daugherty
15af2e6197
8304172: ProblemList serviceability/sa/UniqueVtableTest.java
...
8304175: ProblemList compiler/vectorapi/VectorLogicalOpIdentityTest.java on 2 platforms
Reviewed-by: azvegint
(cherry picked from commit 617c15f5a1 )
2023-04-09 08:35:23 +07:00
Pavel Rappo
be2d39b422
8303882: Refactor some iterators in jdk.compiler
...
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org >
Reviewed-by: mcimadamore
(cherry picked from commit f81e1def8f )
2023-04-09 08:35:22 +07:00
Julian Waters
3c868f652f
8295884: Implement IDE support for Eclipse
...
Reviewed-by: erikj
(cherry picked from commit 45809fd0c0 )
2023-04-09 08:35:22 +07:00
Daniel Jeliński
4475061aed
8303814: getLastErrorString should avoid charset conversions
...
Reviewed-by: naoto, cjplummer, rriggs
(cherry picked from commit baf11e734f )
2023-04-09 08:34:33 +07:00
Calvin Cheung
d76c71c743
8302795: Shared archive failed on old version class with jsr bytecode
...
Reviewed-by: minqi, matsaave
(cherry picked from commit 830fd41346 )
2023-04-09 08:34:32 +07:00
Kevin Walls
9b02abdb39
8298966: Deprecate JMX Subject Delegation and the method JMXConnector.getMBeanServerConnection(Subject) for removal.
...
Reviewed-by: mchung, dfuchs
(cherry picked from commit 4e631fa43f )
2023-04-09 08:34:16 +07:00
Alexey Bakhtin
d08e7d141f
8303809: Dispose context in SPNEGO NegotiatorImpl
...
Reviewed-by: dfuchs, weijun
(cherry picked from commit 10f1674625 )
2023-04-09 08:34:16 +07:00
Hannes Wallnöfer
94990b88ce
8303895: Simplify and clean up LinkFactory code
...
Reviewed-by: prappo
(cherry picked from commit 9f9ab02ff6 )
2023-04-09 08:34:15 +07:00
Thomas Stuefe
7b5cf38285
8303861: Error handling step timeouts should never be blocked by OnError and others
...
Reviewed-by: dholmes, rkennke
(cherry picked from commit a00f5d24d3 )
2023-04-09 08:34:15 +07:00
Jamil Nimeh
c6e0fbd956
8300939: sun/security/provider/certpath/OCSP/OCSPNoContentLength.java fails due to network errors
...
Reviewed-by: djelinski, weijun
(cherry picked from commit da044dd569 )
2023-04-09 08:34:14 +07:00
Christian Hagedorn
7698a4cf53
8299546: C2: MulLNode::mul_ring() wrongly returns bottom type due to casting errors with large numbers
...
Reviewed-by: iveresov, kvn, qamai
(cherry picked from commit c466cdf973 )
2023-04-09 08:34:14 +07:00
Coleen Phillimore
d4fc984bb9
8304059: Use InstanceKlass in dependencies
...
Reviewed-by: vlivanov, thartmann
(cherry picked from commit 55aa122462 )
2023-04-09 08:34:12 +07:00
Vladimir Kozlov
0296c7f697
8303415: Add VM_Version::is_intrinsic_supported(id)
...
Reviewed-by: thartmann, dholmes
(cherry picked from commit ec1eb00ed3 )
2023-04-09 08:34:11 +07:00
Eirik Bjorsnos
bc0f71bf42
8303410: Remove ContentSigner APIs and jarsigner -altsigner and -altsignerpath options
...
Reviewed-by: weijun
(cherry picked from commit 31680b2bcf )
2023-04-09 08:34:09 +07:00
Ivan Walulya
10b133112a
8304015: G1: Metaspace-induced GCs should not trigger maximal compaction
...
Reviewed-by: ayang, tschatzl
(cherry picked from commit 0cc0f063e2 )
2023-04-09 08:34:08 +07:00
Adam Sotona
14d083c2ef
8303910: jdk/classfile/CorpusTest.java failed 1 of 6754 tests
...
Reviewed-by: jpai
(cherry picked from commit 43eca1dcb1 )
2023-04-09 08:34:07 +07:00
Matthias Baesken
54933abffc
8303973: Library detection in runtime/ErrorHandling/TestDwarf.java fails on ppc64le RHEL8.5 for libpthread-2.28.so
...
Reviewed-by: chagedorn
(cherry picked from commit b6d70f2c49 )
2023-04-09 08:34:06 +07:00
Julian Waters
fb1feaaa37
8301244: Tidy up compiler specific warnings files
...
Reviewed-by: kbarrett, dholmes
(cherry picked from commit 2bb990edde )
2023-04-09 08:34:05 +07:00
Alisen Chung
c88cf8a482
8303482: Update LCMS to 2.15
...
Reviewed-by: serb, prr, dnguyen
(cherry picked from commit c073ef2ed5 )
2023-04-09 08:34:04 +07:00
Feilong Jiang
b080b5f97b
8303955: RISC-V: Factor out the tmp parameter from copy_memory and copy_memory_v
...
Reviewed-by: fyang, yzhu
(cherry picked from commit 49181b81dd )
2023-04-09 08:34:03 +07:00
Pavel Rappo
028ee0dd1a
8300517: Refactor VisibleMemberTable (method members)
...
Reviewed-by: jjg
(cherry picked from commit 7bbc5e0efb )
2023-04-09 08:34:02 +07:00
Patricio Chilano Mateo
8b4f5eeb4f
8303908: Add missing check in VTMS_transition_disable_for_all() for suspend mode
...
Reviewed-by: sspitsyn, dholmes
(cherry picked from commit a8f662ecb2 )
2023-04-09 08:34:01 +07:00
Ilarion Nakonechnyy
1a344b8ecd
8302491: NoClassDefFoundError omits the original cause of an error
...
Reviewed-by: coleenp, dholmes
(cherry picked from commit 5685107579 )
2023-04-09 08:34:01 +07:00
Justin King
855076e436
8303606: Memory leaks in Arguments::parse_each_vm_init_arg
...
Reviewed-by: dholmes, fparain
(cherry picked from commit 671a45219f )
2023-04-09 08:34:00 +07:00
Adam Sotona
8632cf69f4
8294974: Convert jdk.jshell/jdk.jshell.execution.LocalExecutionControl to use the Classfile API to instrument classes
...
Reviewed-by: jlahoda
(cherry picked from commit a95bc7acd0 )
2023-04-09 08:34:00 +07:00
Alexey Ivanov
93f37e54a1
8300727: java/awt/List/ListGarbageCollectionTest/AwtListGarbageCollectionTest.java failed with "List wasn't garbage collected"
...
Reviewed-by: prr, tr, serb
(cherry picked from commit f835aaafc7 )
2023-04-09 08:33:59 +07:00
Daniel Fuchs
a35eae7f52
8303965: java.net.http.HttpClient should reset the stream if response headers contain malformed header fields
...
Reviewed-by: jpai
(cherry picked from commit 466ffebcae )
2023-04-09 08:31:46 +07:00
Andrey Turbanov
29ab4c3c42
8303213: Avoid AtomicReference in TextComponentPrintable
...
Reviewed-by: serb, aivanov
(cherry picked from commit 431e702b67 )
2023-04-09 08:31:46 +07:00
Albert Mingkun Yang
c636f28393
8303824: Parallel: Use more strict card table API
...
Reviewed-by: tschatzl, iwalulya, ysr
(cherry picked from commit 4cf4c599b9 )
2023-04-09 08:31:45 +07:00
Jasmine K
47a71c8aac
8303238: Create generalizations for existing LShift ideal transforms
...
Reviewed-by: redestad, thartmann
(cherry picked from commit 8e41bf222f )
2023-04-09 08:31:45 +07:00
Thomas Schatzl
ede04aef2a
8303883: Confusing parameter name in G1UpdateRemSetTrackingBeforeRebuild::distribute_marked_bytes
...
Reviewed-by: ayang, iwalulya
(cherry picked from commit 805a4e6806 )
2023-04-09 08:31:44 +07:00
Adam Sotona
460b1a02fd
8294966: Convert jdk.jartool/sun.tools.jar.FingerPrint to use the ClassFile API to parse JAR entries
...
Reviewed-by: mchung
(cherry picked from commit 25e7ac226a )
2023-04-09 08:31:44 +07:00
Thomas Schatzl
e173983252
8303969: Limit printed failures within an object during G1 heap verification
...
Reviewed-by: ayang, iwalulya
(cherry picked from commit 3018b4705e )
2023-04-09 08:31:44 +07:00
Thomas Schatzl
5b8e810161
8303963: Replace various encodings of UINT/SIZE_MAX in gc code
...
Reviewed-by: ayang, kbarrett
(cherry picked from commit b575e54bc9 )
2023-04-09 08:31:43 +07:00
Vladimir Dvorak
609cfba72f
JBR-5183 - add new DeoptimizationScope from openjdk
2023-04-08 20:15:00 +02:00
Robbin Ehn
f6ed2b217c
8300926: Several startup regressions ~6-70% in 21-b6 all platforms
...
Reviewed-by: eosterlund, dcubed, coleenp
2023-04-08 19:51:44 +02:00
Tomas Zezula
ab95a18b44
8303646: [JVMCI] Add possibility to lookup ResolvedJavaType from jclass.
...
Reviewed-by: never
(cherry picked from commit 31e1e3975b )
2023-04-08 04:40:43 +07:00
Tomas Zezula
67ee8abe6a
8303678: [JVMCI] Add possibility to convert object JavaConstant to jobject.
...
Reviewed-by: never
(cherry picked from commit 1148a659a8 )
2023-04-08 04:40:43 +07:00
Daniel Skantz
eb40e2c4b5
8294715: Add IR checks to the reduction vectorization tests
...
Reviewed-by: rcastanedalo, epeter
(cherry picked from commit d20bde29f2 )
2023-04-08 04:40:41 +07:00
Eirik Bjorsnos
c03d9a1d35
8303922: build-test-lib target is broken
...
Reviewed-by: erikj, jwaters
(cherry picked from commit c313e1ac7b )
2023-04-08 04:40:41 +07:00
Daniel D. Daugherty
40f7ba9393
8304017: ProblemList com/sun/jdi/InvokeHangTest.java on windows-x64 in vthread mode
...
8304018: ProblemList javax/swing/JColorChooser/Test6827032.java on windows-x64
8304019: ProblemList java/awt/dnd/MissingDragExitEventTest/MissingDragExitEventTest.java on windows-x64
Reviewed-by: stuefe
(cherry picked from commit fbc76c2c78 )
2023-04-08 04:40:39 +07:00
Julian Waters
4e3f9c7286
8274400: HotSpot Style Guide should permit use of alignof
...
Reviewed-by: kbarrett, kvn, dholmes, dcubed
(cherry picked from commit a06426a52f )
2023-04-08 04:40:38 +07:00
Feilong Jiang
68c775f997
8303863: RISC-V: TestArrayStructs.java fails after JDK-8303604
...
Reviewed-by: jvernee, fyang
(cherry picked from commit 98a7a60fcb )
2023-04-08 04:40:38 +07:00
Alexander Matveev
7ac8ec5034
8299779: Test tools/jpackage/share/jdk/jpackage/tests/MainClassTest.java timed out
...
Reviewed-by: asemenyuk
(cherry picked from commit 0a4d54f7ce )
2023-04-08 04:40:37 +07:00
Kim Barrett
cd9c3af533
8303900: Rename BitMap search functions
...
Reviewed-by: stefank, aboldtch
(cherry picked from commit 2116928528 )
2023-04-08 04:40:36 +07:00
Daniel D. Daugherty
79638d365b
8304005: ProblemList serviceability/AsyncGetCallTrace/MyPackage/ASGCTBaseTest.java on linux-x64 in Xcomp mode
...
Reviewed-by: rriggs
(cherry picked from commit d7f4221bfe )
2023-04-08 04:40:35 +07:00
Stuart Marks
44c1a97016
8302513: remove sun.awt.util.IdentityLinkedList
...
Reviewed-by: serb, prr, aivanov
(cherry picked from commit 94de0a73de )
2023-04-08 04:40:35 +07:00
Man Cao
daef89ad32
8303937: Corrupted heap dumps due to missing retries for os::write()
...
Reviewed-by: cjplummer, dholmes
(cherry picked from commit bf16b5b988 )
2023-04-08 04:40:34 +07:00
Justin Lu
101459c21a
8299088: ClassLoader::defineClass2 throws OOME but JNI exception pending thrown by getUTF
...
Reviewed-by: mchung, naoto
(cherry picked from commit 6f54eda4a4 )
2023-04-08 04:40:34 +07:00
Justin Lu
3885a9ab15
8303853: Update ISO 3166 country codes table
...
Reviewed-by: naoto
(cherry picked from commit a3358b10ca )
2023-04-08 04:40:33 +07:00
Matias Saavedra Silva
27737c332f
8281941: Change CDS warning messages to use Unified Logging
...
Reviewed-by: dholmes, ccheung
(cherry picked from commit 206661d45f )
2023-04-08 04:40:32 +07:00
Erik Gahlin
732713e569
8303674: JFR: TypeLibrary class not thread safe
...
Reviewed-by: mgronlun
(cherry picked from commit 9dd7b87997 )
2023-04-08 04:40:32 +07:00
Matias Saavedra Silva
cb27864923
8303495: Unused path parameter in ClassLoader::add_to_app_classpath_entries(JavaThread* current, char* path, ...)
...
Reviewed-by: ccheung, dholmes
(cherry picked from commit c26e1d0148 )
2023-04-08 04:40:31 +07:00
Matias Saavedra Silva
2931d1a0cc
8303548: Arguments::get_default_shared_archive_path() should cache the result for future use
...
Reviewed-by: ccheung, dholmes
(cherry picked from commit 548d552bc1 )
2023-04-08 04:40:31 +07:00
Viktor Klang
9ba0c582a2
8302666: Replace CHM with VarHandle in ForeachOrderedTask
...
Reviewed-by: psandoz
(cherry picked from commit f2a36b4b52 )
2023-04-08 04:40:30 +07:00
Matthias Baesken
69ff690d70
8303949: gcc10 warning Linux ppc64le - note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
...
Reviewed-by: erikj, mdoerr
(cherry picked from commit a32ee5dd8b )
2023-04-08 04:40:30 +07:00
Tobias Holenstein
965ff062a9
8300821: UB: Applying non-zero offset to non-null pointer 0xfffffffffffffffe produced null pointer
...
Reviewed-by: kvn, thartmann
(cherry picked from commit 01312a002b )
2023-04-08 04:40:01 +07:00
Jorn Vernee
966a4a9695
8303001: Add test for re-entrant upcalls
...
Reviewed-by: mcimadamore
(cherry picked from commit 6d30bbe62c )
2023-04-08 04:40:00 +07:00
Matthew Donovan
73d03c4675
8296400: pointCrlIssuers might be null in DistributionPointFetcher::verifyURL
...
Reviewed-by: weijun
(cherry picked from commit de9f3b6aac )
2023-04-08 04:39:57 +07:00
Maurizio Cimadamore
e8e98f57e6
8303820: Simplify type metadata
...
Reviewed-by: vromero
(cherry picked from commit b9951dd639 )
2023-04-08 04:39:54 +07:00
Hannes Wallnöfer
4d30a9c016
8303349: Simplify link format for generic types in index pages
...
Reviewed-by: jjg
(cherry picked from commit 75d630621c )
2023-04-08 04:39:53 +07:00
Adam Sotona
411f8f62be
8294971: jdk.jlink jdk.tools.jimage.JImageTask is using ASM to verify classes
...
Reviewed-by: mchung
(cherry picked from commit b1d89f3066 )
2023-04-08 04:39:52 +07:00
Matthias Baesken
b97a72a11a
8303822: gtestMain should give more helpful output
...
Reviewed-by: lmesnik
(cherry picked from commit 0f26d09da8 )
2023-04-08 04:39:50 +07:00
David Holmes
e5609a5a30
8303624: The java.lang.Thread.FieldHolder can be null for JNI attaching threads
...
Reviewed-by: alanb, dcubed
(cherry picked from commit e26cc52600 )
2023-04-08 04:39:50 +07:00
Viktor Klang
00394ceaf5
8302360: Atomic*.compareAndExchange Javadoc unclear
...
Reviewed-by: martin, dholmes
(cherry picked from commit d06308c54a )
2023-04-08 04:39:49 +07:00
Patricio Chilano Mateo
82f22dae24
8302779: HelidonAppTest.java fails with "assert(_cb == CodeCache::find_blob(pc())) failed: Must be the same" or SIGSEGV
...
Reviewed-by: coleenp, sspitsyn
(cherry picked from commit 8b740b4609 )
2023-04-08 04:39:47 +07:00
Christoph Langer
5c06bb4302
8303691: Fedora based devkit build should load more packages from archive location
...
Reviewed-by: mbaesken, erikj
(cherry picked from commit 562c8fc668 )
2023-04-08 04:39:47 +07:00
Alex Menkov
90d7b4ee34
8303924: ProblemList serviceability/sa/UniqueVtableTest.java on Linux
...
Reviewed-by: dcubed
(cherry picked from commit e930b63a8f )
2023-04-08 04:39:46 +07:00
Chris Plummer
c1fbe6fc47
8303609: ProblemList serviceability/sa/TestSysProps.java with ZGC
...
Reviewed-by: dcubed
(cherry picked from commit af0ca78a8f )
2023-04-08 04:39:44 +07:00
Chris Plummer
3c2e9b99a5
8289765: JDI EventSet/resume/resume008 failed with "ERROR: suspendCounts don't match for : VirtualThread-unparker"
...
Reviewed-by: sspitsyn, kevinw
(cherry picked from commit 8b0eb7299a )
2023-04-08 04:39:43 +07:00
Johan Sjölen
705f5d6922
8301074: Replace NULL with nullptr in share/opto/
...
Reviewed-by: kvn, jwilhelm
(cherry picked from commit 5726d31e56 )
2023-04-08 04:39:43 +07:00
Justin King
917b5b0774
8300783: Consolidate byteswap implementations
...
Reviewed-by: kbarrett, kvn
(cherry picked from commit a9dba56568 )
2023-04-08 04:39:42 +07:00
Adam Sotona
abc9a8f780
8303915: javadoc build failure after JDK-8294959
...
Reviewed-by: jjg
(cherry picked from commit 769e740181 )
2023-04-08 04:39:40 +07:00
Alex Menkov
5921c637a8
8303489: Add a test to verify classes in vmStruct have unique vtables
...
Reviewed-by: cjplummer, sspitsyn
(cherry picked from commit f9aadb943c )
2023-04-08 04:39:38 +07:00
Adam Sotona
211e652303
8294959: java.base java.lang.Module uses ASM to load module-info.class
...
Reviewed-by: mchung
(cherry picked from commit 595645c76d )
2023-04-08 04:39:37 +07:00
Thomas Schatzl
84719a5511
8303334: Further improve liveness/remembered set verification for G1
...
Reviewed-by: ayang, iwalulya
(cherry picked from commit 68b5eef44f )
2023-04-08 04:39:36 +07:00
Julian Waters
8730eaff5f
8303760: Visual Studio should use the primary variant in the IDE
...
Reviewed-by: erikj
(cherry picked from commit 3227b49a7a )
2023-04-08 04:39:34 +07:00
Leonid Mesnik
18377b4d1f
8303702: Provide ThreadFactory to create platform/virtual threads for com/sun/jdi tests
...
Reviewed-by: cjplummer, sspitsyn
(cherry picked from commit cdcf5c1ed8 )
2023-04-08 04:39:31 +07:00
Adam Sotona
af12220bd0
8294982: Implementation of Classfile API
...
Reviewed-by: ihse, psandoz, mcimadamore
(cherry picked from commit 4655b790d0 )
2023-04-08 04:39:28 +07:00
Pavel Rappo
f006d92931
8303881: Mixed, minor cleanup in jdk.compiler
...
Reviewed-by: mcimadamore
(cherry picked from commit 1e9942aa11 )
2023-04-08 04:39:26 +07:00
Albert Mingkun Yang
d0bce7a94c
8303467: Serial: Refactor reference processor
...
Reviewed-by: tschatzl, iwalulya
(cherry picked from commit 7e01534590 )
2023-04-08 04:39:24 +07:00
Jatin Bhateja
27a5c0abea
8303105: LoopRangeStrideTest fails IR verification on x86
...
Reviewed-by: thartmann
(cherry picked from commit 713def0bf2 )
2023-04-08 04:39:23 +07:00
Ahmed Muhsin
3cd14b6e28
8274264: Not all of G1 young collection verification honors the verification type
...
Reviewed-by: ayang, tschatzl
(cherry picked from commit 34a92466a6 )
2023-04-08 04:39:21 +07:00
Matthias Baesken
2eb2c301ae
8303576: addIdentitiesToKeystore in KeystoreImpl.m needs CFRelease call in early potential CHECK_NULL return
...
Reviewed-by: weijun
(cherry picked from commit a7e308ab6e )
2023-04-08 04:39:21 +07:00
Alan Bateman
1b39c22fee
8303509: Socket setTrafficClass does not work for IPv4 connections when IPv6 enabled
...
Reviewed-by: djelinski, michaelm
(cherry picked from commit dd79410824 )
2023-04-08 04:39:20 +07:00
Roland Westrelin
26e814c8d5
8300258: C2: vectorization fails on simple ByteBuffer loop
...
Co-authored-by: Emanuel Peter <epeter@openjdk.org >
Reviewed-by: epeter, kvn
(cherry picked from commit dc523a58a6 )
2023-04-08 04:39:18 +07:00
Roland Westrelin
38a4839775
8303564: C2: "Bad graph detected in build_loop_late" after a CMove is wrongly split thru phi
...
Reviewed-by: kvn, thartmann
(cherry picked from commit 5e232cf0a9 )
2023-04-08 04:39:12 +07:00
Vladimir Kozlov
c926d740f2
8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
...
Reviewed-by: sviswanathan, jbhateja, vlivanov
(cherry picked from commit 8cfd74f76a )
2023-04-08 04:39:10 +07:00
Justin Lu
e1e3df9569
8171156: Class java.util.LocaleISOData has outdated information for country Code NP
...
Reviewed-by: naoto
(cherry picked from commit 02875e77fd )
2023-04-08 04:39:08 +07:00
Doug Simon
4bdd8428ab
8299570: [JVMCI] Insufficient error handling when CodeBuffer is exhausted
...
Reviewed-by: never, adinn, aph
(cherry picked from commit ad326fc62b )
2023-04-08 04:39:06 +07:00
Eirik Bjorsnos
35e3c19f9b
8303833: java.util.LocaleISOData has wrong comments for 'Norwegian Bokmål' and 'Volapük'
...
Reviewed-by: naoto
(cherry picked from commit 05ceb37a2c )
2023-04-08 04:39:03 +07:00
Daniel D. Daugherty
44866278ca
8303839: [BACKOUT] JDK-8302799 and JDK-8302189
...
Reviewed-by: dholmes
(cherry picked from commit 25de2228ac )
2023-04-08 04:39:01 +07:00
Rajan Halade
d5cd0bb624
8282201: Consider removal of expiry check in VerifyCACerts.java test
...
Reviewed-by: xuelei, mullan
(cherry picked from commit 5b43804b79 )
2023-04-08 04:38:59 +07:00
Vladimir Kozlov
3835a665dd
8302508: Add timestamp to the output TraceCompilerThreads
...
Reviewed-by: thartmann
(cherry picked from commit f813dc7183 )
2023-04-08 04:38:57 +07:00
Hannes Wallnöfer
0ed94b65b4
8302161: Upgrade jQuery UI to version 1.13.2
...
Reviewed-by: jjg
(cherry picked from commit 404d5bddb9 )
2023-04-08 04:38:56 +07:00
Xue-Lei Andrew Fan
a020197f36
8303617: update for deprecated sprintf for jdk.jdwp.agent
...
Reviewed-by: cjplummer, sspitsyn
(cherry picked from commit d287a5e9d8 )
2023-04-08 04:38:55 +07:00
Justin King
193235c9c4
8303605: Memory leaks in Metaspace gtests
...
Reviewed-by: stuefe, dholmes
(cherry picked from commit ddcb369cea )
2023-04-08 04:38:52 +07:00
Daniel Fuchs
0b197536bd
8303682: Simplify HttpClient DebugLogger
...
Reviewed-by: jpai
(cherry picked from commit 56512cfe1f )
2023-04-08 04:38:50 +07:00
Matthias Baesken
e15da5944e
8303575: adjust Xen handling on Linux aarch64
...
Reviewed-by: lucy, mdoerr
(cherry picked from commit 8eaf84f094 )
2023-04-08 04:38:47 +07:00
Tobias Holenstein
e1df12f823
8303443: IGV: Syntax highlighting and resizing for filter editor
...
Reviewed-by: rcastanedalo, thartmann
(cherry picked from commit d988252378 )
2023-04-08 04:38:46 +07:00
Kevin Walls
6fd19e4179
8303136: MemoryPoolMBean/isCollectionUsageThresholdExceeded/isexceeded005 failed with "isCollectionUsageThresholdExceeded() returned true, while threshold = 1 and used = 0"
...
Reviewed-by: cjplummer, sspitsyn
(cherry picked from commit afda8fbf0b )
2023-04-08 04:38:45 +07:00
Andrey Turbanov
f08154f799
8303690: Prefer ArrayList to LinkedList in com.sun.jmx.mbeanserver.Introspector
...
Reviewed-by: stsypanov, kevinw, cjplummer, sspitsyn
(cherry picked from commit 1d071d0817 )
2023-04-08 04:38:43 +07:00
Prasanta Sadhukhan
6f71ea5f3c
8252255: Blurry rendering of SwingNode with HiDPI scaling in JavaFX
...
Reviewed-by: kcr, aghaisas
(cherry picked from commit 09d469e5ad )
2023-04-08 04:38:38 +07:00
David Holmes
1a9f1fc9bb
8303799: [BACKOUT] JDK-8302801 Remove fdlibm C sources
...
Reviewed-by: darcy, bpb
(cherry picked from commit 21a6ab1e3e )
2023-04-08 04:38:36 +07:00
Kim Barrett
497619ddc2
8302189: Mark assertion failures noreturn
...
8302799: Refactor Debugging variable usage for noreturn crash reporting
Reviewed-by: dholmes, coleenp
(cherry picked from commit 5fa9bd4582 )
2023-04-08 04:38:35 +07:00
Erik Gahlin
865734eafe
8303622: JFR: Missing message with Objects.requireNonNull
...
Reviewed-by: mgronlun
(cherry picked from commit 9b10c69475 )
2023-04-08 04:38:33 +07:00
David Holmes
d6d89ca837
8286781: Replace the deprecated/obsolete gethostbyname and inet_addr calls
...
Co-authored-by: Daniel Jeliński <djelinski@openjdk.org >
Reviewed-by: kbarrett, djelinski
(cherry picked from commit d7298245d6 )
2023-04-08 04:38:33 +07:00
David Holmes
bae4b9b831
8303151: DCmd framework cleanups
...
Reviewed-by: jsjolen, stuefe, yyang
(cherry picked from commit 5f1108f8f0 )
2023-04-08 04:38:31 +07:00
Erik Gahlin
0df9b5aeab
8303681: JFR: RemoteRecordingStream::setMaxAge() should accept null
...
Reviewed-by: mgronlun
(cherry picked from commit 32f4d8b5ea )
2023-04-08 04:38:31 +07:00
Ravali Yatham
7609acdf32
8302791: Add specific ClassLoader object to Proxy IllegalArgumentException message
...
Reviewed-by: alanb, mchung
(cherry picked from commit 9f9d678591 )
2023-04-08 04:38:29 +07:00
Joe Darcy
e3ae771ddb
8302801: Remove fdlibm C sources
...
Reviewed-by: bpb, dholmes, alanb, kvn
(cherry picked from commit b5b5cba7fe )
2023-04-08 04:38:28 +07:00
Yudi Zheng
8a001403c3
8302452: [JVMCI] Export _poly1305_processBlocks, JfrThreadLocal fields to JVMCI compiler.
...
Reviewed-by: dnsimon, never
(cherry picked from commit 4d4eadeae3 )
2023-04-08 04:38:28 +07:00
Justin Lu
930a4e6b13
6453901: (cal) clean up sun.util.calendar classes
...
Reviewed-by: naoto, lancea
(cherry picked from commit f1f4e1de44 )
2023-04-08 04:38:27 +07:00
Justin Lu
1e0de7e009
8303275: Use {@Return and @linkplain in Locale and related classes
...
Reviewed-by: naoto
(cherry picked from commit acf899612f )
2023-04-08 04:38:27 +07:00
Ian Graves
4cec7f2d9a
8217496: Matcher.group() can return null after usePattern
...
Reviewed-by: smarks
(cherry picked from commit ac3ab5b007 )
2023-04-08 04:38:26 +07:00
Pavel Rappo
32cc508f76
8303480: Miscellaneous fixes to mostly invisible doc comments
...
Reviewed-by: mullan, prr, cjplummer, aivanov, jjg, lancea, rriggs, ihse
(cherry picked from commit 45a616a891 )
2023-04-08 04:37:10 +07:00
Johan Sjölen
6ed5f1aed6
8301477: Replace NULL with nullptr in os/aix
...
Reviewed-by: stuefe, coleenp, tsteele
(cherry picked from commit 43288bbd68 )
2023-04-07 20:44:40 +07:00
Kim Barrett
31eb316de5
8303621: BitMap::iterate should support lambdas and other function objects
...
Reviewed-by: aboldtch, tschatzl, stefank
(cherry picked from commit 008c5eb4dd )
2023-04-07 20:44:39 +07:00
Amit Kumar
00aa39117b
8303497: [s390x] ProblemList TestUnreachableInnerLoop.java
...
Reviewed-by: thartmann
(cherry picked from commit 52d3008773 )
2023-04-07 20:44:37 +07:00
Roland Westrelin
084a0925c0
8303511: C2: assert(get_ctrl(n) == cle_out) during unrolling
...
Reviewed-by: kvn, thartmann
(cherry picked from commit 3f2d929dc3 )
2023-04-07 20:44:37 +07:00
Albert Mingkun Yang
26ba5c07fc
8303534: Merge CompactibleSpace into ContiguousSpace
...
Reviewed-by: cjplummer, tschatzl
(cherry picked from commit 7fbfc884f0 )
2023-04-07 20:44:36 +07:00
Johan Sjölen
cc4c1474f0
8204550: NMT: RegionIterator does not need to keep _current_size
...
Reviewed-by: stuefe, gziemski
(cherry picked from commit 97c25df4b8 )
2023-04-07 19:57:52 +07:00
Tobias Hartmann
61fc19fc17
8201516: DebugNonSafepoints generates incorrect information
...
Reviewed-by: kvn, roland
(cherry picked from commit 94eda53d98 )
2023-04-07 19:57:51 +07:00
Mat Carter
888fae5dac
8303607: SunMSCAPI provider leaks memory and keys
...
Reviewed-by: weijun
(cherry picked from commit c51d40cfeb )
2023-04-07 19:57:49 +07:00
Jonathan Gibbons
2a0ab100ce
8303540: Eliminate unnecessary reference to javac internal class
...
Reviewed-by: hannesw
(cherry picked from commit f64ed09e9a )
2023-04-07 19:57:48 +07:00
Matthew Donovan
e371ba49a7
8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test
...
Reviewed-by: dfuchs, smarks
(cherry picked from commit ccfe1675a2 )
2023-04-07 19:57:45 +07:00
Naoto Sato
76a2d9b990
8303440: The "ZonedDateTime.parse" may not accept the "UTC+XX" zone id
...
Reviewed-by: iris, jpai, rriggs, lancea
(cherry picked from commit cfb0a25a4e )
2023-04-07 19:57:44 +07:00
Weijun Wang
54ce5c27ea
8301793: AlgorithmId should not encode a missing parameters field as NULL unless hardcoded
...
Reviewed-by: mullan
(cherry picked from commit a97271e3b5 )
2023-04-07 19:57:43 +07:00
Doug Simon
cc5be6245f
8303577: [JVMCI] OOME causes crash while translating exceptions
...
Reviewed-by: kvn, never
(cherry picked from commit cac81ddc92 )
2023-04-07 19:57:38 +07:00
Leonid Mesnik
9b165d463a
8303264: Refactor nsk/stress/strace to extract shared and remove redundant code
...
Reviewed-by: mseledtsov, dholmes
(cherry picked from commit 877ab659b9 )
2023-04-07 19:57:34 +07:00
Leonid Mesnik
b27e205b67
8303486: [REDO] Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed.
...
Reviewed-by: dholmes
(cherry picked from commit ae8730fd62 )
2023-04-07 19:57:33 +07:00
Jorn Vernee
5d547da954
8303604: Passing by-value structs whose size is not power of 2 doesn't work on all platforms (mainline)
...
Reviewed-by: mcimadamore
(cherry picked from commit 5977f266d0 )
2023-04-07 19:57:31 +07:00
Jorn Vernee
bd65a061d8
8303582: Reduce duplication in jdk/java/foreign tests
...
Reviewed-by: mcimadamore
(cherry picked from commit dccfe8a2ee )
2023-04-07 19:57:29 +07:00
Afshin Zafari
0376e28cb1
8300654: Remove JVMFlag::flag_error_str as it is unused
...
Reviewed-by: dholmes, fparain
(cherry picked from commit 8e2014527e )
2023-04-07 19:57:27 +07:00
Erik Österlund
0df0dcc86b
8301222: Generalize check_release_entry in OopStorage
...
Reviewed-by: tschatzl, kbarrett
(cherry picked from commit bdffe460cd )
2023-04-07 19:57:25 +07:00
Albert Mingkun Yang
f8bd030298
8303244: G1: call CardTable::clear_MemRegion directly
...
Reviewed-by: ysr, kbarrett
(cherry picked from commit ec4e8aa4f7 )
2023-04-07 19:57:23 +07:00
Prasanta Sadhukhan
52ad2fa77c
8297454: javax/swing/JComponent/7154030/bug7154030.java failed with "Exception: Failed to show opaque button"
...
Reviewed-by: tr, jdv
(cherry picked from commit 5753ab5c47 )
2023-04-07 19:57:20 +07:00
Andrey Turbanov
5a3e06f017
8303266: Prefer ArrayList to LinkedList in JImageTask
...
Reviewed-by: jlaskey
(cherry picked from commit fa1cebedb5 )
2023-04-07 19:57:19 +07:00
Erik Österlund
7e7650a1ad
8302780: Add support for vectorized arraycopy GC barriers
...
Co-authored-by: Yadong Wang <yadongwang@openjdk.org >
Reviewed-by: ayang, fyang, rcastanedalo, aph
(cherry picked from commit 5f153e056b )
2023-04-07 19:57:17 +07:00
Alexander Scherbatiy
63623ff541
8295737: macOS: Print content cut off when width > height with portrait orientation
...
Reviewed-by: prr
(cherry picked from commit d00a767047 )
2023-04-07 19:57:15 +07:00
Alexander Scherbatiy
9fd20e43eb
8301254: UNIX sun/font coding does not detect SuSE in openSUSE Leap distribution
...
Reviewed-by: prr
(cherry picked from commit 15c76e4c02 )
2023-04-07 19:57:14 +07:00
Chris Plummer
041cb900c6
8303630: Move nsk/jvmti/AttachOnDemand/attach002a/TestDescription.java back to general problem list
...
Reviewed-by: dholmes
(cherry picked from commit 3eff1a0225 )
2023-04-07 19:57:13 +07:00
Yi Yang
fa8e2b85de
8299518: HotSpotVirtualMachine shared code across different platforms
...
Reviewed-by: cjplummer, dholmes
(cherry picked from commit 10d6a8e66a )
2023-04-07 19:57:13 +07:00
Fei Yang
edf783ad9a
8303562: Remove obsolete comments in os::pd_attempt_reserve_memory_at
...
Reviewed-by: stuefe
(cherry picked from commit 148900c2dc )
2023-04-07 19:57:12 +07:00
Joe Darcy
0336c0966e
8302027: Port fdlibm trig functions (sin, cos, tan) to Java
...
Reviewed-by: bpb
(cherry picked from commit 1bb39a95eb )
2023-04-07 19:57:09 +07:00
Doug Simon
a8ec2602e2
8303588: [JVMCI] make JVMCI source directories conform with standard layout
...
Reviewed-by: kvn
(cherry picked from commit 9fdbf3cfc4 )
2023-04-07 19:57:02 +07:00
Alan Bateman
7d5e03a8b3
8303242: ThreadMXBean issues with virtual threads
...
Reviewed-by: mchung, pchilanomate
(cherry picked from commit 629a9053f0 )
2023-04-07 19:56:59 +07:00
Raffaello Giulietti
3a85c9f7ea
8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
...
Reviewed-by: rriggs, alanb
(cherry picked from commit 5b2e2e4695 )
2023-04-07 19:56:57 +07:00
Matias Saavedra Silva
503cb635d4
8292269: Replace FileMapInfo::fail_continue() with Unified Logging
...
Reviewed-by: iklam, dholmes, ccheung
(cherry picked from commit cd4b88d0d2 )
2023-04-07 19:56:55 +07:00
Brian Burkhalter
e88270fa51
8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal
...
Reviewed-by: lancea, alanb
(cherry picked from commit ae290541d1 )
2023-04-07 19:56:52 +07:00
Brian Burkhalter
7a2ae0234b
8303413: (fs) Ignore polling interval sensitivity modifiers in PollingWatchService
...
Reviewed-by: alanb
(cherry picked from commit a04b1049ff )
2023-04-07 19:56:49 +07:00
Roger Riggs
dd94945f89
8303587: Remove VMOutOfMemoryError001 test from the problem list after 8303198
...
Reviewed-by: cjplummer
(cherry picked from commit 99443142cc )
2023-04-07 19:56:47 +07:00
Xue-Lei Andrew Fan
1953539bfd
8303527: update for deprecated sprintf for jdk.hotspot.agent
...
Reviewed-by: cjplummer
(cherry picked from commit a50dc67a4f )
2023-04-07 19:56:45 +07:00
Justin King
33d4f54bfd
8303181: Memory leak in ClassLoaderExt::setup_app_search_path
...
Reviewed-by: ccheung, dholmes
(cherry picked from commit 40c5edfcc4 )
2023-04-07 19:56:43 +07:00
Chris Plummer
7925c398d4
8303523: Cleanup problem listing of nsk/jvmti/AttachOnDemand/attach002a/TestDescription.java
...
Reviewed-by: dholmes, kevinw
(cherry picked from commit 29ee7c3b70 )
2023-04-07 19:56:40 +07:00
Justin Lu
7d89dfe0b9
8303472: Display name for region TR
...
Reviewed-by: naoto
(cherry picked from commit e3016c1142 )
2023-04-07 19:56:38 +07:00
Afshin Zafari
70dbe20e2c
8301117: Remove old_size param from ResizeableResourceHashtable::resize()
...
Reviewed-by: dholmes, coleenp
(cherry picked from commit ae797c64af )
2023-04-07 19:56:36 +07:00
Afshin Zafari
f026e35092
8297936: Use reachabilityFence to manage liveness in ClassUnload tests
...
Reviewed-by: coleenp, dholmes
(cherry picked from commit 5085bd5f05 )
2023-04-07 19:56:34 +07:00
Roger Riggs
d050f57f0f
8303198: System and Runtime.exit() resilience to logging errors
...
Reviewed-by: dholmes, jpai, alanb
(cherry picked from commit 379f2061aa )
2023-04-07 19:56:33 +07:00
Doug Simon
f9fe01f256
8279619: [JVMCI] improve EncodedSpeculationReason
...
Reviewed-by: never
(cherry picked from commit 80739e11b5 )
2023-04-07 19:56:32 +07:00
Glavo
79ac69c412
8299807: newStringNoRepl should avoid copying arrays for ASCII compatible charsets
...
Reviewed-by: rriggs
(cherry picked from commit 7449e1c661 )
2023-04-07 19:56:30 +07:00
Jorn Vernee
ec53d0cb5c
8303516: HFAs with nested structs/unions/arrays not handled correctly on AArch64
...
Reviewed-by: mcimadamore
(cherry picked from commit c6de66c03f )
2023-04-07 19:56:29 +07:00
Daniel Fuchs
27bce1828e
8303481: CancelRequestTest assertTrue failing with AssertionError due to java.util.concurrent.CompletionException: java.io.EOFException: EOF reached while reading
...
Reviewed-by: jpai, djelinski
(cherry picked from commit cbdc7a6f88 )
2023-04-07 19:56:27 +07:00
Amit Kumar
6eedba1820
8303499: [s390x] ProblemList StressStackOverflow
...
Reviewed-by: alanb
(cherry picked from commit 8bf084ced9 )
2023-04-07 19:56:26 +07:00
Afshin Zafari
e7093d80b3
8301622: ProcessTools.java compilation gets ThreadDeath deprecation warning
...
Reviewed-by: dholmes, alanb
(cherry picked from commit ff364c1906 )
2023-04-07 19:56:24 +07:00
Sean Mullan
fb22bc68fa
8297955: LDAP CertStore should use LdapName and not String for DNs
...
Reviewed-by: weijun, rhalade
(cherry picked from commit df9aad018a )
2023-04-07 19:56:22 +07:00
changpeng1997
3036cf1408
8297753: AArch64: Add optimized rules for vector compare with zero on NEON
...
Reviewed-by: aph
(cherry picked from commit d23a8bfb14 )
2023-04-07 19:56:22 +07:00
Vicente Romero
5b5b65cc51
8303539: javadoc typos in Attr
...
Reviewed-by: iris, jjg
(cherry picked from commit 339ca88783 )
2023-04-07 19:56:21 +07:00
Pavel Rappo
36e7162788
8303473: Add implied {@code} in java.lang.invoke.MethodHandles
...
Reviewed-by: jjg, lancea, mchung
(cherry picked from commit e1745bc981 )
2023-04-07 19:56:20 +07:00
Yi Yang
c432c85feb
8143900: OptimizeStringConcat has an opaque dependency on Integer.sizeTable field
...
Reviewed-by: kvn, thartmann
(cherry picked from commit c961a918ad )
2023-04-07 19:56:20 +07:00
Hao Sun
7a460b7f11
8302830: AArch64: Fix the mismatch between cas.m4 and aarch64.ad
...
Reviewed-by: aph, xgong
(cherry picked from commit 35003b5f7b )
2023-04-07 19:56:19 +07:00
Sergey Shelomentsev
e3d14e116c
JBR-5505 update exclude list for a11y testing on Windows
2023-04-07 13:02:21 +03:00
Sergey Shelomentsev
f806731d98
JBR-5397 update exclude list for a11y testing on MacOS
2023-04-07 13:02:15 +03:00
Vladimir Dvorak
e2b67bb46d
JBR-5183 clean DCEVM code separation in standard jdk code + typo fix
2023-04-05 18:55:36 +02:00
Nikita Gubarkov
1ff4742c50
JBR-5238 Disable AwtWindow::CheckWindowDPIChange() hack on Aero Snap.
2023-04-05 16:54:19 +03:00
Vladimir Dvorak
a70ed21975
JBR-5464 Fix native method registration
2023-04-04 19:44:04 +02:00
Dmitry Batrak
4b8f93d782
JBR-5458 Exception at dialog closing
...
(cherry picked from commit acde759572 )
2023-03-31 21:10:24 +03:00
Nikita Gubarkov
e808f12ee4
JBR-5414 Add awt.lock.fair system property for enabling fair awtLock().
...
(cherry picked from commit aa24f103e8446da65d65e14ea75a4cff94a1d8fa)
2023-03-30 23:30:43 +03:00
Sergey Shelomentsev
1c42fadb25
JBR-5441 fix wait for idle
2023-03-30 21:31:45 +03:00
Sergey Shelomentsev
26d93b189e
JBR-5440 fix calculations for double click location
2023-03-30 15:48:53 +03:00
Maxim Kartashev
4445998aeb
JBR-5431 Include memory used by JNI references into crash reports
2023-03-30 08:48:54 +04:00
Maxim Kartashev
8047330661
JBR-5445 JBRApiTest test fails on development builds
2023-03-29 19:25:48 +04:00
ngubarkov
b695a707eb
JBR-5438 Fix window bounds in XWM#setShellResizable
...
(cherry picked from commit c51695d830dd3daf0021180ee974a3c11d03b6a8)
2023-03-29 16:27:19 +03:00
Maxim Kartashev
4b1ad2e7fe
JBR-5084 Add ability to log additional data to jstack output
...
The data can be provided via this JBR API call:
JBR.getJstack().includeInfoFrom(Supplier<String>)
2023-03-29 10:14:25 +04:00
Sergey Shelomentsev
8fd3b86ce6
JBR-5433 add typing latency text for JTextArea
2023-03-27 21:30:43 +03:00
Alexey Ushakov
08f979c5a3
JBR-4959 [macOS Ventura] Screen flickering after OS update when IDE is full screen
...
Revert "Present layer content using a Core Animation transaction" because of regression in fullscreen mode on MBP 16' M1 MAX
(cherry picked from commit 9312830177 )
2023-03-27 15:47:16 +02:00
ngubarkov
add73eca25
JBR-5240 Fix XToolkit#getScreenInsets in Xinerama mode.
2023-03-27 15:24:03 +03:00
ngubarkov
0b84556c32
JBR-5265 Workaround incorrect position of content window in queryXLocation.
2023-03-27 15:24:03 +03:00
Vitaly Provodin
e2f9344aa7
update exclude list on results of 21.37 test runs
2023-03-24 19:02:38 +07:00
Maxim Kartashev
9ff5e36e64
JBR-5230 Wanted: an ability to use Unix Domain sockets with overridden default NIO file system
2023-03-24 14:03:27 +04:00
ngubarkov
6306d4a603
JBR-5316 Fix fractional scaling HIDPI.
2023-03-22 22:56:15 +02:00
Sergey Shelomentsev
3ab1e63caf
fixup! JBR-4875 set proper OS to run ComboBoxTransparentTittleBarTest
2023-03-21 22:16:57 +02:00
ngubarkov
fbeaa8fb33
JBR-5417 Fix flickering in multi-monitor setups on Linux.
2023-03-20 22:31:19 +02:00
Vitaly Provodin
ee8b0d6e1d
JBR-5194 move jbr-api.jar into test artefact
2023-03-17 18:45:55 +04:00
Sergey Shelomentsev
07c91bbd3b
Don't trigger workflow on push
2023-03-16 16:03:02 +02:00
Sergey Shelomentsev
30564b5f80
JBR-5253 Use new JBR API for custom decorations
2023-03-16 16:03:02 +02:00
Sergey Shelomentsev
171b12a1cb
JBR-5318 add Github workflow usage for pull requests pre-commit testing
2023-03-16 16:03:02 +02:00
Maxim Kartashev
3cebc05ae8
README.md moved to the root directory and updated
2023-03-16 10:08:15 +04:00
Sergey Shelomentsev
952b2615ed
fix controls width calculation
2023-03-16 03:22:31 +02:00
Sergey Shelomentsev
d13c3629cc
split ActionListenerTest
2023-03-16 03:22:28 +02:00
Sergey Shelomentsev
23fedcf940
JBR-5345 native controls detection and scale fixes
2023-03-16 00:03:22 +02:00
Nikita Gubarkov
5c962ccb98
JBR-5285 Add doPrivileged for WFramePeer#WIN11_OR_NEWER os.name & os.version check.
2023-03-15 23:23:29 +02:00
Nikita Gubarkov
7dd7110aca
JBR-5284 Do not reset custom title bar controls state in WmMouseMove.
2023-03-15 23:23:28 +02:00
Nikita Tsarev
79445591f5
JBR-5369: Update failing tests list in response to macOS keyboard support rewrite
2023-03-15 14:18:52 +01:00
Nikita Tsarev
ad3d6aed23
JBR-5295: Fix wrong keycodes for non-letter keys that lack a corresponding VK_ constant on macOS
2023-03-15 14:18:02 +01:00
Alexey Ushakov
8ba48b30d7
JBR-5330 Blank Welcome screen after moving to another display
...
Initialize currentDisplayID on AWTWindow creation
(cherry picked from commit 2c39a86f76 )
2023-03-14 18:01:11 +01:00
Vitaly Provodin
b5841511a3
update exclude list on results of 21_b28.1 test runs
2023-03-11 04:19:43 +07:00
Yi-Fan Tsai
cdb9263935
8302783: Improve CRC32C intrinsic with crypto pmull on AArch64
...
Reviewed-by: simonis, phh
(cherry picked from commit f3abc4063d )
2023-03-05 08:36:01 +07:00
Justin Lu
6d1fc9e235
8303405: fix @returnss typo in ReflectionFactory
...
Reviewed-by: jpai, mchung, martin, iris, lancea, naoto
(cherry picked from commit 45d8a175b1 )
2023-03-05 08:36:01 +07:00
Xue-Lei Andrew Fan
612d900a12
8302495: update for deprecated sprintf for java.desktop
...
Reviewed-by: prr
(cherry picked from commit e7113dc8a5 )
2023-03-05 08:36:01 +07:00
Daniel Jeliński
5dda0a7aa6
8303442: Clean up w2k_lsa_auth linker parameters
...
Reviewed-by: erikj
(cherry picked from commit 843d632ad4 )
2023-03-05 08:36:01 +07:00
Andrey Turbanov
f2fffcd720
8303267: Prefer ArrayList to LinkedList in ConcurrentLocksPrinter
...
Reviewed-by: cjplummer, sspitsyn
(cherry picked from commit d4dcba0463 )
2023-03-05 08:36:01 +07:00
Mikhailo Seledtsov
f3978b9968
8303411: JFR problem list entry for JDK-8247776 should be removed
...
Reviewed-by: lmesnik
(cherry picked from commit 2c7d2c0ea9 )
2023-03-05 08:36:01 +07:00
Naoto Sato
53532a3bf4
8303039: Utilize coverageLevels.txt
...
Reviewed-by: iris, joehw
(cherry picked from commit 0b63557941 )
2023-03-05 08:36:00 +07:00
Mandy Chung
56e75b0566
8303476: Add the runtime version in the release file of a JDK image
...
Reviewed-by: erikj
(cherry picked from commit 32247c336a )
2023-03-05 08:36:00 +07:00
Chris Plummer
63e1b66691
8302516: Do some cleanup of nsk/share/jdi/EventHandler.java
...
Reviewed-by: amenkov, kevinw, lmesnik
(cherry picked from commit 0926d0cbce )
2023-03-05 08:36:00 +07:00
Matthias Baesken
9d4d4439dc
8303354: addCertificatesToKeystore in KeystoreImpl.m needs CFRelease call in early potential CHECK_NULL return
...
Reviewed-by: clanger, mdoerr, weijun
(cherry picked from commit b51ea4204e )
2023-03-05 08:36:00 +07:00
Saint Wesonga
a64dbc71e6
8303409: Add Windows AArch64 ABI support to the Foreign Function & Memory API
...
Reviewed-by: jvernee
(cherry picked from commit fb13063943 )
2023-03-05 08:36:00 +07:00
Thomas Stuefe
74d232aeb3
8302820: Remove costs for NMTPreInit when NMT is off
...
Reviewed-by: jsjolen, adinn
(cherry picked from commit c9afd55ed6 )
2023-03-05 08:36:00 +07:00
Jaikiran Pai
2d56703166
8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient
...
Reviewed-by: dfuchs
(cherry picked from commit 72de24e59a )
2023-03-05 08:36:00 +07:00
Kim Barrett
4a99661c66
8303418: Improve parameter and variable names in BitMap
...
Reviewed-by: tschatzl, aboldtch
(cherry picked from commit 3091744fff )
2023-03-05 08:35:59 +07:00
Jan Lahoda
cfcd38f023
8303355: The Depend plugin does fully recompile when primitive type changes
...
Reviewed-by: erikj, vromero
(cherry picked from commit dbb562d3b1 )
2023-03-05 08:35:59 +07:00
Jan Lahoda
fa5050232e
8297587: Upgrade JLine to 3.22.0
...
Reviewed-by: vromero
(cherry picked from commit 4619e8bae8 )
2023-03-05 08:35:59 +07:00
Emanuel Peter
8c11fbd82d
8302144: Move ZeroTLABTest.java to tier3
...
Reviewed-by: thartmann, kvn
(cherry picked from commit 99f5687eb1 )
2023-03-05 08:35:59 +07:00
Tyler Steele
cd7d386977
8303186: Missing Classpath exception from Continuation.c
...
Reviewed-by: dholmes, jpai
(cherry picked from commit dc08216f0e )
2023-03-05 08:35:59 +07:00
Erik Gahlin
9ae1ec4c3c
8303077: JFR: Add example usage to jdk.jfr
...
Reviewed-by: mgronlun
(cherry picked from commit d10d40a5b2 )
2023-03-05 08:35:59 +07:00
Valerie Peng
1a0eaaee9e
8295425: Match the default priv exp length between SunPKCS11 and other JDK providers
...
Reviewed-by: weijun
(cherry picked from commit 394eac850c )
2023-03-05 08:35:58 +07:00
David Holmes
841ce9c38a
8303070: Memory leak in DCmdArgument<char*>::parse_value
...
Reviewed-by: fparain, jcking, jsjolen, eosterlund, coleenp
(cherry picked from commit 6e19387f29 )
2023-03-05 08:35:58 +07:00
Eirik Bjorsnos
a6a194dd39
8303401: Add a Vector API equalsIgnoreCase micro benchmark
...
Reviewed-by: ecaspole, sviswanathan, psandoz
(cherry picked from commit 9fc518ff8c )
2023-03-05 08:35:58 +07:00
Justin Lu
348c14b8b8
8303232: java.util.Date.parse(String) and java.util.Date(String) don't declare thrown IllegalArgumentException
...
Reviewed-by: jpai, lancea, naoto
(cherry picked from commit 05faa7321b )
2023-03-05 08:35:58 +07:00
Justin King
abb786db96
8303183: Memory leak in Arguments::init_shared_archive_paths
...
Reviewed-by: jsjolen, ccheung, dholmes
(cherry picked from commit 4c985e527a )
2023-03-05 08:35:58 +07:00
Albert Mingkun Yang
bc0735befe
8303362: Serial: Move CardTableRS to serial directory
...
Reviewed-by: tschatzl, kbarrett
(cherry picked from commit 6af17c1b7d )
2023-03-05 08:35:58 +07:00
Ivan Walulya
83ea15a83e
8303252: G1: Return early from Full-GC if no regions are selected for compaction.
...
Reviewed-by: tschatzl, ayang
(cherry picked from commit c1e77e0564 )
2023-03-05 08:35:58 +07:00
Thomas Schatzl
92dfd0e641
8303344: After JDK-8302760, G1 heap verification does not exit VM after errors
...
Reviewed-by: iwalulya, ayang
(cherry picked from commit 8b86e1ee11 )
2023-03-05 08:35:57 +07:00
Thomas Schatzl
05d56b61c6
8303013: Always do remembered set verification during G1 Full GC
...
Reviewed-by: ayang, iwalulya
(cherry picked from commit 4c5d9cfc64 )
2023-03-05 08:35:57 +07:00
Doug Simon
2cf4a934ba
8303357: [JVMCI] thread is _thread_in_vm when committing JFR compilation event
...
Reviewed-by: never, kvn
(cherry picked from commit 2451c5a462 )
2023-03-05 08:35:57 +07:00
Kim Barrett
11541fdad8
8302798: Refactor -XX:+UseOSErrorReporting for noreturn crash reporting
...
Reviewed-by: coleenp, stuefe
(cherry picked from commit 539a4951ee )
2023-03-05 08:35:57 +07:00
Roland Westrelin
a16859ab4b
8301630: C2: 8297933 broke type speculation in some cases
...
Reviewed-by: chagedorn, thartmann
(cherry picked from commit 6b07243f56 )
2023-03-05 08:35:57 +07:00
Leonid Mesnik
53e14e4b61
8303421: [BACKOUT] 8303133: Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed.
...
Reviewed-by: dholmes
(cherry picked from commit 3aeefbf1de )
2023-03-05 08:35:57 +07:00
Leonid Mesnik
99075cb564
8303133: Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed.
...
Reviewed-by: dholmes, rriggs
(cherry picked from commit 1fdaf252b6 )
2023-03-05 08:35:56 +07:00
Mikael Vidstedt
ef1683ef8c
8303412: Update linux_x64-to-linux_aarch64 cross compilation devkit at Oracle
...
Reviewed-by: dholmes
(cherry picked from commit 65da2c5d2d )
2023-03-05 08:35:56 +07:00
Justin Lu
bdd41cd1a7
8282319: java.util.Locale method to stream available Locales
...
Reviewed-by: stsypanov, naoto, lancea, rriggs
(cherry picked from commit 7e47d51e10 )
2023-03-05 08:35:56 +07:00
Andrey Turbanov
56669e9e09
8303216: Prefer ArrayList to LinkedList in sun.net.httpserver.ServerImpl
...
Reviewed-by: jpai, vtewari, stsypanov, dfuchs
(cherry picked from commit 881517586d )
2023-03-05 08:35:56 +07:00
Dmitry Markov
5e661ed623
8303130: Document required Accessibility permissions on macOS
...
Reviewed-by: erikj, aivanov, prr, serb
(cherry picked from commit a10d5ac61b )
2023-03-05 08:35:56 +07:00
Julian Waters
9f272ec7b9
8303227: JniObjWithEnv should be NullablePointer compliant
...
Reviewed-by: asemenyuk
(cherry picked from commit 50dc041ee6 )
2023-03-05 08:35:56 +07:00
Joe Darcy
8d1afac841
8302040: Port fdlibm sqrt to Java
...
Reviewed-by: bpb, thartmann, aturbanov
(cherry picked from commit 61e8867591 )
2023-03-05 08:35:56 +07:00
Erik Gahlin
1f6f2c09c4
8303261: JFR: jdk/jfr/api/consumer/streaming/TestJVMCrash.java doesn't retry
...
Reviewed-by: mgronlun
(cherry picked from commit 6423065b7d )
2023-03-05 08:35:55 +07:00
Pavel Rappo
2ac7969c38
8303350: Fix mistyped {@code}
...
Reviewed-by: jpai
(cherry picked from commit dc5ea6aeb5 )
2023-03-05 08:35:55 +07:00
Jie Fu
d4f14f8854
8303351: [IR Framework] Add missing cpu feature avx512bw after JDK-8302681
...
Reviewed-by: epeter, thartmann
(cherry picked from commit 4a415ad584 )
2023-03-05 08:35:55 +07:00
Albert Mingkun Yang
5b3d6e7dc6
8303250: Call ct_max_alignment_constraint using the base class
...
Reviewed-by: kbarrett, tschatzl
(cherry picked from commit 30302d185a )
2023-03-05 08:35:55 +07:00
Lutz Schmidt
a19b914dcb
8299817: [s390] AES-CTR mode intrinsic fails with multiple short update() calls
...
Reviewed-by: mbaesken, mdoerr
(cherry picked from commit e144783eb2 )
2023-03-05 08:35:55 +07:00
Darragh Clarke
a513ce31b2
8301701: java/net/DatagramSocket/DatagramSocketMulticasting.java should be hardened
...
Reviewed-by: dfuchs
(cherry picked from commit 5feb13b55d )
2023-03-05 08:35:55 +07:00
Archie L. Cobbs
304fa73195
8026369: javac potentially ambiguous overload warning needs an improved scheme
...
Reviewed-by: vromero
(cherry picked from commit 1e3c9fd67e )
2023-03-05 08:35:54 +07:00
Kim Barrett
639400089a
8302124: HotSpot Style Guide should permit noreturn attribute
...
Reviewed-by: dcubed, iveresov, dholmes, tschatzl, jwaters, kvn
(cherry picked from commit 14a014d430 )
2023-03-05 08:35:54 +07:00
Erik Gahlin
5765538d66
8303249: JFR: Incorrect description of dumponexit
...
Reviewed-by: mgronlun
(cherry picked from commit bca60f4767 )
2023-03-05 08:35:54 +07:00
David Holmes
99c43ed87d
8303068: Memory leak in DwarfFile::LineNumberProgram::run_line_number_program
...
Reviewed-by: jsjolen, tschatzl, chagedorn
(cherry picked from commit f7f10367b2 )
2023-03-05 08:35:54 +07:00
Ian Graves
32d5ea9c87
8293667: Align jlink's --compress option with jmod's --compress option
...
Reviewed-by: mchung
(cherry picked from commit 784f7b1462 )
2023-03-05 08:35:54 +07:00
Erik Gahlin
1206116021
8303208: JFR: 'jfr print' displays incorrect timestamps
...
Reviewed-by: mgronlun
(cherry picked from commit 54603aa1b7 )
2023-03-05 08:35:54 +07:00
Roger Riggs
9bb83fd912
8303253: Remove unnecessary calls to super() in java.time value based classes
...
Reviewed-by: naoto, mchung, lancea
(cherry picked from commit 4c169d2d7c )
2023-03-05 08:35:54 +07:00
David M. Lloyd
abd6cbf3c9
8292914: Lambda proxies have unstable names
...
Change the name of generated lambda proxy classes so that they no longer have a numerical suffix.
Reviewed-by: mchung
(cherry picked from commit b527edd338 )
2023-03-05 08:35:53 +07:00
Brian Burkhalter
e2e6419537
8029370: (fc) FileChannel javadoc not clear for cases where position == size
...
Reviewed-by: lancea
(cherry picked from commit 42330d28da )
2023-03-05 08:35:53 +07:00
Naoto Sato
c349ae994f
8301119: Support for GB18030-2022
...
Reviewed-by: alanb, coffeys, lancea
(cherry picked from commit a253b46021 )
2023-03-05 08:35:53 +07:00
Archie L. Cobbs
785021ee61
8302685: Some javac unit tests aren't reliably closing open files
...
Reviewed-by: darcy, vromero
(cherry picked from commit 55e6bb6b85 )
2023-03-05 08:35:53 +07:00
Matias Saavedra Silva
6f8a4d52d6
8262895: [macos_aarch64] runtime/CompressedOops/CompressedClassPointers.java fails with 'Narrow klass base: 0x0000000000000000' missing from stdout/stderr
...
Reviewed-by: dholmes, coleenp
(cherry picked from commit f5a12768fb )
2023-03-05 08:35:53 +07:00
Julian Waters
a8ef9f0b6d
8303169: Remove Windows specific workaround from libdt
...
Reviewed-by: cjplummer, sspitsyn, clanger
(cherry picked from commit 2fe4e5f8d7 )
2023-03-05 08:35:53 +07:00
Johan Sjölen
021f28427a
8303051: Stop saving 5 chunks in each ChunkPool
...
Reviewed-by: rehn, coleenp
(cherry picked from commit f2b03f9a2c )
2023-03-05 08:35:52 +07:00
Erik Gahlin
84a849724e
8303135: JFR: Log periodic events using periodic tag
...
Reviewed-by: mgronlun
(cherry picked from commit fbc036e745 )
2023-03-05 08:35:52 +07:00
Prasanta Sadhukhan
c908175dee
8081474: SwingWorker calls 'done' before the 'doInBackground' is finished
...
Reviewed-by: aivanov, serb
(cherry picked from commit dbb5581eba )
2023-03-05 08:35:52 +07:00
Darragh Clarke
d97685926d
8300792: Refactor examples in java.net.http to use @snippet
...
Reviewed-by: dfuchs, jpai
(cherry picked from commit 306134dcf9 )
2023-03-05 08:35:52 +07:00
Daniel Jeliński
5f86b926c8
8302732: sun/net/www/http/HttpClient/MultiThreadTest.java still failing intermittently
...
Reviewed-by: dfuchs
(cherry picked from commit a2c5a4ac9e )
2023-03-05 08:35:52 +07:00
Damon Fenacci
d7a996fa99
8292583: Comment for ciArrayKlass::make is wrong
...
Reviewed-by: thartmann, rcastanedalo
(cherry picked from commit db217c9ad6 )
2023-03-05 08:35:52 +07:00
Emanuel Peter
933144a841
8302149: Speed up compiler/jsr292/methodHandleExceptions/TestAMEnotNPE.java
...
Reviewed-by: kvn, vlivanov
(cherry picked from commit 2613b94f28 )
2023-03-05 08:35:51 +07:00
Emanuel Peter
9d39a22a17
8303045: Remove RegionNode::LoopStatus::NeverIrreducibleEntry assert with wrong assumption
...
Reviewed-by: chagedorn, kvn
(cherry picked from commit d2660a6915 )
2023-03-05 08:35:51 +07:00
Emanuel Peter
318dd2f1bd
8302681: [IR Framework] Only allow cpuFeatures from a verified list
...
Reviewed-by: thartmann, pli, chagedorn, kvn
(cherry picked from commit 1794f49751 )
2023-03-05 08:35:51 +07:00
Sergey Bylokhov
b20288a66c
8303102: jcmd: ManagementAgent.status truncates the text longer than O_BUFLEN
...
Reviewed-by: dholmes
(cherry picked from commit a43931b79c )
2023-03-05 08:35:51 +07:00
Andrey Turbanov
05aa08f5b6
8302268: Prefer ArrayList to LinkedList in XEmbeddedFramePeer
...
Reviewed-by: serb, dnguyen
(cherry picked from commit 2fb1e3b7e7 )
2023-03-05 08:35:51 +07:00
Andrey Turbanov
449a08f473
8301964: Expensive fillInStackTrace operation in HttpURLConnection.getLastModified when no last-modified in response
...
Reviewed-by: dfuchs, jpai, alanb
(cherry picked from commit 3a9f491caa )
2023-03-05 08:35:51 +07:00
Andrey Turbanov
526a06e7bf
8302120: Prefer ArrayList to LinkedList in AggregatePainter
...
Reviewed-by: serb
(cherry picked from commit 1dbd18ac63 )
2023-03-05 08:35:51 +07:00
Alan Bateman
189ecd876e
8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor
...
Reviewed-by: rriggs, martin, dfuchs, bchristi
(cherry picked from commit 2e78d838a5 )
2023-03-05 08:35:50 +07:00
Eirik Bjorsnos
fbab3486a5
8302871: Speed up StringLatin1.regionMatchesCI
...
Reviewed-by: redestad, martin, alanb
(cherry picked from commit 17e3769ed7 )
2023-03-05 08:35:50 +07:00
Leonid Mesnik
980c398d1a
8288912: vmTestbase/nsk/stress/strace/strace002.java fails with Unexpected method name: currentCarrierThread
...
Reviewed-by: dholmes
(cherry picked from commit b4ea80731c )
2023-03-05 08:35:50 +07:00
Brian Burkhalter
0af7cc9873
8303083: (bf) Remove private DirectByteBuffer(long, int) constructor before JDK 21 GA
...
Reviewed-by: alanb, lancea
(cherry picked from commit ccf3340e82 )
2023-03-05 08:35:50 +07:00
Justin King
37706f7594
8303072: Memory leak in exeNullCallerTest.cpp
...
Reviewed-by: dholmes
(cherry picked from commit 83d77b1cbb )
2023-03-05 08:35:50 +07:00
Julian Waters
ab508f5c4b
8303131: pandoc.exe mangles all processed html files
...
Reviewed-by: erikj
(cherry picked from commit 7d8b8ba9c4 )
2023-03-05 08:35:50 +07:00
Thomas Stuefe
c9ab82d08f
8302810: NMT gtests don't correctly check for marked ranges
...
Reviewed-by: gziemski, dholmes
(cherry picked from commit 8f7c4969c2 )
2023-03-05 08:35:49 +07:00
Damon Nguyen
1ecdf7e66b
8302173: Button border overlaps with button icon on macOS system LaF
...
Reviewed-by: honkar, psadhukhan
(cherry picked from commit 1a07871454 )
2023-03-05 08:35:49 +07:00
Erik Gahlin
34210543ad
8302677: JFR: Cache label and contentType in EventType and ValueDescriptor
...
Reviewed-by: mgronlun
(cherry picked from commit 796cdd52f5 )
2023-03-05 08:35:49 +07:00
Erik Gahlin
0446bc02f6
8302821: JFR: Periodic task thread spins after recording has stopped
...
Reviewed-by: mgronlun
(cherry picked from commit 6b24b4a70f )
2023-03-05 08:35:49 +07:00
Evgeny Nikitin
702b511444
8303089: [jittester] Add time limit to IRTree generation
...
Reviewed-by: iveresov, lmesnik
(cherry picked from commit 4d33fbd582 )
2023-03-05 08:35:49 +07:00
Justin Lu
c7ae0495a3
8302512: Update IANA Language Subtag Registry to Version 2023-02-14
...
Reviewed-by: naoto
(cherry picked from commit f612dcfebe )
2023-03-05 08:35:49 +07:00
Leonid Mesnik
b58027e9bc
8301200: Don't scale timeout stress with timeout factor
...
Reviewed-by: lkorinth
(cherry picked from commit 6397cb611a )
2023-03-05 08:35:49 +07:00
Mikhailo Seledtsov
c89619366f
8303085: Runtime problem list cleanup
...
Reviewed-by: lmesnik, dholmes
(cherry picked from commit 71dd7eaf7f )
2023-03-05 08:35:48 +07:00
Erik Gahlin
44d7c145dd
8302883: JFR: Improve periodic events
...
Reviewed-by: mgronlun
(cherry picked from commit 4b6acad0bd )
2023-03-05 08:35:48 +07:00
Daniel D. Daugherty
dd8bbdad1c
8303125: ProblemList vmTestbase/nsk/jdi/VMOutOfMemoryException/VMOutOfMemoryException001/VMOutOfMemoryException001.java
...
Reviewed-by: jdv
(cherry picked from commit a2471b37e3 )
2023-03-05 08:35:48 +07:00
Christoph Dreis
eaf48fd944
8303078: Reduce allocations when pretty printing JCTree during compilation
...
Reviewed-by: jjg, vromero
(cherry picked from commit 58ca711a97 )
2023-03-05 08:35:48 +07:00
Justin King
fabcc60ba5
8303071: Memory leaks in libjdwp
...
Reviewed-by: sspitsyn
(cherry picked from commit 2cf8b8607d )
2023-03-05 08:35:48 +07:00
Stefan Karlsson
938e76ad59
8302927: Unproblemlist Fuzz.java from ProblemList-zgc.txt again
...
Reviewed-by: sjohanss, eosterlund
(cherry picked from commit f113b04ab9 )
2023-03-05 08:35:48 +07:00
Claes Redestad
b5de73b78c
8303073: (bf) Temporarily reinstate private DirectByteBuffer(long, int) constructor
...
Reviewed-by: alanb, bpb
(cherry picked from commit 1bab93b2d0 )
2023-03-05 08:35:48 +07:00
Matthias Baesken
a37e124669
8303047: avoid NULL after 8301661
...
Reviewed-by: mdoerr, kbarrett, dholmes
(cherry picked from commit 221f34634d )
2023-03-05 08:35:47 +07:00
Thomas Stuefe
55e42f436c
8302811: NMT.random_reallocs_vm fails if NMT is off
...
Reviewed-by: jsjolen, sgehwolf
(cherry picked from commit 23e9d9d3ee )
2023-03-05 08:35:47 +07:00
Joe Darcy
5c12616f29
8302028: Port fdlibm atan2 to Java
...
Reviewed-by: bpb
(cherry picked from commit fcaf871408 )
2023-03-05 08:35:47 +07:00
Albert Mingkun Yang
20ca991114
8303081: Serial: Remove unused VM_MarkSweep
...
Reviewed-by: tschatzl
(cherry picked from commit 07e976ac26 )
2023-03-05 08:35:47 +07:00
Julian Waters
1915e933ce
8302667: Improve message format when failing to load symbols or libraries
...
Reviewed-by: mchung
(cherry picked from commit 8de841dd19 )
2023-03-05 08:35:47 +07:00
Glavo
cdbc468c15
8303024: (fs) WindowsFileSystem.supportedFileAttributeViews can use Set.of
...
Reviewed-by: bpb
(cherry picked from commit f893d2315d )
2023-03-05 08:35:47 +07:00
Thomas Schatzl
7151464459
8303084: G1 Heap region liveness verification has inverted return value
...
Reviewed-by: ayang
(cherry picked from commit d7ada66129 )
2023-03-05 08:35:46 +07:00
Thomas Schatzl
e2e187858b
8302760: Improve liveness/remembered set verification for G1
...
Reviewed-by: kbarrett, iwalulya
(cherry picked from commit 5d7e7e28b1 )
2023-03-05 08:35:46 +07:00
Albert Mingkun Yang
22ee99e1ce
8303067: G1: Remove unimplemented G1FullGCScope::heap_transition
...
Reviewed-by: tschatzl
(cherry picked from commit b0e0f37d73 )
2023-03-05 08:35:46 +07:00
Thomas Schatzl
45ac40047b
8302880: Fix includes in g1ConcurrentMarkObjArrayProcessor files
...
Reviewed-by: ayang, kbarrett
(cherry picked from commit 1a62a1229a )
2023-03-05 08:35:46 +07:00
Thomas Schatzl
8c8fa0886f
8302975: Remove redundant mark verification during G1 Full GC
...
Reviewed-by: ayang, kbarrett
(cherry picked from commit ee37af47cd )
2023-03-05 08:35:46 +07:00
Patricio Chilano Mateo
18491876fd
8300575: JVMTI support when using alternative virtual thread implementation
...
Reviewed-by: lmesnik, sspitsyn, alanb
(cherry picked from commit 83bea26df4 )
2023-03-05 08:35:46 +07:00
Sergey Tsypanov
0dac92c123
8302979: (fs) Files usage of SUPPORTED_CHARSETS could be simplified
...
Reviewed-by: alanb, jwaters
(cherry picked from commit 25bfed3b12 )
2023-03-05 08:35:46 +07:00
Albert Mingkun Yang
ad8f6507ac
8303054: Remove unused variables in GCTraceTimeLoggerImpl::log_end
...
Reviewed-by: tschatzl
(cherry picked from commit 0d5f7439a4 )
2023-03-05 08:35:45 +07:00
Albert Mingkun Yang
ac8349bc9c
8302878: Group cmdline heap size checking together
...
Reviewed-by: kbarrett, iwalulya
(cherry picked from commit adc29c36e1 )
2023-03-05 08:35:45 +07:00
Daniel Fuchs
8044e5e001
8299338: AssertionError in ResponseSubscribers$HttpResponseInputStream::onSubscribe
...
Reviewed-by: jpai
(cherry picked from commit 575484806c )
2023-03-05 08:35:45 +07:00
Per Minborg
11dd9f0e1e
8302849: SurfaceManager might expose partially constructed object
...
Reviewed-by: serb
(cherry picked from commit 63ef214328 )
2023-03-05 08:35:45 +07:00
Roberto Castañeda Lozano
7b77b2bf3f
8302873: ZGC: dump barrier data in C2 Mach nodes
...
Reviewed-by: thartmann, kvn
(cherry picked from commit 30b2ac4a28 )
2023-03-05 08:35:45 +07:00
Per Minborg
445b14718f
8302858: Polish FlightRecorderMXBeanImpl
...
Reviewed-by: egahlin
(cherry picked from commit 861eea9bd4 )
2023-03-05 08:35:45 +07:00
Per Minborg
2a405294bf
8302856: Typo in FlightRecorderMXBeanImpl
...
Reviewed-by: kevinw, egahlin
(cherry picked from commit 60a358172a )
2023-03-05 08:35:44 +07:00
Tagir F. Valeev
df28978170
8302815: Use new Math.clamp method in core libraries
...
Reviewed-by: alanb
(cherry picked from commit 3f3a1f534b )
2023-03-05 08:35:44 +07:00
Kevin Walls
37fa5f420b
8302870: More information needed from failures in vmTestbase ThreadUtils.waitThreadState
...
Reviewed-by: dholmes, sspitsyn
(cherry picked from commit 5e1d1b7940 )
2023-03-05 08:35:44 +07:00
Severin Gehwolf
9641cf935f
8302888: containers/docker/TestJcmd.java fails when run as root under podman
...
Reviewed-by: dholmes
(cherry picked from commit 7f35389533 )
2023-03-05 08:35:44 +07:00
Alan Bateman
446b73523a
8280113: (dc) DatagramSocket.receive does not always throw when the channel is closed
...
Reviewed-by: jpai, dfuchs
(cherry picked from commit b6ecca1268 )
2023-03-05 08:35:44 +07:00
Richard Reingruber
0eeb76c094
8302831: PPC: compiler/codecache/TestStressCodeBuffers.java fails after JDK-8301819
...
Reviewed-by: mdoerr
(cherry picked from commit f54e1080c5 )
2023-03-05 08:35:44 +07:00
Julian Waters
a6b54194be
8302838: jabswitch main() should avoid calling exit explicitly
...
Reviewed-by: serb
(cherry picked from commit cba817ae59 )
2023-03-05 08:35:44 +07:00
Prasanta Sadhukhan
b75f8ff512
8041447: Test javax/swing/dnd/7171812/bug7171812.java fails with java.lang.RuntimeException: Test failed, scroll on drag doesn't work
...
Reviewed-by: tr, serb
(cherry picked from commit 2c52cf0746 )
2023-03-05 08:35:43 +07:00
Martin Doerr
e5b3175b10
8302907: [PPC64] Use more constexpr in class Register
...
Reviewed-by: rrich
(cherry picked from commit 180b94c73e )
2023-03-05 08:35:43 +07:00
Mikael Vidstedt
b6793fa2fe
8303016: Invalid escapes in grep patterns
...
Reviewed-by: erikj
(cherry picked from commit f319c92bd0 )
2023-03-05 08:35:43 +07:00
Eirik Bjorsnos
b189165e85
8303033: Build failure with the micro bench mark
...
Reviewed-by: naoto
(cherry picked from commit e950b95486 )
2023-03-05 08:35:43 +07:00
Albert Mingkun Yang
99ec8924fb
8302864: Parallel: Remove PSVirtualSpace::pointer_delta
...
Reviewed-by: tschatzl, kbarrett
(cherry picked from commit dcd773ac5c )
2023-03-05 08:35:43 +07:00
Serguei Spitsyn
1a7c50da9f
8299240: rank of JvmtiVTMSTransition_lock can be safepoint
...
Reviewed-by: dholmes, coleenp, pchilanomate
(cherry picked from commit 46f25250bd )
2023-03-05 08:35:43 +07:00
Justin King
7a90faa7d0
8303010: Add /DEBUG to LDFLAGS for MSVC with ASan
...
Reviewed-by: erikj
(cherry picked from commit ce6de37172 )
2023-03-05 08:35:42 +07:00
Mikael Vidstedt
168a949582
8303020: Remove carriage return in pandoc version string
...
Reviewed-by: iris, lancea, erikj
(cherry picked from commit 729c26f70e )
2023-03-05 08:35:42 +07:00
Eirik Bjorsnos
81c88d05f6
8302877: Speed up latin1 case conversions
...
Reviewed-by: naoto, redestad
(cherry picked from commit ef1f7bd3b8 )
2023-03-05 08:35:42 +07:00
Christian Stein
d25373ba65
8302789: (fs) Files.copy should include unsupported copy option in exception message
...
Reviewed-by: alanb, bpb, lancea
(cherry picked from commit 1ea5f9f7cd )
2023-03-05 08:35:42 +07:00
Joe Darcy
4070fab5f0
8302800: Augment NaN handling tests of FDLIBM methods
...
Reviewed-by: bpb
(cherry picked from commit dfce4e1943 )
2023-03-05 08:35:42 +07:00
Glavo
d185a67394
8302603: Use Set.of in java.nio.charset.Charset
...
Reviewed-by: stsypanov, alanb, naoto
(cherry picked from commit 5489c821dc )
2023-03-05 08:35:42 +07:00
Roger Riggs
38c44caef8
8301627: System.exit and Runtime.exit debug logging
...
Reviewed-by: alanb, chegar
(cherry picked from commit 10b4cc9eb4 )
2023-03-05 08:35:41 +07:00
Johannes Bechberger
71648e5c4c
8302320: AsyncGetCallTrace obtains too few frames in sanity test
...
Reviewed-by: jvernee, dholmes, rrich
(cherry picked from commit db483a38a8 )
2023-03-05 08:35:41 +07:00
Tobias Holenstein
a3714f45ae
8302846: IGV: Zoom stuck when zooming out on large graphs
...
Reviewed-by: rcastanedalo, thartmann
(cherry picked from commit 02eb240c71 )
2023-03-05 08:35:41 +07:00
Claes Redestad
3329b267c6
8302863: Speed up String::encodeASCII using countPositives
...
Reviewed-by: alanb
(cherry picked from commit 92dfa1175e )
2023-03-05 08:35:41 +07:00
Pavel Rappo
3b8fa92f59
8302981: Fix a typo in the doc comment for java.lang.Record.equals
...
Reviewed-by: jpai
(cherry picked from commit 8b20aa919b )
2023-03-05 08:35:41 +07:00
Julian Waters
f652a73ebe
8302837: Kernel32.cpp array memory release invokes undefined behaviour
...
Reviewed-by: jlahoda
(cherry picked from commit 644fe0a994 )
2023-03-05 08:35:41 +07:00
Stefan Karlsson
05d233d5f6
8302977: ZGC: Doesn't support gc/TestVerifySubSet.java
...
Reviewed-by: tschatzl
(cherry picked from commit 60e6378925 )
2023-03-05 08:35:40 +07:00
Stefan Karlsson
5f64946299
8299777: Test runtime/NMT/BaselineWithParameter.java timed out
...
Reviewed-by: gziemski, iklam, dholmes
(cherry picked from commit fef1910277 )
2023-03-05 08:35:40 +07:00
Albert Mingkun Yang
f06f0c2eb2
8302886: Parallel: Remove unimplemented methods in ParCompactionManager
...
Reviewed-by: tschatzl
(cherry picked from commit 622f5604c1 )
2023-03-05 08:35:40 +07:00
Albert Mingkun Yang
f60c58ac91
8302868: Serial: Remove CardTableRS::initialize
...
Reviewed-by: tschatzl
(cherry picked from commit 9fd77c7b9b )
2023-03-05 08:35:40 +07:00
Albert Mingkun Yang
a769e4f423
8302867: G1: Removing unused variable in G1CardTable::initialize
...
Reviewed-by: tschatzl
(cherry picked from commit f35cf79b51 )
2023-03-05 08:35:40 +07:00
Stefan Karlsson
130899a342
8302741: ZGC: Remove Universe::verify calls
...
Reviewed-by: ayang, tschatzl
(cherry picked from commit 63a3501273 )
2023-03-05 08:35:40 +07:00
Matthias Baesken
51fbf45a15
8301661: Enhance os::pd_print_cpu_info on macOS and Windows
...
Reviewed-by: ihse, lucy, dholmes
(cherry picked from commit 9145670354 )
2023-03-05 08:35:39 +07:00
Jayathirth D V
128ea64fd5
8302151: BMPImageReader throws an exception reading BMP images
...
Reviewed-by: serb, tr
(cherry picked from commit aa10f0d3ee )
2023-03-05 08:35:39 +07:00
Emanuel Peter
5914be1caf
8302150: Speed up compiler/codegen/Test7100757.java
...
Reviewed-by: kvn, thartmann
(cherry picked from commit 16a4f02f2d )
2023-03-05 08:35:39 +07:00
Emanuel Peter
33d1a0f76c
8302146: Move TestOverloadCompileQueues.java to tier3
...
Reviewed-by: kvn, thartmann
(cherry picked from commit 17274c72a9 )
2023-03-05 08:35:39 +07:00
Tejesh R
76c7c50b6a
8299522: Incorrect size of Approve button in custom JFileChooser
...
Reviewed-by: aivanov, abhiscxk, dnguyen
(cherry picked from commit 29f392e434 )
2023-03-05 08:35:39 +07:00
Gui Cao
1ef4bd88f0
8302453: RISC-V: Add support for small width vector operations
...
Co-authored-by: Dingli Zhang <dingli@iscas.ac.cn >
Reviewed-by: yzhu, fyang
(cherry picked from commit 43c71ddf92 )
2023-03-05 08:35:39 +07:00
David Holmes
99c3219336
8302905: arm32 Raspberry Pi OS build broken by JDK-8301494
...
Reviewed-by: mikael, martin
(cherry picked from commit 91a2b5ec6f )
2023-03-05 08:35:38 +07:00
George Adams
90a09c2913
8302879: doc/building.md update link to jtreg builds
...
Reviewed-by: sgehwolf, clanger
(cherry picked from commit bb3dfd6adb )
2023-03-05 08:35:38 +07:00
sunguoyun
667b88de5d
8302369: Reduce the stack size of the C1 compiler
...
Reviewed-by: dlong
(cherry picked from commit 36a0822633 )
2023-03-05 08:35:38 +07:00
Justin King
9a92bf547a
8302599: Extend ASan support to Microsoft Visual C++
...
Reviewed-by: erikj, stuefe, ihse
(cherry picked from commit 0bf3a53e01 )
2023-03-05 08:35:38 +07:00
ravi.ra.gupta
7a1901ceb3
8302525: Write a test to check various components send Events while mouse and key are used simultaneously
...
Reviewed-by: serb
(cherry picked from commit c7517b3dec )
2023-03-05 08:35:38 +07:00
Alexey Bakhtin
1837a36cd2
8299234: JMX Repository.query performance
...
Reviewed-by: dfuchs, kevinw
(cherry picked from commit 9a797228f3 )
2023-03-05 08:35:38 +07:00
Severin Gehwolf
7b4f18ebf0
8300658: memory_and_swap_limit() reporting wrong values on systems with swapaccount=0
...
Reviewed-by: jsjolen, iklam
(cherry picked from commit e47e9ec05b )
2023-03-05 08:35:38 +07:00
Roman Kennke
871ff41acf
8302070: Factor null-check into load_klass() calls
...
Reviewed-by: phh, coleenp
(cherry picked from commit 7cf7e0a20b )
2023-03-05 08:35:37 +07:00
Prasanta Sadhukhan
5f02471699
8302882: Newly added test javax/swing/JFileChooser/JFileChooserFontReset.java fails with HeadlessException
...
Reviewed-by: jdv
(cherry picked from commit e731695217 )
2023-03-05 08:35:37 +07:00
Johan Sjölen
a9dbc65d8f
8301749: Tracking malloc pooled memory size
...
Reviewed-by: dholmes, stuefe
(cherry picked from commit b5a7426996 )
2023-03-05 08:35:37 +07:00
Vitaly Provodin
2b83bed5a8
JBR-5183 Serial: Refactor oop closures used in Young GC
2023-03-05 08:35:37 +07:00
Albert Mingkun Yang
e1168e317c
8302068: Serial: Refactor oop closures used in Young GC
...
Reviewed-by: tschatzl, iwalulya
(cherry picked from commit 6ac5e05c58 )
2023-03-04 13:33:06 +07:00
Pengfei Li
b553da5f0b
8302518: Add missing Op_RoundDoubleMode in VectorNode::vector_operands()
...
Reviewed-by: kvn, jbhateja
(cherry picked from commit 71cf7c4409 )
2023-03-04 13:33:05 +07:00
Thomas Schatzl
dae28264f9
8302709: Remove explicit remembered set verification in G1
...
Reviewed-by: ayang, iwalulya
(cherry picked from commit 98716e2b25 )
2023-03-04 13:33:05 +07:00
Ludovic Henry
3bc2f10854
8302776: RISC-V: Fix typo CSR_INSTERT to CSR_INSTRET
...
Reviewed-by: fyang
(cherry picked from commit 303c61f3ca )
2023-03-04 13:33:04 +07:00
Thomas Schatzl
8fdb11cb77
8302312: Make ParGCRareEvent_lock G1 specific
...
Reviewed-by: sjohanss, kbarrett
(cherry picked from commit 7c40c8af69 )
2023-03-04 13:33:04 +07:00
Thomas Schatzl
2481d0a8e6
8302122: Parallelize TLAB retirement in prologue in G1
...
8297611: G1: Merge tlab and per-thread dirty card log flushing
Reviewed-by: kbarrett, ayang
(cherry picked from commit 593bec685e )
2023-03-04 13:33:03 +07:00
Thomas Schatzl
df73c178b2
8302206: Factor out duplicate G1VerificationClosure
...
Reviewed-by: kbarrett, ayang
(cherry picked from commit e971f90a0b )
2023-03-04 13:33:03 +07:00
Ivan Walulya
58ca9ecac7
8302215: G1: Last-ditch Full GC should do serial compaction for tail regions in per thread compaction points.
...
Reviewed-by: ayang, sjohanss, tschatzl
(cherry picked from commit eaae0baeba )
2023-03-04 13:33:02 +07:00
Emanuel Peter
e19c4240c6
8302668: [TESTBUG] Tests require feature sse4_1 which does not exist, should be sse4.1
...
Reviewed-by: kvn, thartmann
(cherry picked from commit 7e08275cc1 )
2023-03-04 13:30:07 +07:00
Emanuel Peter
b26dac8d42
8295979: [IR Framework] Improve IR matching warning
...
Reviewed-by: thartmann, kvn
(cherry picked from commit 5c0f50bc01 )
2023-03-04 13:30:07 +07:00
Tobias Holenstein
41a06866c0
8302656: Missing spaces in output of -XX:+CIPrintMethodCodes
...
Reviewed-by: kvn, thartmann
(cherry picked from commit 743a85db06 )
2023-03-04 13:30:06 +07:00
Prasanta Sadhukhan
6a089dc0b2
6753661: JFileChooser font not reset after Look & Feel change
...
Reviewed-by: abhiscxk, aivanov, serb
(cherry picked from commit 432cf68c4d )
2023-03-04 13:30:05 +07:00
Richard Reingruber
a161701774
8302462: [REDO] 8297487: G1 Remark: no need to keep alive oop constants of nmethods on stack
...
Reviewed-by: tschatzl, ayang
(cherry picked from commit 2009dc2b73 )
2023-03-04 13:30:05 +07:00
Ioi Lam
f0c672e28d
8302781: CDS archive heap not reproducible after JDK-8296344
...
Reviewed-by: dcubed
(cherry picked from commit 7abe26935a )
2023-03-04 13:30:04 +07:00
Claes Redestad
ef56815632
8302315: Examine cost of clone of primitive arrays compared to arraycopy
...
Reviewed-by: alanb
(cherry picked from commit d6716d2e54 )
2023-03-04 13:30:04 +07:00
Thomas Stuefe
d2fe0d4496
8302812: JDK-8302455 broke ClassLoaderStatsTest on 32-bit
...
Reviewed-by: dcubed
(cherry picked from commit 53be5dc486 )
2023-03-04 13:30:03 +07:00
Eirik Bjorsnos
e01837a42e
8301873: Avoid string decoding in ZipFile.Source.getEntryPos
...
Reviewed-by: redestad, lancea
(cherry picked from commit 78f71b4d41 )
2023-03-04 13:30:03 +07:00
Jaikiran Pai
cc86e4f23a
8302623: jarsigner - use BufferedOutputStream to improve performance while creating the signed jar
...
Reviewed-by: weijun
(cherry picked from commit f82385e587 )
2023-03-04 13:30:02 +07:00
Jaikiran Pai
72bf1b4562
8302664: Fix several incorrect usages of Preconditions.checkFromIndexSize
...
Reviewed-by: djelinski, dfuchs, alanb
(cherry picked from commit 43cf8b3d80 )
2023-03-04 13:30:02 +07:00
Serguei Spitsyn
5cb828436c
8302615: make JVMTI thread cpu time functions optional for virtual threads
...
Reviewed-by: alanb
(cherry picked from commit 6b082fb3c6 )
2023-03-04 13:30:01 +07:00
Sandhya Viswanathan
5ff6b031f0
8302358: Behavior of adler32 changes after JDK-8300208
...
Reviewed-by: kvn, jbhateja
(cherry picked from commit 7c60b9c98f )
2023-03-04 13:29:59 +07:00
Calvin Cheung
fb55e1e23b
8301992: Embed SymbolTable CHT node
...
Co-authored-by: Robbin Ehn <rehn@openjdk.org >
Reviewed-by: coleenp, iklam
(cherry picked from commit 86b9fce980 )
2023-03-04 13:29:58 +07:00
Mikhailo Seledtsov
9e086e8405
8294402: Add diagnostic logging to VMProps.checkDockerSupport
...
Reviewed-by: dholmes, lmesnik
(cherry picked from commit 03d613bbab )
2023-03-04 13:29:57 +07:00
Ioi Lam
18677037ea
8302777: CDS should not relocate heap if mapping fails
...
Reviewed-by: ccheung
(cherry picked from commit a263f28368 )
2023-03-04 13:29:56 +07:00
Archie L. Cobbs
adfd1a5baf
7033677: potential cast error in MemberEnter
...
Reviewed-by: vromero, jlahoda
(cherry picked from commit a917fb3fcf )
2023-03-04 13:29:56 +07:00
Ludvig Janiuk
b47b04c9a9
8302226: failure_handler native.core should wait for coredump to finish
...
Reviewed-by: erikj
(cherry picked from commit 6120319afd )
2023-03-04 13:29:55 +07:00
Albert Mingkun Yang
1372db82a3
8302734: Parallel: Remove unused LGRPSpace::_invalid_region
...
Reviewed-by: tschatzl
(cherry picked from commit fef3eab9bd )
2023-03-04 13:29:53 +07:00
Albert Mingkun Yang
3827b6407d
8302661: Parallel: Remove PSVirtualSpace::is_aligned
...
Reviewed-by: stefank, tschatzl
(cherry picked from commit ea5bfea333 )
2023-03-04 13:29:53 +07:00
Daniel Fuchs
44e2809f9d
8302635: Race condition in HttpBodySubscriberWrapper when cancelling request
...
Reviewed-by: jpai
(cherry picked from commit edf238b65e )
2023-03-04 13:29:52 +07:00
Tobias Holenstein
1c70c14246
8290822: C2: assert in PhaseIdealLoop::do_unroll() is subject to undefined behavior
...
Reviewed-by: kvn, thartmann
(cherry picked from commit cd77fcfb5f )
2023-03-04 13:29:51 +07:00
Tobias Holenstein
4b759a63c9
8302335: IGV: Bytecode not showing
...
Reviewed-by: rcastanedalo, thartmann, xliu
(cherry picked from commit 57c9bc39cd )
2023-03-04 13:29:51 +07:00
Yi-Fan Tsai
fc8f2d72ea
8302113: Improve CRC32 intrinsic with crypto pmull on AArch64
...
Reviewed-by: simonis
(cherry picked from commit 57fde75b2a )
2023-03-04 13:29:51 +07:00
Richard Reingruber
3faea1a84b
8302158: PPC: test/jdk/jdk/internal/vm/Continuation/Fuzz.java: AssertionError: res: false shouldPin: false
...
Reviewed-by: goetz, mdoerr
(cherry picked from commit b8c9d6cdf6 )
2023-03-04 13:29:50 +07:00
Jan Lahoda
b7b66977c9
8302202: Incorrect desugaring of null-allowed nested patterns
...
Reviewed-by: vromero
(cherry picked from commit dc55a7fc87 )
2023-03-04 13:29:48 +07:00
Johan Sjölen
df173b121c
8301494: Replace NULL with nullptr in cpu/arm
...
Reviewed-by: dholmes, coleenp
(cherry picked from commit c4ffe4bf63 )
2023-03-04 13:29:47 +07:00
Albert Mingkun Yang
77b5b80c38
8302674: Parallel: Remove unused methods in MutableNUMASpace
...
Reviewed-by: tschatzl
(cherry picked from commit 4f1cffd52c )
2023-03-04 13:29:47 +07:00
Johan Sjölen
1fb4e57197
8301481: Replace NULL with nullptr in os/windows
...
Reviewed-by: coleenp, dholmes
(cherry picked from commit c91cd2814b )
2023-03-04 13:29:46 +07:00
Damon Fenacci
9d8a402569
8301491: C2: java.lang.StringUTF16::indexOfChar intrinsic called with negative character argument
...
Reviewed-by: thartmann, kvn
(cherry picked from commit 47ca5773a5 )
2023-03-04 13:27:49 +07:00
Ioi Lam
1bd8fe66e8
8296158: Refactor the verification of CDS region checksum
...
Reviewed-by: ccheung, matsaave
(cherry picked from commit 49eb68ba95 )
2023-03-04 13:27:48 +07:00
Joe Darcy
a7d131f0e6
8301444: Port fdlibm hyperbolic transcendental functions to Java
...
Reviewed-by: bpb
(cherry picked from commit 655a71277d )
2023-03-04 13:27:48 +07:00
David Holmes
073f68edb0
8280419: Remove dead code related to VerifyThread and verify_thread()
...
Reviewed-by: stuefe, lucy
(cherry picked from commit b242eef93e )
2023-03-04 13:27:47 +07:00
Valerie Peng
693ca15a30
8302225: SunJCE Provider doesn't validate key sizes when using 'constrained' transforms for AES/KW and AES/KWP
...
Reviewed-by: xuelei
(cherry picked from commit 4ce493f09e )
2023-03-04 13:27:47 +07:00
Magnus Ihse Bursie
c7dae0f76b
8301753: AppendFile/WriteFile has differences between make 3.81 and 4+
...
Reviewed-by: erikj
(cherry picked from commit a39cf2e3b2 )
2023-03-04 13:27:46 +07:00
Vicente Romero
1e75fb8a4c
8296010: AssertionError in annotationTargetType
...
Reviewed-by: jjg
(cherry picked from commit de80dd9c15 )
2023-03-04 13:27:46 +07:00
Julian Waters
be23595d16
8302671: libawt has a memmove decay error
...
Reviewed-by: serb, prr, kcr
(cherry picked from commit e5042dd483 )
2023-03-04 13:27:45 +07:00
Daniel D. Daugherty
17fa431a15
8302678: validate_source fails after JDK-8293313
...
Reviewed-by: bpb
(cherry picked from commit 574b48c692 )
2023-03-04 13:27:45 +07:00
Thomas Stuefe
0ea2e94b73
8293313: NMT: Rework MallocLimit
...
8293292 : Remove MallocMaxTestWords
Reviewed-by: jsjolen, gziemski, lucy, mbaesken
(cherry picked from commit 90e092280f )
2023-03-04 13:27:44 +07:00
Erik Gahlin
1f3ad5c22e
8298276: JFR: Update NMT events to make use of common periodic timestamp feature
...
Reviewed-by: mgronlun
(cherry picked from commit f558a6c599 )
2023-03-04 13:13:06 +07:00
Archie L. Cobbs
75afd724cd
8302514: Misleading error generated when empty class file encountered
...
Reviewed-by: vromero, jwaters
(cherry picked from commit a58fa6e73e )
2023-03-04 13:13:05 +07:00
Justin King
e5a9e30d10
8302595: use-after-free related to GraphKit::clone_map
...
Reviewed-by: kvn, thartmann
(cherry picked from commit 3cc459b6c2 )
2023-03-04 13:13:04 +07:00
Justin King
b710c970b2
8302594: use-after-free in Node::destruct
...
Reviewed-by: kvn, thartmann
(cherry picked from commit 2e3cea01da )
2023-03-04 13:13:04 +07:00
Tobias Holenstein
d033368450
8301959: Compile command in compiler.loopopts.TestRemoveEmptyCountedLoop does not work
...
Reviewed-by: kvn, thartmann
(cherry picked from commit 9b911b492f )
2023-03-04 13:13:03 +07:00
Tobias Holenstein
55a82c3289
8291735: methods_do() always run at exit
...
Reviewed-by: coleenp, kvn
(cherry picked from commit c29a136787 )
2023-03-04 13:13:02 +07:00
Albert Mingkun Yang
b4af29941e
8302464: Parallel: Remove unreachable code in callers of numa_has_static_binding
...
Reviewed-by: lkorinth, tschatzl
(cherry picked from commit 687a461276 )
2023-03-04 13:13:01 +07:00
Tejesh R
ba46211b67
8300549: JFileChooser Approve button tooltip is null in Aqua L&F in CUSTOM_DIALOG mode
...
Reviewed-by: aivanov, abhiscxk
(cherry picked from commit 84c058bb63 )
2023-03-04 13:13:01 +07:00
Tobias Holenstein
c62406108e
8297031: IGV: Copy extracted nodes and layout for cloned graph
...
Reviewed-by: rcastanedalo, thartmann
(cherry picked from commit e045af4c92 )
2023-03-04 13:13:00 +07:00
Severin Gehwolf
7ae82c8286
8300645: Handle julong values in logging of GET_CONTAINER_INFO macros
...
Reviewed-by: iklam
(cherry picked from commit 53ae4c07fd )
2023-03-04 13:12:59 +07:00
Tobias Hartmann
df9149ec76
8302625: Bad copyright line after JDK-8302385
...
Reviewed-by: mikael
(cherry picked from commit c77f64420a )
2023-03-04 13:12:59 +07:00
Thomas Stuefe
4390648918
8302385: Remove MetaspaceReclaimPolicy=none
...
Reviewed-by: iklam, dholmes
(cherry picked from commit 519229db3c )
2023-03-04 13:12:58 +07:00
Thomas Stuefe
3d7bae6121
8302455: VM.classloader_stats memory size values are wrong
...
Reviewed-by: coleenp, dholmes
(cherry picked from commit 6e2d3c6c45 )
2023-03-04 13:12:57 +07:00
Vicente Romero
79d1c4c648
8208470: Type annotations on inner type that is an array component
...
Co-authored-by: Bernard Blaser <bsrbnd@openjdk.org >
Reviewed-by: jlahoda
(cherry picked from commit 1480d418e3 )
2023-03-04 13:12:56 +07:00
Ioi Lam
3506e343bc
8224980: FLAG_SET_ERGO silently ignores invalid values
...
Reviewed-by: iveresov, dholmes
(cherry picked from commit 573c316c57 )
2023-03-04 13:12:55 +07:00
Joe Darcy
24726d7dc6
8302026: Port fdlibm inverse trig functions (asin, acos, atan) to Java
...
Reviewed-by: bpb
(cherry picked from commit 3ba156082b )
2023-03-04 13:12:55 +07:00
Claes Redestad
aaedc0d821
8302163: Speed up various String comparison methods with ArraysSupport.mismatch
...
Reviewed-by: stsypanov, rriggs, alanb
(cherry picked from commit 861e302011 )
2023-03-04 13:12:54 +07:00
Mandy Chung
051afbb8b7
8301460: Clean up LambdaForm to reference BasicType enums directly
...
Reviewed-by: jvernee
(cherry picked from commit 50dcc2aec5 )
2023-03-04 13:12:53 +07:00
Albert Mingkun Yang
8a95ce02a1
8302127: Remove unused arg in write_ref_field_post
...
Reviewed-by: phh, kbarrett
(cherry picked from commit 28f5250fa5 )
2023-03-04 13:12:52 +07:00
Johan Sjölen
ed6c442762
8301225: Replace NULL with nullptr in share/gc/shenandoah/
...
Reviewed-by: wkemper, kdnilsen, rkennke
(cherry picked from commit 0c9658446d )
2023-03-04 13:12:51 +07:00
Sean Mullan
fa600bab73
8301700: Increase the default TLS Diffie-Hellman group size from 1024-bit to 2048-bit
...
Reviewed-by: xuelei
(cherry picked from commit 26b111d714 )
2023-03-04 13:12:51 +07:00
Michael McMahon
fd9ca2ec97
8301463: Code in DatagramSocket still refers to resolved JDK-8237352
...
Reviewed-by: dfuchs
(cherry picked from commit 52388179e6 )
2023-03-04 13:12:50 +07:00
Severin Gehwolf
7784841363
8302325: Wrong comment in java.base/share/native/libjimage/imageFile.hpp
...
Reviewed-by: alanb, jlaskey
(cherry picked from commit 11194e8b82 )
2023-03-04 13:12:49 +07:00
Scott Gibbons
5f39d4af08
8300808: Accelerate Base64 on x86 for AVX2
...
Reviewed-by: jbhateja, redestad, sviswanathan
(cherry picked from commit 33bec20710 )
2023-03-04 13:12:49 +07:00
Emanuel Peter
16698ca913
8302147: Speed up compiler/jvmci/compilerToVM/IterateFramesNative.java
...
Reviewed-by: kvn, thartmann
(cherry picked from commit 46bcc4901e )
2023-03-04 13:12:48 +07:00
Emanuel Peter
c2f77d5943
8302152: Speed up tests with infinite loops, sleep less
...
Reviewed-by: thartmann, kvn
(cherry picked from commit a9a53f417d )
2023-03-04 13:12:47 +07:00
Justin King
219af25410
8302102: Disable ASan for SafeFetch and os::print_hex_dump
...
Reviewed-by: dholmes, stuefe
(cherry picked from commit 98a392c4fc )
2023-03-04 13:12:30 +07:00
Thomas Stuefe
db3bb466be
8302129: Make MetaspaceReclaimPolicy a diagnostic switch
...
Reviewed-by: dholmes, coleenp
(cherry picked from commit 9ccf8ad91f )
2023-03-04 12:35:59 +07:00
Ioi Lam
aac5370065
8296344: Remove dependency on G1 for writing the CDS archive heap
...
Reviewed-by: ayang, tschatzl, ccheung
(cherry picked from commit bdcbafb219 )
2023-03-04 12:35:59 +07:00
Kim Barrett
29ce2d49cc
8302262: Remove -XX:SuppressErrorAt develop option
...
Reviewed-by: stuefe, dholmes, tschatzl
(cherry picked from commit f1d76fa925 )
2023-03-04 12:35:58 +07:00
Mandy Chung
09675a9b9e
8302260: VarHandle.describeConstable() fails to return a nominal descriptor for static public fields
...
Reviewed-by: alanb, psandoz
(cherry picked from commit 9c202a5a8f )
2023-03-04 12:35:57 +07:00
Vicente Romero
84726c7c84
8301374: NullPointerException in MemberEnter.checkReceiver
...
Reviewed-by: jlahoda
(cherry picked from commit ca73f7e80f )
2023-03-04 12:35:57 +07:00
Brian Burkhalter
be1001f499
8297632: InputStream.transferTo() method should specify what the return value should be when the number of bytes transfered is larger than Long.MAX_VALUE
...
Reviewed-by: alanb, lancea
(cherry picked from commit 5b2d430131 )
2023-03-04 12:35:56 +07:00
Xue-Lei Andrew Fan
a62ecc6b80
8301274: update for deprecated sprintf for security components
...
Reviewed-by: ascarpino
(cherry picked from commit f7dee77d73 )
2023-03-04 12:35:55 +07:00
Xue-Lei Andrew Fan
bce9d36393
8301279: update for deprecated sprintf for management components
...
Reviewed-by: kevinw, dholmes
(cherry picked from commit ec901f28c3 )
2023-03-04 12:35:55 +07:00
Erik Gahlin
ec07f7e56e
8298278: JFR: Turn MEMFLAGS into a type for use with the NativeMemoryUsage events
...
Reviewed-by: sjohanss
(cherry picked from commit 8933c2d06a )
2023-03-04 12:35:54 +07:00
Robbin Ehn
6aedcf778d
8302354: InstanceKlass init state/thread should be atomic
...
Reviewed-by: coleenp, dholmes
(cherry picked from commit 77519e5f4f )
2023-03-04 12:35:53 +07:00
Vicente Romero
eb91a96ff9
8207017: Type annotations on anonymous classes in initializer blocks not written to class file
...
Reviewed-by: jlahoda
(cherry picked from commit 2ef001e097 )
2023-03-04 12:35:52 +07:00
Johan Sjölen
99d435dac0
8295344: Harden runtime/StackGuardPages/TestStackGuardPages.java
...
Reviewed-by: dholmes, rehn
(cherry picked from commit 8c2c8b3f7f )
2023-03-04 12:35:51 +07:00
Hannes Wallnöfer
2ee996abbc
8302324: Inheritance tree does not show correct type parameters/arguments
...
Reviewed-by: prappo
(cherry picked from commit 6d4b02b6c9 )
2023-03-04 12:35:50 +07:00
Ekaterina Vergizova
8302bd3f80
8301842: JFR: increase checkpoint event size for stacktrace and string pool
...
Reviewed-by: mgronlun
(cherry picked from commit 7dfe75cf55 )
2023-03-04 12:35:50 +07:00
Jie Fu
e68adefd0e
8302368: [ZGC] Client build fails after JDK-8300255
...
Reviewed-by: fyang, eosterlund
(cherry picked from commit 66742c83d4 )
2023-03-04 12:35:49 +07:00
Albert Mingkun Yang
be2cc5614f
8225409: G1: Remove the Hot Card Cache
...
Reviewed-by: tschatzl, iwalulya
(cherry picked from commit 7c50ab1612 )
2023-03-04 12:35:48 +07:00
Conor Cleary
eef2b501bb
8301243: java/net/httpclient/http2/IdleConnectionTimeoutTest.java intermittent failure
...
Reviewed-by: dfuchs
(cherry picked from commit 92474f13f0 )
2023-03-04 12:35:47 +07:00
Severin Gehwolf
315ff06011
8302337: JDK crashes if lib/modules contains non-zero byte containing ATTRIBUTE_END
...
Reviewed-by: stuefe, jlaskey, alanb
(cherry picked from commit ee5f6e156d )
2023-03-04 12:35:46 +07:00
Erik Österlund
266cc785b0
8301874: BarrierSetC2 should assign barrier data to stores
...
Reviewed-by: rcastanedalo, kvn
(cherry picked from commit 7f71a1040d )
2023-03-04 12:35:46 +07:00
Eirik Bjorsnos
90c66367c4
8302214: Typo in javadoc of Arrays.compare and Arrays.mismatch
...
Reviewed-by: jpai
(cherry picked from commit d782125c8f )
2023-03-04 12:35:45 +07:00
Vitaly Provodin
78c0afe4f5
update exclude list on results of 21_b24.2 test runs
2023-03-04 05:17:54 +07:00
Sergey Shelomentsev
81602f10e6
JBR-5350 Separate test for Mac OS
2023-03-02 09:13:24 +02:00
Sergey Shelomentsev
a24b572105
JBR-5350 fix FrameNativeControlTest checks on MacOS
2023-02-28 20:32:04 +02:00
Sergey Shelomentsev
69cad4eb9e
JBR-5344 fix incorrectly specified VM options
2023-02-28 20:31:49 +02:00
Sergey Shelomentsev
7a63a54009
JBR-5346 fix MaximizedCustomDecorationsTest test failure (move to the new JBR API)
2023-02-28 16:24:17 +02:00
Vitaly Provodin
b3c1036696
update exclude list on results of 17.0.6_b855.1 test runs
...
(cherry picked from commit 4c676cc2df0c319fc275589086a939237851fbc5)
2023-02-24 20:11:20 +07:00
Sergey Shelomentsev
0d992a1075
fixup! JBR-5300 Change source code and test files to use GPL license
2023-02-16 18:19:14 +02:00
Dmitry Batrak
b05c0b000c
JBR-5300 Change source code and test files to use GPL license
...
fix copyright profile in generated IDE project
(cherry picked from commit 43ebbe3cd1 )
2023-02-16 14:03:21 +02:00
Dmitry Batrak
3c8fedae6d
JBR-5300 Change source code and test files to use GPL license
...
fix for the different comment format
2023-02-15 23:13:42 +02:00
Dmitry Batrak
5c80600323
JBR-5300 Change source code and test files to use GPL license
2023-02-15 12:47:06 +02:00
Vitaly Provodin
0cc88c6189
clean up exclude lists
2023-02-15 10:30:01 +07:00
Vladimir Dvorak
f1dddd1402
JBR-5183 - fix compilation on win - using size_t
2023-02-15 05:50:07 +07:00
Vladimir Dvorak
dd1f913a6b
JBR-5183 - fix error: invalid use of incomplete type 'struct Atomic::StoreImpl
2023-02-15 05:50:06 +07:00
Vladimir Dvorak
241c900339
JBR-5183 - fix error: invalid use of incomplete type 'struct Atomic::StoreImpl
2023-02-15 05:50:06 +07:00
Vladimir Dvorak
542c868809
JBR-5183 - fix windows build
2023-02-15 05:50:05 +07:00
Vladimir Dvorak
d92cf744c7
JBR-5183 - nullptr in VM_EnhancedRedefineClasses
2023-02-15 05:50:04 +07:00
Vladimir Dvorak
a64b53548f
JBR-5183 - fix compilation locking
2023-02-15 05:50:03 +07:00
Vladimir Dvorak
2808c46322
JBR-5183 fix G1GC forward pointer check
2023-02-15 05:50:03 +07:00
Vladimir Dvorak
78f0c0f12e
JBR-5183 fix problem with _first_dead in serial GC
2023-02-15 05:50:02 +07:00
Vladimir Dvorak
88eb51b2e3
JBR-5183 fix bug from dcevm21 merge resolving
2023-02-15 05:50:01 +07:00
Vladimir Dvorak
ff005b3c82
JBR-5183 use sorted static fields in class comparison
2023-02-15 05:50:01 +07:00
Vladimir Dvorak
ae1c6e2721
JBR-5183 do not use EnhancedRedefineClasses_lock
2023-02-15 05:50:00 +07:00
Vladimir Dvorak
3229e3a7c9
JBR-5183 fix assert in make_jmethod_id
2023-02-15 05:50:00 +07:00
Vladimir Dvorak
7a44b5eb6a
JBR-5183 remove VM_ThreadsSuspendJVMTI
2023-02-15 05:49:59 +07:00
Vladimir Dvorak
e482723604
JBR-5183 fix dcevm21 issues after merge dcevm17 updates
2023-02-15 05:49:58 +07:00
Vladimir Dvorak
38711119a3
JBR-5183 dcevm17 squashed commits
...
JBR-3111 Update class in all dictionaries where it was already defined
This patch keeps compatibility with std redefinition, that does not
create a new Klass, but modifies it, then it is modified in all
dictionaries containing this class.
Add ClassLoaderDataGraph_lock to define new class in enhanced
redefiniton
ClassLoaderDataGraph locking for introduced in redefinition in
java.version>11
JBR-3140 - support for modularized HotswapAgent
Add -XX:HotswapAgent=[disabled,fatjar.core]
Support for redefinition of Well Known classses (java.*,jdk.*, sun.*)
Fix fastdebug compilation issues - cast_to_oop
JBR-3458: Skip dynamic proxy classes based on com.sun.proxy
JBR-3459: Fix race condition in ClassLoaderDataGraph::classes_do
InstanceKlass in ClassLoaderData can be uninitialized when
ClassLoaderDataGraph::classes_do is called. Using
ClassLoaderDataGraph::dictionary_classes_do is safe but problem is still
persisting with anonymous classes.
Fix compilation problems
Fix dcevm issues related to refactorization of Thread to JavaThread
Fix init_method_MemberName after Thread to JavaThread refactorization
Fix "implicit conversion of NULL constant to 'bool'"
Fix, pass SystemDictionary::resolve_from_stream cl_info param
Search for affected classes in all initialized classes in cld
Fix also case when lambda interface is redefined. Lambda class is
missing in cld dictionary since it is hidden since j17
Fix compilation issue
Remove duplicated lambdaFormInvokers.cpp
JBR-3867 - update keys of jvmti TAG map after redefinition
jdwp keeps relation class_ptr->class_ref in jvmti tag. class_ptr is used
as a tag key, tag value is refnode. There are new class_ptrs after
redefinition, therefore jdwp redefinition method update all affected
keys in the tag map.
JBR-3867 - fix msvc compilation issue with non const array on stack
Attempt to fix JBR-3887
JBR-3937 Fix crashes in C1/C2 compilers
There is a race condition in enhanced redefinition with C1/C2. Therefore
the patch stops C1/C2 compilation before redefinition and release after
redefinition finishing. There is no performance impact since dcevm
flushes all code cache.
Fix line ending CRLF->LF
G1 fixes, code cleanup
JBR-3867 - fix dcevm redefinition stops due the not updated weak oops
Dcevm must update also oops in weak storage using WeakProcessor. Oops
storage is new concept in java17.
JBR-4018 - fix zero variant compilation issues
JBR-3997 - fix _invokehandle and _invokedynamic race conditions
Old clear mechanism of CpCacheEntry has cleared partially _flags and the
entire _f1, but both values could be later used in interpreter for
invocation. It ended up with various types of crashes. To prevent dcevm
crashes, we keep the old _f1 and _flags values until they are resolved
again. We need a new flag 'is_f1_null_dcevm_shift' indicating that _f1
is NULL (while f1 keeps old value).
JBR-4053 - Fix fastdebug compilation issue
JBR-4125 - fix wrong addition of java.lang.Object as superclass
JBR-4110 - disable UseEmptySlotsInSupers
dcevm instance transformation expects increasing field's offset when
fields of class are iterated. This ordering is no more valid if
UseEmptySlotsInSupers=true.
JBR-4148 - removed meaningless copying of data to itself
JBR-4312 - fix crash call ResolvedMethodTable from ServiceThread
adjust_metod_entries_dcevm incorrectly changed the hashes of resolved
method oops stored in ResolvedMethodTable. Now all oops of old methods
are first removed, then updated and then added to table again
JBR-4352 - fix AARCH64 compilation issues
- use correct INCLUDE_JFR condition for jfr code
- exclude jvmtiEnhancedRedefineClasses.cpp if INCLUDE_JVMTI=0
Remove version-numbers left over from the merge of dcevm17
JBR-4392 - use only loaded classes when collecting affected classes
JBR-4386 - disable AllowEnhancedClassRedefinition in jfr
2023-02-15 05:49:58 +07:00
Vladimir Dvorak
bc08286f7c
JBR-5183 fix dcevm21 compilation issues
2023-02-15 05:47:59 +07:00
Vladimir Dvorak
7fbd0b7bbf
JBR-5183 pre-dcevm17 squashed commits
...
dcevm11 fixes
1. We need to set classRedefinitionCount on new class, not old class.
2.Fix crashes in MetadataOnStackMark::~MetadataOnSta
MetadataOnStackMark should not remove dcevm stuff. It was added
accidentaly in dcevm9 and never was part of doit() in previous versions.
3. Fix problem with nested members
Reported at :
https://stackoverflow.com/questions/53370380/hotswapagent-incompatibleclasschangeerror-type-headerpanel1-is-not-a-nest-mem
4. Use init_mark_raw()
method changed since j8 - it used init_mark()
5. Fix methodHandles and fieldHandles
6. Code cleanup
7. Fix force_forward in dead space
8. Fix check_class
9. increment_class_counter() using orig dcevm code
Probably it is cause of SISEGV on:
_
VM_EnhancedRedefineClasses::redefine_single_class->java_mirror()
10 Fix 11.0.7 compilation issues
11. Refactor ClearCpoolCacheAndUnpatch
12. not nullable oop_store_not_null() method+handle NULL in mem_name in
dmh
13. Use INCLUDE_CDS condition on "UseSharedSpaces" block from master
14. Add codecache flush optimization, but just flush all cache.
15. Cleanup
16. Use original code for adjust_method_entries in standard redefinition
17. iterate old method version only in dcevm
18. Revert code for !AllowEnhancedClassRedefinition
19. Code cleanup
20. Activate cpCache definition asserts for !dcevm
21. Skip GC runs for redefinitions without instance size change
22. This is the 2nd commit message:
23. dcevm15 - Cleanup code related to removed CMS
Fix class cast exception on redefinition of class A, that is superclass
of B that has anonymous class C
Support for Lambda class redefinition
Fix "no original bytecode found" error if method with bkp is missing
Sometimes IDE can deploy class with erroneous method, such method has
n bytecode, but breakpoint position can still exist.
Replace deleted method with Universe::throw_no_such_method_error
+ Change log level in advanced redefinition
- Change log level for "Comparing different class ver.." to debug
- Fix adjust_method_entries_dcevm logging levels and severity
Support for G1 gc
AllowEnhancedClassRedefinition is false (disabled) by default
Set HOTSPOT_VM_DISTRO=Dynamic Code Evolution
Clear dcevm code separation
Fix LoadedClassesClosure - fixes problems with remote debugging
dcevm15 - fix java15 compilation issues
dcevm15 - add ClassLoaderDataGraph_lock on
ClassLoaderDataGraph::classes_do
ClassLoaderDataGraph::classes_do and need safepoint or lock,
find_sorted_affected_classes is not in safepoint therefore it must be
locked
ClassLoaderDataGraph::rollback_redefinition need safepoint too
dcevm15 - fix Universe::root_oops_do
Removed ClassLoaderDataGraph::cld_do was cause of crashes due multiple
oop patching. ClassLoaderDataGraph::cld_do replaced in dcevm15
previously used and removed SystemDictionary:oops_do
dcevm15 - check if has_nestmate_access_to has newest host class
dcevm15 - mark_as_scavengable only alive methods
dcevm15 - fix hidded classes
dcevm15 - DON'T clear F2 in CP cache after indy unevolving
It's not clear why it was cleared in dcevm7-11
Cleanup and review comments
Disable AllowEnhancedClassRedefinition in flight recorder
dcevm17 - fix compilation issues
Fix crash on GrowableArray allocation in C_HEAP
Rename confusing method name old_if_redefined to old_if_redefining
Check InstanceKlass::has_nestmate_access_to with active classes
Dcevm can leave old host in nested class if nested class is not
redefined together with host class
2023-02-15 05:47:57 +07:00
Nikita Gubarkov
da208cfd3b
fixup! JBR-5124 Rewrite custom decorations support
...
JBR-5284 Use ChildWindowFromPointEx instead of RealChildWindowFromPoint in ScreenToBottommostChild
2023-02-14 16:09:58 +02:00
Sergey Shelomentsev
74a565f497
JBR-5194 add regressions tests for custom decorations support
2023-02-14 13:53:23 +02:00
Sergey Shelomentsev
141863c6a7
build jbr-api as a part of bundle build
2023-02-14 11:35:57 +02:00
Vitaly Provodin
f426770547
Update README.md
2023-02-14 13:53:37 +07:00
Vitaly Provodin
60ed456ff2
Update README.md
2023-02-14 07:08:22 +01:00
Artem Semenov
4d36e8402d
JBR-5289 If the label has the role of a hyperlink, VO still pronounces it as plain text ( #215 )
2023-02-14 07:08:22 +01:00
Alexey Ushakov
66c715aff2
JBR-5279 restore saving jbr native symbols bin/server/jvm.pdb
2023-02-14 07:08:21 +01:00
Sergey Shelomentsev
f9483c9624
JBR-4875 update test to use new JBR API window custom decorations
2023-02-14 07:08:21 +01:00
Nikita Gubarkov
22ab2ad28c
JBR-5186 Make MouseInfo.getPointerInfo more robust
...
Do not search for the containing monitor in MouseInfo.getPointerInfo, this must be handled by peers (yes, this goes against the spec of MouseInfoPeer.fillPointWithCoords).
JBR-5268 Fix coordinates conversion in XMouseInfoPeer.fillPointWithCoords
2023-02-14 07:08:21 +01:00
Vitaly Provodin
bf2765f51f
Update README.md
2023-02-14 07:08:21 +01:00
Nikita Tsarev
63818ace02
JBR-5254: Fix Caps Lock not working properly on certain Chinese IMs
2023-02-14 07:08:21 +01:00
Nikita Tsarev
b403e715fe
Revert "8230926: [macosx] Two apostrophes are entered instead of one with "U.S. International - PC" layout"
...
This reverts commit 5049cad2b0 .
After JBR-5173 this workaround is no longer necessary
2023-02-14 07:08:21 +01:00
Artem Semenov
18c4329c5b
JBR-5269 Announcement priorities not set correctly ( #214 )
2023-02-14 07:08:21 +01:00
Nikita Tsarev
c4c6188d66
JBR-5233 Setup/teardown necessary keyboard layouts in macOS keyboard tests
2023-02-14 07:08:21 +01:00
Vitaly Provodin
807e13572d
Update README.md
2023-02-14 07:08:21 +01:00
Artem Semenov
dccad6e581
JBR-5248 exception in accessible announcing
2023-02-14 07:08:21 +01:00
Vitaly Provodin
765d1a4267
update exclude list on results of 21_b9 test runs
2023-02-14 07:08:21 +01:00
Vitaly Provodin
4d800adf77
JBR-5217 enable NVDA support in Windows builds
2023-02-14 07:08:21 +01:00
Nikita Gubarkov
fd5b0c16e0
JBR-5124 Rewrite custom decorations support
...
JBR API v0.0.8
Added new WindowDecorations API, deprecated old CustomWindowDecoration.
JBR-4641 JBR-4630 Fix client area calculation with custom decorations on Windows.
- Window insets are rounded up, which causes visible & unusable border in fullscreen on some scales, round down instead.
- Clipping in Swing components sometimes cuts what it shouldn't, fixed.
2023-02-14 07:08:21 +01:00
Nikita Gubarkov
133f2ea840
JBR-5238 do not reshape maximized window in AwtWindow::CheckWindowDPIChange()
2023-02-14 07:08:21 +01:00
Alexey Ushakov
bf47a26bd5
JBR-4959 [macOS Ventura] Screen flickering after OS update when IDE is full screen
...
Use one display link thread per MTLContext. Adjust refresh rate with current display.
2023-02-14 07:08:20 +01:00
Nikita Tsarev
66d2a2d96b
JBR-5173 macOS keyboard support rewrite
2023-02-14 07:08:20 +01:00
Nikita Tsarev
9a7ffa4375
Revert "macOS national keyboard support"
...
This reverts commit 21bffd06bc .
2023-02-14 07:08:20 +01:00
Vitaly Provodin
2ca85d6437
Update README.md
2023-02-14 07:08:20 +01:00
AMPivovarov
5e2e64a5e0
JBR-5213 JBR API v0.0.9 - add GraphicsUtils ( #208 )
...
* relax type constraints in BltBufferStrategy.getDrawGraphics
2023-02-14 07:08:20 +01:00
Artem Semenov
a846c3310a
JBR-5221 Add announcing to JBRAPI
2023-02-14 07:08:20 +01:00
Vitaly Provodin
cfdb4697ee
update exclude list on results of 21_b8 test runs
2023-02-14 07:08:20 +01:00
Artem Semenov
dd86f0f78e
JBR-4170 Implement API for announcing
2023-02-14 07:08:20 +01:00
Alexey Ushakov
74945485e5
JBR-4959 [macOS Ventura] Screen flickering after OS update when IDE is full screen
...
Present layer content using a Core Animation transaction
2023-02-14 07:08:20 +01:00
Vitaly Provodin
402c9b9d26
update exclude list on results of 21_b7 test runs
2023-02-14 07:08:20 +01:00
Vitaly Provodin
471a2258e3
update exclude list on results of stability checking runs due to 8253184
2023-02-14 07:08:20 +01:00
Alexey Ushakov
d1080c9fb0
JBR-5193 Do not use extra commandQueue in metal pipeline
...
Removed extra command queue
2023-02-14 07:08:20 +01:00
Artem Bochkarev
09a3535b44
JBR-3575 use flag processEvents in LWCToolkit.invokeAndWait
2023-02-14 07:08:20 +01:00
Vitaly Provodin
9ee4153e1e
exclude several tests from runs on machines with enabled VoiceOver
2023-02-14 07:08:20 +01:00
Anton Tarasov
254c24ddbf
JBR-4355 javax/swing/GraphicsConfigNotifier/StalePreferredSize.java: # C [libobjc.A.dylib+0x90ff] objc_release+0x1f
...
(cherry picked from commit c0b2b59d4a )
2023-02-14 07:08:20 +01:00
Anton Tarasov
310dc08a14
JBR-4362 [mac] system menu opens with duplicated items
...
(cherry picked from commit e32defe49d )
2023-02-14 07:08:20 +01:00
Anton Tarasov
08835173a1
JBR-4328 remove LWCToolkit.unsafeNonblockingExecute
...
(cherry picked from commit 9a3f31a6c4 )
2023-02-14 07:08:19 +01:00
Anton Tarasov
2fbfd7c122
JBR-4134 PyCharm is slow and unusable on MacBook Pro with M1
...
(cherry picked from commit 36190505f5 )
2023-02-14 07:08:19 +01:00
Anton Tarasov
b7109d6dff
JBR-4284 Sub items of main menu options are not displayed
...
A regression of JBR-4208 LWCToolkit.invokeAndWait should not stuck on invocation loss
(cherry picked from commit c464e4748e )
2023-02-14 07:08:19 +01:00
Anton Tarasov
932518d0bc
JBR-4119 UI freezes at sun.lwawt.macosx.CAccessibility.getChildrenAndRoles
...
(cherry picked from commit 6ba79774d8 )
2023-02-14 07:08:19 +01:00
Anton Tarasov
fd0ea75465
JBR-4106 PyCharm hangs with 100% CPU usage on one core
2023-02-14 07:08:19 +01:00
Anton Tarasov
52d35ff880
JBR-4208 LWCToolkit.invokeAndWait should not stuck on invocation loss
...
including JBR-4543 (NPE: IdeEventQueue.lambda$getNextEvent$0)
2023-02-14 07:08:19 +01:00
Anton Tarasov
5777456c33
JBR-3413 use timeout in CAccessibility.invokeAndWait
...
(cherry picked from commit e7009db076 )
2023-02-14 07:08:19 +01:00
Vitaly Provodin
c2f75a9b3a
update exclude list on results of 21_b1447 test runs
2023-02-14 07:08:19 +01:00
Vitaly Provodin
d3675e414f
Update README.md
2023-02-14 07:08:19 +01:00
Vitaly Provodin
08234b4ac6
update exclude list on results of main.1441 test runs
2023-02-14 07:08:19 +01:00
Alexey Ushakov
7498aed8d3
JBR-5157 Idea hangs on opening editor context menu
...
Removed displaySync start from completion block in commitCommandBuffer
2023-02-14 07:08:19 +01:00
Alexey Ushakov
79afdd64be
JBR-5112 Large bold square whitespaces after waking up the laptop / connecting display
...
Clear primary surface data of VolatileSurfaceManager on display change event
2023-02-14 07:08:19 +01:00
Alexey Ushakov
4cce38a29c
JBR-4959 [macOS Ventura] Screen flickering after OS update when IDE is full screen
...
Restored missing update calls. Corrected licenses
2023-02-14 07:08:19 +01:00
Alexey Ushakov
79593759a1
JBR-4959 [macOS Ventura] Screen flickering after OS update when IDE is full screen
...
Added sun.java2d.metal.displaySync property to disable (false) displaySync update method
2023-02-14 07:08:19 +01:00
Alexey Ushakov
4a44284191
JBR-4959 [macOS Ventura] Screen flickering after OS update when IDE is full screen
...
Remove displaysync
2023-02-14 07:08:19 +01:00
Artem Semenov
11412dbc70
JBR-5118 VoiceOver does not speak the label associated with the combobox ( #194 )
...
JBR-5118 VoiceOver does not speak the label associated with the combobox
2023-02-14 07:08:18 +01:00
Artem Semenov
88b6a8e17e
JBR-4235 Context menu not readable after opening on Mac OS
2023-02-14 07:08:18 +01:00
Artem Semenov
fca3fbe87a
JBR-4012 On Idea Vo often speeks selected element of tables, lists, and trees.
2023-02-14 07:08:18 +01:00
Artem Semenov
ad6a7e9b20
JBR-3868 Combobox list is not voiced of VoiceOver
2023-02-14 07:08:18 +01:00
Alexey Ushakov
506fbcf875
JBR-5041 macOS: SIGSEGV at [libawt_lwawt] getRenderEncoder:(dstOps == NULL)
...
Protected code from using NULL dstOps
2023-02-14 07:08:18 +01:00
Alexey Ushakov
1adb036de9
JBR-4856 macOS: SIGSEGV at [libawt_lwawt] MTLTR_DrawGlyphList
...
Clear glyph caches after switching contexts. Keep encoders in sync with graphics devices. Minor refactoring
2023-02-14 07:08:18 +01:00
Nikita Provotorov
870d05baa3
JBR-5107, JBR-5114: SIGILL/OOM from Java_sun_lwawt_macosx_LWCToolkit_getKeyboardLayoutNativeId.
...
A theoretical fix, it should:
- Catch any NSException (as it was initially expected);
- Probably fix possible memory leaks (by moving the layoutId var inside autoreleasepool).
2023-02-14 07:08:18 +01:00
Dmitry Batrak
a6a96e7019
JBR-5109 New frame doesn't get focused sometimes if it's shown right after popup is closed
...
(cherry picked from commit 693d317c0c )
2023-02-14 07:08:18 +01:00
Vitaly Provodin
be21ef6b0d
Update README.md
2023-02-14 07:08:18 +01:00
Alexey Ushakov
c41854d67d
JBR-4959 [macOS Ventura] Screen flickering after OS update when IDE is full screen
...
Do not fire deliverChangeBackingProperties notification for the view if there is no change between layer and window scales. Also, do not fire displayChanged for display profile only changes.
2023-02-14 07:08:18 +01:00
Nikita Provotorov
c1fef82400
JBR-5075: macOS: KEY_PRESSED event for "Cmd N" is not emitted if used as a JMenuItem accelerator and apple.laf.useScreenMenuBar=true.
...
- Improves the fix of JBR-3544 to allow "Cmd N" and "Ctrl N" to reach AWT if they're actually the ones which were pressed.
- Adds a regression test.
(cherry picked from commit 61a1b70d73 )
2023-02-14 07:08:18 +01:00
Dmitry Batrak
9fe0b53657
JBR-5095 Incorrect initial window's location under GNOME
...
(cherry picked from commit 6995ce47fd )
with fix for JBR-5189 Can't exit fullscreen mode on ubuntu 22.10
(cherry picked from commit b933660cf1 )
2023-02-14 07:08:18 +01:00
Victor Kropp
5b6f4ff3fb
Update README.md
...
Mention Toolbox App in the list of applications built on JetBrains Runtime.
(cherry picked from commit cfa9789515 )
2023-02-14 07:08:18 +01:00
Nikita Provotorov
08d1f10951
Update README.md
...
Replaced jbr-dev to main and other minor fixes.
2023-02-14 07:08:18 +01:00
Vitaly Provodin
68a744c9d5
update exclude list on results of 17.0.5_b721.3 test runs
2023-02-14 07:08:18 +01:00
Alexey Ushakov
78ae98929d
JBR-5073 [Double-Monitor] java/awt/Window/LocationAtScreenCorner/LocationAtScreenCorner.java: Wrong location
...
Added check for nil displayID of the window
2023-02-14 07:08:18 +01:00
Nikita Tsarev
135c286dd8
JBR-4990: Undo changes to ExtendedKeyCodes
2023-02-14 07:08:17 +01:00
Vitaly Provodin
a3f84a4922
update exclude list on results of 17.0.5_b712.2 test runs
2023-02-14 07:08:17 +01:00
Vitaly Provodin
fcadc68575
JBR-4956 reduce width of screenshot by one pixel to exclude caret
2023-02-14 07:08:17 +01:00
ngubarkov
78ca759b6d
IDEA-141456 Multimonitor HIDPI support for Linux
2023-02-14 07:08:17 +01:00
ngubarkov
0551e1969c
JBR-4840 cache screen resolution in XToolkit
2023-02-14 07:08:17 +01:00
Vitaly Provodin
df45e522bd
JBR-5058 set default locale as UK for RenderPerf
2023-02-14 07:08:17 +01:00
Alexey Ushakov
8d8ed97e91
JBR-4959 [macOS Ventura] Screen flickering after OS update when IDE is full screen
...
Moving NSWindowDidChangeScreenNotification handler to AWTWindow
fixup! JBR-4959 [macOS Ventura] Screen flickering after OS update when IDE is full screen
2023-02-14 07:08:17 +01:00
Dmitry Batrak
03b88d30f5
JBR-5045 Invisible component can break focus cycle
...
(cherry picked from commit 0f57a27879 )
2023-02-14 07:08:17 +01:00
Alexey Ushakov
b9b2f22a34
JBR-5025 Reduce latency during display reconfiguration in Metal
...
Moved metal load library checks to CGraphicsEnvironment
2023-02-14 07:08:17 +01:00
Maxim Kartashev
d97276a462
JBR-4544 Enable OpenGL pipeline by default for Wayland sessions
...
The OpenGL pipeline is enabled only if all of the following is true:
- WAYLAND is detected,
- VMWare virtualization is detected,
- rendering pipeline is not a software one (llvmpipe).
As a side effect, a system property 'jbr.virtualization.information'
is set to the value of detected virtualization type. The value is the
same as provided by JFR.
2023-02-14 07:08:17 +01:00
Nikita Tsarev
ad02d532cd
JBR-3860: Fix shortcut behavior when Shift is the only modifier
2023-02-14 07:08:17 +01:00
Vitaly Provodin
a1868506e6
Update README.md
2023-02-14 07:08:17 +01:00
builduser
5a4b47061e
JBR-5008 remove extra file jb/java/awt/font/DrawTest.java from colliding group
2023-02-14 07:08:17 +01:00
Vitaly Provodin
9451db44ac
Update README.md
2023-02-14 07:08:17 +01:00
Vitaly Provodin
c34784dc93
update exclude list on results of 17.0.5_b691.6 test runs
2023-02-14 07:08:17 +01:00
Vitaly Provodin
fe6d355fd8
Update README.md
2023-02-14 07:08:16 +01:00
Nikita Tsarev
601c5e4ca5
JBR-4990: Fix regression tests for national keyboard layouts on macOS
2023-02-14 07:08:16 +01:00
Alexey Ushakov
f8a671912b
JBR-4959 [macOS Ventura] Screen flickering after OS update when IDE is full screen
...
Replace multiple CHANGE_SCREEN notifications fired around the same time with just one
2023-02-14 07:08:16 +01:00
Dmitry Batrak
a206e2d7fa
JBR-4988 Transient Z-order violations on macOS
...
(cherry picked from commit bcba97511c )
2023-02-14 07:08:16 +01:00
Maxim Kartashev
a3cc396874
JBR-4982 keycode_cache.c:60:37: error: format '%d' expects argument of type 'int', but argument 3 has type 'KeySym'
2023-02-14 07:08:16 +01:00
Vitaly Provodin
821ffa5cd8
JBR-4947 update alpine x64 image up to 3.14
2023-02-14 07:08:16 +01:00
Vitaly Provodin
27ff5e3cf4
update exclude list on results of 17.0.5_b469.67 test runs
2023-02-14 07:08:16 +01:00
Vitaly Provodin
06c3e02e3e
Update README.md
2023-02-14 07:08:16 +01:00
Alexey Ushakov
8b185d7232
JBR-4950 src\java.desktop\windows\native\libawt\windows\awt_FileDialog.cpp: warning C4267: '+=': conversion from 'size_t' to 'UINT', possible loss of data
...
Added casts to resolve warnings
2023-02-14 07:08:16 +01:00
Vitaly Provodin
1cf4e2ca2d
update Commit and Full testing exclude list on results of jbr17.668 test runs
2023-02-14 07:08:16 +01:00
Maxim Kartashev
e99480d17d
JBR-4951 In function 'convert_to_java_array': error: comparison of integer expressions of different signedness
2023-02-14 07:08:16 +01:00
Alexey Ushakov
934f308d5b
JBR-4859 jbr17: compiler warnings with Xcode 14.0.1 (14A400)
...
Disabled warnings for liblcms and liblwawt
2023-02-14 07:08:16 +01:00
Vitaly Provodin
27d124d22f
JBR-4089 add modules sun.awt sun.awt.image sun.java2d
2023-02-14 07:08:16 +01:00
Vitaly Provodin
604a298350
update exclude list for Commit testing
2023-02-14 07:08:16 +01:00
Vitaly Provodin
32910740fb
exclude tests failing because of JBR-4933, JBR-4934
2023-02-14 07:08:16 +01:00
Alexey Ushakov
b6585c6f89
JBR-4666 java.lang.InternalError: Error - unable to initialize Metal after recreation of graphics device.
...
Reverted fix of the JRE-359 (CGraphicsEnvironment.getDefaultScreenDevice() returns null)
Logged exception after first attempt to create graphics device
2023-02-14 07:08:15 +01:00
Alexey Ushakov
515d2da7cb
JBR-4731 SIGILL caused by NPE Cannot invoke "java.awt.GraphicsConfiguration.getDevice()" because "config" is null
...
Handled null device in platform window
2023-02-14 07:08:15 +01:00
Maxim Kartashev
9aa232b266
Move JBR README.md to .github/
2023-02-14 07:08:15 +01:00
Svyatoslav Vlasov
d5f3419495
Add ProjectorUtils to jbr-api ( #181 )
...
* Add ProjectorUtils to jbr-api
Co-authored-by: Sviatoslav Vlasov <Sviatoslav.Vlasov@jetbrains.com >
2023-02-14 07:08:15 +01:00
Nikita Tsarev
58ff8ddb5e
JBR-3941 Make apple.awt.captureNextAppWinKey default to false
2023-02-14 07:08:15 +01:00
Vitaly Provodin
799efec576
JBR-4912 jb/java/api/frontend/CustomTitleBarDoubleClick.java intermittently throws java.awt.AWTError
2023-02-14 07:08:15 +01:00
Maxim Kartashev
831b6356ed
exclude java/awt/dnd/AcceptDropMultipleTimes/AcceptDropMultipleTimes.java due to JBR-4880 on windows
2023-02-14 07:08:15 +01:00
Alexey Ushakov
2bb498ebc8
JBR-4710 macOS: SIGSEGV at sun.java2d.metal.MTLLayer.blitTexture
...
Added check for disposed texture in the MTLLayer
2023-02-14 07:08:15 +01:00
Nikita Gubarkov
ff18dfb03d
JBR-4890 Fix variation selectors font fallback on macOS
...
If font for a given variation selector not found, try without variation selector
2023-02-14 07:08:15 +01:00
Artem Bochkarev
fc9fb83990
JBR-4907 remove custom view for osx system menu items
...
Just revert "JBR-3131: support custom view for system menu items"
2023-02-14 07:08:15 +01:00
Vitaly Provodin
d5d3db289a
exclude java/awt/FullScreen/AltTabCrashTest/AltTabCrashTest.java due to JBR-4905 on windows&linux
2023-02-14 07:08:15 +01:00
Alexey Ushakov
994dec962b
JBR-4897 Reconnecting multiscreen monitor displays blank IDE
...
Handled NSWindowDidChangeScreenNotification, resolved race condition in window peer displayChanged listener
2023-02-14 07:08:15 +01:00
Vitaly Provodin
7f589fa99f
exclude jb/java/jcef/HandleJSQueryTest3314.sh due to JBR-4866 on linux
2023-02-14 07:08:15 +01:00
Vitaly Provodin
01af7005a0
exclude some tests due to JBR-4880 on windows
2023-02-14 07:08:15 +01:00
Vitaly Provodin
90c54a3fc1
exclude javax/swing/JInternalFrame/8020708/bug8020708.java due to JBR-4879 on windows
2023-02-14 07:08:15 +01:00
Vitaly Provodin
549a467322
exclude java/awt tests which do not close child processes/windows
2023-02-14 07:08:15 +01:00
Vitaly Provodin
e5ceba75d8
exclude java/awt/FullScreen/NoResizeEventOnDMChangeTest/NoResizeEventOnDMChangeTest.java and java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java due to 7188711 on linux-all
...
j
2023-02-14 07:08:14 +01:00
Maxim Kartashev
de0e30386f
JBR-4877 WARNING: JNI local refs: 33, exceeds capacity: 32
2023-02-14 07:08:14 +01:00
Artem Bochkarev
e9d9f15178
JBR-4876 remove test duplicates
...
Since next jcef tests were moved into junit suite (inside jcef repository):
HandleJSQueryTest
JCEFStartupTest
LoadPageWithoutUI
MouseEventAfterHideAndShowBrowserTest
MouseEventScenario
MouseEventTest
2023-02-14 07:08:14 +01:00
Vitaly Provodin
58e3d90405
JBR-4875 jb/javax/swing/JComboBox/ComboBoxTransparentTittleBarTest.java checks dragging JFrame with Combobox
2023-02-14 07:08:14 +01:00
Dmitry Batrak
1a918b28da
JBR-4871 Closed project leaked via KeyboardFocusManager#newFocusOwner
...
(cherry picked from commit 50c0ce58d3 )
2023-02-14 07:08:14 +01:00
Maxim Kartashev
3ab62a3b50
JBR-4839 Report if wrong shared library is detected at run time
2023-02-14 07:08:14 +01:00
Maxim Kartashev
4e0544e86e
JBR-4848 Cannot invoke "javax.swing.JTextField.getCaret()" because the return value of "java.lang.ref.WeakReference.get()" is null
2023-02-14 07:08:14 +01:00
Alexey Ushakov
774156640c
JBR-4590 macOS: SIGSEGV at [libawt_lwawt] MTLTR_DrawGlyphList
...
Invalidate glyph cache cell info after switching MTLContext
2023-02-14 07:08:14 +01:00
Nikita Gubarkov
4b37a8ba11
Added Clion project setup
2023-02-14 07:08:14 +01:00
Nikita Gubarkov
cd9d7fd6e6
Updated IDEA project setup
2023-02-14 07:08:14 +01:00
Nikita Gubarkov
6466af1e8d
JBR-4815 force hinting for non-antialiased text
2023-02-14 07:08:14 +01:00
Maxim Kartashev
7b2e9d0051
jb/branchdiff.py script to help with release branches
2023-02-14 07:08:14 +01:00
Nikita Gubarkov
11aed9096e
JBR-3677 check AppleActionOnDoubleClick property for custom window decorations on macOS
2023-02-14 07:08:14 +01:00
Alexander Lobas
8e4d4cd331
JBR-4787 Rounded corners for native windows
2023-02-14 07:08:14 +01:00
Vitaly Provodin
524679411d
updated JTreg exclude list
2023-02-14 07:08:14 +01:00
Maxim Kartashev
2c1fe95d6f
JBR-3862 Implement native WatchService on MacOS
...
The watch service is based on FSEvents API that notifies about file
system changes at a directory level. It is possible to go back to
using the old polling watch service with -Dwatch.service.polling=true.
Features include:
- support for FILE_TREE option (recursive directory watching),
- minimum necessary I/O (no filesystem access more than once
unless needed),
- one thread ("run loop") per WatchService instance,
- changes are detected by comparing file modification times with
millisecond precision,
- a directory tree snapshot is taken at the time of WatchKey creation
and can take a long time (proportional to the number of files).
2023-02-14 07:08:13 +01:00
Alexey Ushakov
6d4edf3f04
JBR-4696 macOS: NPE in -[AWTView viewDidChangeBackingProperties]
...
Added null pointer checks
2023-02-14 07:08:13 +01:00
MonoBot
0bb32a4ac5
JBR-4809 Update the bundled JetBrains Mono font version
...
Fonts release 2.242
(cherry picked from commit 641424a3e3 )
2023-02-14 07:08:13 +01:00
Alexey Ushakov
f29f0af163
JBR-4680 idea window flickers while changing the screen brightness
...
Update insets in separate notification
2023-02-14 07:08:13 +01:00
Maxim Kartashev
38c1546476
JBR-4562 JBR-4610 Generate hs_err file on SIGABRT
...
Supported on Linux and MacOS only.
Controlled by -Djbr.catch.SIGABRT=true option; off by default.
2023-02-14 07:08:13 +01:00
Alexey Ushakov
aea5bb7c96
JBR-4807 RenderPerf: Provide tests for VolatileImage rendering
...
Added VolImage and VolImageAA test cases
2023-02-14 07:08:13 +01:00
Maxim Kartashev
6c7c661459
JBR-4626 MacOS aarch64: SIGSEGV at RenderCache.get / ScaledBlit.getFromCache
...
Avoid C2-compiled loop crashes by replacing the handcrafted MRU cache
with a more modern LinkedHashMap-based one.
2023-02-14 07:08:13 +01:00
Alexey Ushakov
ee6157f40f
JBR-4588 macOS: SIGILL at [libsystem_kernel] __kill in CCE: class sun.java2d.opengl.CGLGraphicsConfig cannot be cast to class sun.java2d.metal.MTLGraphicsConfig
...
Moved tryLoadMetalLibrary under RQ lock.
Added more diagnostics.
2023-02-14 07:08:13 +01:00
Nikita Gubarkov
23663f1d1d
Allow registering multiple implementations for JBR API services
...
This greatly reduces boilerplate when dealing with platform-specific code, one can specify multiple target implementation classes, one per platform. First found will be used.
Also added JBRApi.ServiceNotAvailableException to give services ability to validate any custom condition they want.
2023-02-14 07:08:13 +01:00
Denis Fokin
5f819d17cd
JBR-4788 "Activate window by mouse hover" Windows option isn't supported by JBR 17
...
backport JBR-1991 (Focus problems in Windows with X-Mouse style focus) from JBR 11
(cherry picked from commit c8ad353f45 )
(cherry picked from commit a52ed88377 )
2023-02-14 07:08:13 +01:00
Alexey Ushakov
5438582ff6
JBR-4784 Extra allocations of MTLRenderPipelineDescriptor affects performance in metal pipeline
...
Remove extra allocations
2023-02-14 07:08:13 +01:00
Alexey Ushakov
a963718f67
JBR-4774 macOS: SIGILL at [libsystem_kernel] __kill in NPE / VolatileSurfaceManager.displayChanged / __displaycb_handle_block_invoke
...
Guarded against multiple displayChanged() notifications
2023-02-14 07:08:13 +01:00
Dmitry Batrak
54412d4593
JBR-4782 Synergy keyboard/mouse input: window disabled after bringing IntelliJ into focus
...
(cherry picked from commit f863a14b19 )
2023-02-14 07:08:13 +01:00
Alexey Ushakov
d956c9fbfd
JBR-4363 Changes in fonts rendering between JBR11 and JBR17
...
Do not use hinting for generating outlines
2023-02-14 07:08:13 +01:00
Alexey Ushakov
12721c7e83
JBR-3100 Exception in NSApplicationAWT: java.lang.NullPointerException at java.desktop/sun.lwawt.LWComponentPeer.windowToLocal
...
Added null check
2023-02-14 07:08:13 +01:00
Alexey Ushakov
d33a4eb42c
JBR-4774 macOS: SIGILL at [libsystem_kernel] __kill in NPE / VolatileSurfaceManager.displayChanged / __displaycb_handle_block_invoke
...
Added null check
2023-02-14 07:08:12 +01:00
Alexey Ushakov
fd8cc47e53
JBR-3102 Exception in NSApplicationAWT: Invalid parameter not satisfying: !isnan(newOrigin.y)
...
Handled NAN values with some defaults
2023-02-14 07:08:12 +01:00
Vladislav Rassokhin
2ff8f319c1
JBR-4263 Improve check_jbr_size.sh
...
* Fix shellcheck inspections
* Don't silently fail if TOKEN is incorrect
2023-02-14 07:08:12 +01:00
Alexey Ushakov
1eeb9f7b73
JBR-4764 RenderPerfTest: provide more reliable data and convenient representation
...
Added the median instead of the mean (can be enabled using -DuseMean=true)
Provided sorted output and removed FPS suffix
2023-02-14 07:08:12 +01:00
Maxim Kartashev
bbec84b9c2
JBR API v0.0.4
...
JBR-4746 Added jetbrains.api.verifyBytecode VM option for generated bytecode verification
JBR-4753 Added JBR API for custom desktop actions
Added jetbrains.api.verbose system property for easier JBR API troubleshooting
Also fixed dependency scanning optimization by allowing search in known proxy interfaces outside com.jetbrains
JBR-3511 Way to customize implementation of java.awt.Desktop.browse()
Provided Desktop.setDesktopActionsHandler() and DesktopActionsHandler
interface, which methods will be invoked instead of the standard actions
provided that DesktopActionsHandler.isSupported() is true for the
corresponding action.
2023-02-14 07:08:12 +01:00
Maxim Kartashev
e00cf6bb79
JBR-3101 Exception in NSApplicationAWT: java.lang.NullPointerException at java.desktop/sun.lwawt.macosx.CPlatformComponent.setBounds
...
After CPlatformComponent.setBounds() was changed to allow for platformWindow.getPeer() == null, a few exceptions appeared that suggest platformWindow can also be null. This commit safeguards against this situation as well.
It seems that this can only be the case if the instance is created from outside of JDK, so Objects.requireNonNull() may help to catch the perpetrator.
2023-02-14 07:08:12 +01:00
Dmitry Batrak
f466a94036
JBR-4720 Focus state is broken after certain operations when VoiceOver is enabled
...
(cherry picked from commit dc1b49b5a6 )
2023-02-14 07:08:12 +01:00
Dmitry Batrak
157b869b2d
JBR-4673 Focus moves to another application on file dialog closing
...
(cherry picked from commit 7468974488 )
2023-02-14 07:08:12 +01:00
Dmitry Batrak
f4824594fc
JBR-4665 Focus 'jitter' on window showing in WSLg
...
(cherry picked from commit 9b32c2a577 )
2023-02-14 07:08:12 +01:00
Nikita Gubarkov
a9fa41d862
JBR-2523 JBR-2917 Fix emoji, ZWJ and font fallback
...
Implement rendering of colored outlines and bitmap glyphs in OutlineTextRenderer
Add Segoe UI Emoji to font fallback on Windows
Require layout for some emoji-related unicodes
Fix variation selectors and ZWJ
2023-02-14 07:08:12 +01:00
Alexey Ushakov
53ff9e6be3
JBR-2210 IDEA fails to start (JVM crashes) when using the -Dfile.encoding=UTF-8in IDEA's vmoptions file
...
Returning devanagari subset back for ja.UTF-8 to get non-null font name from WFontConfiguration.getTextComponentFontName(). It is a regression from JDK-8208179.
(cherry picked from commit b51254a975 )
2023-02-14 07:08:12 +01:00
Dmitry Batrak
017c51c8cb
JBR-1987 Korean/Thai characters not printed properly in annotation tooltip (e.g. spellchecker)
...
This changes the fonts JDK uses for font fallback on Windows. These used to be DokChampa (for Thai) and Batang/Gulim/Gulim (for Korean).
Those fonts are not available by default on Windows 10, user needs to install supplementary font language packs to get them.
Now the following fonts will be used - Tahoma (for Thai) and Malgun Gothic (for Korean). They are available by default
on Windows 7, 8 and 10.
port from JBR 11 to JBR 15 (cherry picked from commit 850653192b )
cherry picked from commit 2bf43a57ab
Kept only Thai-related changes - Korean-related issues are now fixed in OpenJDK as per JDK-8190907
2023-02-14 07:08:12 +01:00
artem.bochkarev
556f0c301b
JBR-4581 JCEF tests fail due to compilation errors
...
The problem was in commit "JBR-4512 windows: include pdb-files into jbrsdk": rsync can replace file lib/modules.
rsync is replaced with cp
2023-02-14 07:08:12 +01:00
Vitaly Provodin
6975132042
exclude sun/java2d/DirectX/RenderingToCachedGraphicsTest/RenderingToCachedGraphicsTest.java on linux-all due to 8252812
2023-02-14 07:08:12 +01:00
Vitaly Provodin
597a911cda
exclude sanity/client/SwingSet/src/ColorChooserDemoTest.java on windows-all due to 8278582
2023-02-14 07:08:12 +01:00
Alexey Ushakov
8135f44823
JBR-4636 Some JWindow tests failed due to wrong scaling
...
Take into account custom scale via sun.java2d.uiScale
2023-02-14 07:08:11 +01:00
Nikita Gubarkov
50ee1e7a0a
8289189: Fix ./configure on WSL1
2023-02-14 07:08:11 +01:00
Alexey Ushakov
9b52164930
JBR-4619 Window content scale wrong after disconnecting external display / waking OS from sleep
...
Use viewDidChangeBackingProperties notification to adjust a window layer scale
2023-02-14 07:08:11 +01:00
Vitaly Provodin
ab4b770a5f
exclude vmTestbase/vm/jit/LongTransitions due to 8271615 on macOS
2023-02-14 07:08:11 +01:00
Maxim Kartashev
42ea7b173f
JBR-4602 Unexpected NoSuchFileException running Rider test
...
This reverts commits for JBR-3680, JBR-4118, and JBR-4485.
2023-02-14 07:08:11 +01:00
Nikita Gubarkov
7a4c5b8773
JBR-4373 Add mapping for .NewYork-* and .SFArabic-* system fonts
2023-02-14 07:08:11 +01:00
Alexander Lobas
511de77f0f
JBR-4563 Rounded corners for native Window on Mac OS ( #156 )
...
* JBR-4563 Rounded corners for native Window on Mac OS
2023-02-14 07:08:11 +01:00
Alexander Lobas
01b33b06f0
JBR-4563 Rounded corners for native Window on Mac OS
2023-02-14 07:08:11 +01:00
Alexander Lobas
86b23c6e04
JBR-4305 ( #119 )
...
* IDEA-283934 Top panel (toolbar, Editor tabs) hides under the Mac menu in full-screen mode
* IDEA-283934 Top panel (toolbar, Editor tabs) hides under the Mac menu in full-screen mode
* JBR-4305 IDEA-283934 Top panel (toolbar, Editor tabs) hides under the Mac menu in full-screen mode
* JBR-4305 IDEA-283934 Top panel (toolbar, Editor tabs) hides under the Mac menu in full-screen mode
2023-02-14 07:08:11 +01:00
Alexey Ushakov
a9ae6228f6
JBR-4588 macOS: SIGILL at [libsystem_kernel] __kill in CCE: class sun.java2d.opengl.CGLGraphicsConfig cannot be cast to class sun.java2d.metal.MTLGraphicsConfig
...
Prevent fall back to OpenGL if Metal has been used before
2023-02-14 07:08:11 +01:00
Alexey Ushakov
0825a4fc27
JBR-4591 macOS: SIGILL at [libsystem_kernel] __kill in -[__NSMallocBlock__ removeFromSuperview]: unrecognized selector sent to instance
...
Verified if windowDragView is present
2023-02-14 07:08:11 +01:00
Artem Bochkarev
747c0010fd
JBR-4475: fixed browsers numeration in test
...
theoretically it can cause 2 requests with the same query_id: "cef_query_2" (when first browser finishes loading after the creation of second one)
2023-02-14 07:08:11 +01:00
Artem Bochkarev
a6fe2cc0c4
JBR-4456: fixed HandleJSQueryTest
...
first invocation of dispatch(WindowEvent.WINDOW_CLOSING) calls System.exit() internally (because of setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE))
2023-02-14 07:08:11 +01:00
Vitaly Provodin
1050c04ae7
exclude javax/swing/JToolBar/4529206/bug4529206.java due to 8288707 on linux
2023-02-14 07:08:11 +01:00
Vitaly Provodin
f4c79871fc
enabling dtrace-tests: added dtrace keyword
...
(cherry picked from commit 0b5119ca89 )
2023-02-14 07:08:11 +01:00
Maxim Kartashev
1467e4b435
JBR-3101 Exception in NSApplicationAWT: java.lang.NullPointerException at java.desktop/sun.lwawt.macosx.CPlatformComponent.setBounds
...
CWarningWindow doesn't have a peer, so accomodated for that in
CPlatformComponent.setBounds().
2023-02-14 07:08:11 +01:00
Maxim Kartashev
5eb46a99bd
JBR-4485 Windows: EXCEPTION_ACCESS_VIOLATION at sun.nio.fs.WindowsDirectoryStream$WindowsDirectoryIterator.readNextEntry
...
As a precaution, range-check the offset returned by WinAPI before
using it to read raw memory with Unsafe.
2023-02-14 07:08:10 +01:00
Vitaly Provodin
7a983d897d
JBR-4570 improve synchronization and increase waiting time
2023-02-14 07:08:10 +01:00
Maxim Kartashev
39a2607fe6
JBR-3323 Exclude parts of VM code from sanitizer checks
...
Exclude VM error-reporting code that treats memory as a raw sequence of
bytes from address sanitizer checks. This is needed to only get true
reports when running tests against the --enable-asan build.
2023-02-14 07:08:10 +01:00
Dmitry Batrak
098add36c1
JBR-4552 Windows revert back after initial move/resize in Cygwin/X
...
(cherry picked from commit 6dc194e089 )
2023-02-14 07:08:10 +01:00
Manuel Unterhofer
3c2a822eac
FL-11598 Fix accidental reset of window configuration for custom decoration on macOS
...
This also aligns the handling of the style mask with how the other settings are applied: It uses a client property now. This property is now also applied directly on peer initialization so that there is no need to re-apply, and the window directly appears in the correct configuration.
2023-02-14 07:08:10 +01:00
Nikita Provotorov
13aefa8a4e
JBR-4394, IDEA-246833: refactoring and blocking the fix of JBR-1573 to recreate IMs and ICs during preediting.
...
(cherry picked from commits 7a36587db8d3d5a63c5691243cd5bf56733c06e6, 321a4a3f83 )
2023-02-14 07:08:10 +01:00
Nikita Provotorov
a7347a95d5
JBR-4394, IDEA-246833: fixup of JBR-2444.
...
(cherry picked from commit ef262dc8bb )
2023-02-14 07:08:10 +01:00
Dmitry Batrak
8ba61f32ee
JBR-4537 Popup windows shown for a background window cause app icon to blink in taskbar on KDE
2023-02-14 07:08:10 +01:00
Dmitry Batrak
5541725e72
JBR-4535 Popup windows disappear on mouse hover when 'Focus strictly under mouse' policy is used in KDE
2023-02-14 07:08:10 +01:00
Alexey Ushakov
4655a237d7
JBR-3828 restore details for Java exceptions in crash dumps handled by ObjC
...
Added exception.toString() to jbr_err_* log
(cherry picked from commit 478bd6cdd7 )
Added java stack of the exception to jbr_err_* log
(cherry picked from commit e97f728e93 )
Also return the static string "OutOfMemoryError" in case of that
exception has been thrown in order to avoid crashing while reporting an
exception in an out-of-memory situation.
2023-02-14 07:08:10 +01:00
Maxim Kartashev
157c925030
JBR-1430 (8195129) Windows: use UTF16 version of Win32 API to load DLL
...
Also correct library name encoding in exception messages.
2023-02-14 07:08:10 +01:00
Vitaly Provodin
cefb810b73
exclude jb/java/awt/Window/ZOrderOnModalDialogActivation.java from S2 runs on Windows and Linux
2023-02-14 07:08:10 +01:00
Vitaly Provodin
4589dc44db
exclude javax/swing/plaf/nimbus/TestNimbusOverride.java on windows due to 8253184
2023-02-14 07:08:10 +01:00
Vitaly Provodin
72785efcdc
exclude java/awt/Graphics2D/DrawString/DrawRotatedStringUsingRotatedFont.java on linux-aarch64 only due to 8266283
2023-02-14 07:08:10 +01:00
Artem Bochkarev
1d40158c8a
JBR-4473: fixed native part of SystemHotkeyReader
2023-02-14 07:08:10 +01:00
Dmitry Batrak
e858203a4f
JBR-1740 Menu remains open when application loses focus
...
(cherry picked from commit f987d22cd2 )
2023-02-14 07:08:09 +01:00
Vitaly Provodin
6369f2d7f6
exclude Frame/RestoreToOppositeScreen/RestoreToOppositeScreen.java from S2 runs due to 8286840
2023-02-14 07:08:09 +01:00
Vitaly Provodin
0ddff1234a
exclude java/awt/Mouse/GetMousePositionTest/GetMousePositionWithPopup.java due to 8282232
2023-02-14 07:08:09 +01:00
Maxim Kartashev
8745a4ae2b
JBR-4471 Linux: popup appears on wrong screen after desktop scale change
...
When screen scale changes, the cached screen bounds must be explicitly
updated. Call resetBoundsCache() whenever X11GraphicsDevice.scale has
changed.
2023-02-14 07:08:09 +01:00
Manuel Unterhofer
f3fcd807dd
Merge fullscreen handlers for transparent title bar into existing ones
2023-02-14 07:08:09 +01:00
Manuel Unterhofer
77d4db6ffc
FL-11420 Fix view hierarchy restoration for full-screen mode on macOS
2023-02-14 07:08:09 +01:00
Nikita Gubarkov
c8fa7aa298
JBR-4364 Port macOS native file dialog patches
...
IDEA-146669 Enable Mac native file dialogs
IDEA-159507 Mac native dialogs: multiple open dialogs are possible
JBR-1784 File dialogs aren't themed on macOS
JBR-1752 Floating windows overlap modal dialogs
JBR-2005: don't set appearance of file chooser if OSX version < 10.14
JBR-4546 Focus is not returned back to IDE after closing "Open" dialog
2023-02-14 07:08:09 +01:00
Dmitry Batrak
ca67337212
JBR-4463 Activating app-modal dialog brings all app windows to front
...
(cherry picked from commit 2b05925276 )
includes fix for JBR-4642 regression: "focus follows mouse" broken for modals, I need to click into them
(cherry picked from commits c55bf03680 , ec748f84fb )
includes fix for JBR-4957 regression: "Modal dialog is hidden by sibling popup on Linux"
(cherry picked from commit ea8da3cbe5 )
includes fix for JBR-4968: jb/java/awt/Window/ModalDialogAndPopup.java intermittently fails by TimeoutException
(cherry picked from commit 2e9ab0cb06 )
2023-02-14 07:08:09 +01:00
Maxim Kartashev
7250987848
JBR-4464 Error building latest jbr-dev after JDK-8285730
2023-02-14 07:08:09 +01:00
Maxim Kartashev
a51aa0f266
JBR-4118 NIO methods fail on Google Drive's virtual volume
...
If NtQueryDirectoryFile() failed with STATUS_INVALID_PARAMETER,
try again asking for less information with the FileDirectoryInformation
option as "information class". This option works on a mounted
Google Drive, but it doesn't provide file ids, which speed
up file listing. So it is used only as a fall-back solution.
(cherry picked from commit 82693aa985 )
2023-02-14 07:08:09 +01:00
Maxim Kartashev
2eea7928b2
JBR-3680 Cherry-pick Google's NIO patches to get faster file listing
...
Fix regression introduced by Google's NIO patches:
- do not attempt to get the next entry after the directory stream has
been closed already,
- fix FaultyFileSystem that is used in StreamTest.java to throw
the right exception even when getFileAttributeView() is used instead of
readAttributes(),
- removed unnecessary type cast that caused a compilation warning.
Added a test for walking a directory with a non-latin name.
(cherry picked from commit 152a4e886d )
2023-02-14 07:08:09 +01:00
Renaud Paquay
ff867e6e11
JBR-3680 Improve performance of WindowsDirectoryStream
...
Use `NtQueryDirectoryInformation` instead of `FindFirst/FindNext` to
retrieve the list of entries of a directory.
`NtQueryDirectionInformation` has 2 main benefits over
`FindFist`/`FindNext`:
* Performance is about 40% faster
* Each retrieved entry retrieved contains a 64-bit `FileId` in addition
to the usual attributes, ensuring that returned `java.nio.Path`
instances hold onto a `BasicFileAttributes` instance that exposes a
non-null `java.nio.file.attribute.BasicFileAttributes.fileKey()`.
This change also requires creating a new WindowsFileKey class, similar
to UnixFileKey class, so that
`java.nio.file.attribute.BasicFileAttributes.fileKey()` can return an
Object instance that can be used to compare files for equality.
With this change, the Windows implementation of Files.walkFileTree is
about 40% faster when the FOLLOW_LINKS option is not used, and about
2.5x faster when the FOLLOW_LINKS option is used.
When the FOLLOW_LINKS option is used, most calls to
`Files.isSameFile`, which is expensive as it requires 2 file I/O
operations, are avoided because the Path entries returned by the
new WindowsDirectoryStream implementation now contain a non-null
BasicFileAttributes.fileKey(). The remaining calls to
`Files.isSameFile` are performed when Files.walkFileTree need
to compare the initial directory with other entries.
Change-Id: Id79d89d477a6d5dcf151c63a9d6072c6f7ef43b2
(AKA JBR-3680 Cherry-pick Google's NIO patches to get faster file listing)
(cherry picked from commit 7c2d7541ba )
2023-02-14 07:08:09 +01:00
Maxim Kartashev
952dd446d8
JBR-3498 Windows: exception when trying to delete a directory with a trailing space
...
Allow Windows Path to have a trailing space despite Windows naming conventions
discouraging it. Many programs - including Explorer - successfully work
with such files or directories.
2023-02-14 07:08:09 +01:00
Dmitry Batrak
16d2d264f9
JBR-1518 JBR 11 does not support chain of popups on Linux
...
(cherry picked from commit 849356ee01 )
2023-02-14 07:08:09 +01:00
Dmitry Batrak
9abf4ef397
JBR-4306 Robot doesn't work as expected in some cases on macOS
...
(cherry picked from commits 7d69734465 , 0f33031484 , 3b5ded0d02 )
2023-02-14 07:08:09 +01:00
Ryan Osial
5a4335cb43
Cache results of font-config pattern search for reuse
...
(cherry picked from commit 432f637904 )
(cherry picked from commit 17bc232f6f )
2023-02-14 07:08:08 +01:00
Maxim Kartashev
d076cbf283
JBR-3948 Linux: SIGSEGV at [libawt_xawt] Java_sun_awt_X11_XInputMethod_createXICNative
...
The crashes begin with the call to getDefaultConfig() in
createStatusWindow() returning garbage. With 8280468 fixed, there aren't
many reasons left for it to do so; it must be that the argument to the
call (the screen number) is out of range.
This change eliminates the possibilities to get an absolutely incorrect
screen number by checking the return values of several Xlib functions,
which, when fail, will leave their outgoing arguments uninitialized.
This, in turn, can lead to reading some random memory resulting in
equally random screen number that is later being fed to
getDefaultConfig().
Although on modern systems with Xinerama there should really be no
screen other than zero, as the last resort, this number is also
range-checked in getDefaultConfig() itself.
2023-02-14 07:08:08 +01:00
Anton Tarasov
181812cb85
JBR-4389 [update_1] IDEA UI font becomes too large after disconnecting the external monitor / sleep
2023-02-14 07:08:08 +01:00
Anton Tarasov
702d8b46d2
JBR-4389 IDEA UI font becomes too large after disconnecting the external monitor / sleep
2023-02-14 07:08:08 +01:00
Dmitry Batrak
69c063626f
remove duplicate bundled JetBrains Mono bold italic font
...
following JBR-4402
(cherry picked from commit b7e5d3cfcf )
2023-02-14 07:08:08 +01:00
Dmitry Batrak
8e50000e6e
JBR-4402 The wrong text is rendered in editor
2023-02-14 07:08:08 +01:00
Vitaly Provodin
d5474f8c6e
JBR-4297 add a regression test
...
(cherry picked from commit 8e94fff6aa )
2023-02-14 07:08:08 +01:00
Konstantin Bulenkov
7ce116c659
Update JetBrains Mono font to 2.225
2023-02-14 07:08:08 +01:00
Alexey Ushakov
e3734a942d
JBR-4363 Changes in fonts rendering between JBR11 and JBR17
...
Resolved merge artifact after applying IDEA-57233 fix
2023-02-14 07:08:08 +01:00
Alexey Ushakov
9b77e8b599
JBR-3843 IDE text is misaligned vertically when using Consolas font
...
Use usWinAscent/usWinDescent for metrics on Windows
2023-02-14 07:08:08 +01:00
Alexey Ushakov
33d3093bf7
JBR-1110 [JDK11] java/awt/font/Outline/OutlineInvarianceTest.java: Failed for font java.awt.Font[family=Dialog,name=MS Gothic,style=bold,size=30]
...
Replaced FT_LOAD_NO_HINTING mode for non AA rendering with FT_LOAD_TARGET_LIGHT
(cherry picked from commit 3368768244 )
2023-02-14 07:08:08 +01:00
Alexey Ushakov
e478d7d634
JBR-2000 RM 2019.3.1 font rendering regression, normal text is heavier
...
Added -Djava2d.font.loadFontConfig=bundled to force loading bundled font.conf
(cherry picked from commit 788e078f64 )
2023-02-14 07:08:08 +01:00
Dmitry Batrak
c3932e5ac0
JBR-4346 [Xfce] Windows are moved unexpectedly between workspaces when modal dialog is shown
...
(cherry picked from commits ad299f1e74 , 800220af16 )
2023-02-14 07:08:08 +01:00
Alexey Ushakov
8589deef2c
JBR-3827 SIGILL at [libsystem_kernel] __kill in Java Exception at -[CDragSource convertData:]
...
Added check for drag source
2023-02-14 07:08:08 +01:00
Alexey Ushakov
9b4323ce50
JBR-3366 SIGILL at [libsystem_kernel] __kill in NSWindowStyleMaskFullScreen cleared on a window outside of a full screen transition
...
Wrapped the native exception and added logging
JBR-4882 Unable to exit fullscreen mode after Presentation mode was entered (and exited) on macOS
(cherry picked from commit d57e8b631b )
2023-02-14 07:08:08 +01:00
Alexey Ushakov
6e70ad4ea5
JBR-3365 SIGILL at [libsystem_kernel] __kill in java.lang.RuntimeException: Failed to convert, no screen / primaryScreen
...
Wrapped the native exception and added logging
2023-02-14 07:08:07 +01:00
Dmitry Batrak
c0f124f2a6
JBR-3751 Window content isn't rendered with some window managers on Linux
...
(cherry picked from commit 8d22e4dcb0 )
includes fix for JBR-5046 Incorrect initial window's location in Xfce
(cherry picked from commits 234e705134 , 02bc54f864 )
2023-02-14 07:08:07 +01:00
Vitaly Provodin
abd3c30969
JBR-4294 split desktop tests to more groups for Commit testing
2023-02-14 07:08:07 +01:00
Dmitry Batrak
92b743749c
JBR-4281 Window losing focus isn't detected in some cases on macOS
...
(cherry picked from commit 363650bbf4 )
with JBR-4638 Regression: Unable to enter emoji in editor via Emoji & Symbols on macOS
(cherry picked from commit 8b9a00915d )
with JBR-4652 With multiple projects open non-fullscreen, right-click on Dock icon to select the project from the context menu doesn't switch to that project
(cherry picked from commit e34677587d )
with JBR-5134 Input methods can't be dynamically disabled on a focused JComponent
(cherry picked from commit 0a3f4b206d )
2023-02-14 07:08:07 +01:00
greg
e9d57062eb
macOS: add methods to setup transparent titlebar with custom height ( #100 )
...
* macOS: add methods to setup transparent titlebar with custom height
* make windowTransparentTitleBarHeight CPlatfromWindow property
* add windowTransparentTitleBarHeight test
* Prevent mouseUp events on the transparent header on macOS when the window is being dragged
Co-authored-by: Manuel Unterhofer <manuel.unterhofer@jetbrains.com >
Custom macOS window decorations via JBR API
JBR-4460 Fix window drag with custom decorations on macOS
JBR-4553 Add logging to setUpTransparentTitleBar and resetTitleBar
2023-02-14 07:08:07 +01:00
Denis Fokin
9fce14cd4e
JBR-4038 [JBR17] Force Touch events are not supported on macOS
...
Added missing files and handlers from JBR11
2023-02-14 07:08:07 +01:00
Alexey Ushakov
37770a7d43
JBR-3901 jbr-dev compile problem
...
Added transient keyword
2023-02-14 07:08:07 +01:00
Alexander Lobas
6c81b19cc9
JBR-2893 Big Sur: Add support of opening project as tabs IDEA-257932 Big Sur: IDEA hangs after closing a project tab after exiting and entering full screen
...
Converted JNF to JNIUtilites
(cherry picked from commit f02e31a440 )
(cherry-picked from commit a84736ebcc )
2023-02-14 07:08:07 +01:00
Dmitry Batrak
5c3387c78c
JBR-3676 WINDOW_ACTIVATED/DEACTIVATED events sent to a frame when child window closes on macOS
...
(cherry-picked from commit 824f9ebec3 )
2023-02-14 07:08:07 +01:00
Dmitry Batrak
24b43c92d9
JBR-3611, JBR-3633, JBR-3666, JBR-3663, JBR-3671, JBR-3673, JBR-4181, JBR-4186, JBR-4893 Interoperability with macOS desktop spaces
...
(cherry-picked from commits 43fdd6cd26 , 75335543f2 , a156c6b9bf , 9fdc75969b , 1dcc612a81 , 93588d0738 , 94a3885bbe , c040e05703 , 67b6cd871f , 9040fd56cd , 6349b86b7f )
2023-02-14 07:08:07 +01:00
Dmitry Batrak
402f8cae06
refactor nativeCreateNSWindow call wrapping
...
as part of JBR-3017
(cherry picked from commit eeef67a335 )
2023-02-14 07:08:07 +01:00
Dmitry Batrak
751b86bf40
remove excessive wrapping with AccessController (AWTThreading does it internally now)
...
as part of JBR-3017
(cherry picked from commit f1dd523ba8 )
2023-02-14 07:08:07 +01:00
Dmitry Batrak
8cfefb2e56
JBR-2971 Log more information about window creation and property changes
...
(cherry picked from commit 9d86b4d235 )
2023-02-14 07:08:07 +01:00
Dmitry Batrak
9c5e8f6fa9
JBR-2533 Popup is not focused on click when switching from another application on macOS
...
(cherry picked from commits d9ff151211 , 67b174dc8c , 72b0add80c , 21af1eba85 , 2f1d317d87 , 6dd334f9f0 , cd863bac0d , 010f6fc951 , 25e087d269 , parts of 7d5ac56b6c , cd6dd5c3cf , e8bbd8ffdd )
with fix for JBR-3640 (java/awt/Modal/ModalFocusTransferTests/FocusTransferDWFAppModalTest.java: window Open button lost focus when it should not) and JBR-3979 (Focus is not transferred to parent window)
2023-02-14 07:08:07 +01:00
Nikita Provotorov
002a9d2014
JBR-4271: JBR17 and dev built without --with-vendor-name parameter have invalid value of the java.vm.vendor property.
...
Changes the default JBR's vendor from "Oracle Corporation" to "JetBrains s.r.o.".
(cherry picked from commit 0cb7b4565c )
2023-02-14 07:08:07 +01:00
Nikita Gubarkov
2cd49e2f27
JBR API v0.0.3
...
JBR-4228 report HTMINBUTTON, HTMAXBUTTON, HTCLOSE, HTMENU, HTCAPTION targets via JBR API & handle corresponding non-client mouse events for windows with custom decoration
2023-02-14 07:08:06 +01:00
Alexey Ushakov
7b35178518
JBR-4224 java/awt/image/VolatileImage/GradientPaints.java: Number of mismatches (300000) exceeds limit (54000) with tolerance=5
...
Updated reg test to handle contentLost event
2023-02-14 07:08:06 +01:00
Vitaly Provodin
55e34222f0
exclude javax/swing/border/TestTitledBorderLeak.java on windows due to 8213531
2023-02-14 07:08:06 +01:00
Ivan Lopatin
3dbdbc9859
Scale2: exclude java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java due to 8279190 on macosx-all
2023-02-14 07:08:06 +01:00
Nikita Provotorov
f19398ccab
JBR-3299: The test /jb/sun/awt/macos/NationalLayoutTest/Layout_ABC.java fails on MacOS.
...
Fixes the Layout_*.java tests by giving them to know the <Ctrl + key> combinations can generate KEY_TYPED event.
(cherry picked from commit eae5198b20 )
2023-02-14 07:08:06 +01:00
Vitaly Provodin
e402d9f5bf
exclude java/awt/Frame/FrameSetSizeStressTest/FrameSetSizeStressTest.java on Wayland
...
sun/security/pkcs11/Signature/TestDSAKeyLength.java 8279941 linux-all
2023-02-14 07:08:06 +01:00
Alexey Ushakov
329c442ed1
JBR-4112 macOS: SIGILL at [libsystem_kernel] __kill in OOME: Java heap space at java.awt.image.DataBufferInt.<init>
...
Reg test update: replace management api with jfr
2023-02-14 07:08:06 +01:00
Nikita Provotorov
d803f02162
JBR-4207, IDEA-287559: IDEA incorrectly handles AltGr key modifier.
...
This commit reverts the fix of JDK-8041928 and disables its regression tests.
(cherry picked from commit ba5209ec06 )
2023-02-14 07:08:06 +01:00
Nikita Provotorov
bbd68b2b84
JBR-4207, IDEA-287559: IDEA incorrectly handles AltGr key modifier.
...
Renames the test AltGrMustGenerateAltGrModifierTest3838.java to AltGrMustGenerateAltGrModifierTest4207.java.
(cherry picked from commit ed60a9c2bd )
2023-02-14 07:08:06 +01:00
Maxim Kartashev
cc6c8b595b
JBR-4173 Tier1 test failures in jdk/javadoc/doclet/testModules
...
Introduction of JBR API changed the order of modules appearing in Java
Doc. This commit updates the corresponding tests to match the current
output with JBR API.
(cherry picked from commit 609406c21b )
2023-02-14 07:08:06 +01:00
Nikita Gubarkov
a0dd769d56
JBR-2567 Fix max file path buffer size for fontpath.c
2023-02-14 07:08:06 +01:00
Vitaly Provodin
d1466efbf6
exclude sun/security/pkcs11/Signature/TestDSAKeyLength.java on Ubuntu 21.04 due to 8279941
2023-02-14 07:08:06 +01:00
Anton Tarasov
7331633884
JBR-4204 provide an option to disable a11y support on macOS
...
(cherry picked from commit ee3c56abdc )
2023-02-14 07:08:06 +01:00
Vitaly Provodin
f9d56bdc8c
exclude two swing tests on Windows due to JBR-4197
2023-02-14 07:08:06 +01:00
Alexey Ushakov
7b824ee581
JBR-4112 macOS: SIGILL at [libsystem_kernel] __kill in OOME: Java heap space at java.awt.image.DataBufferInt.<init>
...
Removed double allocation of surface data
2023-02-14 07:08:06 +01:00
Alexey Ushakov
382dd4f516
JBR-4187 java/awt/GraphicsDevice/DisplayModes/UnknownRefrshRateTest.java.UnknownRefrshRateTest fails on mac
...
Constrained display modes count used by the test
2023-02-14 07:08:06 +01:00
Alexey Ushakov
255abd12fe
JBR-4177 libc++abi: terminating with uncaught exception of type NSException
...
Added check for AppContext
2023-02-14 07:08:05 +01:00
Alexey Ushakov
57d69ce841
JBR-4174 java/awt/FullScreen/FullScreenInsets/FullScreenInsets.java fails on mac aarch64
...
Hide cursor to fix OGL&Metal Robot issue (it reads cursor image). Added tolerance to fix Metal Robot inaccuracy.
2023-02-14 07:08:05 +01:00
Artem Semenov
d365607439
JBR-4167 [JCK] AccassibleJTree tests fail on Ubuntu
2023-02-14 07:08:05 +01:00
Alexey Ushakov
7d9e9c7fff
JBR-4164 IDEs cannot be launched via launch configuration
...
Moved execution of displayChanged() to EDT
2023-02-14 07:08:05 +01:00
Vitaly Provodin
ac9dfd3e8c
JBR-4169 add jdk.javadoc into JBR
2023-02-14 07:08:05 +01:00
Alexey Ushakov
47202187cb
JBR-4150 IDE regularly locks up at sun.lwawt.macosx.LWCToolkit.getScreenInsets
...
Restored caching screen insets. Added handling of dock resize.
2023-02-14 07:08:05 +01:00
Vitaly Provodin
f98fdd12ff
exclude java/awt/Focus/ActualFocusedWindowTest/ActualFocusedWindowBlockingTest.java on Wayland configs due to 8279256
2023-02-14 07:08:05 +01:00
Vitaly Provodin
4c130dd06d
exclude java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java on Scale2 configs due to 8279190
2023-02-14 07:08:05 +01:00
Vitaly Provodin
6553ce9056
exclude java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java due to 827361
2023-02-14 07:08:05 +01:00
Vitaly Provodin
e1c98528f5
add exclude list for Wayland failures
2023-02-14 07:08:05 +01:00
Vitaly Provodin
7fb4631838
exclude javax/swing/plaf/basic/BasicComboPopup/JComboBoxPopupLocation /JComboBoxPopupLocation.java on macOS due to 8194945
2023-02-14 07:08:05 +01:00
Vitaly Provodin
e3f3d7f2f6
exclude sun/java2d/SunGraphics2D/EmptyClipRenderingTest.java on windows due to 8144029
2023-02-14 07:08:05 +01:00
Maxim Kartashev
8f79fe93b0
JBR-3948 Linux: SIGSEGV at [libawt_xawt] Java_sun_awt_X11_XInputMethod_createXICNative
...
The problem: the crashes occur in createStatusWindow() when calls like
adata->AwtColorMatch() end up going to 0x0 pc or some random inaccessible
memory. The only reason for that seems to be the
getDefaultConfig(screen) returning either NULL or garbage. That, in turn, probably
happens because of the wrong screen number provided. Before JBR-3623 was
fixed, awt_numScreens could've changed between the time the screen
number was chosen and the getDefaultConfig() call. After JBR-3623 was
fixed, this change is protected with the AWT lock, which this code
holds.
The fix: obtain the screen number via the Xlib API rather than the
ad-hoc loop though the root windows and return NULL if
getDefaultConfig() doesn't return useable data.
(cherry picked from commit 3d23e8d6a5 )
2023-02-14 07:08:05 +01:00
Vitaly Provodin
3d00e1d65a
add exclude list for Scale2 test runs
2023-02-14 07:08:05 +01:00
Vitaly Provodin
1882c46170
exclude java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java due to 8134231
2023-02-14 07:08:05 +01:00
Alexey Ushakov
1fe379232c
JBR-3773 M1 java/awt/Window/WindowAppearanceTest/WindowAppearanceTest.java: : Incorrect color java.awt.Color[r=75,g=74,b=72]at (140,5)
...
Added more variants of colors for unfocused and focused titles
2023-02-14 07:08:04 +01:00
Artem Semenov
4bf42b9601
JBR-3775 Optimize the algorithm for obtaining tree elements
2023-02-14 07:08:04 +01:00
Nikita Gubarkov
04bdad2e01
JBR API v0.0.2
...
Added file dialog customization via JBR API & fixed bugs in windows common item dialog
2023-02-14 07:08:04 +01:00
Vitaly Provodin
2489208171
JBR-3931 add the module jdk.unsupported.desktop into jbr
...
(cherry picked from commit 32def2fd42 )
2023-02-14 07:08:04 +01:00
Alexey Ushakov
cfe791bef4
JBR-4111 [JBR17] Make possible to select files and directories independently
...
Implemented apple.awt.fileDialogForFiles property
2023-02-14 07:08:04 +01:00
Vitaly Provodin
0c569f6046
enable fixed tests to regular runs
2023-02-14 07:08:04 +01:00
Vitaly Provodin
5f6372b7eb
exclude javax/swing tests on mac-aarch64 due to 8277816
2023-02-14 07:08:04 +01:00
Aleksandr Veselov
587c479b6c
JBR-4107 A11y: macOS - wrong frame position if window is not on primary screen
2023-02-14 07:08:04 +01:00
Alexey Ushakov
68e9183424
JBR-4060 [JBR17+Metal] Flickering on button's shadow
...
Removed unnecessary global flag. Optimized mask cache texture clearing code.
2023-02-14 07:08:04 +01:00
Alexey Ushakov
30035ef882
JBR-3954 Transparent text color rendering (needed for experimental UI)
...
Performed conversion from ARGB_PRE to ARGB in the grayscale text shader
2023-02-14 07:08:04 +01:00
Alexey Ushakov
bf4141838e
JBR-3872 [JBR17+Metal] Wrong color for scrollbars and inlay hints
...
Corrected typo in setTxtUniforms and fixed alpha blending in frag_gmc_text shader
2023-02-14 07:08:04 +01:00
Alexey Ushakov
f52fbd7425
JBR-3820 Gamma correction for grayscale text in Metal rendering pipeline
...
Implemented gamma correction using the same approach that we did for OGL grayscale text rendering (OGLTextRenderer.c)
Optimized shader performance
2023-02-14 07:08:04 +01:00
Alexey Ushakov
61c7792a77
JBR-4104 jbr-dev compilation failure
...
Corrected suppress warnings
2023-02-14 07:08:04 +01:00
Dmitry Batrak
59693d9b43
JBR-4084 Default font '. AppleSystemUIFont' does not have bold weight on Chinese characters
...
(cherry picked from commit 4fde082d53 )
2023-02-14 07:08:04 +01:00
Maxim Kartashev
28cf1e5ea2
JBR-3899 SIGSEGV at [libjvm] _ZN23JfrNetworkInterfaceName11on_rotationEv
...
Prevent JfrNetworkInterfaceName::on_rotation() to dereference a
potentially NULL pointer.
(cherry picked from commit b2a9372d70 )
2023-02-14 07:08:04 +01:00
Dmitry Batrak
51a53b12cd
JBR-4021 Unexpected focus event order on window showing
...
(cherry picked from commit 2a398ebb24 )
includes fix for JBR-4131 Popup doesn't get focus if created from context menu
(cherry picked from commit 685562aafc )
2023-02-14 07:08:04 +01:00
Maxim Kartashev
a61c0693fa
JBR-4020 Test ObsoleteFlagErrorMessage fails after +IgnoreUnrecognizedVMOptions has become the default
...
(cherry picked from commit ae5963a094 )
2023-02-14 07:08:03 +01:00
Maxim Kartashev
012529b681
JBR-3923 Internal Error in c1_Instruction.cpp
...
Make C1 hotspot compiler bail out during CFG construction if there's a
cycle in the graph that isn't a natural loop and that has led to an
unexpected state of stack/locals like missing a phi function.
This is a temporary measure that lets hotspot continue working
even after encountering such bytecode patterns. The full solution
will probably involve more sophisticated CFG checks.
(cherry picked from commit aa0b61cb75 )
2023-02-14 07:08:03 +01:00
Vitaly Provodin
2bd4bbf738
exclude tests spontaneously creating windows during test execution
2023-02-14 07:08:03 +01:00
Maxim Kartashev
40ce2beab2
JBR-2755 IDE UI became slow via remote X Server connection from Windows
...
When XGetImage() calls become slow in a remote X11 session, fake
XGetImage() with client-side XCreateImage() that is filled with some
background color. The color is chosen from several top left corner
pixels of the "slow" images obtained with XGetImage().
This feature activates in a remote X11 session only and is
controlled with -Dremote.x11.workaround={true|false|auto}.
2023-02-14 07:08:03 +01:00
Alexey Ushakov
52f56fc14b
JBR-3924 CMD+Tilda does not switch app windows
...
Introduced vm property to disable capturing of next app window shortcut
2023-02-14 07:08:03 +01:00
Nikita Gubarkov
16032b1aa7
JBR-2917 Added emoji support for Windows
...
JBR-3951 Pass real glyph type from native code instead of guessing it by rowBytes & width
2023-02-14 07:08:03 +01:00
Pavel
cf2318c99e
JBR-3926 make AwtComponent transparent for hit events by default
...
* JBR-3926 make AwtComponent transparent for hit events by default
* [WIP] pass hittest event to frame only if custom decoration is enabled and frame ready to handle it
(cherry picked from commit c0e26ff5d5 )
2023-02-14 07:08:03 +01:00
Maxim Kartashev
4ff6434286
JBR-3896 Abysmally slow input and UI performance since upgrade to IU-213.4928.7 from previous 2021.3 EAP version
...
The slowness was the result of XWM.getInsetsFromExtents() repeated
attempts to acquire frame extents from a property that under Sway is
simply unavailable. Each attempt added at least 20ms to every re-draw.
Prior to (repeatedly) checking for NET_FRAME_EXTENTS property of a
window, check that the property is supported by the window manager.
(cherry picked from commit b40cc1c791 )
2023-02-14 07:08:03 +01:00
Maxim Kartashev
603509c6c4
JBR-3916 Deadlock in pGetBounds() on Linux
...
The deadlock occurred because one thread was holding the AWT lock and
waiting for boundsCacheLock in resetBoundsCache() and the other vice
versa stuck in pGetBounds() owning boundsCacheLock and waiting for the
AWT lock.
The solution is to get rid of boundsCacheLock altogether. It was
introduced in order to never return null from getBoundsCached() so that
resetBoundsCache() wouldn't interfere. But the same effect can be
achieved by simply using a local variable to hold a copy of the current
bounds. The worst case scenario now is that two threads update
boundsCached immediately one after another (if they both have observed
the null value there at about the same time), but that's harmless as
pGetBounds() grabs the AWT lock when necessary.
(cherry picked from commit dc6ad31524 )
2023-02-14 07:08:03 +01:00
Dmitry Batrak
8696332e6b
log LWCToolkit invokeAndWait requests
...
as part of JBR-3017, to make investigation of similar issues simpler in the future
(cherry-picked from commit a7fd723e43 )
2023-02-14 07:08:03 +01:00
Alexey Ushakov
3dab3a5563
JRE-202 Deadlock in CGLGraphicsConfig.getCGLConfigInfo
...
Added processing system events while waiting for OGLRenderQueue.lock
Moved getCGLConfigInfo logic execution to AppKit thread so, awt lock is
taken on one thread
(cherry picked from commit d1c8bf03e1bd41cb075aa73cc39558103af7fe1a)
(cherry picked from commit 6bf9f31986be64acf3755b34568802f9960a66ec)
(cherry picked from commit 4e21d67e0369bffac45662c63699b39946218a7a)
2023-02-14 07:08:03 +01:00
Alexey Ushakov
be0abc9fda
JRE-193 UI freeze and 12/second thread dumps
...
Moved CStrikeDisposer dispose code to AppKit
(cherry picked from commit 28774d6878 )
2023-02-14 07:08:03 +01:00
Alexander Lobas
e7453ea3f8
JBR-3660 PhpStorm 2021.2 crashes on selecting iCloud Drive directory in Open dialog
...
(cherry picked from commit f5434bcaaf )
2023-02-14 07:08:03 +01:00
Alexander Lobas
87de8a28db
JBR-3629 SIGILL at [libsystem_kernel] __kill NPE at com.intellij.openapi.options.SchemeImportUtil$1.isFileSelectable / -[CFileDialog askFilenameFilter:]
...
(cherry picked from commit 86c13ecaed )
2023-02-14 07:08:03 +01:00
Alexander Lobas
2871806442
JBR-3443 Native file dialog on OSX enable filename filter by VM option
...
(cherry-picked from commit f10e324538 )
2023-02-14 07:08:03 +01:00
Alexander Lobas
720da6289c
JBR-3442 Native file dialog on OSX (for open file) doesn't allow pasting path
...
(cherry-picked from commit 7d8cc524ca )
2023-02-14 07:08:02 +01:00
Maxim Kartashev
331fc8f9a8
Revert "JBR-2755 IDE UI became slow via remote X Server connection from Windows"
...
This reverts commit cd9138844da770ae60806fd7dbc1e85c773882a8.
2023-02-14 07:08:02 +01:00
Konstantin Aleev
694b80c461
fix memory leaks in AccessibleJTree
...
(cherry picked from commit 561a7b8def )
2023-02-14 07:08:02 +01:00
Maxim Kartashev
2f13716160
JBR-3835 Cropped messages in all Message Dialogs in Idea on Ubuntu 18.04.5 LTS with swing alerts enabled
...
The _NET_FRAME_EXTENTS property that is used to obtain the initial
insets of a dialog window does not immediately get its value and may be
returned as 0 if queried too soon after the window creation.
In order to avoid (incorrect) guessing of dialog's insets, make 3
attempts at getting the insets with a small but increasing pause
in between them.
2023-02-14 07:08:02 +01:00
Maxim Kartashev
e3edd61b35
Revert "JBR-3835 Cropped messages in all Message Dialogs in Idea on Ubuntu 18.04.5 LTS with swing alerts enabled"
...
This reverts commit 8e7aed70976ec0f90c736d86b9cd3e9cf09ff6d4.
2023-02-14 07:08:02 +01:00
Nikita Provotorov
f7a30dab87
JBR-3838 AltGr on Polish keyboard triggers Ctrl+Alt shortcut.
...
Add regression test.
(cherry picked from commit 8df43eef4b )
2023-02-14 07:08:02 +01:00
Maxim Kartashev
cc5e08665a
JBR-3835 Cropped messages in all Message Dialogs in Idea on Ubuntu 18.04.5 LTS with swing alerts enabled
...
The _NET_FRAME_EXTENTS property that is used to obtain the initial
insets of a dialog window does not immediately get its value and may be
returned as 0 if queried too soon after the window creation.
In order to avoid (incorrect) guessing of dialog's insets, add an
artificial delay if getInsets() is called too soon.
2023-02-14 07:08:02 +01:00
Alexey Ushakov
3abbc25d13
JBR-3820 Gamma correction for grayscale text in Metal rendering pipeline
...
Added regression test to compare OGL and Metal text rendering
2023-02-14 07:08:02 +01:00
Artem Bochkarev
f210934679
JBR-1762: request focus of immediate parent when dispose popup
...
because requesting focus for frame-parent causes to close whole popup chain
(cherry picked from commit 7a2ccfc521 )
JBR-1762: fixed review comments
(cherry picked from commit 0efbe5d9b9 )
2023-02-14 07:08:02 +01:00
Dmitry Batrak
af60b8e4ce
JBR-2759 Typeahead issue on Linux
...
(cherry picked from commits 76bdaf1131 , b20c56ff3e , c9609330f2 , a170b4e4ae )
2023-02-14 07:08:02 +01:00
Artem Bochkarev
10bffb49fd
JBR-1762: request focus of immediate parent when dispose popup
...
because requesting focus for frame-parent causes to close whole popup chain
(cherry picked from commit 7a2ccfc521 )
JBR-1762: fixed review comments
(cherry picked from commit 0efbe5d9b9 )
2023-02-14 07:08:02 +01:00
Maxim Kartashev
bc957c83b7
JBR-3813 Regression after fix for JBR-3688
...
1. Cached bounds and insets must be cloned before return because they
aren't immutable objects.
2. Fixed the deadlock in resetBoundsCache() by synchronizing on a dedicated
lock.
(cherry picked from commit cd5314db8b )
2023-02-14 07:08:02 +01:00
Renaud Paquay
e8c37b471a
Add BasicWithKeyFileAttributeView interface
...
This new interface is similar to `BasicFileAttributeView` except it
gives implementations a hint that the fileKey() should be acquired
even at some performance cost.
`FileTreeWalker` uses this new interface to request a file key
in addition to regular file attributes so that file equality can
be efficiently performed when checking for loops during file
tree traversal.
This makes `FileTreeWalker` about 2x faster when traversing non
trivial file system trees with the FOLLOW_LINKS option.
Change-Id: I8de047c8fc241dbab9ad57c5e361118a3a94893d
(AKA JBR-3680 Cherry-pick Google's NIO patches to get faster file listing)
(cherry picked from commit 6d1c3f06c4 )
2023-02-14 07:08:02 +01:00
Ivan Migalev
de4ee8a18e
JBR-3785: don't touch the active keyboard layout on input method activation / deactivation.
...
origin PR: github.com/JetBrains/JetBrainsRuntime/pull/78.
(cherry picked from commit 2f772fd1a2 )
2023-02-14 07:08:02 +01:00
Dmitry Batrak
715fb037a4
JBR-3779 Unexpected Alt+Tab behaviour for Java frames on Cinnamon DE
...
(cherry picked from commit 0bf13985d5 )
2023-02-14 07:08:02 +01:00
Maxim Kartashev
0aef341920
JBR-3688 PyCharm incredibly slow with fakexrandr
...
Cache screen bounds and insets and (conservatively) reset those caches
upon any possibility of a change.
This feature can be disabled with -Dx11.cache.screen.insets=false and
-Dx11.cache.screen.bounds=false.
Based on commit accef6f21e .
2023-02-14 07:08:01 +01:00
Maxim Kartashev
236ed4d152
JBR-3772 java/beans/PropertyEditor/TestFontClass.java: access denied ("java.util.PropertyPermission" "sun.awt.x11.trace" "read")
...
Instead of using System.getProperty() directly, wrap the call into
GetPropertyAction and use AccessController to execute it.
2023-02-14 07:08:01 +01:00
Dmitry Batrak
08d028e079
JBR-3504 a11y focus is set on the wrong element when opening popups
...
(cherry-picked from commit a69e12e0d2 )
2023-02-14 07:08:01 +01:00
Maxim Kartashev
d735a612d3
JBR-3665 Typing is slow in remote X session
...
Only call XGetKeyboardMapping() once for all valid codes and cache the
resulting table. Use the cache on the subsequent calls to
keycodeToKeysym().
2023-02-14 07:08:01 +01:00
Maxim Kartashev
476f331bf5
JBR-2273 JBR musl port
...
Detect if we're running on a musl-based system by checking for the presence
of the libgcompat.so glibc compatibility library in the process' map.
If so, java is re-started with LD_LIBRARY_PATH set to point to the right
directory with libjvm.so. This works around the problem with the musl
dynamic library loader.
(based on commit 13a904ddb5 )
2023-02-14 07:08:01 +01:00
Alexey Ushakov
bf33665705
Added support for otf into the build scripts. Updated prebuild maps.
...
Applied code from jbr-dev
2023-02-14 07:08:01 +01:00
Konstantin Bulenkov
6b600464d9
bundle Inter font
2023-02-14 07:08:01 +01:00
Maxim Kartashev
3911cc82b8
JBR-3664 Logging for communications with X server
...
Introduced logging controlled with -Dsun.awt.x11.trace.
Currently, only looks at the AWT lock and reports methods holding it
sorted by average hold time.
(based on commit 792a58ea0e )
(based on commit 770b4dc9c1 )
2023-02-14 07:08:01 +01:00
Dmitry Batrak
1cd7066c7a
JBR-3726 Modal windows 'disappear' on minimize in KDE
...
(cherry picked from commits d9baf2d9db , 9c2841028f , 5c4fd9ceaf , f0ed32fca4 )
2023-02-14 07:08:01 +01:00
Maxim Kartashev
a8e9ae3001
JBR-3542 Fix -Xcheck:jni warnings
...
Fixes warnings coming from JBR-specific code in addition to those fixed
by 8269223.
2023-02-14 07:08:01 +01:00
Dmitry Batrak
0a2a54e32b
JBR-3706 Toggling full screen mode for two frames doesn't work on macOS if invoked without delay
...
(cherry picked from commit 28cfc4815f )
2023-02-14 07:08:01 +01:00
Dmitry Batrak
b65b1f4462
JBR-3686 Background window steals focus when converted to full screen on macOS
...
(cherry-picked from commit 07a5b9672e )
2023-02-14 07:08:01 +01:00
Dmitry Batrak
ab3898117b
JBR-3662, JBR-3672 Focus jumps to another project tab after closing modal dialog
...
(cherry picked from commit bfd01081c3 , 2a71dc5981 )
2023-02-14 07:08:01 +01:00
Nikita Gubarkov
d1e764b756
JBR-3648 Replace CacheCellInfo usages with MTLCacheCellInfo in metal rendering code
2023-02-14 07:08:01 +01:00
Dmitry Batrak
3b0cfd52bb
JBR-3642 java/awt/Window/8159168/SetShapeTest.java fails on macOS-x64 & macOS-aarch64
...
make sure jb/java/awt/Focus/Typeahead* tests still pass
includes fixes for JBR-3786 javax/swing/plaf/aqua/CustomComboBoxFocusTest.java fails on MacOS by timeout
(cherry picked from commit f5c5388fb5 )
and JBR-4113 java/awt/KeyboardFocusmanager/TypeAhead/TestDialogTypeAhead.java fails by time out on macOS
(cherry picked from commit d8d4c55a61 )
2023-02-14 07:08:00 +01:00
Anton Tarasov
bedb045e65
JBR-1834 [linux] runtime hidpi switch is broken
...
(cherry picked from commit eaa04303a7 )
2023-02-14 07:08:00 +01:00
Anton Tarasov
a7e772c642
JBR-1429 Scale is huge due to GDK_SCALE
...
(cherry-picked from commit 1c3477df2e )
2023-02-14 07:08:00 +01:00
Anton Tarasov
a0761f2b92
JBR-1365 force IDE-managed HiDPI on Linux for fractional scales
...
(cherry picked from commit f092ff3962 )
2023-02-14 07:08:00 +01:00
Anton Tarasov
d7b921fdd7
Allow HiDPI mode on Linux
2023-02-14 07:08:00 +01:00
Anton Tarasov
5e65503b43
JRE-489 -Dswing.bufferPerWindow is fractional scale unfriendly
2023-02-14 07:08:00 +01:00
Anton Tarasov
32556baa8c
JRE-310 check for Windows8.1 when enabling ui scale
...
Was "don't fallback on fractional scale" in JBSDK9.
2023-02-14 07:08:00 +01:00
Vitaly.Provodin
ed846227df
add 32-sizes for native data types
...
(cherry picked from commit 3a79870da8 )
2023-02-14 07:08:00 +01:00
Nikita Gubarkov
a6680b7afe
Added JBR-specific .idea project files
2023-02-14 07:08:00 +01:00
Alexey Ushakov
53622442f6
JBR-3344 "Exit Full Screen" action doesn't work, the only way is mouse click on window's native "green" button.
...
Restored JBR-1931 fix partially reverted by JBR-1718
(cherry picked from commit c0be778e20 )
2023-02-14 07:08:00 +01:00
Anton Tarasov
cacb09924d
JBR-3337 jb/java/jcef/HandleJSQueryTest3314.sh: fails on macOS-aarch64 with "JS Query was not handled in 2nd opened browser"
...
(cherry picked from commit 8678f41971 )
2023-02-14 07:08:00 +01:00
Anton Tarasov
ee4af7e41d
JBR-3545 Window.setMinimumSize does not respect DPI scaling
...
(cherry picked from commit 9b4f72ad18 )
2023-02-14 07:08:00 +01:00
Denis Fokin
bbb01f565f
JRE-408 JBR-3515 fix NullPointerException in MetalRootPaneUI.installWindowListeners
...
(cherry picked from commit 584d554af529cff445b0f09bc2d57be55e138b7a)
(cherry picked from commit 6a42bb54bd )
2023-02-14 07:08:00 +01:00
Elena Sayapina
dc86126023
JBR-2657 [TESTBUG] ChainOfPopupsFocusTest misbehaving on Windows
...
- changed open popup shortcut from Ctrl+N to Ctrl+M, so no new explorer windows appear if desktop gets focused by error
- added a click on the main test frame, so it gets focus when running from background cygwin process on Windows, otherwise it just flashes on the taskbar
(cherry picked from commit eda8e4d50e )
2023-02-14 07:08:00 +01:00
Maxim Kartashev
0d56a31d55
JBR-3572 Wayland: java/awt/Window/WindowTitleVisibleTest/WindowTitleVisibleTestLinuxGnome.java: title bar shown and hidden are the same.
...
Exclude the test when running under XWayland that doesn't implement
screen capture necessary for the test to function.
2023-02-14 07:08:00 +01:00
Denis Konoplev
17b1e9dfba
EA-252361: Check window for null
...
(cherry picked from commit 23a7dbd486 )
2023-02-14 07:08:00 +01:00
Artem Bochkarev
6457a6ca54
JBR-3131: support custom view for system menu items
...
(cherry picked from commit 78d509ac0f )
2023-02-14 07:07:59 +01:00
Artem Bochkarev
d99c4c0a15
JBR-3127: set NSWindowAllowsImplicitFullScreen=NO
...
fixed JBR-3127 Modal dialogs invoked from modal or floating dialogs are opened in full screen
(cherry picked from commit 0b8ff1a7e6 )
JBR-3127: add possibility to load NSJavaVirtualMachine
JavaVM framework is deprecated but this class is still checked by AppKit, see https://youtrack.jetbrains.com/issue/JBR-3127#focus=Comments-27-4684465.0-0
(cherry picked from commit be6a2c4f0c )
2023-02-14 07:07:59 +01:00
Nikita Gubarkov
d8a5f092fc
JBR-3376 Added check for -1 glyph info pointer in OGLTextRenderer.c
2023-02-14 07:07:59 +01:00
Dmitry Batrak
865495ffa5
JBR-3024 Popups are shown with 1x1 size sometimes
...
test case only
(cherry picked part of commit ee298f5287 )
2023-02-14 07:07:59 +01:00
Vitaly Provodin
001a12e6c7
JBR-3314 add regression test
...
(cherry picked from commit c81adfed61 )
2023-02-14 07:07:59 +01:00
Ivan Migalev
8227f6194f
JBR-3227 Reload type of required native file dialogs each time a file dialog is requested
...
(cherry picked from commit 26dd87ab7c )
2023-02-14 07:07:59 +01:00
Ivan Migalev
4a811bd9ff
JBR-3068 Update path selector behavior when sun.awt.windows.useCommonItemDialog is enabled
...
(cherry picked from commit 442bb7eecc )
2023-02-14 07:07:59 +01:00
Alexey Ushakov
703b185681
JBR-2996 M1 warnings: CoreText note: Client requested name “.SFCompact-Black”, it will get Times-Roman rather than the intended font
...
Cached system fonts family names
(cherry picked from commit 56629e4c90 )
2023-02-14 07:07:59 +01:00
Alexey Ushakov
87a34df746
JBR-3023 Gray idea frame after project open with ide.mac.transparentTitleBarAppearance.
...
Initiate move/resize event on first appearance of window having FULL_WINDOW_CONTENT property set
(cherry picked from commit a6ea081ba2 )
2023-02-14 07:07:59 +01:00
Dmitry Batrak
e0f596a36c
JBR-3017 Focus issue in presence of third-party accessibility tool
...
use the new invocation approach for 'makeKeyAndOrderFront' as well, as it can also cause synchronous back-calls to accessibility subsystem, and change the global call order unexpectedly
this commit fixes TypeaheadSetVisibleTest and TypeaheadToFrontTest, when they are run with AltTab active
Guard against possible deadlocks, if UI-related methods are invoked not on EDT.
Sample deadlock scenario:
* Application thread attempts to show the window, this involves calling CWrapper.NSWindow.makeKeyAndOrderFront under AWT tree lock, which blocks till 'makeKeyAndOrderFront' completes on AppKit thread
* AppKit thread, while executing 'makeKeyAndOrderFront' performs 'back-call' to CAccessibility.getFocusOwner, which waits for execution on EDT
* EDT performs some activity requiring AWT tree lock (e.g. processing of PaintEvent)
(cherry picked from commits e3aaff5db4 , 09941119e1 )
2023-02-14 07:07:59 +01:00
Dmitry Batrak
df13ca624b
JBR-3072 Deadlock on nested dialog hiding
...
(cherry picked from commits 99242748ee , ad1595b5c2 )
2023-02-14 07:07:59 +01:00
Dmitry Batrak
b6c9867edc
fix occasional freezes of JBR-3017 reproducer after the fix
...
(cherry picked from commit 7e6db54f77 )
2023-02-14 07:07:59 +01:00
Dmitry Batrak
ad1c20082a
JBR-2819 Create API to determine typographic family/subfamily for available fonts
...
(cherry picked from commit 89e519a4ef )
2023-02-14 07:07:59 +01:00
Nikita Gubarkov
b5de064943
JBR-2924 Do not try to create native italic font when we're going to make it fake italic
2023-02-14 07:07:59 +01:00
Nikita Gubarkov
765a7cd8f1
JBR-3982 Fixed non-antialiased text rendering on macOS
...
JBR-3269 Disabled subpixel antialiasing for macOS Mojave and newer
2023-02-14 07:07:59 +01:00
Dmitry Batrak
75d5344b38
JBR-3017 Focus issue in presence of third-party accessibility tool
...
(cherry picked from commit 88ead5d9e3 )
2023-02-14 07:07:58 +01:00
Vitaly Provodin
87f2941f12
JBR-1718 add a regression test
...
(cherry picked from commit 84ff4eab21 )
2023-02-14 07:07:58 +01:00
Elena Sayapina
89216010e1
JBR-2890 [TESTUPDATE] Enable jcef tests on macOS aarch64 platform
...
(cherry picked from commit 1714d7b627 )
2023-02-14 07:07:58 +01:00
Nikita Gubarkov
c0d3c8d46a
Added JBR API
2023-02-14 07:07:58 +01:00
Artem Bochkarev
fd8d5079cb
JBR-2562: fixed invokation of parent method
...
(cherry picked from commit 93cbab2f2d )
JBR-2562: suppress exceptions from [NSWindow _changeJustMain]
temporary workaround to prevent crashes
(cherry picked from commit dd055b5970 )
2023-02-14 07:07:58 +01:00
Mikhail Grishchenko
f6383a5c48
JBR-2890 Disable jcef tests on 32-bit and aarch64 platforms
...
(cherry picked from commit d34d6528fe )
2023-02-14 07:07:58 +01:00
Alexey Ushakov
4e97077eb8
JBR-2879 Big Sur: Opening project in new window results in opening project in another tab
...
Disabled Tabbing mode for all NSWindows
(cherry picked from commit 8cb0377a31 )
2023-02-14 07:07:58 +01:00
Nikita Gubarkov
8539451aad
JBR-2910 Implemented extended glyph cache for macOS
...
JBR-3976 Fixed text spacing & emoji scaling on macOS
JBR-3638 Adjust subpixel glyph positions for correct rounding in CStrike#getGlyphImageBounds
2023-02-14 07:07:58 +01:00
Alexey Ushakov
32c43bcf21
JBR-2617 Text with opacity renders black
...
Implemented alpha blending in grayscale text rendering (UX-1320)
Corrected bright text thickness (smooth on), bright and dark text thickness (smooth off)
Added JVM properties for fine tuning
(cherry picked from commit c30306f779 )
(cherry picked from commit c95adeb8f2 )
(cherry picked from commit 269c9580fb )
(cherry picked from commit 55c7be5fe9 )
(cherry picked from commit e28ff71e97 )
2023-02-14 07:07:58 +01:00
Alexey Ushakov
b809b3d5c5
JBR-2521 Ugly font in all 2020.2 EAPs on macOS
...
Provide gamma correction for both light and dark text
(cherry picked from commit 5953202a7e )
2023-02-14 07:07:58 +01:00
Alexey Ushakov
130f39aaa0
JBR-2591 Repainting is broken (was: Icons in tree list widgets became dark)
...
Save current blend mode before cached grayscale rendering
(cherry picked from commit 7beb75ccec )
(cherry picked from commit ed52fde57d )
2023-02-14 07:07:58 +01:00
Alexey Ushakov
374b210d1a
JBR-1986 Enabling fractional metrics causes visual artifacts in font rendering on macOS 10.14+
...
Disable subpixel positioning for macOS 10.13+ if legacy LCD rendering is disabled
(cherry picked from commit dbd24232e4 )
2023-02-14 07:07:58 +01:00
Vitaly Provodin
11c43e3674
exclude bug7154030 on macosx-aarch64 due to 8268284
2023-02-14 07:07:58 +01:00
Vitaly Provodin
9058205475
exclude SharedMemoryPixmapsTest on macosx-all due to 8221451
2023-02-14 07:07:58 +01:00
Vyacheslav Moklev
87b31821a5
JBR-2442 fix memory leak of fileBuffer
...
fix was suggested by Nikita Gubarkov
2023-02-14 07:07:58 +01:00
Andrey Starovoyt
1f76ef495f
JBR-2736 provide writeObjects implementation for copying files/folders from Project Explorer to the Finder
...
(cherry picked from commit 33db034d49 )
(cherry picked from commit d3ec3d899d )
2023-02-14 07:07:58 +01:00
Sergey Malenkov
4034e228c1
EA-235126 - CME: HighlightableComponent.getPreferredSize
...
(cherry picked from commit 523d80cafd )
2023-02-14 07:07:57 +01:00
Kirill Kirichenko
6b228393cb
JBR-2667 Post review: rename win.darkTheme.on to win.lightTheme.on and reversed the logic
...
(cherry picked from commit eeab5252e6 )
2023-02-14 07:07:57 +01:00
Kirill Kirichenko
a5eb47c390
JBR-2667 Add new AWT desktop property for light/dark theme detection on Windows 10
...
(cherry picked from commit 0e4ad056dd )
2023-02-14 07:07:57 +01:00
Alexey Ushakov
ce6f7accb4
JBR-2593 Wide ligatures not rendered in Grayscale mode
...
Added missing flush of cached vertices
(cherry picked from commit ad409b4370 )
2023-02-14 07:07:57 +01:00
Nikita Gubarkov
491c7f41a3
JBR-2910 Implemented extended glyph cache for Linux
2023-02-14 07:07:57 +01:00
Nikita Gubarkov
2a593a99fc
JBR-2910 Implemented extended glyph cache for Windows
2023-02-14 07:07:57 +01:00
Nikita Gubarkov
9cbd7aebf8
JBR-2614 Fixed LCD glyph width to include both left & right padding, so that rowBytes = width * 3
2023-02-14 07:07:57 +01:00
Alexey Ushakov
d56cc65ac0
JBR-2463 Font rendering problem on macOS Mojave
...
Use adjusted advances for glyphs
(cherry picked from commit 1af5dd4aae )
2023-02-14 07:07:57 +01:00
Denis Konoplev
1ac9815c65
JBR-3544: Generate popup invoked instead of New in this directory.
...
- A fix
- A regression test (cherry picked from commit 7995574c09 )
2023-02-14 07:07:57 +01:00
Vitaly Provodin
ae2d1012c3
JBR-2545 Clean up the list of ignored Render tests
...
(cherry picked from commit f7b4c42e1d )
2023-02-14 07:07:57 +01:00
Jayathirth D V
594a6a7204
8241490: Add large text performance tests in RenderPerfTest
...
(cherry picked from commit 803ee2f2b5 )
2023-02-14 07:07:57 +01:00
Alexey Ushakov
cf3a318e99
8230657: Create fine grained render perf test for metal pipeline
...
Converted gradle JUnit test to plain java for ant and gnumake
To run the tests:
cd src/demo/share/java2d/RenderPerfTest
ant run
or
java -jar dist/RenderPerfTest.jar
or
java -jar dist/RenderPerfTest.jar testWhiteTextBubblesGray
(cherry picked from commit 356121b18f )
(cherry picked from commit 8bd8d2d132 )
2023-02-14 07:07:57 +01:00
Konstantin Bulenkov
f5450688c7
Update FiraCode to 5.2
...
(cherry picked from commit 71e2a8d8ad )
2023-02-14 07:07:57 +01:00
Alexey Ushakov
63acf11359
JBR-1929 Improve rendering of San Francisco font of macOS Catalina
...
Reverting gamma correction because of rendering artifacts in the light theme
This reverts commit 5016db51
(cherry picked from commit c1d644a004 )
2023-02-14 07:07:57 +01:00
Alexey Ushakov
dda57d70e5
JBR-1929 Improve rendering of San Francisco font of macOS Catalina
...
Added gamma correction to match grayscale rendering with subpixel one
(cherry picked from commit 5016db518a )
2023-02-14 07:07:57 +01:00
Alexey Ushakov
96206931a3
JBR-2463 Font rendering problem on macOS Mojave
...
Use adjusted advances for glyphs
(cherry picked from commit 1af5dd4aae )
2023-02-14 07:07:56 +01:00
Anton Tarasov
07b03f9431
revert: JBR-1434 "New file dialog" popup remains above all windows on switching application
...
java.awt.peer.WindowPeer.isLightweightDialog() method does not exist.
(cherry picked from commit 7d8aeaf7de )
2023-02-14 07:07:56 +01:00
Anton Tarasov
28fc816b58
JBR-2872 improve: JBR-2866 JCEF: Markdown editor steals focus from a different frame
...
(cherry picked from commit bad748e3d0 )
2023-02-14 07:07:56 +01:00
Anton Tarasov
37d910fe9a
JBR-2866 JCEF: Markdown editor steals focus from a different frame
2023-02-14 07:07:56 +01:00
Anton Tarasov
b05bbfe230
JBR-2645 enable CefBrowser.close(true) in jcef reg tests
...
(cherry picked from commit 492c217125 )
2023-02-14 07:07:56 +01:00
Anton Tarasov
7cb87d29b0
JBR-2259 WebSite isn't loaded with .loadUrl method if browser isn't shown in UI
...
(cherry picked from commit 57bbddf071 )
2023-02-14 07:07:56 +01:00
Anton Tarasov
b0b4175cd3
JBR-2557 use com.jetbrains.cef.JCefAppConfig in JCEF tests
...
(cherry picked from commit e30a309f92 )
2023-02-14 07:07:56 +01:00
Anton Tarasov
36e4664cfa
JBR-2489 Git branch operations (switch to another branch, rebase) sometimes crash WebStorm 202.5428.27
...
(cherry picked from commit 81d2156fb1 )
2023-02-14 07:07:56 +01:00
Anton Tarasov
2c8340fdfc
JBR-2282 [jcef] update to JCEF/80.0.4+g74f7b0c+chromium-80.0.3987.122
...
(cherry picked from commit a5adc725df )
2023-02-14 07:07:56 +01:00
Anton Tarasov
96dafe4250
JBR-2305 jcef: jb/java/jcef/JCEFStartupTest.java throws java.lang.ExceptionInInitializerError
...
(cherry picked from commit f0385f01ec )
2023-02-14 07:07:56 +01:00
Anton Tarasov
f0be8de338
JBR-2306 jcef: jb/java/jcef/JCEFStartupTest.java unexpectedly exits with the exit code: 0
...
(cherry picked from commit ff7d7bd43c )
2023-02-14 07:07:56 +01:00
Anton Tarasov
048a46ae91
JBR-2299 [mac] jcef requests for "chromium safe storage" keychain access
...
(cherry picked from commit dd1334a352 )
2023-02-14 07:07:56 +01:00
Anton Tarasov
80a90b8016
JBR-2222 Crash during closing IDE
...
(cherry picked from commit d0c367b31f )
2023-02-14 07:07:56 +01:00
Anton Tarasov
0a4265ec1e
JBR-2287 [jcef] add CefBrowser wrapper to jtreg tests
...
(cherry picked from commit fa961d1769 )
2023-02-14 07:07:56 +01:00
Anton Tarasov
efad45bde2
JBR-2169 AWTThreading: remove tracked invocation event from completion listener
...
(cherry picked from commit a855f3b835 )
2023-02-14 07:07:56 +01:00
Anton Tarasov
669e34115a
JBR-2159 Native crash in thread AWT-EventQueue-0 when trying to push commit
...
(cherry picked from commit bba297b4a4 )
2023-02-14 07:07:55 +01:00
Anton Tarasov
8953af676e
JBR-2148 JCEF: JBR bundle has invalid app structure
...
(cherry picked from commit f45f84d7ed )
2023-02-14 07:07:55 +01:00
Anton Tarasov
472665ef54
JBR-2146 improve InvokeOnToolkitHelper to cover more generic case
2023-02-14 07:07:55 +01:00
Anton Tarasov
c9570e9f30
JBR-2139 Idea freeze on dynamic plugin unloading
...
(cherry picked from commit e57bae4f66 )
2023-02-14 07:07:55 +01:00
Anton Tarasov
9e9144074f
JBR-2099 jb/java/jcef/JCEFStartupTest.java fails on Windows, Linux
...
(cherry picked from commit 3dfb0aa16a )
2023-02-14 07:07:55 +01:00
Anton Tarasov
9e2b870bd6
JBR-2093 create reg test for JCEF startup
...
(cherry picked from commit e8c2761f5b )
2023-02-14 07:07:55 +01:00
Anton Tarasov
9d4064b645
JBR-2082 Revealing taskbar does not work when "Automatically hide the taskbar"
...
(cherry picked from commit b31a41fb2f )
2023-02-14 07:07:55 +01:00
Mikhail Grishchenko
61106e286a
JBR-2639, JBR-2412 [jcef] Tests that checks mouse events
...
JBR-2412 [windows] mouse listener does not work for jcef
(cherry picked from commit 66ad6472ae )
(cherry picked from commit 04246aac57 )
(cherry picked from commit b7cde4fd05 )
2023-02-14 07:07:55 +01:00
Mikhail Grishchenko
66998e6d04
JBR-2639 [win] jcef does not recognize vertical mouse wheel events
...
added regression test
(cherry picked from commit e8e4741bb0 )
2023-02-14 07:07:55 +01:00
Mikhail Grishchenko
c3bebce2ab
JBR-2412 [windows] mouse listener does not work for jcef
...
added regression test
(cherry picked from commit d1479872f2 )
2023-02-14 07:07:55 +01:00
Elena Sayapina
9e2e17e821
JBR-2630 Typing speed in IDE editor was dropped after switching to 11.0.8
...
Introduced sun.awt.osx.RobotSafeDelayMillis property to control macOS specific safe delay for Robot methods.
50 ms safe delay was initially hardcoded in 3862142d (JDK-8242174: [macos] The NestedModelessDialogTest test make the macOS unstable) which affected performance tests execution.
(cherry picked from commit 5f691bb788 )
2023-02-14 07:07:55 +01:00
Mikhail Grishchenko
3d043f989e
JBR-2430 [jcef] Added Regression test
...
Checks that JS Query is handled in 2nd opened browser
(cherry picked from commit 404ff84565 )
Refactoring + changed EDT awaiting method
(cherry picked from commit dc24658b31 )
2023-02-14 07:07:55 +01:00
Vitaly Provodin
5c9f4fe999
exclude the new printer test 8262731
2023-02-14 07:07:55 +01:00
Alexey Ushakov
9f9d8aa2be
JBR-2419 Improve performance of CStrike.getNativeGlyphOutlineBounds
...
Do not pass the result via java object. Use more straight api.
(cherry picked from commit 9f91fe91f5 )
(cherry picked from commit c0fd2daf5c )
2023-02-14 07:07:55 +01:00
Alexey Ushakov
abd77ac848
JBR-2382 Provide detailed stack trace in crash dumps for unhandled ObjC exceptions
...
Used user home dir for jbr_err files. Removed logging with reportException method
(cherry picked from commit 2c8cdb221b )
JBR-2382 Provide detailed stack trace in crash dumps for unhandled ObjC exceptions
Used process workdir for jbr_err files. Added one more logging to reportException method
(cherry picked from commit 95a47810d5 )
JBR-2382 Provide detailed stack trace in crash dumps for unhandled ObjC exceptions
Generate jbr_err_pidXX.log file with detailed stack trace of the exception
(cherry picked from commit 4c42f75021 )
2023-02-14 07:07:55 +01:00
Artem Bochkarev
68bd6ac6ba
JBR-2253: unset LD_PRELOAD just after VM loaded
...
workaround for JBR-2253 Preload libjsig.so to fix JNA crashes
(cherry picked from commit 127a2deddf )
2023-02-14 07:07:55 +01:00
Kirill Kirichenko
52b3618c02
JBR-1874 Cursor not changing from 'default' to 'text'. Additional fix after reopening.
...
(cherry picked from commit 5a29d4ade9 )
2023-02-14 07:07:54 +01:00
Elena Sayapina
c317490190
JBR-2585 [TESTBUG] TouchScreenEvent tests affect tests simulating mouse actions
...
- added workaround for JBR-2585
- added README.md about manual test run
- made an update to close LinuxTouchScreenDevice properly
- added an error exit from linux shell script if sudo password is empty or chown fails
(cherry picked from commit 4deb3bbe61 )
2023-02-14 07:07:54 +01:00
Denis Konoplev
49ad251714
fixup! macOS national keyboard support
...
Remove unused import that broke compilation
2023-02-14 07:07:54 +01:00
Elena Sayapina
e4da677ada
IDEA-165950 [TESTUPDATE] National keyboard layouts support
...
Update regression test after the following commits:
02fad83c : Remove public constants from KeyEvent
f4227faf : Impossible to assign cmd+ß shortcuts
(cherry picked from commit 264802cf4b )
2023-02-14 07:07:54 +01:00
Elena Sayapina
1ee50ffae6
JBR-2328 [TESTBUG] Regression test java/awt/keyboard/AllKeyCode/AllKeyCode.java is not correct
...
(cherry picked from commit 861f73c393 )
(cherry picked from commit bfab6a9364 )
(cherry picked from commit e9fa7a0882 )
2023-02-14 07:07:54 +01:00
Mikhail Grishchenko
70eec4f9d5
JBR-2259 WebSite isn't loaded with .loadUrl method if browser isn't shown in UI
...
Added reproducer
(cherry picked from commit e875bf72c9 )
2023-02-14 07:07:54 +01:00
Denis Konoplev
0c2b49fa77
JBR-2490 Add option to work with Surface Pen
...
(cherry picked from commit 5acc7680a1 )
2023-02-14 07:07:54 +01:00
Denis Konoplev
ac21e29b8a
JBR-2669: set unicode for both keyCode and extendedKeyCode
...
(cherry picked from commit ba3f14c83a )
2023-02-14 07:07:54 +01:00
Denis Konoplev
1a4cbb4d44
JBR-2554: Proper unicode values in KeyEvent.keyCode
...
(cherry picked from commit 703d77a927 )
2023-02-14 07:07:54 +01:00
Denis Konoplev
732409bb1b
JBR-215: Remove SystemInfo
...
(cherry picked from commit 9adf77a512 )
2023-02-14 07:07:54 +01:00
Denis Konoplev
cbec17d154
JBR-215: Separate LatinNonAlphaNumKeycodes option
...
(cherry picked from commit caf366f6f3 )
2023-02-14 07:07:54 +01:00
Denis Konoplev
7810b9859f
JBR-215: Windows non-alphanumeric shortcuts
...
(cherry picked from commit 4f60efebe2 )
2023-02-14 07:07:54 +01:00
Denis Konoplev
8b1831cb9b
JBR-2280: Fix regression. Mode compatible with old option.
...
(cherry picked from commit a3e3c23cb1 )
2023-02-14 07:07:54 +01:00
Denis Fokin
f71f3d9840
macOS national keyboard support
2023-02-14 07:07:54 +01:00
Sergey Malenkov
dcf110d54d
JBR-1929 FractionalMetricsSupport
...
(cherry picked from commit bbdc159762 )
2023-02-14 07:07:54 +01:00
Mikhail Grishchenko
6d20d5efc5
JBR-2256 JEditorPane with test/html type and zero margins is not shown
...
Updated reproducer
(cherry picked from commit 529a188b8b )
JBR-2256 JEditorPane with test/html type and zero margins is not shown
Added reproducer
(cherry picked from commit 41578a40b5 )
2023-02-14 07:07:53 +01:00
Mikhail Grishchenko
a448ac4631
JBR-2210 IDEA fails to start (JVM crashes) when using the -Dfile.encoding=UTF-8in IDEA's vmoptions file
...
Added regression test
(cherry picked from commit 4e1f5a43b3 )
2023-02-14 07:07:53 +01:00
Mikhail Grishchenko
d9e50522b2
JBR-1414 [Test] downscale frames to run on low-dpi screens
...
(cherry picked from commit b46e74fe6f )
2023-02-14 07:07:53 +01:00
Elena Sayapina
6e3d96d23e
JBR-1905 [TESBUG] java/awt/TextArea/DisposeTest/TestDispose.java: frame is not disposed
...
- java/awt/TextArea/DisposeTest/TestDispose.java, java/awt/TextField/DisposeTest/TestDispose.java: fixed test frame disposal
- java/awt/Frame/DisposeStressTest/DisposeStressTest.java: decreased test timeout from 2h to 10 min, added minor diagnostic logging
(cherry picked from commit 7f025f4e16 )
(cherry picked from commit dda7f3d871 )
(cherry picked from commit bc09aadadb )
2023-02-14 07:07:53 +01:00
Alexey Ushakov
0eedccceac
JBR-2135 Use CoreText api to select the font with the most recent version
...
Added a property to force loading bundled fonts: -Djava2d.font.noVersionCheck=true
(cherry picked from commit cbb148dff4 )
2023-02-14 07:07:53 +01:00
Alexey Ushakov
3fcf126303
JBR-2137 JetBrainsMono fonts update to v1.0.3
...
(cherry picked from commit a6e441828a )
2023-02-14 07:07:53 +01:00
Mikhail Grishchenko
772013a38b
JBR-1414: Added regression test for dnd with HiDPI scaling
...
(cherry picked from commit 1f4ab12fbb )
2023-02-14 07:07:53 +01:00
Elena Sayapina
c4cd60d944
JBR-2041 [TEST] Added new regression test (Touchscreen devices support)
...
(cherry picked from commit 2d587b3728 )
(cherry picked from commit 92606f2c7f )
(cherry picked from commit 05af375909 )
(cherry picked from commit 0f895bf1b2 )
(cherry picked from commit 08aa0852b7 )
2023-02-14 07:07:53 +01:00
Konstantin Bulenkov
05eec77cd7
Update JetBrains Mono to 1.0.2
...
(cherry picked from commit 6f4a13e46f )
2023-02-14 07:07:53 +01:00
Ivan Migalev
f5a4db0d8c
Extract the DWM colorization parameters from registry (JBR-2070)
...
(cherry picked from commit 0330cab60b )
2023-02-14 07:07:53 +01:00
Ivan Migalev
3d766876c4
Refresh desktop properties on WM_DWMCOLORIZATIONCOLORCHANGED (JBR-2070)
...
(cherry picked from commit 06086f4a7e )
2023-02-14 07:07:53 +01:00
Ivan Migalev
ffbd7cb5cd
Fix a possible resource leak in ColorizationColorAffectsBorders
...
(cherry picked from commit 0c911b6ffe )
2023-02-14 07:07:53 +01:00
Elena Sayapina
972501a13f
JBR-2086 JetBrainsMono fonts update to v1.0.1
...
(cherry picked from commit a4b373e631 )
2023-02-14 07:07:53 +01:00
Konstantin Bulenkov
42ce8cadf7
JetBrains Mono 1.0
...
(cherry picked from commit d514f7a982 )
2023-02-14 07:07:53 +01:00
Denis Konoplev
0bb4c72424
JBR-3444: Return NullSurfaceData when gc == null
...
(cherry picked from commit 01ad15e61c )
2023-02-14 07:07:53 +01:00
Denis Konoplev
225eb607c8
JBR-1995: Last character issue with korean
...
Fix for JTextComponent
(cherry picked from commit a7c8b0b535 )
2023-02-14 07:07:53 +01:00
Denis Konoplev
4d5319c58d
JBR-2891: Post PhaseEvents in the begin and end of Magnify and Rotate
...
(cherry picked from commit c811c295c2 )
2023-02-14 07:07:52 +01:00
Denis Konoplev
1b1c1ab692
JBR-2444: Turn on IM workaround by default
...
(cherry picked from commit 15c4ce1d3e )
2023-02-14 07:07:52 +01:00
Denis Konoplev
1f95e52874
Fix build: add import & fix jwhen
2023-02-14 07:07:52 +01:00
Denis Konoplev
c952d033f3
JBR-2795: Add explicit conversion
...
(cherry picked from commit bf3e1c0c31 )
2023-02-14 07:07:52 +01:00
Denis Konoplev
a190f5b5e6
IDEA-237231: Correct signarute mask
...
(cherry picked from commit 6974131eec )
2023-02-14 07:07:52 +01:00
Denis Konoplev
4df6f5d567
IDEA-237231: Possible fix for pen interraction
...
(cherry picked from commit 33a8c95d39 )
2023-02-14 07:07:52 +01:00
Denis Konoplev
062cd079ad
JBR-2041: Project view tap fix, recovery? constants & logging
...
(cherry picked from commit 1e904db3b0 )
2023-02-14 07:07:52 +01:00
Denis Konoplev
ad75d0a9ce
IDEA-229135: Fling animation stop on tap
...
(cherry picked from commit 7ce0f79561 )
2023-02-14 07:07:52 +01:00
Denis Konoplev
02c924015b
Windows touch screen support
...
(cherry picked from commit cab3f28907 )
2023-02-14 07:07:52 +01:00
Denis Konoplev
4b41b9099c
Turn off multitouch
...
(cherry picked from commit a2576ffa9a )
2023-02-14 07:07:52 +01:00
Denis Konoplev
05e670d28c
Check XInput extension && touch inertia
...
(cherry picked from commit cca7fb97f4 )
2023-02-14 07:07:52 +01:00
Denis Konoplev
772b8bf25e
Touch scroll handling
...
(cherry picked from commit 6dcec3dc31 )
2023-02-14 07:07:52 +01:00
Denis Konoplev
aa99cd2a6c
XI2 Constants
...
(cherry picked from commit 588cd6ee73 )
2023-02-14 07:07:52 +01:00
Denis Konoplev
d094217772
XLibWrapper XI2 functions
...
(cherry picked from commit d6bd1bfa2b )
2023-02-14 07:07:52 +01:00
Denis Konoplev
7a246e95f9
X11 native get put double
...
(cherry picked from commit f101bc1108 )
2023-02-14 07:07:52 +01:00
Denis Konoplev
3fcd6cb3b2
Native data types
...
(cherry picked from commit 9504574dbb )
2023-02-14 07:07:51 +01:00
Denis Konoplev
9999770c4c
XI2 headers in xlib wrapper generator
...
(cherry picked from commit ef108067a1 )
2023-02-14 07:07:51 +01:00
Denis Konoplev
53575ed351
Revert "Turn off multitouch"
...
This reverts commit 90ea3bf57e4c687e9d9bf0a37f2f64c82a81f4eb.
2023-02-14 07:07:51 +01:00
Denis Konoplev
d0b2572978
Turn off multitouch
...
(cherry picked from commit a2576ffa9a )
2023-02-14 07:07:51 +01:00
Alexey Ushakov
807af44779
JBR-1962 Allow to change font config
...
Replaced several privileged blocks with just one
(cherry picked from commit faa8d3d258 )
2023-02-14 07:07:51 +01:00
Vitaly Provodin
881ae4b648
JBR-572: Regression test on the crash caused by the fix
...
(cherry picked from commit 6cc380ffb5 )
(cherry picked from commit 958e25ed21 )
(cherry picked from commit a7de601d5f )
2023-02-14 07:07:51 +01:00
Dennis Ushakov
c01a8937fa
JBR-1863, JBR-1868 correct advances on Catalina
2023-02-14 07:07:51 +01:00
Dennis Ushakov
a026be18de
JBR-1850: on macOS fonts should be sorted by weight to ensure proper population of the families
2023-02-14 07:07:51 +01:00
Dennis Ushakov
dade5261c7
faster font family loading & lazy font family population
...
1. NSFont.familyName is faster than loading allFamilyNames
2. Prebuilt list of system fonts
3. Cleanup San Francisco family loading
4. Avoid calling expensive native getWidth on font when creating font family, load styles only when they would be used.
2023-02-14 07:07:51 +01:00
Dennis Ushakov
daf38924c5
JBR-1756 use CoreText for all font rendering on Catalina
2023-02-14 07:07:51 +01:00
Nikita Gubarkov
e6288c811d
JBR-410 Added emoji support for Linux
2023-02-14 07:07:51 +01:00
Alexey Ushakov
ef849caf6d
JBR-1997 JetBrainsMono fonts update to v0.22
...
(cherry picked from commit 41f4fddd34 )
(cherry picked from commit f5302a02f4 )
(cherry picked from commit 5d7fd2e1e5 )
2023-02-14 07:07:51 +01:00
Anton Tarasov
141296216f
JRE-729 [windows] unreasonable IME activity consumes CPU
2023-02-14 07:07:51 +01:00
Dmitry Batrak
e5167bc82b
JBR-3119 Application's panel in KDE taskbar blinks when popup window is shown
...
this re-fixes JBR-2934 in a different way
(cherry picked from commit 63134e091b )
2023-02-14 07:07:51 +01:00
Dmitry Batrak
9763d62fef
JBR-3038 Unexpected windows z-order change on workspace switch
...
(cherry picked from commit ddda860f42 )
2023-02-14 07:07:51 +01:00
Dmitry Batrak
37077d6783
JBR-3035 The Confirm Exit pop-up window remains hidden behind a window of another application
...
(cherry picked from commit 470c3bd1b5 )
2023-02-14 07:07:50 +01:00
Dmitry Batrak
32267e2419
JBR-2934 Serious usability issue with GoLand 2020.3 caused by JBR
...
(cherry picked from commit 95be4351d4 )
2023-02-14 07:07:50 +01:00
Dmitry Batrak
7d599d93db
JBR-2977 Opening a recent project in a new window doesn't bring this window to the front
...
(cherry picked from commit 2d9fb9e7b8 )
2023-02-14 07:07:50 +01:00
Dmitry Batrak
e460ca2aa7
JBR-2698 setAutoRequestFocus(false) breaks focus logic under i3 window manager on Linux
...
(cherry picked from commit ebcdeb7d80 )
2023-02-14 07:07:50 +01:00
Dmitry Batrak
7e9cb225c7
JBR-2696 Log focus API invocations with stack traces
...
(cherry picked from commits 0f038754e5 , a507cab6d3 )
2023-02-14 07:07:50 +01:00
Dmitry Batrak
232837f0d0
JBR-2496 Prevent JVM stealing focus from other applications on Linux (JBR-2497, JBR-2499, JBR-2503, JBR-2652)
...
(cherry picked from commits 87525d1d2a , 66381f0dec , 8a789e04e9 , 665ebc5d47 , 98a9219c23 )
2023-02-14 07:07:50 +01:00
Alexey Ushakov
ff6edaeefc
JBR-3509 Extend JDK-8267521 (Post JEP 411 refactoring: maximum covering > 50K) to JBR specific changes
...
Marked all the usages of SecurityManager related api
2023-02-14 07:07:50 +01:00
Artem Bochkarev
60ce309d42
JBR-1851: check NSArray length
...
and make more exception-safe
and minor optimization for logging (cache jobjects)
(cherry picked from commit 5839539379 )
2023-02-14 07:07:50 +01:00
Artem Bochkarev
2fb2f865e5
JBR-1841: allow deferred disabling of InputMethods-support
...
(cherry picked from commit 969255904b )
2023-02-14 07:07:50 +01:00
Artem Bochkarev
e81147479f
JBR-1668: add hardcoded default values for preferences node NSServicesStatus
...
(cherry picked from commit 8445f53d85 )
2023-02-14 07:07:50 +01:00
Artem Bochkarev
0c1d812b13
JBR-1515: obtain shortcut from OS to check inside AWTView.performKeyEquivalent
...
(cherry picked from commit 30d479fbd4 )
JBR-4899 Activate Previous Window doesn't work sometimes
(cherry picked from commit 63cb726f3c )
2023-02-14 07:07:50 +01:00
Artem Bochkarev
d95bc41b1d
JBR-1668: add hardcoded descriptions of system actions
...
and minor fixes
fix memory management
(cherry picked from commit 15f7368309 )
2023-02-14 07:07:50 +01:00
Elena Sayapina
4893dcf453
JBR-1417 [TEST] Added new regression test (JBR 11 does not support chain of popups)
...
(cherry picked from commit 41e89505be )
(cherry picked from commit 9fe5c778d9 )
(cherry picked from commit 6ea9530d9f )
(cherry picked from commit d757108517 )
(cherry picked from commit b99c1e7b5c )
2023-02-14 07:07:50 +01:00
Alexey Ushakov
edf2b5bec0
JBR-1690 Bundle new fonts
...
Test correction
Restored RenderUtil.java
Removed obsolete golden images
(cherry picked from commits:
aa13c8b4ea
943b1472c7
cab6dd5087
7997c7a5ee
cab6dd5087
7997c7a5ee
d3731df79d )
2023-02-14 07:07:50 +01:00
Dmitry Batrak
026eb10a70
IDEA-257525 Unable to show Chinese when using IDEA mac ARM version
...
The proposed solution is to use a 'normal' font as a base for 'San Francisco' font fallback.
Most of its fallback components/candidates (provided by the OS) are expected to be normal
fonts as well, and so the resulting coverage of Unicode character repertoire should be much better.
(cherry picked from commits 9b7113a6cf , 92b00d50b5 , 53489fab27 )
2023-02-14 07:07:50 +01:00
Dmitry Batrak
d8740a8db8
JRE-469 Console with emoji output becomes slow
...
The fix consists of two parts:
* Making CCharToGlyphMapper remember that a particular character cannot be displayed (isn't mapped to glyph with given font). Checking this repeatedly in native code is very slow.
* Make CCompositeGlyphMapper remember the results of char-to-glyph mapping, this was missing in previous implementation. This reuses caching code in CompositeGlyphMapper, extending the range of characters for which the results are cached to include Supplementary Multilingual Plane (most emoji characters belong to it).
port commit 4e0ccde2 from JBR 9
port from JBR 11 to JBR 15 (cherry picked from commit 394e055ae6 )
cherry picked from commit 0db7e948af
2023-02-14 07:07:49 +01:00
Dmitry Batrak
1ca51b5550
reimplement JDK-7162125 to fix JDK-8147002
...
port commit ba38e5c4 from JBR 9
port from JBR 11 to JBR 15(cherry picked from commit a949f9d220 )
cherry-picked from commit f309844f75
2023-02-14 07:07:49 +01:00
Artem Bochkarev
816b800e8d
JBR-1771: fixed compilation errors (macosx-x86_64-normal-server-fastdebug)
...
(cherry picked from commit 1acada7cac )
2023-02-14 07:07:49 +01:00
Artem Bochkarev
e6a3d2049d
JBR-1668: minor fixes
...
fixed review comments
(cherry picked from commit 9dbcf194c9 )
2023-02-14 07:07:49 +01:00
Vitaly Provodin
08a508c65c
JBR-1618: fixed misprint, added saving screenshots in case of failure
...
(cherry picked from commit e4a3889cf0 )
2023-02-14 07:07:49 +01:00
Alexey Ushakov
0f0f250863
JBR-1624 Fonts rendering is broken in the 2019.2 EAP (Fira Code)
...
Corrected lookup for bold fonts
(cherry picked from commit 114b8af38f )
2023-02-14 07:07:49 +01:00
Alexey Ushakov
adc775ff39
JBR-1399 Improve font discovery and loading by introducing font cache
...
Added unit test
(cherry picked from commit b4f5bf8bd3 )
2023-02-14 07:07:49 +01:00
Elena Sayapina
1715870ab4
IDEA-165950 [TEST] Added new regression test (National keyboard layouts support)
...
(cherry picked from commit 0900a705bc )
2023-02-14 07:07:49 +01:00
Artem Bochkarev
b84611e80a
JBR-1668: read system keyboard shortcuts
...
initial support for OS X
(cherry picked from commit 6bbe7102e2 )
2023-02-14 07:07:49 +01:00
Artem Bochkarev
fbcbbe8737
JBR-1573: restore current input context after cleanup
...
(cherry picked from commit b7acd7f6f6 )
2023-02-14 07:07:49 +01:00
Alexey Ushakov
35c4821f1f
JBR-1624 Fonts rendering is broken in the 2019.2 EAP (Fira Code)
...
Restored old behaviour of registerFontsInDir as it does not affect idea bundled fonts
(cherry picked from commit cef29e8100 )
2023-02-14 07:07:49 +01:00
Alexey Ushakov
8dfd461192
JBR-1874 Cursor not changing from 'default' to 'text'
...
Prevent OS from changing cursor
(cherry picked from commit 94a4eb7002 )
2023-02-14 07:07:49 +01:00
Alexey Ushakov
4705d872b6
JBR-1778 Font in editor incorrect (always italics)
...
Added -it pattern into italic detection code
Added some more patterns to bold and italic detection code
'Anka/Coder' font support
(cherry picked from commit 5119eeee12 )
(cherry picked from commit ec241e4a0a )
(cherry picked from commit 251068294e )
(cherry picked from commit 08ae9ff034 )
2023-02-14 07:07:49 +01:00
Alexey Ushakov
9e59658f3c
JBR-1699 Use platform font rendering for bundled fonts on MacOS
...
Use different family for specific font faces. Refactoring
JBR-3071 Remove naming workaround for Fira Code
(cherry picked from commits c423003bd4 , aee4b48d20 )
2023-02-14 07:07:49 +01:00
Alexey Ushakov
22e8fe8f18
JBR-1624 Fonts rendering is broken in the 2019.2 EAP (Fira Code)
...
Lower priority for idea bundled fonts to pickup platform ones
(if installed)
(cherry picked from commit e838103a24 )
2023-02-14 07:07:49 +01:00
Alexey Ushakov
c8a93c6d12
JBR-1885 JetBrainsMono fonts update to v0.19
...
Updated the fonts to v0.19. Bundled italic fonts
(cherry picked from commit 7f032e3fe7 )
(cherry picked from commit a7b4c9449a )
2023-02-14 07:07:49 +01:00
Alexey Ushakov
c4812da51d
JBR-1624 Fonts rendering is broken in the 2019.2 EAP (Fira Code)
...
Lower priority for idea bundled fonts to pickup platform ones
(if installed)
(cherry picked from commit e838103a24 )
2023-02-14 07:07:48 +01:00
Alexey Ushakov
1536927a52
JBR-1699 Use platform font rendering for bundled fonts on MacOS
...
Used CFont instead of TrueTypeFont for bundled fonts on mac
Use different family for specific font faces. Refactoring
(cherry picked from commit 8c86ad3e96 )
(cherry picked from commit c423003bd4 )
(cherry picked from commit bcae402dc8 )
2023-02-14 07:07:48 +01:00
Alexey Ushakov
a06dd15a2e
JBR-1690 Bundle new fonts
...
Update family name for JetBrainsMono-Thin
(cherry picked from commit 0d2326ff34 )
(cherry picked from commit 83843f9124 )
(cherry picked from commit 2a2e1cfb36 )
(cherry picked from commit 76abb69262 )
2023-02-14 07:07:48 +01:00
Alexey Ushakov
50396d8828
JBR-1645 javax/swing/JTextArea/TestTabSize.java: Tab width calculation wrong
...
Corrected idea font filter
(cherry picked from commit 62f9d1f46a )
2023-02-14 07:07:48 +01:00
Artem Bochkarev
82e30f23dd
JBR-1573: workaround for 'Sudden keyboard death on Ubuntu 18'
...
recreate instance of system InputMethod when starts filter all events
(cherry picked from commit 3ad94911af )
(cherry picked from commit c8533a1219 )
2023-02-14 07:07:48 +01:00
Alexey Ushakov
1e7a24f18a
JBR-1399 Improve font discovery and loading by introducing font cache
...
Bundle IDEA fonts to improve startup performance
(cherry picked from commit 350a3fdef3 )
2023-02-14 07:07:48 +01:00
Artem Bochkarev
fb76ebe3c0
JBR-1541: activate menu in completion handler of modal dialog
...
(cherry picked from commit e57384c1d6 )
2023-02-14 07:07:48 +01:00
Alexey Ushakov
99edf13c49
JBR-1314 Font difference in pycharm 2019.1 on Ubuntu
...
Removed disabling hints on MAX_FCSIZE_LTL_DISABLED font size
(cherry picked from commit 2b99dfed40 )
2023-02-14 07:07:48 +01:00
Alexey Ushakov
64332db081
JBR-1412 [fwp to JBR11] JBR-1393 RubyMine is hanging after log in (macOS)
...
Modified version of JBR8 fix
(cherry picked from commit 434166fe63 )
2023-02-14 07:07:48 +01:00
Alexey Ushakov
c8f2b574a1
JBR-1394 JBR11 does not support LCD text on Mac
...
Enable LCD rendering for transparent destinations
(cherry picked from commit 207c6b92ff )
2023-02-14 07:07:48 +01:00
Elena Sayapina
a2496b7789
JBR-1372: [TESTBUG] JDialog1054.java, MoveFocusShortcutTest.java regression tests need update
...
(cherry picked from commit a5948894bf )
2023-02-14 07:07:48 +01:00
Maxim Kartashev
1a06376612
JBR-2755 IDE UI became slow via remote X Server connection from Windows
...
When XGetImage() calls become slow in a remote X11 session, fake
XGetImage() with client-side XCreateImage() that is filled with some
background color. The color is chosen from several top left corner
pixels of the "slow" images obtained with XGetImage().
This feature activates in a remote X11 session only and is
controlled with -Dremote.x11.workaround={true|false|auto}.
2023-02-14 07:07:48 +01:00
Vyacheslav Moklev
5a5b560848
Fix const pointer after JDK-8225032 fix
2023-02-14 07:07:48 +01:00
Vyacheslav Moklev
9dd2dc63d0
Fix compilation on windows platform: awt_ole.h must be included before awt.h
2023-02-14 07:07:48 +01:00
Vyacheslav Moklev
bcc185f03d
JBR-1269 Common Item Dialog does not appear on Alt+Tab or click in windows toolbar
...
JBR-1270 Common Item Dialog does not have an icon
Select a proper window handle
2023-02-14 07:07:48 +01:00
Vyacheslav Moklev
73cea3db6f
JBR-1271 Wrong parent of native windows dialogs
...
Set a proper parent to a dialog window
2023-02-14 07:07:47 +01:00
Vyacheslav Moklev
1604a2e155
JBR-1273 Common Item Dialog does not open when wrong path to directory is passed
...
Handle set directory / set file properly
2023-02-14 07:07:47 +01:00
Vyacheslav Moklev
15c63c1d44
JBR-1274 Common Item Dialog sometimes crash the process
...
Prevent from freeing memory with CoTaskMemFree twice
2023-02-14 07:07:47 +01:00
Vyacheslav Moklev
295987f575
JBR-1257 CommonItemDialog modal window has no owner
...
Fix modality for Common Item Dialog
squash! JBR-1257 CommonItemDialog modal window has no owner
JBR-2478 java/awt/Modal/FileDialog/FileDialogNonModal7Test.java: DummyButton on Dialog did not gain focus when clicked
revert part of JBR-1271, that's related to 'old' file dialogs
2023-02-14 07:07:47 +01:00
Vyacheslav Moklev
2eb17e84ee
JBR-1258 CommonItemDialog ignores directory to open
...
Fix parsing of directory path / file path
2023-02-14 07:07:47 +01:00
Vyacheslav Moklev
e1f2fcb9b0
JRE-1216 Implement Windows native file dialogs with the new Common Item Dialog API
...
Add implementation of file dialogs with the new Common Items Dialog API
2023-02-14 07:07:47 +01:00
Alexey Ushakov
9c825cd342
JBR-1144 [JDK11] [macos] Held down key is not deleted when press backspace after accent menu popup (Mojave)
...
Handled both Delete and ForwardDelete keys
(cherry picked from commit e3ba0bd651 )
2023-02-14 07:07:47 +01:00
Alexey Ushakov
7276735ae9
JBR-1144 [JDK11] [macos] Held down key is not deleted when press backspace after accent menu popup (Mojave)
...
Handled backspace separately
(cherry picked from commit 81916a92af )
2023-02-14 07:07:47 +01:00
Elena Sayapina
b751552a44
JBR-1102: [TESTBUG] java/awt/Paint/ComponentIsNotDrawnAfterRemoveAddTest/ComponentIsNotDrawnAfterRemoveAddTest.java: 'paint' method of 60 components was not called
...
(cherry picked from commit dc7abebe17 )
(cherry picked from commit c8d631a142 )
2023-02-14 07:07:47 +01:00
Elena Sayapina
c7ba3edf5c
JBR-998: [TEST] Added new regression test (Input freezes after MacOS key-selector on Mojave)
...
(cherry picked from commit 3d898a8024 )
(cherry picked from commit f368f0f101 )
2023-02-14 07:07:47 +01:00
Elena Sayapina
782d66ac81
JBR-318: [TEST] Added new regression test (Cmd+` doesn't work after update to JDK 152_*)
...
(cherry picked from commit 0be0a018b5 )
(cherry picked from commit 5bb4c2a1d6 )
2023-02-14 07:07:47 +01:00
Elena Sayapina
2285dec9a3
JBR-1054: [TEST] Added new regression test (Weird non-modal dialog above modal dialog behaviour)
...
(cherry picked from commit b808be6a6a )
(cherry picked from commit 48b7dd874f )
2023-02-14 07:07:47 +01:00
Vitaly Provodin
9694dcfa60
JRE-1117 J2DBench: introduced result reader for TC's charts (follow up)
...
separated printing values fo TC charts and values for comparisons
(cherry picked from commit bbdbe17e2a )
2023-02-14 07:07:47 +01:00
Vitaly Provodin
936643d597
JRE-1117 J2DBench: introduced result reader for TC's charts
...
(cherry picked from commit 422fa59643 )
2023-02-14 07:07:47 +01:00
Alexey Ushakov
953168c2c5
JRE-60 Editor font is distorted on Kubuntu Linux 16.04 with HiDPI
...
Override FC_HINT_SLIGHT only for small font sizes
(cherry picked from commit 0e1d23c807 )
2023-02-14 07:07:47 +01:00
Alexey Ushakov
11122fdbd9
JRE-471 Crash on macOS Sierra after Sleep
...
Replaced [NSScreen screens] 'objectAtIndex' with 'firstObject' to get nil instead of NSRangeException. Added nil checks
(cherry picked from commit d6b98511262055c01522d9ec8024253af7e91564)
(cherry picked from commit cef970e1ba )
2023-02-14 07:07:47 +01:00
Alexey Ushakov
cb067d630c
JRE-608 J2DBench metrics: up to 20x degradation
...
Increased rendering queue buffer up to 6.4 MB
(cherry picked from commit 9ef00f00a7fb6e14835393f8d3944157c6800727)
(cherry picked from commit 2a61e9e997a880a60c5acb361849205170501b91)
(cherry picked from commit 68ca9f00ded004c970b94bd047a04b9f09237047)
(cherry picked from commit 2fe5289178 )
2023-02-14 07:07:46 +01:00
Alexey Ushakov
c80b44f3e2
JRE-1028 fwport(9): JRE-1008 Do not use LCD shader on macOS 10.14+ in font rendering
...
Disable LCD text shader on macOS 10.14+ if LCD rendering is not explicitly specified
(cherry picked from commit dffea9d701 )
2023-02-14 07:07:46 +01:00
Konstantin Bulenkov
b998425799
update icons
...
(cherry picked from commit dfe387ff5037deda29d8d522cba6cc5370796ff4)
(cherry picked from commit de1e4a9d71 )
2023-02-14 07:07:46 +01:00
Konstantin Bulenkov
3c84adf229
add workspace.xml to gitignore
...
(cherry picked from commit bd5b9403fdca779ecc76f0b3af2918fe772f7ed1)
(cherry picked from commit 37e7661f85 )
2023-02-14 07:07:46 +01:00
Vitaly Provodin
275ee98180
Update README.md
2023-02-14 07:07:46 +01:00
Vitaly Provodin
bcde416c6f
Regression test on https://bugs.openjdk.java.net/browse/JDK-8139176
...
(cherry picked from commit 6f1c0a6)
(cherry picked from commit 63130fd461 )
add regression test on https://bugs.openjdk.java.net/browse/JDK-8139176
(cherry picked from commit 380c17456c )
(cherry picked from commit 6f1c0a6)
(cherry picked from commit 63130fd461 )
2023-02-14 07:07:46 +01:00
Vitaly Provodin
f9dd2acc7c
not for upstream: added disposing frames in order to provide the test with the chance on the second run
...
(cherry picked from commit 8170635)
(cherry picked from commit 7fc924f065 )
2023-02-14 07:07:46 +01:00
Vitaly Provodin
ab03e800e1
JRE-9: added regression test
...
(cherry picked from commit 4ffb665)
(cherry picked from commit 00a29ad129 )
2023-02-14 07:07:46 +01:00
Sergey Malenkov
7849781189
JRE-100 Scroll with inertia (Mac os) should only work in the initial component
...
(cherry picked from commit e79502c708 )
2023-02-14 07:07:46 +01:00
Sergey Malenkov
838b092187
IDEA-161965 ignore dragged event that does not change mouse location Sierra is more sensit
...
(cherry picked from commit ef490fa465 )
2023-02-14 07:07:46 +01:00
Stanislav Dombrovsky
52e29fbbc0
Fix rendering of HTML list dots + better vertical align for them.
...
(cherry picked from commit fa4a404533ba1ef638fe523adc74391aee8a3ebf)
(cherry picked from commit 9f079c66e9 )
2023-02-14 07:07:46 +01:00
Dmitry Batrak
a2a2b0a3a0
JBR-3353 Sibling popup window is shown below dialog on macOS
...
(cherry picked from commit 4c6f3e4510 )
2023-02-14 07:07:46 +01:00
Dmitry Batrak
371fb39112
JBR-3339 Window requests focus on horizontal scroll (on Linux)
...
(cherry picked from commit 8d74e8e30b )
2023-02-14 07:07:46 +01:00
Anton Tarasov
3a40c40cad
JRE-166 [macOS] deadlock with JFXPanel
...
(cherry picked from commit a9dbb6990fac0c659297487a261ba9170e5fb3ad)
(cherry picked from commit 8a44e1bb37 )
2023-02-14 07:07:46 +01:00
Alexey Ushakov
0643b75cef
8265445: Introduce the new client property for mac: apple.awt.windowAppearance
...
Implemented apple.awt.windowAppearance client property
2023-02-14 07:07:46 +01:00
Anton Tarasov
0a7fa952c2
JBR-3306 jbr-dev warnings: incompatible pointer to integer conversion returning 'void *' from a function with result type 'jlong'
2023-02-14 07:07:45 +01:00
Dmitry Batrak
cebb748c74
JBR-2498 Fix unexpected window raising under Mutter WM
...
re-implement the fix, so that ChildAlwaysOnTopTest isn't failing
2023-02-14 07:07:45 +01:00
Alexey Ushakov
c333f10a71
JBR-3327 [jbr-dev] Adjust mac window appearance according to AppleInterfaceStyle property
...
Set window appearance according to AppleInterfaceStyle default
2023-02-14 07:07:45 +01:00
Alexey Ushakov
088310d01c
JRE-238 [736] java.awt.AWTError: access denied ("java.lang.RuntimePermission" "canInvokeInSystemThreadGroup")
...
Moved task execution on AppKit to the privileged block. Minor refactoring
(cherry picked from commit 5dbb88471115c9e4a536ae37d0e6794de9e5ac9c)
2023-02-14 07:07:45 +01:00
Alexey Ushakov
a823b328ee
JRE-359 CGraphicsEnvironment.getDefaultScreenDevice() returns null
...
Moved CG api calls to AppKit thread
(cherry picked from commit fd0210f035199e8612097a2c1d42b90cfd2111f8)
(cherry picked from commit 5e99e376d9dfe477401121878704630c3c13f9f7)
(cherry picked from commit 6d73b25130 )
2023-02-14 07:07:45 +01:00
Dmitry Batrak
f82e7263f2
JBR-2973 Copy/Move dialog not in the focus on drag-n-drop to Project Tool window from external application
...
(cherry picked from commit 20fe78b650 )
2023-02-14 07:07:45 +01:00
Alexey Ushakov
fa834ef827
JRE-444 CPlatformWindow.nativeGetTopmostPlatformWindowUnderMouse is slow
...
Replaced number of CGWindowListCopyWindowInfo for each window layer with [NSWindow windowNumberAtPoint: belowWindowWithWindowNumber:]
(cherry picked from commit 2a143af4d62340acdfd9c94d876f684385febbc8)
(cherry picked from commit 6fc369e8bf )
2023-02-14 07:07:45 +01:00
Alexey Ushakov
468e704169
JRE-482 Java_sun_font_CStrike_getNativeGlyphOutline takes too much time in scrolling
...
Replaced glyph outlines with bounding boxes for glyph boundaries calculation for most common usages. Also, skipped unnecessary OGL flushes in OGL rendering queue
(cherry picked from commit c58dc052af48887338a38beb0c721eddca3af481)
(cherry picked from commit 7f6be7cfb907bbf1c3572b911df5690fa3039fde)
(cherry picked from commit c68913d82c0ba4b4c509179123f0a4bf7971f857)
(cherry picked from commit 9cfa04c93ad416a8177d9e7ca410850bd3ff880f)
(cherry picked from commit 0e930841704e4e98ecc0c888b144245e74218799)
(cherry picked from commit 8ffc190fbdb059d5a24842115c0bc3ade8b351b9)
(cherry picked from commit 0f7c26186a )
2023-02-14 07:07:45 +01:00
Alexey Ushakov
b5e18fdc79
JBR-3316 Reimplement CThreading functionality on top of OpenJDK17 sourcebase
...
Adopted CThreading related code to OpenJDK17 source base
(cherry picked from commit 5dfb30ae68b2c54d58c98a9195709c031f823581)
(cherry picked from commit 94163bd69f64616836523e81567aa1141480d841)
2023-02-14 07:07:45 +01:00
Alexey Ushakov
cd3a6a7382
JBR-3304 jbr-dev warnings: 'getPhysFontName' defined but not used [-Werror=unused-function]
...
Removed unused code
2023-02-14 07:07:45 +01:00
Vitaly Provodin
7ec2b7bb89
exclude javax/swing/JTabbedPane/4624207/bug4624207.java failing on windows due to 8197552
2023-02-14 07:07:45 +01:00
Alexey Ushakov
8ab74b06a0
JRE-366 Add support for Awesome WM
...
Added detection of Awesome WM and handled similar to Sawfish WM
(cherry picked from commit 6742077ed198975949af567e8ef543f853397351)
(cherry picked from commit 2847be73c6 )
2023-02-14 07:07:45 +01:00
Alexey Ushakov
ce0cef5f17
JRE-353 Fedora 25 + XMonad rendering issues
...
Added support for Xmonad WM
(cherry picked from commit c690c3c7fdf1390e6b1a8d388ff752a09391ae3c)
(cherry picked from commit 6851dc3441 )
2023-02-14 07:07:45 +01:00
Denis Konoplev
f85a4d5ea1
8264143: Change uint8_t to unsigned char
2023-02-14 07:07:45 +01:00
Dmitry Batrak
bccb1461cd
JBR-3255 Applying 'incline' transform might change character's advance
...
(cherry picked from commit b37f7cfdb1 )
2023-02-14 07:07:45 +01:00
Dmitry Batrak
917c6c5f72
JBR-3215 'deriveFont(float)' can return a different font (not just change the size)
...
(cherry picked from commit 8eafcaab24 )
2023-02-14 07:07:45 +01:00
Dmitry Batrak
1cb63383b3
JBR-3157 Maximized window with custom decorations isn't focused on showing
...
(cherry picked from commit 62b04983f2 )
2023-02-14 07:07:44 +01:00
Dmitry Batrak
58c2a2b2a6
make AwtListGarbageCollectionTest pass reliably
...
(cherry picked from commit 304eb7f919 )
2023-02-14 07:07:44 +01:00
Dmitry Batrak
631e036589
JBR-1752 Floating windows overlap modal dialogs
...
(cherry picked from commit 0161050077 )
2023-02-14 07:07:44 +01:00
Dmitry Batrak
4c759cad71
JBR-3054 Focus is not returned to frame after closing of second-level popup on Windows
...
(cherry picked from commit 0c2b6e1c04 )
2023-02-14 07:07:44 +01:00
Dmitry Batrak
b3d9d51bbf
JBR-2702 Tooltips display through other applications on hover
...
(cherry picked from commits 11732c2469 , 0ed7deabaa )
2023-02-14 07:07:44 +01:00
Dmitry Batrak
d7f30094f4
added RobotSmokeTest
...
this test failing in jtreg launch most probably indicates either some problem with the environment (e.g. some windows left open from previously launched processes) or with java.awt.Robot implementation
(cherry picked from commit 1d525a2d2f )
2023-02-14 07:07:44 +01:00
Dmitry Batrak
4fc5ac44e2
JBR-2847 Always dispatch KEY_TYPED event to the same component as KEY_PRESSED event
...
also fixes JBR-2834, IDEA-254466, IDEA-254466
squashed with fixes for JBR-3291, JBR-3307, JBR-3598
(cherry picked from commits e94f6057a4 , ba6b9c085e , 2ccf6b65a7 , 3b0708af7d , 3674766d65 )
2023-02-14 07:07:44 +01:00
Dmitry Batrak
ad213e853c
JBR-2712 Typeahead mechanism doesn't work on Windows
...
(cherry picked from commits 1a9838082e , f5b6222835 , acd7e3b2da , cd6dd5c3cf8556f97f3113cb7d615a92393b57bf(partially), e8bbd8ffdd90f57cd12d7d7e89188be97ee4be0b(partially), 37901295e1 , cafb374afc , 12034dcf61 )
includes fix for JBR-4974 jb/java/awt/Focus/ModalDialogFromMenuTest.java intermittently clicks at tittle bar
Pause before getting the coordinates of the component to be clicked on,
not right before the click itself.
2023-02-14 07:07:44 +01:00
Denis Konoplev
753970dcf8
8264143: Lanai: RenderPerfTest.BgrSwBlitImage has artefacts on apple M1
...
Add stdint include to fix x64 build
2023-02-14 07:07:44 +01:00
Dmitry Batrak
85782c8d25
JBR-2498 Fix unexpected window raising under Mutter WM
...
(cherry picked from commit 73b45fb899 )
2023-02-14 07:07:44 +01:00
Dmitry Batrak
42d8f165e0
JBR-2248 Support text wrapping in a <pre> tag in JEditorPane
...
port from JBR 11 to JBR 15 (cherry picked from commit ff2e915371 )
cherry picked from commit 6a30c56138
2023-02-14 07:07:44 +01:00
Dmitry Batrak
eae198ece7
JBR-2234 Support CSS setting overflow-wrap:anywhere in JEditorPane
...
port from JBR 11 to JBR 15 (cherry picked from commits b6583d0a71 , 6003abc15f )
cherry picked from commit 93ad4f06dd
also includes JBR-4006 [JCK] javax.swing.text.html.CSS$Attribute.OVERFLOW_WRAP field breaks public API
(cherry picked from commit f20a3d8679 )
and JBR-4007 [JCK] javax.swing.text.GlyphView.calcBreakSpots method breaks public API
(cherry picked from commit 1002eff4f3 )
2023-02-14 07:07:44 +01:00
Dmitry Batrak
928fd9946d
JBR-2050 Issue with keycap emojis
...
port from JBR 11 to JBR 15 (cherry picked from commit ae91e1d7f1 )
cherry picked from commit d3018a1837
2023-02-14 07:07:44 +01:00
Dmitry Batrak
111107087f
JBR-1714 Italic text is displayed using incorrect glyphs on Windows
...
port from JBR 11 to JBR 15 (cherry picked from commits 46e4cdfcbd , 9cc5cbc99b )
cherry picked from commit 6769b27e53
2023-02-14 07:07:44 +01:00
Dmitry Batrak
3a81e31c1e
JBR-1689 Incorrect painting of long strings on linux
...
port from JBR 11 to JBR 15 (cherry picked from commits e12c1d6f0d , 0429e74e9d )
cherry picked from commit e43cfd198f
2023-02-14 07:07:44 +01:00
Dmitry Batrak
6e95214f1c
JBR-1248 Exception caused by broken font
...
port from JBR 11 to JBR 15 (cherry picked from commit 4efa7eab3e )
cherry picked from commit 6e1c514c6c
2023-02-14 07:07:43 +01:00
Dmitry Batrak
9c570bd00c
JBR-1245 [JDK 11] There are different letter spacings in some controls
...
port from JBR 11 to JBR 15 (cherry picked from commit a26b70568a )
cherry picked from commit e2637199e9
2023-02-14 07:07:43 +01:00
Dmitry Batrak
9804158fea
JRE-927 Unexpected wrapping of bidirectional text in JEditorPane on HiDPI screens
...
port commit 11a5a4a2 from JBR 9
port from JBR 11 to JBR 15 (cherry picked from commit 65a5e450d5 )
cherry picked from commit 47ff31ae82
2023-02-14 07:07:43 +01:00
Dmitry Batrak
b46b8db99d
JRE-774 Don't paste BOM from clipboard on Mac
...
port commit ea9b75b3 from JBR 9
port from JBR 11 to JBR 15 (cherry picked from commit c6fed2cf58 )
cherry picked from commit a5e25d1ef9
2023-02-14 07:07:43 +01:00
Dmitry Batrak
b3c768d820
JRE-847 Box drawing characters have different widths with Monospaced font on Windows
...
port commit 778cef18 from JBR 9
port from JBR 11 to JBR 15 (cherry picked from commit 9caaac4a5a )
cherry picked from commit eea293f4a4
2023-02-14 07:07:43 +01:00
Dmitry Batrak
346cfc609c
JRE-748 Strange dots with fractional metrics turned on
...
port commit 82e7c82d from JBR 9
port from JBR 11 to JBR 15 (cherry picked from commit e9bd5f5dad )
cherry picked from commit e0475e9ba2
2023-02-14 07:07:43 +01:00
Dmitry Batrak
a155ee295c
JRE-593 Wrong italic font rendering for Source Code Pro
...
port commit 1f6bd200 from JBR 9
port from JBR 11 to JBR 15 (cherry picked from commit 32ce109355 )
cherry picked from commit 087ff34c2e
2023-02-14 07:07:43 +01:00
Dmitry Batrak
0cf21e39d1
JRE-430 Font fallback sometimes doesn't work in Swing text components
...
port commit fc8003ad from JBR 9
port from JBR 11 to JBR 15 (cherry picked from commit 5b814d6b34 )
cherry picked from commits b871188f44 , 0a9f16dc90 , 9cc82c39d9
2023-02-14 07:07:43 +01:00
Alexey Ushakov
678ca2855f
JRE-303 2017.1.1 update breaks linux fonts
...
Corrected rendering hints for Non-AA text rendering
(cherry picked from commit b923aa7a0729a10ea47d3438622d659fbead44c9)
(cherry picked from commit b6bdd04e41 )
2023-02-14 07:07:43 +01:00
Alexey Ushakov
b91b1b9582
JRE-205 Font is wrong and without anti aliasing in 2017.1 EAP
...
Added property to disable bundled font config:
java2d.font.loadFontConf=false
Do not load custom font.conf by default
Moved hints adjusting logic from code to bundled font.conf file
Applied correction only for regular fonts with platform sizes less than 12
Some fonts are not corrected at all: Consolas, Noto Sans Mono
Used family name instead of physical one in requests to Fontconfig
Removed redundant call to FcConfigBuildFonts
Added privileged access to the properties (JRE-235,JRE-235)
(cherry picked from commit 4d4c915047077ebd966b0e3be056566d56ba11a4)
(cherry picked from commit 9d6f325f72482405264852f3ee2636f5fedaeaf0)
(cherry picked from commit e7e3372bf8db539c0f6bc85db9f1093f8fa4c380)
(cherry picked from commit 3e724caed2f199be50d25d1ecb20b7819c86be2e)
(cherry picked from commit d372b35963c096a32331b05b257e26841ace5d94)
(cherry picked from commit 18a5f5de03eb107f89dca138a44b9aab2151235c)
(cherry picked from commit 9ba320efef0539f75aa93fd1b5dd80266c954d0a)
(cherry picked from commit b8c38f419972af61291953f7f452c1698f7a1624)
(cherry picked from commit debba0128e200be60adc9a339d5985590ef4e230)
(cherry picked from commit 2fa17b1bd7d6524e4b5fa4d0b3ce2bf02a8fcc78)
(cherry picked from commit 09b4f61db0d4f5beea0e16ce9136c99e2185c10b)
(cherry picked from commit 3b6782dd742f9c74a9535145db2f9f7ffaccf7c8)
(cherry picked from commit f1b68149528c13a22fa64468c130b1405bf3d081)
(cherry picked from commit db5cf5a2b9cb454630fb86783c2d58cd5446cba6)
(cherry picked from commit 32140948578bc3c2a0c5f8adb537660421efe5e7)
(cherry picked from commit b978e3d0b131ed642774c5a14a649e13f764c20b)
(cherry picked from commit c75c1ef8b2 )
(cherry picked from commit a29f19e6a2 )
2023-02-14 07:07:43 +01:00
Dmitry Batrak
959fab194c
an option to disable native rendering for rotated text (following JRE-19)
...
port commit ccc1ded6 from JBR 9
port from JBR 11 to JBR 15 (cherry picked from commit 72fb9ff7c4 )
cherry picked from commit a5bd092449
2023-02-14 07:07:43 +01:00
Dmitry Batrak
3100cf30f1
JRE-11 Support text rendering via DirectWrite API on Windows
...
port commits 7b180f8d, cccbcab4 from JBR 9
port from JBR 11 to JBR 15 (cherry picked from commit 030f15834c )
cherry picked from commit b16ee45915
2023-02-14 07:07:43 +01:00
Dmitry Batrak
f7f37d2f09
IDEA-150876 OpenJDK fonts for toolwindow names look worse than Oracles's
...
don't apply FreeType-returned glyph advance for rotated glyphs rendered by GDI
This seems to produce a better looking text (more evenly spaced). Fractional metrics won't be respected by this code, but we can address this later if needed.
port commits c9debd5e, ed78cd00, 4c7e1619, 7aa0429c, 7bd6c17c from JBR 9
port from JBR 11 to JBR 15 (cherry picked from commits d6b588bdab , dbc15fb84e )
cherry picked from commit 2c0d6150d0
2023-02-14 07:07:43 +01:00
Vitaly Provodin
0d417c7f22
JRE-186 added regression test (Modal dialogs (Messages) shouldn't popup IDEA when another application is active)
...
(cherry picked from commit 236bd38d1b )
2023-02-14 07:07:43 +01:00
Vitaly Provodin
2b74d648fc
JRE-269 added regression (JLabel doesn't scale <code>text</code> HTML fragments.)
...
(cherry picked from commit 1f4ad38d23 )
2023-02-14 07:07:43 +01:00
Alexey Ushakov
44b8919210
JRE-307 Wrong dpi reported on Wayland
...
(cherry picked from commit 15693661cc )
2023-02-14 07:07:42 +01:00
Vitaly Provodin
7f7687a498
JRE-392 added regression (Tip of the day is not hidden while another modal window is shown)
...
(cherry picked from commit c7b0ac686f )
2023-02-14 07:07:42 +01:00
Vitaly Provodin
8f21d3a003
JRE-394 added regression test (System getenv doesn't return env var set in JNI code)
...
(cherry picked from commit 3a7b3c67b0 )
2023-02-14 07:07:42 +01:00
Vitaly Provodin
e060938f89
JRE-401 added regression test (AppCode freezes during autocomplete and other operations)
...
(cherry picked from commit cb4453b1d1 )
2023-02-14 07:07:42 +01:00
Vitaly Provodin
584c6c7110
JRE-422 added new regression test (AWTView deliverJavaMouseEvent leaks jEvent)
...
(cherry picked from commit 37dc13c603 )
2023-02-14 07:07:42 +01:00
Vitaly Provodin
c4ac5bf295
JRE-430 added new regression test (Font fallback sometimes doesn't work in Swing text components)
...
(cherry picked from commit d04debc847 )
2023-02-14 07:07:42 +01:00
Vitaly Provodin
1be6d56107
JRE-457 added new regression test (OGLTR_DisableGlyphModeState is slow)
...
(cherry picked from commit 3a43f4557f )
2023-02-14 07:07:42 +01:00
Vitaly Provodin
563191dd53
JRE-458 added new regression test (Insufficient and inconsistent permissions on some files in Linux build)
...
(cherry picked from commit 82adbe9c25 )
2023-02-14 07:07:42 +01:00
Vitaly Provodin
860be1b25d
JRE-467 added new regression test (Wrong rendering of variation sequences)
...
(cherry picked from commit 0026095202 )
2023-02-14 07:07:42 +01:00
Vitaly Provodin
de9c5eea79
JRE-468 added new regression test (Idea freezes on project loading)
...
(cherry picked from commit 1ce8c3ce82 )
2023-02-14 07:07:42 +01:00
Vitaly Provodin
1357a4dfe9
JRE-501 added new regression test (Live resize is jerky for heavy java applications on Mac)
...
(cherry picked from commit c4a1277c1b )
2023-02-14 07:07:42 +01:00
Vitaly Provodin
be853659fc
JRE-638 added new regression test (enable unlimited cryptographic policy by default)
...
(cherry picked from commit 4a14c6f15a )
2023-02-14 07:07:42 +01:00
Vitaly Provodin
34fe51a8e3
JRE-705 added new regression test (Z-order of child windows is broken on Mac OS)
...
(cherry picked from commit 82cd480619 )
2023-02-14 07:07:42 +01:00
Vitaly Provodin
b9e5bbb5e7
JRE-624 CThreading isAppKit() fails to detect main app thread if it was renamed
...
(cherry picked from commit c8f248a936 )
2023-02-14 07:07:42 +01:00
Alexey Ushakov
2174a6654f
IDEA-166173 IntelliJ freezes when returning from sleep
...
Fixed deadlock by removing unnecessary getScreenResolution call
(cherry picked from commit cec93cf1fd )
2023-02-14 07:07:42 +01:00
Alexey Ushakov
dc90c5b60a
Added missing fontconfig defines
...
(cherry picked from commit 2ac273a456 )
2023-02-14 07:07:42 +01:00
Alexey Ushakov
d3a8a46285
JRE-43 Font.getFamily() does not work in headless mode
...
Removed unused code
(cherry picked from commit 5b523f049e )
2023-02-14 07:07:41 +01:00
Alexey Ushakov
642431926a
JRE-43 Font.getFamily() does not work in headless mode
...
Bundled Droid fonts to fallback in headless mode
(cherry picked from commit 5b523f049e )
2023-02-14 07:07:41 +01:00
Alexey Ushakov
efedf5ea00
JRE-15 Greyscale text is too dark comparing with subpixel AA
...
Adjusted default value for greyscale text rendering in freetype
(cherry picked from commit f80497c4f0 )
2023-02-14 07:07:41 +01:00
Alexey Ushakov
c0992beaa5
IDEA-155347 On Ubuntu with High DPI tooltip font is too thick when the tooltip is fading in and out
...
Handled missing FC_RGBA_NONE value
(cherry picked from commit 44fcbdabf8 )
2023-02-14 07:07:41 +01:00
Alexey Ushakov
7d8c00849b
IDEA-149882 Issue with fonts in Ubuntu 12.04
...
Provided fallback to default font rendering settings if libfontconfig unable to
match font pattern
(cherry picked from commit d93a5f1598 )
2023-02-14 07:07:41 +01:00
Alexey Ushakov
171a6ff6c1
IDEA-151619 CLion EAP fails to start with missing symbol: FT_Library_setLcdFilter
...
Skip FT_Library_setLcdFilter call if the symbol is not there
Cache negative FT_Library_setLcdFilter symbol lookup result
Used RTLD_DEFAULT handler for process symbols lookup
(cherry picked from commit e6f0055704 )
2023-02-14 07:07:41 +01:00
Alexey Ushakov
53c3687542
JRE-29 fontconfig lib crashes CLion on OSX
...
Disabled fontconfig usage on OSX
(cherry picked from commit 431e14429c )
2023-02-14 07:07:41 +01:00
Vitaly Provodin
7ac353b361
exclude tests spontaneously creating windows during test execution
2023-02-14 07:07:41 +01:00
Alexey Ushakov
50abce513a
JRE-48 built-in jre renders fonts abnormally heavier (normal text looks bold) than the oracle jre
...
Disable FT_LOAD_TARGET_LIGHT for fonts with FC_AUTOHINT=false (this target implicitly enables FC_AUTOHINT)
Reused setupLoadRenderFlags for all rendering cases
(cherry picked from commit f3f2667a4c )
2023-02-14 07:07:41 +01:00
Alexey Ushakov
5c9757f956
Added logging for freetypeScaler via env variable OPENJDK_LOG_FFS=yes
...
and for screen resolution in freetypeScaler
(cherry picked from commit 091d74a791 )
2023-02-14 07:07:41 +01:00
Alexey Ushakov
9d260796c5
JRE-34 IDE Crashes During Startup
...
Added validation of dpi settings coming from xserver
(cherry picked from commit b1c49c3b27 )
2023-02-14 07:07:41 +01:00
Anton Tarasov
4512e78aa0
JBR-2031 [mac] jcef deadlocks with a11y on start
...
(cherry picked from commit 4f44b37f08 )
2023-02-14 07:07:41 +01:00
Alexey Ushakov
4259007a3d
JRE-1083 [JDK11] Test com/sun/java/accessibility/util/8051626/Bug8051626.java fails on macOS on JB JDK11b
...
Wrapped SelectorPerformer invocation into privileged action
(cherry picked from commit 48e7b547ae )
2023-02-14 07:07:41 +01:00
Anton Tarasov
2b00991759
JBR-2019 provide getWindowHandle method for jcef
...
(cherry picked from commit 7ae706b629 )
2023-02-14 07:07:41 +01:00
Anton Tarasov
f9415b3b83
Comment assertion (originally JRE-965)
...
The assert line crashes debug hotspot.
(cherry picked from commit a00074a86c )
2023-02-14 07:07:41 +01:00
Anton Tarasov
57a919ac0d
JBR-1976 [jcef] need mouse-transparent window on Windows
...
(cherry picked from commit b60fac96b4 )
2023-02-14 07:07:40 +01:00
Anton Tarasov
757fee57a0
JBR-1824 export NSWindow::setIgnoresMouseEvents to java internal API
...
(cherry picked from commit 4399dc382c )
2023-02-14 07:07:40 +01:00
Anton Tarasov
3ed462eec0
JBR-1802 com/sun/java/accessibility/util/8051626/Bug8051626.java: access denied ("java.lang.RuntimePermission" "getClassLoader")
...
(cherry picked from commit eae772aca9 )
2023-02-14 07:07:40 +01:00
Anton Tarasov
c2c1475715
JBR-1795 Project opened from Welcome screen goes to backgound after loading
...
(cherry picked from commit 322526458a )
2023-02-14 07:07:40 +01:00
Anton Tarasov
9b24fbc406
JBR-1609 Jupyter Notebook eventually causes IDEA to become unresponsive on Mac OSX
...
(cherry picked from commit 8ae0be8eb6 )
2023-02-14 07:07:40 +01:00
Anton Tarasov
b008364eb4
JBR-1786 Weird white border for IDE window
...
(cherry picked from commit 4b09614a0e )
2023-02-14 07:07:40 +01:00
Vyacheslav Moklev
e04157019c
JBR-1552 Invalid screen bounds in full screen mode
...
Check is window is not in undecorated state
(cherry picked from commit 5547701e2c )
2023-02-14 07:07:40 +01:00
Vyacheslav Moklev
56ff285252
JBR-1509 Client area size is wrong in Borderless mode
...
Fix client area size
(cherry picked from commit 00d32e58dc )
2023-02-14 07:07:40 +01:00
Anton Tarasov
de49a789c9
JBR-1770 [windows] frame does not open as maximized
...
(cherry picked from commit d9dfc3c6c5 )
2023-02-14 07:07:40 +01:00
Anton Tarasov
b6a5e19c44
JBR-1693 difficult to input Japanese text with "Fast" Key Repeat
...
(cherry picked from commit 12de3e287e )
2023-02-14 07:07:40 +01:00
Anton Tarasov
805f8ad97e
JBR-1669 IDE-managed HiDPI mode is broken
...
(cherry picked from commit 461b0b5cd4 )
2023-02-14 07:07:40 +01:00
Anton Tarasov
837c22f0c9
JBR-1650 propagate custom decoration title bar height to native
...
(cherry picked from commit f6fc65d014 )
2023-02-14 07:07:40 +01:00
Anton Tarasov
9e2e68c967
JBR-1629 Maximized window cut at the right and bottom
...
(cherry picked from commit 9e768377db )
2023-02-14 07:07:40 +01:00
Anton Tarasov
11832bb5a3
JBR-1492 Not able to start Intellij Idea 2017.2.5 with modified vmoptions
...
(cherry picked from commit e7ca6db66b )
2023-02-14 07:07:40 +01:00
Anton Tarasov
769e65fd52
JBR-1427 pycharm jupyter preview stuck and no response when click on preview.
...
(cherry picked from commit 1746b04686 )
2023-02-14 07:07:40 +01:00
Anton Tarasov
3fdd25986a
IDEA-210154 Borderless UI: Top frame of IDEA window is blue
...
(cherry picked from commit 2dd4163bc4 )
2023-02-14 07:07:40 +01:00
Anton Tarasov
3dae2cfb41
JBR-1351 Borderless UI: Bold frame around IDEA window appears on non-HiDPI display
...
(cherry picked from commit 06d35de069 )
2023-02-14 07:07:39 +01:00
Anton Tarasov
9fad418eca
JBR-1313 wrong insets for non-resizable custom-decorated frame
...
(cherry picked from commit 9179718cb6 )
2023-02-14 07:07:39 +01:00
Anton Tarasov
3a1d8b259a
JBR-1293 do not modify client bounds when custom-decorated frame is set undecorated
...
(cherry picked from commit cb188edaab )
2023-02-14 07:07:39 +01:00
Anton Tarasov
dd1544ef0f
JBR-1278 allow native border and shadow for custom decoration mode
...
(cherry picked from commit a879ad5739 )
2023-02-14 07:07:39 +01:00
Anton Tarasov
9acef5809e
JRE-1232 forwardport: JRE-1228 support custom frame decoration
...
(cherry picked from commit d2820524a1 )
2023-02-14 07:07:39 +01:00
Anton Tarasov
a85c41943a
JRE-1162 [jdk11] support on-the-fly DPI change on linux
...
(cherry picked from commit c06c4c69d3 )
2023-02-14 07:07:39 +01:00
Anton Tarasov
f27f0cf777
JRE-1142 [jdk11] hidpi is not detected since Ubuntu 18.04
...
(cherry picked from commit be4f8c0d9d )
2023-02-14 07:07:39 +01:00
Anton Tarasov
7a5f4aad7b
JRE-1111 [JDK11] java/beans/Beans/TypoInBeanDescription.java crashes at libawt_xawt.so+0x4a30d
...
(cherry picked from commit b89e6aed0b )
2023-02-14 07:07:39 +01:00
Anton Tarasov
75fea91316
fix JNI_OnUnload definition
...
(cherry picked from the commit 3571e39071 )
(cherry picked from commit 1019d8f0f2 )
2023-02-14 07:07:39 +01:00
Anton Tarasov
d2b2818a54
JRE-981 IM workaround does not work anymore
...
forward port of 2d7c29b in JetBrains/jdk8u_jdk
(cherry picked from commit f3ccc53e02 )
2023-02-14 07:07:39 +01:00
Anton Tarasov
a773b60bad
JRE-938 [windows] Frame.setMaximizedBounds not hidpi-aware
...
(cherry picked from commit cc97899923320e1fa17f5e44975c4a0f0ba51014)
(cherry picked from commit ccfe65be7f )
2023-02-14 07:07:39 +01:00
Anton Tarasov
bea7e4b84d
JRE-907 macOS: add ability to check for scaled display mode
...
(cherry picked from commit e496262aa1 )
2023-02-14 07:07:39 +01:00
Anton Tarasov
cec89a4ded
JRE-934 Diff viewer errors are not visible on HiDPI Linux
...
(cherry picked from commit 641a09dd52 )
2023-02-14 07:07:39 +01:00
Anton Tarasov
d1d9bc8097
[jdk9] HiDPI scale is not detected on some linux desktops
...
(cherry picked from commit 9279d80110 )
2023-02-14 07:07:39 +01:00
Anton Tarasov
f42e14d1dc
JRE-681 [windows] direct drawing into frame graphics may have wrong translate
...
(cherry picked from commit 6ea1d45fd1 )
2023-02-14 07:07:39 +01:00
Anton Tarasov
4a2a92192d
Read org.gnome.desktop.interface/scaling-factor
...
(cherry picked from commit 277357ae73 )
2023-02-14 07:07:38 +01:00
Anton Tarasov
c75ec0058f
Revert "8239894: Xserver crashes when the wrong high refresh rate is used"
...
This code is needed for "Read org.gnome.desktop.interface/scaling-factor".
Keep it until "JDK-8260270 Implement the HiDPI scale factor reading" is fixed.
This reverts commit a7c2ebc7
2023-02-14 07:07:38 +01:00
Anton Tarasov
3898e87602
Do not scale base font in HiDPI mode on Linux
...
(cherry picked from commit 6fb2c36529 )
2023-02-14 07:07:38 +01:00
Anton Tarasov
d14d68f751
JRE-772 swing returns incorrect FRC when AA is off
...
(cherry picked from commit a161897d908aa10da6306c06452c5d6317fed2f0)
(cherry picked from commit 2bf5a7ca5c )
2023-02-14 07:07:38 +01:00
Anton Tarasov
7952ed3e4a
JRE-681 [windows] direct drawing into frame graphics may have wrong translate
...
(cherry picked from commit ab6dee4c1fc453ad3cb5adb69fc243e550d184ae)
(cherry picked from commit 6ea1d45fd1 )
2023-02-14 07:07:38 +01:00
Anton Tarasov
b5eef1081d
JRE-665 Navigate Class/File/Symbol, Find in Path popup windows don't pick characters from input method
...
(cherry picked from commit 676f305b2b3b278e305bd4d9bde4269f27b3d676)
(cherry picked from commit 6ce31e0a32 )
2023-02-14 07:07:38 +01:00
Anton Tarasov
f8e892a606
JRE-616 [linux] notify when dpi correction factor is applied to fonts
...
(cherry picked from commit f57d41f3118bfd773c99ce32d58cfae16931be6a)
(cherry picked from commit 6246abc72f )
2023-02-14 07:07:38 +01:00
Anton Tarasov
a89c959a0e
JRE-612 [windows] icon in frame title is not dpi-aware
...
(cherry picked from commit dec04385177a2abb677add909d3b94f94c62a14e)
(cherry picked from commit 38466cbab0 )
2023-02-14 07:07:38 +01:00
Anton Tarasov
9775831bcd
JRE-604 [fps] frame's client area is one pixel beneath frame's borders
...
Adopted.
(cherry picked from commit ef2870ee38 )
2023-02-14 07:07:38 +01:00
Anton Tarasov
37ef4eb70d
JRE-596 [windows] popup positioning is broken with JRE-573
...
Adopted: moved to AwtWindow::Reshape
(cherry picked from commit c5cc28d85d )
2023-02-14 07:07:38 +01:00
Anton Tarasov
0446bd7d66
JRE-577 Goland 18 displays out of memory
...
(cherry picked from commit 2daaf21e420d4af15d3b1bfeb3f896074bea1e61)
(cherry picked from commit 9ea2011948 )
2023-02-14 07:07:38 +01:00
Anton Tarasov
10572e4247
JRE-573 [windows] window client area bounds mismatch
...
Apply only WmEraseBkgnd
(cherry picked from commit afa68f7ad6440303c6417be3f675b1c4644b6014)
(cherry picked from commit 0651b45e13 )
2023-02-14 07:07:38 +01:00
Anton Tarasov
31e5b98356
JRE-382 Three AWT-tests become hanging starting since master-875
...
(cherry picked from commit 7d492101db8fcbb3d285fd8e9669f74b0e0fce8f)
(cherry picked from commit b965f85c1b )
2023-02-14 07:07:38 +01:00
Anton Tarasov
3fdd25fae7
JRE-373 [macos] nativeCreateNSWindow deadlocks with a11y
...
(cherry picked from commit 72c77a992bbf1b95b82ffc08cb2f4f3bc36b3657)
(cherry picked from commit aa09fa2c85 )
2023-02-14 07:07:38 +01:00
Anton Tarasov
6db8aa8ce8
IDEA-172422 Popup at the wrong place on the second monitor (new hidpi)
...
Adopted: moved to AwtWindow::Reshape
(cherry picked from commit 11a0911d65 )
2023-02-14 07:07:38 +01:00
Anton Tarasov
615183402e
JRE-309 [windows] on-screen position of a component is not pixel-perfect in user space in JRE-HiDPI mode
...
Adopted: moved to AwtWindow::Reshape
(cherry picked from commit 985908cf10 )
2023-02-14 07:07:38 +01:00
Anton Tarasov
91c73feede
JRE-269 JLabel doesn't scale <code>text</code> HTML fragments.
...
(cherry picked from commit 9ef72b6c3a477e4225f9b98e30fa9190613520e4)
(cherry picked from commit c17bc728ee )
2023-02-14 07:07:37 +01:00
Anton Tarasov
078f033e21
JRE-225 [macos] IDEA hangs on attempt to call getDefaultScreenDevice() from EDT
...
(cherry picked from commit 76aba25)
(cherry picked from commit df11dcc97bb5556ac5d0299b773a512b4f0bb5bb)
(cherry picked from commit aeea6c1ca3 )
2023-02-14 07:07:37 +01:00
Anton Tarasov
5c7596a8df
JRE-210 JEditorPane may return wrong preferred size as it moves b/w monitors of different scale
...
(cherry picked from commit 6c3087e6bda32ae9b095e069d8bea614502f5c03)
(cherry picked from commit adb3a4be16 )
2023-02-14 07:07:37 +01:00
Anton Tarasov
01992f8183
JRE-119 [suppress updateGC() for WFileDialogPeer/WPrintDialogPeer]
...
updateGC() is called from WWindowPeer.<init> though it's not applicable to the named dialogs
as they don't have native AwtWindow peer required for the method.
(cherry picked from commit 72ed9f653177e273b811cfe70c2dba102a8636e4)
(cherry picked from commit cec49aaa38 )
2023-02-14 07:07:37 +01:00
Anton Tarasov
62de842b10
JRE-119 [use default "sun.java2d.dpiaware=true" to be dpi-aware on Window 7]
...
This lets awt_Win32GraphicsEnv.cpp SetProcessDPIAwareProperty() call Win7 specific ::SetProcessDPIAware() API func.
(cherry picked from commit 5e7a766090810d839f4352d06fc2812499d766f8)
(cherry picked from commit 7d1d43bfa1 )
2023-02-14 07:07:37 +01:00
Anton Tarasov
f815d480bc
JRE-119 [Dynamically set DPI-awareness level to enable backward compatible HiDPI behavior]
...
Adopted: rely on java.manifest
(cherry picked from commit d00cfa4dc62a14a4cf89df9d4c4899970c9fc9e8)
Adopted
(cherry picked from commit 60be76b725 )
2023-02-14 07:07:37 +01:00
Anton Tarasov
0ec397f6f1
JRE-119 [ask if ui scale is enabled natively]
...
(cherry picked from commit 801f45875fd8699edcbda5896210cec191062261)
(cherry picked from commit 20edebdefa )
2023-02-14 07:07:37 +01:00
Anton Tarasov
9a202b2e1c
IDEA-153474 let JDK detect Xft.dpi value on non-GTK Linux DEs
...
Use the GTK method:
https://developer.gnome.org/gobject/stable/gobject-The-Base-Object-Type.html#g-object-get
to retrieve "gtk-xft-dpi" integer property of the X settings.
Add the property to JDK's GtkEngine & gtk2-interface.
Then read the property via GtkEngine from GTK LaF when "gnome.Xft/dpi" is undefined. It's assumed GTK LaF is forcedly installed.
(cherry picked from commit e05fc391ae0a3cc389e836441f882c0cf6ab3b99)
(cherry picked from commit fd615a5b45 )
2023-02-14 07:07:37 +01:00
Anton Tarasov
e1f19272c5
IDEA-148854: AppCode crashes randomly every 15 mins or so
...
(cherry picked from commit 02f9a5fbb4924ff67c8a04c15e490acfcc750003)
(cherry picked from commit b8f4b4a9ed )
2023-02-14 07:07:37 +01:00
Vitaly Provodin
c1e67e29d6
updated JTreg exclude list
2023-02-14 07:07:37 +01:00
Alexey Ushakov
50402131a9
IDEA-57233, IDEA-152816, IDEA-152454 Editor font antialising/appearance problems on Linux
...
Used desktop DPI instead of hard-coded 72
Compensated increased glyph bitmap size by adjusting font size
Added LCD filter for sub-pixel rendering
Use fontconfig library to provide right rendering options for fonts
Corrected sizes passed to fontconfig library and hinting disabling policy
Added logging and versioned fontconfig lib loading
Resolved font rendering problem in lenses
fix text rendering issues (text cutoff and incorrect rendering in editor fragment components)
FcMatchFont-type pattern substitutions shouldn't be invoked before specific font is selected - it can apply unrelated rules
port commit e21cd635 from JBR 9
partially rollback JBR-363 fix, to apply corresponding change from OpenJDK 12
(cherry picked from commit 5d704a963b )
(cherry picked from commit 3d7ac30072 )
(cherry picked from commit 0456745afb )
(cherry picked from commit 3d7ac30072 )
(cherry picked from commit 4c8351fecf )
(cherry picked from commit 5faebc73d5 )
(cherry picked from commit d1ed8ab118 )
2023-02-14 07:07:37 +01:00
Vitaly Provodin
545ee91111
JBR-3398 remove the Experimental AOT and JIT Compiler (JEP 410)
2023-02-14 07:07:37 +01:00
Alexey Ushakov
28f4510269
JBR-2807: JDK15: update modules.list to resolve jbr build failure
...
removed nashorn modules
2023-02-14 07:07:37 +01:00
Vitaly Provodin
7b0ac769b6
JBR-2130 remove module jdk.pack
2023-02-14 07:07:37 +01:00
Vitaly Provodin
582319c511
JBR-4810 add VERSION_PATCH into version number string
2023-02-14 07:07:37 +01:00
Vitaly Provodin
4e3430b622
JBR-4754 make root directory with the same name as archive name
2023-02-14 07:07:36 +01:00
Nikita Provotorov
4b9962ef00
JBR-2074 Windows 10 AArch64 support: make the build scripts use custom build-jdk.
2023-02-14 07:07:36 +01:00
Nikita Provotorov
791162005b
JBR-2074 Windows 10 AArch64 support: build fixes.
2023-02-14 07:07:36 +01:00
Vitaly Provodin
35d3a0b269
JBR-4567 replace comma with point in RenderPerf scores
2023-02-14 07:07:36 +01:00
Vitaly Provodin
8faad0afa3
JBR-4520 set file permissions after signing
2023-02-14 07:07:36 +01:00
Vitaly Provodin
606f46a2eb
JBR-4512 windows: include pdb-files into jbrsdk
2023-02-14 07:07:36 +01:00
Vitaly Provodin
e7613cb063
JBR-4087 add version info into the name of root directory in JBR tar.gz-distributions
2023-02-14 07:07:36 +01:00
Vitaly Provodin
aeb63c59fb
JBR-4511 remove --disable options from configure mac-aarch64 builds & unify configure for x64 and aarch64
2023-02-14 07:07:36 +01:00
Maxim Kartashev
36dc653bf4
JBR-4064 Windows: update build scripts to produce more deterministic output
...
Passed the configure script options necessary to enable reproducible builds
on Windows. With this options, the resulting jars are reproducible, but
native executables and libraries aren't.
2023-02-14 07:07:36 +01:00
Vladislav Rassokhin
527fc9b40b
JBR-4451 Make bash scripts safer
2023-02-14 07:07:36 +01:00
Vitaly Provodin
a0fa3f15ea
JBR-4487 enable Linux 32 builds
2023-02-14 07:07:36 +01:00
Vitaly Provodin
7cbe4a91b8
JBR-4458 enable JBR17 windows 32 bit builds
2023-02-14 07:07:36 +01:00
Vitaly Provodin
5687c21a9c
JBR-4272 generate and save debug symbols for JBR on macos/linux
2023-02-14 07:07:36 +01:00
Vitaly Provodin
65aa144ffd
JBR-4053 integrate DCEVM patches as usual commits
2023-02-14 07:07:36 +01:00
Vitaly Provodin
8f3138f3c0
JBR-4370 create a test checking all JBR artifacts exist - add exit code
2023-02-14 07:07:36 +01:00
Nikita Provotorov
f7707515b5
JBR-2074 Windows 10 AArch64 support: add build and pack scripts.
2023-02-14 07:07:35 +01:00
Vladimir Kempik
3d3f301793
JBR-4452: Update crash report message with JBR youtrack link
...
instead of bugreport.java.com
2023-02-14 07:07:35 +01:00
Vitaly Provodin
5c7c51b637
JBR-4437 add sources to JBRSDK distributions for Windows and Linux
2023-02-14 07:07:35 +01:00
Vitaly Provodin
51fd83d23e
JBR-4437 add sources to JBRSDK distributions
2023-02-14 07:07:35 +01:00
Anton Tarasov
9bfece0b2a
JBR-3906 JBR for Linux aarch64 with JCEF is missing, is there any support plan?
2023-02-14 07:07:35 +01:00
Vitaly Provodin
41a45cc8d6
JBR-4188 add script comparing performance results
...
add exec permissions && fix misprint in checking if headers exist
move the script comparing performance results from jdk8u_test
2023-02-14 07:07:35 +01:00
Vladimir Kempik
99dd9a5949
JBR-4283: Provide native JBR builds for alpine Linux-aarch64
2023-02-14 07:07:35 +01:00
Vladimir Kempik
0f3711b809
JBR-4242:Provide native JBR builds for alpine Linux
2023-02-14 07:07:35 +01:00
Maxim Kartashev
369b19bde0
JBR-3917 Problem using windows certificate store (trustStoreType=Windows-ROOT not recognized)
2023-02-14 07:07:35 +01:00
Maxim Kartashev
8abd2ed47c
JBR-4145 Make builds independent from build directory
...
Supplied the --disable-absolute-path-in-output option to the configure script
when building JBR.
2023-02-14 07:07:35 +01:00
Vitaly Provodin
516cb7d31c
JBR-4154 extract version info from sources & JBR-4099 make test-image on jbrsdk_jcef step
2023-02-14 07:07:35 +01:00
Vitaly Provodin
f8bf387e9b
JBR-4067 fix misprint with applying obsolete exclude_jcef_module.patch
2023-02-14 07:07:35 +01:00
Vitaly Provodin
5c3b592b05
JBR-3756 remove JNF from mac-aarch64 binaries
2023-02-14 07:07:35 +01:00
Vitaly Provodin
d0c1c5bcc0
JBR-4082 create JBR & JBRSDK installer packages
2023-02-14 07:07:35 +01:00
Maxim Kartashev
37c2476a4d
JBR-4061 Specify build user for the build
2023-02-14 07:07:35 +01:00
Maxim Kartashev
11070e0289
JBR-4063 macOS: update build scripts to produce more deterministic output
...
Make mkimages.sh produce more deterministic .tar.gz archives on MacOS.
NB: build notarization is not in the scope of this change.
(cherry picked from commit e1a1b6814d )
2023-02-14 07:07:35 +01:00
Maxim Kartashev
040c87c4ae
JBR-4033 Linux: update build scripts to produce more deterministic output
...
This commits achieves almost the same build output with the same build
input on Linux. Exceptions are:
- class files timestamps differ in jrt-fs.jar (for all output),
- class files timestamps differ in all the jmod files (for
jbrsdk...tar.gz).
NB: jbrsdk...test...tar.gz does not need to be deterministic.
This was achieved mainly by
- setting several environment variables (SOURCE_DATE_EPOCH, TZ),
- providing the necessary options to the configure script,
- setting the timestamp of all files that make up the resulting
archive to SORUCE_DATE_EPOCH and normalizing the list of said
files before archiving.
(cherry picked from commit ffded82734 )
2023-02-14 07:07:34 +01:00
Maxim Kartashev
6ed50760f4
JBR-4059 Create Dockerfile for building on AArch64 Linux
2023-02-14 07:07:34 +01:00
Vitaly Provodin
b43144509c
JBR-3905 add incremental JBR building
2023-02-14 07:07:34 +01:00
Vitaly Provodin
fd10df7a42
JBR-3904 fix the image directory name of macos builds
2023-02-14 07:07:34 +01:00
Vitaly Provodin
06c05f6dd4
configure BOOT_JDK to use JDK 17
2023-02-14 07:07:34 +01:00
Anton Tarasov
0cf940b755
JBR-3655 jbr-dev build fails to find jcef modules on Windows
2023-02-14 07:07:34 +01:00
Maxim Kartashev
2c7c6722a7
JBR-3645 Tool to support keeping JBR in sync with OpenJDK
2023-02-14 07:07:34 +01:00
Vitaly Provodin
d6d16ae820
JBR-3639 add jbrsdk tarballs for dcevm, jcef builds
2023-02-14 07:07:34 +01:00
Anton Tarasov
3ddb181145
JBR-3627 include jmods in jbrsdk bundle for jbr-dev
2023-02-14 07:07:34 +01:00
Vitaly.Provodin
2a01f1d547
add dockerfile for x86
...
(cherry picked from commit 8fb2341ea8 )
2023-02-14 07:07:34 +01:00
Vitaly Provodin
2854d3461b
JBR-1505 add jdk.jcmd module into JBR
...
(cherry picked from commit c40b9c8b9e )
2023-02-14 07:07:34 +01:00
Vitaly Provodin
07486edbd9
JBR-2957 notarize JBR and JBRSDK as APPL
...
(cherry picked from commit 0e7f9ce4ca )
2023-02-14 07:07:34 +01:00
Vitaly Provodin
2523774c7f
JBR-667 add shenandoahgc feature
...
(cherry picked from commit e15dad04 )
2023-02-14 07:07:34 +01:00
Vitaly Provodin
613a30f5de
configure BOOT_JDK to use JDK 16
2023-02-14 07:07:34 +01:00
Anton Tarasov
e2e671f651
Add build.gradle
2023-02-14 07:07:34 +01:00
Vitaly Provodin
f0be42539a
JBR-3401 enable macos-aarhc64 builds
2023-02-14 07:07:34 +01:00
Vitaly Provodin
559bdf5df5
JBR-3305 remove the option --disable-warnings-as-errors from configure
2023-02-14 07:07:33 +01:00
Vitaly Provodin
10c89b7908
JBR-2922 add JCEF to jbrsdk binaries
...
& fix a misprint in get_mods_list
JBR-2922 add JCEF to jbrsdk binaries
& fix a misprint in get_mods_list
2023-02-14 07:07:33 +01:00
Vitaly Provodin
861a1b5357
JBR-2912 add JBR 15 builds with DCEVM
2023-02-14 07:07:33 +01:00
Vitaly Provodin
c2ff68d6f9
JBR-2864 initial commit of DCEVM patches reworked for 15
2023-02-14 07:07:33 +01:00
Vitaly Provodin
382a015b4e
JBR-2812 remove --with-import-modules from configure for aarch64
2023-02-14 07:07:33 +01:00
Anton Tarasov
4288f1c60c
JBR-2812 bundle jcef in jmod format instead of modular-sdk
...
Build test-image with non-jcef build target
2023-02-14 07:07:33 +01:00
Vitaly Provodin
a71c536d96
JBR-2787 fix copying jcef files into jbr/jbrsdk binaries
2023-02-14 07:07:33 +01:00
Vitaly Provodin
3814ccbd15
JBR-2758 refactor building scripts to apply patches adding required modules instead of excluding
...
Add jogl and gluegen modules to support jcef osr mode
2023-02-14 07:07:33 +01:00
Anton Tarasov
f8723a9a75
JBR-2016 add jcef module and export packages to it
...
(cherry picked from commit cf997f71c6 )
2023-02-14 07:07:33 +01:00
Vitaly Provodin
fa7361d39e
JBR-2473 modify building scripts to add dcevm clauses, add git config to docker image
...
(cherry picked from commit 2620c62848 )
2023-02-14 07:07:33 +01:00
Vitaly Provodin
bbb6add6f1
JBR-2395 eliminate JavaFX from JBR
2023-02-14 07:07:33 +01:00
Vitaly Provodin
f89bd6d5a8
JBR-2409 fix prameters for configure
2023-02-14 07:07:33 +01:00
Vitaly Provodin
2c776eda5a
JDK14: exclude dependencies on jcef in x86, fastdebug builds
2023-02-14 07:07:33 +01:00
Vitaly Provodin
2e9dad5134
JBR-2396 fix CONF names
2023-02-14 07:07:33 +01:00
Vitaly Provodin
cbb107e408
JBR-2394 replace --disable-debug-symbols with --with-native-debug-symbols=none
2023-02-14 07:07:33 +01:00
Vitaly Provodin
b51ac56843
add exec permitions to configure
2023-02-14 07:07:32 +01:00
Vitaly Provodin
c98e982848
split checkout before building JBR+JFX or JBR+JCEF on two separate commands
2023-02-14 07:07:32 +01:00
Vitaly Provodin
0d161d8082
change BOOT_JDK, fix target names
2023-02-14 07:07:32 +01:00
Vitaly Provodin
d7e44bec96
JBR-2291 add vendor info into bundles
2023-02-14 07:07:32 +01:00
Vitaly Provodin
8e7c60b244
JBR-2324 address new layout in mac jcef 80.0.4+g74f7b0c+chromium-80.0.3987.122
2023-02-14 07:07:32 +01:00
Vitaly Provodin
9b6525b27c
JBR-2320 add jdk.attach module into JBR
2023-02-14 07:07:32 +01:00
Vitaly Provodin
6821af9434
JBR-2217 provide JCEF-only (no JavaFX) bundle for master/202 branches
2023-02-14 07:07:32 +01:00
Vitaly Provodin
87e1a90471
JBR-2212 add scripts for linux_x86, linux_aarch64, linux_x64_fastdebug, osx_fastdebug, windows_x86
2023-02-14 07:07:32 +01:00
Vitaly Provodin
cd9207c6e1
JBR-1643 fix intermittent fialures of Windows builds at make/Init.gmk:304
...
combine images and test-image into one make invocation
2023-02-14 07:07:32 +01:00
Vitaly Provodin
fa80fefde4
JBR-2181 create two separate JBR bundles with JFX and JFX+JCEF
2023-02-14 07:07:32 +01:00
Vitaly Provodin
0418b00c87
JBR-2148 modify signapp&build scripts to match to the new layout
2023-02-14 07:07:32 +01:00
Vitaly Provodin
cd608be571
JBR-2084 modify scripts to sign Contents/MacOS/libjli.dylib as a a normal file
2023-02-14 07:07:32 +01:00
Vitaly Provodin
9f7c725cdf
JBR-1821 notarize JBR bundles as a standalone app
2023-02-14 07:07:32 +01:00
Vitaly Provodin
96dfcfad9b
JBR-2162 move building scripts from TC to JBR repo
2023-02-14 07:07:32 +01:00
Anton Tarasov
c4ab7e794c
JBR-2016 add jcef module and export some sun.* packages to it
2023-02-14 07:07:32 +01:00
Vitaly Provodin
f3fa2cbbcf
JBR-2014 add jdk.hotspot.agent module to jbr
2023-02-14 07:07:31 +01:00
Vitaly Provodin
2ec77997f6
JBR-1286 add jdk.compiler into JBR
2023-02-14 07:07:31 +01:00
Vitaly Provodin
41bbbff014
JBR-1199 add JBR modules list for jlink
2023-02-14 07:07:31 +01:00
Vitaly Provodin
384fd98545
Update docker script to create jdk15 build env
2023-02-14 07:07:31 +01:00
Vitaly Provodin
85d69cd0b9
JBR-3045 add pressing ESC to close the dialog after test completion
...
(cherry picked from commit 44d8b28b0b )
2023-02-14 07:07:31 +01:00
Vitaly Provodin
9b5e991466
JBR-3040 press the button END at the beggining in order to avoid text selection
...
(cherry picked from commit 1c2bf33db2 )
2023-02-14 07:07:31 +01:00
Vitaly.Provodin
934fdf4cba
updated JTreg exclude list
2023-02-14 07:07:31 +01:00