Maxim Kartashev
f7ae4e8aa6
JBR-7726 X11 toolkit: Dialog buttons rendering black rectangle after hovering
2024-10-23 17:51:17 +04:00
Nikita Gubarkov
fce5ed61ff
JBR-7766 Fix VKTexturePool OOM.
2024-10-23 02:03:24 +02:00
Nikita Tsarev
8d256c632a
JBR-7764: Disable window decorations in test/jb/java/awt/Window/RestoreFromFullScreen.java, so that the test doesn't fail spuriously on some WMs
2024-10-23 02:03:24 +02:00
Maxim Kartashev
287d033e67
JBR-7749 Settings popup invoked from the main toolbar appears misaligned if fractional scaling set
2024-10-23 02:03:24 +02:00
Nikita Gubarkov
49fd10ce88
JBR-4725 File dialog modality
2024-10-23 02:03:24 +02:00
Maxim Kartashev
b6660e3d8c
JBR-7544 Wayland: Cannot resize window to more that 3500px vertically
2024-10-23 02:03:24 +02:00
Vitaly Provodin
1f5a09815b
Update README.md
2024-10-23 02:03:24 +02:00
Maxim Kartashev
0e13babd6e
JBR-7748 java/awt/font/JNICheck/FreeTypeScalerJNICheck.java: JNI call made without checking exceptions when required to from CallVoidMethod
2024-10-23 02:03:24 +02:00
Vitaly Provodin
40fefadd77
Update README.md
2024-10-23 02:03:24 +02:00
Maxim Kartashev
cfd7204c65
JBR-7721 Copying from IntelliJ in pure Wayland on ChromeOS confuses UTF-8 and UTF-16
...
Avoid data flavor without an explicit charset
2024-10-23 02:03:24 +02:00
Nikita Tsarev
d4c3ec92e5
JBR-6324: JBR API for System Shortcuts (macOS)
2024-10-23 02:03:24 +02:00
Nikita Tsarev
2e75ece7ab
JBR-5690: Reload next window shortcut when it changes
2024-10-23 02:03:24 +02:00
Nikita Tsarev
84bdcbc968
JBR-5726: Report 'Move focus to the previous window in application' system shortcut
2024-10-23 02:03:23 +02:00
Nikita Gubarkov
58e67b2d1b
JBR-7653 Prepare Docker images for Vulkan builds
2024-10-23 02:03:23 +02:00
Nikita Gubarkov
2a7e61abb3
JBR-7673 Cleanup docker scripts
2024-10-23 02:03:23 +02:00
Nikita Tsarev
93c6bd3ac7
JBR-5448: Return all shortcuts from readSystemHotkeys
2024-10-23 02:03:23 +02:00
Nikita Gubarkov
77d27c5cd9
JBR-7579 Fix SurfaceManager.cacheMap retaining strong references.
2024-10-23 02:03:23 +02:00
Alexey Ushakov
e08183a34b
JBR-7724 Add vulkan support to the performance scripts
...
Implemented -vulkan option
2024-10-23 02:03:23 +02:00
Vitaly Provodin
89ec690323
Update README.md
2024-10-23 02:03:23 +02:00
Nikita Gubarkov
f72d888799
JBR-7565 Vulkan: Implement clip
2024-10-23 02:03:23 +02:00
Nikita Gubarkov
a8aaac0e90
JBR-7645 Vulkan: Implement hash table for pipeline sets
2024-10-23 02:03:23 +02:00
Nikita Gubarkov
d5223e8b10
JBR-7563 Vulkan: Implement MASK_FILL
...
Mask bytes are copied to texel buffer to be used in shader.
Up to 256KiB (configurable) of mask can be rendered in a single draw call, with no limit on number of MASK_FILL operations in a single batch.
Also added dirty implementation of greyscale-AA DRAW_GLYPH_LIST and FILL_AAPARALLELOGRAM over MASK_FILL.
2024-10-23 02:03:23 +02:00
Nikita Gubarkov
04fa05f67d
JBR-7564 Vulkan: Fix HIDPI and multi-monitor scenarios
2024-10-23 02:03:23 +02:00
Nikita Gubarkov
f164620705
JBR-7575 Vulkan: Implement composites (blending and XOR mode)
...
- Implemented dynamic pipeline compilation.
- Added 64-bit per pixel format usage in debug mode for testing.
- Now passing colors from Java to Vulkan with straight alpha.
2024-10-23 02:03:23 +02:00
Vitaly Provodin
765695247d
Update README.md
2024-10-23 02:03:23 +02:00
Nikita Gubarkov
fc5743c99a
JBR-7574 Vulkan: Implement memory allocator
2024-10-23 02:03:23 +02:00
Nikita Tsarev
50eaca9b2d
JBR-7524: Workaround for showing window tiling actions when hovering over the maximize button on macOS
2024-10-23 02:03:22 +02:00
Maxim Kartashev
8cd4eb881e
JBR-7700 Route java.io file system operations via java.nio.file
...
Use -Djbr.java.io.use.nio=false to undo
2024-10-23 02:03:22 +02:00
Maxim Kartashev
4371b819e8
JBR-7504 Use accurate event serial number with the clipboard
2024-10-23 02:03:22 +02:00
Maxim Kartashev
6f561dd6a1
JBR-7504 WLToolkit - Middle click paste doesn't work properly when pasting to other applications
2024-10-23 02:03:22 +02:00
Alexey Ushakov
f4207d879b
JBR-7677 Vulkan: Implement Graphics.drawImage()
...
Implemented:
- raster loading and blit primitive
- transform for VKBlitSwToTextureViaPooledTexture
Used texture pool to get temporary image
2024-10-23 02:03:22 +02:00
Egor Ushakov
7c8e3223eb
JBR-1354 com/sun/tools/attach/PermissionTest.java: access denied ("java.util.PropertyPermission" "sun.tools.attach.tmp.only" "read")
...
(cherry picked from commit 3a09f6c1db )
2024-10-23 02:03:22 +02:00
Egor Ushakov
537d3d5098
JBR-1061 .attach_pid files in the working dir - flag to put .attach file in tmp dir only
...
(cherry picked from commit 4bd3f7835e )
2024-10-23 02:03:22 +02:00
Konstantin Nisht
0b5b8ef9fc
JBR-7466 Exception on VM startup with -Djava.util.zip.use.nio.for.zip.file.access=true
2024-10-23 02:03:22 +02:00
Konstantin Nisht
b61d6d133b
JBR-7392: Use NIO FS in ZipFile
2024-10-23 02:03:22 +02:00
Vitaly Provodin
27a51c5b16
Update README.md
2024-10-23 02:03:22 +02:00
Nikita Tsarev
0dbe2e9e8d
JBR-7672: Only abort key repeat when the key that is being repeated is released [WLToolkit]
2024-10-23 02:03:22 +02:00
Nikita Tsarev
08786069d7
JBR-7662: Fix key repeat manager sometimes not cancelling properly [WLToolkit]
2024-10-23 02:03:22 +02:00
Vitaly Provodin
0531e12ff9
JBR-7511 migrate build platforms to OL8
...
- remove Vulcan part that causing builds to fail
- modify scripts for building images from Oracle Linux 8
- update jb/build/VerifyDependencies.java to check libraries have no dependency on symbols from glibc version higher than 2.28
- rename Ubuntu2004 docker files
- upgrade wayland up to wayland-devel-1.21.0-1
2024-10-23 02:03:22 +02:00
bourgesl
992781a868
JBR-7616: fixed type (str)
2024-10-23 02:03:22 +02:00
Nikita Tsarev
b3fc7c6512
JBR-7675: Respect disabling key repeat [WLToolkit]
2024-10-23 02:03:22 +02:00
Vitaly Provodin
dad76d68ae
JBR-7566 apply standard measurement scripts to Render
2024-10-23 02:03:21 +02:00
Vitaly Provodin
2c00f0512f
JBR-7567 apply standard measurement scripts to Dacapo
2024-10-23 02:03:21 +02:00
bourgesl
08e8765432
JBR-7616: added ThreadUtilities.lwc_plog(env, formatMsg, ...) to use LWCToolkit's PlatformLogger instead of NSlog (only as fallback now) used by MTLRenderQueue, updated MTLUtils to share mtlDstTypeToStr(op)
2024-10-23 02:03:21 +02:00
Vitaly Provodin
87abeac80c
Update README.md
2024-10-23 02:03:21 +02:00
Vitaly Provodin
9927b061ec
Update README.md
2024-10-23 02:03:21 +02:00
Nikita Gubarkov
8f0df84c09
JBR-7572 Bring back VKBuffer functions
2024-10-23 02:03:21 +02:00
Nikita Gubarkov
c8f5a0fddf
JBR-7644 Vulkan: Move barrier state tracking from surface into image
2024-10-23 02:03:21 +02:00
Nikita Gubarkov
53fc2adfc5
JBR-7572 Vulkan: Implement vertex buffer pool
...
Track and reuse vertex buffers, no need to allocate and bind a new buffer on each draw.
2024-10-23 02:03:21 +02:00
Vitaly Provodin
091390d2e1
Update README.md
2024-10-23 02:03:21 +02:00
Nikita Gubarkov
2b5dd30539
JBR-7556 Check negative glyphID in HBShaper
2024-10-23 02:03:21 +02:00
bourgesl
8584dc5a85
JBR-7616: improved MTLRenderQueue exception handling
2024-10-23 02:03:21 +02:00
Maxim Kartashev
fa8984d0a7
JBR-7600 Provide ability to add messages to fatal error log
...
Use JNU_LOG_EVENT(env, msg, ...) to save a message in the internal
JVM ring buffer that gets printed out to the Events section
of the fatal error log if JVM crashed.
2024-10-23 02:03:21 +02:00
Nikita Provotorov
147eb69a05
JBR-5673: Wayland: support touch scrolling.
...
- Adding information to WLPointerEvent about wl_pointer::axis* events along the X axis;
- Introducing 'WLComponentPeer#convertPointerEventToMWEParameters' - a routine for converting WLPointerEvent parameters to parameters required for MouseWheelEvent s;
- Handling both X and Y axes within the WLPointerEvent dispatching routine.
(cherry picked from commit 6afbc34d4b )
2024-10-23 02:03:21 +02:00
Nikita Provotorov
b724ae3560
JBR-7459: Wayland: touchpad scrolling is too sensitive.
...
- Remaking the mapping of wl_pointer::axis events values to MouseWheelEvent rotations to eliminate the touchpad scrolling behavior "the more slowly the fingers move, the more pixels are scrolled";
- Accumulating the fraction parts of wl_pointer::axis events values to improve the accuracy of touchpad scrolling;
- Distinguishing between wheel scrolling and touchpad scrolling to fine-tune MouseWheelEvent parameters for each of these cases.
(cherry picked from commit 874d5698bc )
2024-10-23 02:03:21 +02:00
Vitaly Provodin
23b4f36a94
Update README.md
2024-10-23 02:03:20 +02:00
Sergei Tachenov
367858cff0
JBR-7586 Fix title click ungrab when an active user component is clicked
...
Swing requires that clicking frame decorations should cause the window
to be ungrabbed. However, if a custom title is used, and that title contains
user-provided components, then clicking such components should not
cause the window to be ungrabbed, otherwise a menu located in a custom
title behaves incorrectly.
Fix by using the same logic as for the native actions, such as moving the window.
If the native actions are allowed, then ungrabbing is allowed as well.
Otherwise, do not ungrab, let the component behave like it's located in the client area.
The fix is supplemented with a new regression test "test/jdk/jb/javax/swing/CustomTitleBar/JMenuClickToCloseTest.java".
2024-10-23 02:03:20 +02:00
Nikita Tsarev
aaba21d6fb
JBR-7594 Check for LWCToolkit in JBR TextInput API
2024-10-23 02:03:20 +02:00
Sergei Tachenov
8f1f4d7bf1
JBR-7484 Update the cursor on mouse entered/exited
...
AppKit resets the cursor on native mouse entered/exited events. Depending on the order of events, it may end up setting the wrong cursor. So update it forcibly on such events.
2024-10-23 02:03:20 +02:00
Sergei Tachenov
afb8e9c672
JBR-7481 Work around mouse entered/exited bug
...
To fix missing mouse entered/exited events when
using rounded corners, we keep track of mouse moved events. When a mouse moved event is detected, and the current peer under the cursor belongs to a different window, we send fake mouse entered/exit events to the old and new windows. We also filter late mouse exited events.
The workaround is enabled by default with the VM option "awt.mac.enableMouseEnteredExitedWorkaround" to disable it in case something breaks.
About the test:
Use the robot to find the points when the mouse
entered event is sent to the popup when the mouse
enters through a rounded corner, and the similar
point for entering the outer window when exiting
through such a corner.
Once the points are found, move the mouse back
and forth to that point, but not beyond.
The correct behavior is that when the mouse
enters the popup, a mouse exited event is sent
to the outer frame and vice versa.
Therefore, every mouse entered/exited event
should be received exactly once.
Use reflection to set the rounded corners,
as JBR API isn't available in tests.
2024-10-23 02:03:20 +02:00
Vitaly Provodin
81950002a7
Update README.md
2024-10-23 02:03:20 +02:00
Alexey Ushakov
37ca782579
JBR-7588 Metal: Reuse MTLContext for all GCs of the same GPU
...
Implemented reference counting for shared MTLContext objects. Supported multiple display links per MTLContext. Also, works for macOS version < 10.13
2024-10-23 02:03:20 +02:00
Nikita Gubarkov
473e478e57
JBR-5973 Vulkan: Fix validation errors ( #452 )
...
- Added proper synchronization and image layout transitions.
- Refactored VKRenderer to hold per-device rendering context. Isolated surface rendering contexts.
- Implemented reusing of command buffers and semaphores
- Fixed surface resize, made surface initialization more robust.
- Added on-demand pipeline creation for actual surface formats.
- Added missing destruction logic.
- Added macros for easy checking of return codes, logging with source code location.
- Moved implementation details out of headers where possible. Stripped dead code.
- Implemented consistent OOM strategy from dynamic arrays and ring buffers.
2024-10-23 02:03:20 +02:00
Maxim Kartashev
d1febe24fb
Wayland: Fixed build errors after rebasing on JDK24
2024-10-23 02:03:20 +02:00
Maxim Kartashev
d412c8a387
JBR-5615 added missing part for WLToolkit
2024-10-23 02:03:20 +02:00
Dominik Matta
3c941813af
JBR-6763 Wayland: application crashes when popup closed
...
Certain Wayland compositors (wlroots) invalidate xdg_surface after window with popup loses focus. Subsequent attempts to
commit the popup window fail with protocol error "xdg_surface has never been configured".
Handle popup_done event by hiding the popup window. Also emit WINDOW_CLOSING event as otherwise focus remains on the popup parent.
Co-authored-by: Maxim Kartashёv <maxim@kartashev.spb.ru >
2024-10-23 02:03:20 +02:00
Maxim Kartashev
327c4aa029
JBR-6468 Wayland: java/awt/datatransfer/MimeFormatsTest.java fails by timeout
...
Excluded the test from jdk_awt_wayland as it can't be made to work
under Wayland.
2024-10-23 02:03:20 +02:00
Maxim Kartashev
1ac4dfa8e5
Added proper copyright headers
2024-10-23 02:03:20 +02:00
Nikita Gubarkov
126ce9fd54
Fix WindowMoveService on Wayland
2024-10-23 02:03:20 +02:00
Nikita Gubarkov
7db3e62217
JBR-7570 Implemented ring buffer. Added lazy implicit initialization for dynamic arrays. ( #451 )
2024-10-23 02:03:20 +02:00
Nikita Gubarkov
c4addd371b
JBR-7568 Vulkan: Refactor VKLogicalDevice into VKDevice ( #449 )
...
* Renamed VKLogicalDevice to VKDevice for conformance and convenience.
* Refactored device->device to device->handle for clarity.
2024-10-23 02:03:19 +02:00
Nikita Gubarkov
5f1cbfdc56
JBR-7569 Removed VMA-Hpp ( #450 )
2024-10-23 02:03:19 +02:00
Dmitrii Morskii
e479c58742
JBR-7126 add more possible names for cursor arrow icon
2024-10-23 02:03:19 +02:00
Maxim Kartashёv
b3e1992d63
JBR-7016 IDEA 2024.2 Wayland: UI Crash when selecting Code and pressing Alt+Enter
2024-10-23 02:03:19 +02:00
Maxim Kartashёv
be9a247408
JBR-7493 Wayland: can't start in maximized state on WSL
2024-10-23 02:03:19 +02:00
Maxim Kartashёv
62d39f0a39
JBR-7516 Wayland: DamageList_AddList: Assertion `list != add' failed
2024-10-23 02:03:19 +02:00
Maxim Kartashёv
b21f73d9c9
JBR-7501 Wayland: SurfaceData.flush() method is mis-used
2024-10-23 02:03:19 +02:00
Nikita Tsarev
5bc195647a
JBR-7478: Fix wrong timestamps on KEY_TYPED events [WLToolkit]
2024-10-23 02:03:19 +02:00
lbourges
775a9ba454
JBR-7461: Implement VKTexturePool for the linux vulkan pipeline:
...
- based on common AccelTexturePool
- new VKTexturePool instance in VKLogicalDevice
- fixed SIGSEGV in VKImage dispose
- store device in TPI
- indentation fixes
- merged with latest changes for JBR-7460
- use (ATexturePoolLock_init)(void)
- fixed logs in lock implementations + fixed indentation
- fixed MTLTexturePool to pre-processor conditions (not runtime) on USE_ACCEL_TEXTURE_POOL
2024-10-23 02:03:19 +02:00
Maxim Kartashёv
640c1bf18f
JBR-7313 Wayland: error: xdg_surface buffer does not match the configured maximized state
2024-10-23 02:03:19 +02:00
Maxim Kartashev
dabd5d814e
JBR-7397 Wayland: make certain interfaces optional
2024-10-23 02:03:19 +02:00
Maxim Kartashev
27c815078d
JBR-7397 CLion 2024.2-EAP/Wayland crashes on startup with Miriway
...
Check if all non-optional interfaces are supported before actually
starting to run
2024-10-23 02:03:19 +02:00
Alexey Ushakov
871b42231c
JBR-7452 Vulkan: Reuse VkRenderPass for multiple renderers ( #428 )
...
Moved shared VkRenderPass to the logical device
2024-10-23 02:03:19 +02:00
Alexey Ushakov
34184ce411
JBR-7420 Vulkan: Implement DRAW_PARALLELOGRAM primitive for flat color rendering ( #426 )
...
Refactored rendering code. Provided common implementation for fill and draw operations.
2024-10-23 02:03:19 +02:00
Nikita Gubarkov
543b5bd7f2
JBR-7419 Refactor Vulkan code
...
- Separate instance and device-specific function tables
- Avoid using device from global context when possible
- Set up debug logger
2024-10-23 02:03:18 +02:00
Maxim Kartashёv
d2437d1ae0
JBR-7390 Wayland: need better headless exception message
2024-10-23 02:03:18 +02:00
Maxim Kartashёv
42d55001a0
JBR-7259 Find Usages popup can't be resized under Wayland
...
Popup's positioner size has to be in sync with popup's buffer size
2024-10-23 02:03:18 +02:00
Maxim Kartashёv
abf162dd7d
JBR-7254 Impossible to copy/paste files in Project tree
2024-10-23 02:03:18 +02:00
Maxim Kartashev
66a28eca24
JBR-7290 Wayland: window permanently looses focus after invoking Go To Line dialog
2024-10-23 02:03:18 +02:00
Alexey Ushakov
c7def7b968
JBR-7308 Vulkan: Build failure in vulkan enabled builds
...
Added missing header (jni_util.h)
2024-10-23 02:03:18 +02:00
Alexey Ushakov
682cacf5af
JBR-7305 Vulkan: Implement FILL_SPANS primitive for flat color rendering
...
Implemented flat color shape rendering
2024-10-23 02:03:18 +02:00
Nikita Gubarkov
1f754decfe
JBR-7307 Add stub for VKInstance.initNative with disabled Vulkan.
2024-10-23 02:03:18 +02:00
Nikita Gubarkov
c7e4820142
JBR-7237 Fix cyclic dependency of Wayland and Vulkan initialization ( #396 )
2024-10-23 02:03:18 +02:00
Maxim Kartashёv
d2173f2ee7
JBR-7072 Wayland: clicks on items of floating context menus are ignored ( #405 )
...
JBR-7072 Wayland: clicks on items of floating context menus are ignored
2024-10-23 02:03:18 +02:00
Alexey Ushakov
2b339d4419
JBR-7256 Vulkan: Implement FILL_PARALLELOGRAM primitive for flat color rendering
2024-10-23 02:03:18 +02:00
Maxim Kartashev
d1097bf55f
JBR-7237 Separate display connect from WLToolkit initialization
2024-10-23 02:03:18 +02:00
Maxim Kartashev
2619b0182d
JBR-7202 wayland: memory leak when resizing windows
2024-10-23 02:03:18 +02:00
Maxim Kartashev
7cc6818e71
JBR-7206 Wayland: Stylepad demo flickers when resizing on KDE
2024-10-23 02:03:18 +02:00
Alexey Ushakov
f4cb5b372d
JBR-6543 Vulkan: migrate current code to pure c ( #267 )
...
JBR-6543 Vulkan: migrate current code to pure c
Replaced C++ vulkan rendering with C one
2024-10-23 02:03:18 +02:00
Maxim Kartashev
5b41c206e4
JBR-7209 Wayland: modernize window decorations
2024-10-23 02:03:17 +02:00
Maxim Kartashev
05a4bcd11c
JBR-7201 Wayland: update copyright in files generated by wayland-scanner
2024-10-23 02:03:17 +02:00
Maxim Kartashev
1d2aef4dfa
JBR-7198 Wayland: jvm crashes under KDE
...
Do not copy the buffer if the drawing buffer has not been resized yet as
the size will not match that of the show buffer.
Also, properly guard against the size change by another thread while
copying.
2024-10-23 02:03:17 +02:00
Maxim Kartashev
32242005b1
JBR-7158 Wayland: scale with wp_viewport instead of buffer scale
2024-10-23 02:03:17 +02:00
Maxim Kartashev
cc15645406
JBR-7028 Implement FPS counter on Linux
...
Use -Dawt.window.counters to enable.
To output counters per second to stdout/stderr,
use -Dawt.window.counters=stdout or =stderr.
A counter by the name swing.RepaintManager.updateWindows
is always available for Swing applications, but it does not
accurately correspond to frames per second.
Toolkit-dependent counters provide much better accuracy.
On Wayland with memory buffers as the backend two are available:
java2d.native.frames - frames delivered to the Wayland server
java2d.native.framesDropped - fully formed frames that were not
delivered to the Wayland server
2024-10-23 02:03:17 +02:00
Maxim Kartashev
0618b1c30f
JBR-7047 Deadlock on git fetch on Wayland
2024-10-23 02:03:17 +02:00
Maxim Kartashev
54c8f0ac03
JBR-6576 Wayland: exception when double-clicking dialog title bar
2024-10-23 02:03:17 +02:00
Maxim Kartashev
b21110d4e6
JBR-7058 Wayland: IDE hang on the popup appearance
...
Clean up the damage list when resizing a surface.
Additionally, clamp the damaged area before copying to its current
actual size in order to safeguard against invalid external input.
2024-10-23 02:03:17 +02:00
tsarn
f3a4b3a3d4
JBR-7063: Make .getKeyChar() report chars in KEY_PRESSED/KEY_RELEASED events for compatibility [WLToolkit] ( #371 )
2024-10-23 02:03:17 +02:00
tsarn
47dad076f6
JBR-6848: Support extra mouse buttons for navigation [WLToolkit]
2024-10-23 02:03:17 +02:00
tsarn
e6dbff379f
JBR-6434: Fix pointer leave also resetting the keyboard modifiers [WLToolkit] ( #370 )
2024-10-23 02:03:17 +02:00
tsarn
e58a98ff9f
JBR-7044: Reset clickCount on mouse moves [WLToolkit]
2024-10-23 02:03:17 +02:00
Maxim Kartashev
17c103a55f
JBR-7010 Wayland: Swing window resizing is not smooth enough
2024-10-23 02:03:17 +02:00
Maxim Kartashev
08f3d486fc
JBR-6926 Wayland: fonts are aliased/grainy on first start
2024-10-23 02:03:17 +02:00
Maxim Kartashev
34636b19af
JBR-6920 Wayland: some IDEA popups positioned incorrectly
2024-10-23 02:03:16 +02:00
Maxim Kartashev
c340e68f89
JBR-6895 Wayland: cursor changes to resize at edges even when window is maximized
2024-10-23 02:03:16 +02:00
Maxim Kartashev
8795d180db
JBR-6884 SIGSEGV in Java_sun_java2d_wl_WLSMSurfaceData_pixelsAt
2024-10-23 02:03:16 +02:00
Maxim Kartashev
4cb54a8a37
JBR-6448 Wayland: IDEA window looks pixelated after monitors scale was changed
2024-10-23 02:03:16 +02:00
Maxim Kartashev
3a901f3c97
JBR-6814 Wayland: support sun.java2d.uiScale property
2024-10-23 02:03:16 +02:00
Alexey Ushakov
aa45def229
JBR-6787 WLToolkit/wsl: crash in WLComponentPeer.setCursor
...
Added check for unavailable cursor pData
2024-10-23 02:03:16 +02:00
Maxim Kartashev
d210c283bd
JBR-6783 MouseEvent/MenuDragMouseEventAbsoluteCoordsTest/MenuDragMouseEventAbsoluteCoordsTest.java: Found one Java-level deadlock
2024-10-23 02:03:16 +02:00
Maxim Kartashev
08a9b58f64
JBR-6504 Wayland: optional Robot capability to peek at current window's pixels
2024-10-23 02:03:16 +02:00
Maxim Kartashev
5095be27a7
JBR-6519 Linux: SIGSEGV at [libwayland] wl_proxy_get_version
...
Guard against passing NULL to libwayland
2024-10-23 02:03:16 +02:00
Maxim Kartashev
6333b61d93
JBR-6736 libwakefield crashes weston
2024-10-23 02:03:16 +02:00
Maxim Kartashev
5ad32d0030
JBR-6722 OutOfMemoryError: Failed to allocate Wayland surface buffer
2024-10-23 02:03:16 +02:00
Maxim Kartashev
aafb0c63bb
JBR-6617 Wayland: java/awt/Frame/HugeFrame/HugeFrame.java crashes JVM
2024-10-23 02:03:16 +02:00
Maxim Kartashev
c3b6ce2e49
JBR-6598 Wayland: window gets un-maximized after switching
...
When the size of the buffer changes, cancel the frame callback
and make sure that the next surface commit happens with the new buffer.
2024-10-23 02:03:16 +02:00
Maxim Kartashev
eae9904144
JBR-6469 Wayland: java/awt/image/ColorModel/DrawCustomColorModel.java throws UnsupportedOperationException
2024-10-23 02:03:16 +02:00
Maxim Kartashev
aefd21c54d
JBR-6467 Wayland: java/awt/GraphicsConfiguration/NormalizingTransformTest/NormalizingTransformTest.java fails
2024-10-23 02:03:16 +02:00
Maxim Kartashev
d49c244e0c
JBR-6547 WLToolkit: no app icon in GNOME
...
Allow to associate the application's window with .desktop file with icon
and other info with -Dawt.app.id=... (DBus application name similar to
WM_CLASS in X
2024-10-23 02:03:15 +02:00
Maxim Kartashev
aff2f30f37
JBR-6559 Wayland: popups may stop working after a while
...
Cancel the frame callback when hiding a window.
2024-10-23 02:03:15 +02:00
Maxim Kartashev
7562bda412
JBR-6452 Wayland: avoid copying entire surface buffers
2024-10-23 02:03:15 +02:00
Maxim Kartashev
5dfd7a2c5b
JBR-6452 Wayland: measure and improve surface buffer management
...
Improved rendering performance by
* reducing memory copy and making it more efficient,
* tying the next frame display to the frame event from Wayland,
which dramatically reduces load for very quick Swing apps,
* limiting the number of buffers to 2.
2024-10-23 02:03:15 +02:00
Dmitrii Morskii
634eb0c6b3
JBR-6372 Wayland:
...
-correctly positioning SplashScreen on multiple monitors;
-correctly correctly handles cases of SplashScreen with gif with transparent parts;
-refactoring;
2024-10-23 02:03:15 +02:00
Alexey Ushakov
ef733a76a0
JBR-6445 Prepare RepaintManager code for displaySync=false
...
Refactored AWTAccessor code
2024-10-23 02:03:15 +02:00
Dmitry Batrak
241465705b
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
2024-10-23 02:03:15 +02:00
Maxim Kartashev
6312a925d3
JBR-6416 Wayland: IDEA maximize button out of sync sometimes
2024-10-23 02:03:15 +02:00
Maxim Kartashev
ecd5ed8242
JBR-6391 Wayland: memory indicator tooltip flickers
2024-10-23 02:03:15 +02:00
Dmitrii Morskii
b667d75b40
JBR-6213 Wayland: removed blurring on cursor on multiple monitors with different scales
2024-10-23 02:03:15 +02:00
Maxim Kartashev
5dde674930
JBR-6276 Wayland: WLToolkit logs too much
...
Changed the logging level for such messages to FINE
2024-10-23 02:03:15 +02:00
Maxim Kartashev
d3c2567eb0
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.
2024-10-23 02:03:15 +02:00
Maxim Kartashev
bd3c688fe0
JBR-6321 Wayland: popup windows do not respect screen bounds
2024-10-23 02:03:15 +02:00
Maxim Kartashev
59a595e1c3
JBR-6313 Wayland: pasting from clipboard doesn't always work
...
Also added a flush-to-server command following each Wayland request
2024-10-23 02:03:15 +02:00
Maxim Kartashev
ecb37b6ade
JBR-6276 Wayland: WLToolkit logs too much
2024-10-23 02:03:15 +02:00
Nikita Tsarev
af454490f3
JBR-5678: Refactor Wayland keyboard support
2024-10-23 02:03:14 +02:00
Dmitrii Morskii
d69ab283b1
JBR-5965 Wayland: implement SplashScreen
2024-10-23 02:03:14 +02:00
Maxim Kartashev
273e741ced
JBR-6253 Wayland: can't run in weston because of xdg_wm_base version 3
2024-10-23 02:03:14 +02:00
Maxim Kartashev
5f687c9831
JBR-6212 Wayland: app does not terminate upon Wayland protocol error
2024-10-23 02:03:14 +02:00
Maxim Kartashev
a696ab13b4
JBR-6209 Wayland: popup windows cannot be moved
2024-10-23 02:03:14 +02:00
Maxim Kartashev
f33d6e1b2b
JBR-5977 Wayland: make undecorated windows natively resizeable
2024-10-23 02:03:14 +02:00
Maxim Kartashev
362a07e290
JBR-6207 Wayland: many popup windows positioned incorrectly
...
When popup's parent is also its top-level window, use that instead of
null
2024-10-23 02:03:14 +02:00
Maxim Kartashev
db760ecccc
JBR-6183 Wayland: clipboard-related exception in headless environment
2024-10-23 02:03:14 +02:00
Nikita Gubarkov
1e1fef0688
JBR-6144 Build JBR with Vulkan support
...
1. Update dockerfile to checkout Vulkan headers
2. Fix --with-vulkan-include configure option
2024-10-23 02:03:14 +02:00
Alexey Ushakov
459994db94
JBR-6158 Cannot build jbr21 with wayland toolkit on wsl2
...
Added --with-wayland-lib option to provide custom library path
2024-10-23 02:03:14 +02:00
Maxim Kartashev
ed6107a0af
JBR-5857 Wayland: implement clipboard support
2024-10-23 02:03:14 +02:00
Dmitry Batrak
10337f5c01
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
2024-10-23 02:03:14 +02:00
Maxim Kartashev
1a29ab48c1
JBR-6138 Wayland: utilize gtk_shell1 protocol to mark dialogs as modal
2024-10-23 02:03:14 +02:00
Maxim Kartashev
4ab858fc50
JBR-6117 Wayland: JVM shutdown hang
2024-10-23 02:03:14 +02:00
Dmitry Batrak
66cbe710fd
JBR-5961 Wayland: can't switch between projects using menu
...
prevent using a pointer to destroyed surface
2024-10-23 02:03:13 +02:00
Dmitry Batrak
f86376f7e6
JBR-5961 Wayland: can't switch between projects using menu
...
fix typo
2024-10-23 02:03:13 +02:00
Dmitry Batrak
9c531393e7
JBR-5961 Wayland: can't switch between projects using menu
...
support Window.toFront in Wayland toolkit
2024-10-23 02:03:13 +02:00
Maxim Kartashev
41eec5282d
JBR-6071 Alpine Linux compilation: error: implicit declaration of function 'pthread_getname_np'
2024-10-23 02:03:13 +02:00
Maxim Kartashev
507c42ec91
JBR-5989 Wayland: jdk_awt_wayland test group
2024-10-23 02:03:13 +02:00
Maxim Kartashev
e4c51c3ef0
JBR-6025 Wayland: miscellaneous small improvements
2024-10-23 02:03:13 +02:00
Alexey Ushakov
d151203030
JBR-6045 WLToolkit(Vulkan): Add options to select physical device
...
Changed access to _name field, minor corrections in verbose print
2024-10-23 02:03:13 +02:00
Alexey Ushakov
d3901c66d3
JBR-6045 WLToolkit(Vulkan): Add options to select physical device
...
Implemented -Dsun.java2d.vulkan=True and -Dsun.java2d.vulkan.deviceNumber=n VM options
2024-10-23 02:03:13 +02:00
Maxim Kartashev
261f1fdf44
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.
2024-10-23 02:03:13 +02:00
Nikita Gubarkov
4610e8e1cc
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.
2024-10-23 02:03:13 +02:00
Alexey Ushakov
c3275cf11c
JBR-6032 WLToolkit: Uninitialized WLComponentPeer sends paint requests
...
Protected surfaceAssigned from MT access
2024-10-23 02:03:13 +02:00
Alexey Ushakov
673e1cc435
JBR-6032 WLToolkit: Uninitialized WLComponentPeer sends paint requests
...
Skip sending paint events for not configured peers
2024-10-23 02:03:13 +02:00
Maxim Kartashev
7a6e5156f3
JBR-5968 Wayland: support PERPIXEL_TRANSLUCENT
2024-10-23 02:03:13 +02:00
Nikita Tsarev
95c35b851b
JBR-5963: Fix RobotKeyboard test and implement getLockingKeyState
2024-10-23 02:03:13 +02:00
Maxim Kartashev
3551c2463d
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).
2024-10-23 02:03:12 +02:00
Nikita Tsarev
0fe7b1155e
Regenerate wakefield-client-protocol using an older wayland-scanner to temporarily fix build problems
2024-10-23 02:03:12 +02:00
Nikita Tsarev
e2fe2f9b46
JBR-5676: Support emulating input events in Wakefield
2024-10-23 02:03:12 +02:00
Nikita Tsarev
6a963d033e
JBR-5900: Fix deadlock when enabling the Wakefield extension
2024-10-23 02:03:12 +02:00
Nikita Tsarev
97a9e4face
JBR-5896: Fix WLToolkit being instantiated twice
2024-10-23 02:03:12 +02:00
Maxim Kartashev
7f9786e916
JBR-5861 Wayland: minimum necessary stubs to run IDEA
2024-10-23 02:03:12 +02:00
Alexey Ushakov
bc07d3ae7b
JBR-5645 Provide basic classes for Vulkan rendering pipeline
...
Implemented shared classes for cross-platform vulkan implementation and some support for wayland toolkit
2024-10-23 02:03:12 +02:00
Maxim Kartashev
695c9a7179
JBR-5661 Wayland: implement heavy-weight popup windows
2024-10-23 02:03:12 +02:00
Maxim Kartashev
c3877b59ba
JBR-5666 Wayland: WLToolkit doesn't work with weston
...
Multiple Wayland buffers support.
2024-10-23 02:03:12 +02:00
Maxim Kartashev
91aacc25cc
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.
2024-10-23 02:03:12 +02:00
Maxim Kartashev
85f3e7f2e5
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.
2024-10-23 02:03:12 +02:00
Maxim Kartashev
2bfb400e44
JBR-5655 java/awt/Toolkit/Wayland/WaylandToolkit.java: WLToolkit not found
...
WLToolkit made operational in headless mode
2024-10-23 02:03:12 +02:00
Maxim Kartashev
80cf5c1e60
Wayland: fix AWT initialization on macOS
2024-10-23 02:03:12 +02:00
Maxim Kartashev
aaee2ce1b2
Wayland: fixed build errors on macOS
2024-10-23 02:03:12 +02:00
Maxim Kartashev
db4b563af5
Wayland: fixed build errors with older versions of Wayland
2024-10-23 02:03:11 +02:00
Alexey Ushakov
c49d2950ba
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 >
2024-10-23 02:03:11 +02:00
Vitaly Provodin
616a2e48b5
Update README.md
2024-10-23 02:03:11 +02:00
Vitaly Provodin
2cf2e8add8
JBR-7532 upgrade alpine up to 3.14, specify versions of installing packages, and deploy the latest available jdk20 (same as in jbr21)
2024-10-23 02:03:11 +02:00
Vitaly Provodin
9c01afad53
JBR-7456 add regression test checking if implementations of all available the random number generator algorithms can be instantiated, including the default one
2024-10-23 02:03:11 +02:00
Nikita Tsarev
4b1abc89bb
JBR-7529: Explicitly check for press-and-hold in performKeyEquivalent
2024-10-23 02:03:11 +02:00
Vitaly Provodin
613a6c41da
JBR-7517 build JBR artefacts with CDS archives
2024-10-23 02:03:11 +02:00
Sergey Shelomentsev
ee53610a64
JBR-5318 add Github workflow usage for pull requests pre-commit testing
2024-10-23 02:03:11 +02:00
Vitaly Provodin
25005c6092
Update README.md
2024-10-23 02:03:11 +02:00
bourgesl
7b35d3ec9f
JBR-7460: fixed (macos) MTLTexturePool GC implementation: minor syntax updates from JBR-7461
2024-10-23 02:03:11 +02:00
Nikita Tsarev
a0f9b907a5
JBR-7426: Fix cancelling press-and-hold causing some future key events being swallowed
2024-10-23 02:03:11 +02:00
bourgesl
02f7baef02
JBR-7460: fixed (macos) MTLTexturePool GC implementation to release texture memory more promptly (regular young GC freeing not reused textures since 15s) + unified API with new generic AccelTexturePool (C) to be shared with the coming vulkan pipeline (linux)
2024-10-23 02:03:11 +02:00
Dmitrii Morskii
0c75be9170
JBR-6772 handled case with adding new timers after VM was suspended
2024-10-23 02:03:11 +02:00
Maxim Kartashёv
7f357d5b44
JBR-5956 Provide more details on assertion failure
...
Use JNU_RUNTIME_ASSERT(env, cond, msg) defined in jni_util.h
to crash JVM when 'cond' is not true with the given message
and source location information in the fatal error log.
2024-10-23 02:03:11 +02:00
Sergey Shelomentsev
e694498ac0
Update jbr-api version to 1.0.2
2024-10-23 02:03:10 +02:00
Stanislav Dombrovsky
c082997332
Fix rendering of HTML list dots + better vertical align for them.
...
(cherry picked from commit fa4a404533ba1ef638fe523adc74391aee8a3ebf)
(cherry picked from commit 9f079c66e9 )
2024-10-23 02:03:10 +02:00
Nikita Tsarev
50d3383107
JBR-6588: JBR API for inspecting certain properties of KeyEvents
2024-10-23 02:03:10 +02:00
Nikita Tsarev
2e28d2e294
JBR-7449: Fix press-and-hold cancel keys not being swallowed by JBR
2024-10-23 02:03:10 +02:00
Dmitrii Morskii
f952e18449
JBR-7438 tune updateCursorImmediately method
2024-10-23 02:03:10 +02:00
Alexey Ushakov
69662f5564
JBR-6545 java/awt/Mixing/AWT_Mixing/JProgressPaneOverlapping.java fails by time out (sun.java2d.metal.MTLLayer.blitTexture)
...
Moved test frame by some offset to avoid interaction with mac menu bar
2024-10-23 02:03:10 +02:00
Artem Bochkarev
2cf3ff52d5
JBR-5405: supported BufImgSurfaceData
2024-10-23 02:03:10 +02:00
Maxim Kartashev
f53e57eee1
JBR-6830 Poor performance with KDE Plasma 6 X11
...
Use -Dwatch.desktop.geometry=false as a workaround until the KWin issue
is fixed
2024-10-23 02:03:10 +02:00
Maxim Kartashev
f58e9d0b09
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.
2024-10-23 02:03:10 +02:00
Artem Bochkarev
7fd9ab0a3b
JBR-4430 Fixed execution permissions on Linux
2024-10-23 02:03:10 +02:00
Vitaly Provodin
eacca7446d
update exclude list on results of 21.0.3_b517.1 test runs
2024-10-23 02:03:10 +02:00
Vitaly Provodin
40857685e9
Update README.md
2024-10-23 02:03:10 +02:00
bourgesl
06efa746f2
JBR-4530: make opengl & metal handle colorMatching on non-SRGB profile consistently (controlled by the system property 'sun.java2d.osx.colorMatching') + updated MacOSLayerColorTest to test color matching setting on OpenGL & Metal pipelines
2024-10-23 02:03:10 +02:00
Vitaly Provodin
c71cccaba5
Update README.md
2024-10-23 02:03:10 +02:00
Vitaly Provodin
d82a1a9bc4
JBR-6696: fix drawableId usage + revert PrinterJob changes (non-appkit thread)
2024-10-23 02:03:10 +02:00
Vitaly Provodin
f14b54368c
Update README.md
2024-10-23 02:03:09 +02:00
Vitaly Provodin
dd41e77658
Update README.md
2024-10-23 02:03:09 +02:00
bourgesl
fd37bf1d14
JBR-6696: added MTLContext CVDisplayLink checks, improved MTLLayer drawable lifecycle, hardened appkit main thread usage with ThreadUtilities instrumentation to monitor all performOnMainThread usages and report high latency tasks in LWCToolkit platform logger (use system property 'sun.awt.mac.mainThreadLatency=xx' in milliseconds), fixed few MainThread violations (PrinterView init)
2024-10-23 02:03:09 +02:00
Alexey Ushakov
74e820fb58
JBR-5063 macOS: SIGILL at [libsystem_kernel] __kill in java.lang.IllegalStateException: Error - unable to initialize Metal after recreation of graphics device. Cannot load metal library...
...
Add fallback to MTLCreateSystemDefaultDevice for main display
2024-10-23 02:03:09 +02:00
Nikita Tsarev
09565cbb52
JBR-6764: Add null check on hostAdapterLocator
2024-10-23 02:03:09 +02:00
Sergey Shelomentsev
1ba42072b5
JBR-4912 test moved from JBR repository
2024-10-23 02:03:09 +02:00
Nikita Provotorov
d59b7460ff
JBR-7157: Alt+Shift+Enter sends KEY_TYPED Event.
...
JBR-7336 Any keyboard shortcut with Alt produces a Windows system sound.
* X11 Linux part: disable posting KEY_TYPED events for VK_ENTER if any modifier except { Shift, Control, Lock, Mode Switch (a.k.a. AltGr), NumLock } is being pressed.
* Windows part: begin ignoring WM_SYSCHAR messages as MSDN instructs.
* Add a regression test.
2024-10-23 02:03:09 +02:00
Nikita Tsarev
11a64a6507
JBR-6764: Work around IMEs breaking on macOS due to macOS JavaRuntimeSupport not reporting the correct locale in IMEs once after application startup
2024-10-23 02:03:09 +02:00
Vitaly Provodin
f03b146ccd
Update README.md
2024-10-23 02:03:09 +02:00
Artem Bochkarev
53ca07d188
JBR-5405: implementation of direct raster loading for VolatileImage
2024-10-23 02:03:09 +02:00
Vitaly Provodin
01bebdbd4b
update exclude list on results of 21.0.3_b479 test runs
2024-10-23 02:03:09 +02:00
Vitaly Provodin
a9af726a82
fixup! JBR-7263 introduce /othervm for the tests specifying -Djetbrains.runtime.api.extendRegistry=true
2024-10-23 02:03:09 +02:00
bourgesl
ae0cc79a10
JBR-7170: fixed NPE if peer is null
2024-10-23 02:03:09 +02:00
Sergey Shelomentsev
f3f6ac60ed
Set jbr-api version to 1.0.0
2024-10-23 02:03:09 +02:00
Nikita Tsarev
093abd42e9
JBR-7133: JBR API for IME replacement range on macOS
2024-10-23 02:03:08 +02:00
Vitaly Provodin
e92ee9bd90
update exclude lists removing lines related to fixed issues
2024-10-23 02:03:08 +02:00
Vitaly Provodin
13b4247a2c
Update README.md
2024-10-23 02:03:08 +02:00
Maxim Kartashev
ba8bfc973d
JBR-5761 Make error printing more robust during early stages of VM initialization
2024-10-23 02:03:08 +02:00
bourgesl
bc1eb868b4
JBR-7170: added explicit @available for addPresentedHandler()
2024-10-23 02:03:08 +02:00
bourgesl
0f19bba216
JBR-7170: implement FPS counters for metal using callbacks from MTLLayer presentHandler
2024-10-23 02:03:08 +02:00
Nikita Gubarkov
d04efaf042
JBR-5615 add sun.java2d.logDisplays VM option
...
It prints to stdout whenever display configuration is changed.
2024-10-23 02:03:08 +02:00
Nikita Gubarkov
406c02f886
JBR-6357 JBR API v3
...
JBR API frontend is moved into a separate repository.
Rewritten proxy generation, bridges removed, invokedynamic is used instead.
Mapping is now specified using annotations.
Support for extension methods.
Support for arrays and generics.
Added JBR API implementation version.
JBR-7232 Refactor deriveFontWithFeatures & JBRFileDialog JBR API
2024-10-23 02:03:08 +02:00
Roman Shevchenko
00ad3c73c3
JBR-7194: extension-based filters in native file dialogs
2024-10-23 02:03:08 +02:00
Nikita Tsarev
69436de0de
JBR-7134: Fix InputMethodTests on macOS
2024-10-23 02:03:08 +02:00
Vitaly Provodin
75a64d765d
Update README.md
2024-10-23 02:03:08 +02:00
Dmitrii Morskii
7495a6350e
JBR-7128 Use the correct WmSize event type for JFrame moved to another monitor
...
author: Sergei Tachenov
2024-10-23 02:03:08 +02:00
Vitaly Provodin
8ba3fb1b64
Update README.md
2024-10-23 02:03:08 +02:00
Vitaly Provodin
8fe83c66d8
update exclude list on results of 21.0.3_b453.2 test runs
2024-10-23 02:03:08 +02:00
Sergey Shelomentsev
6f7fabea28
JBR-7117 Set initial display mode after test execution
2024-10-23 02:03:07 +02:00
Vitaly Provodin
5d06cdb5e3
Update README.md
2024-10-23 02:03:07 +02:00
Maxim Kartashev
4c9b384d6a
JBR-7151 Test PropertyPermissionOnEDT and others fail with ExceptionInInitializerError
2024-10-23 02:03:07 +02:00
Maxim Kartashev
fdca55fa65
JBR-7028 Implement FPS counter on Linux
...
Use -Dawt.window.counters to enable.
To output counters per second to stdout/stderr,
use -Dawt.window.counters=stdout or =stderr.
A counter by the name swing.RepaintManager.updateWindows
is always available for Swing applications, but it does not
accurately correspond to frames per second.
Toolkit-dependent counters provide much better accuracy.
On Wayland with memory buffers as the backend two are available:
java2d.native.frames - frames delivered to the Wayland server
java2d.native.framesDropped - fully formed frames that were not
delivered to the Wayland server
2024-10-23 02:03:07 +02:00
Vitaly Provodin
3fcb7b9515
Update README.md
2024-10-23 02:03:07 +02:00
Dmitry Drobotov
938c506cec
JBR-6808 Don't create AccessibleJTreeNode for the tree root if it's not visible
...
* This fixes an issue with AccessibleJTreeNode#getBounds, which adjusts the node's bounds according to the parent node. For nodes whose parent is the invisible root, getBounds was returning null, and it caused issues with assistive technology like macOS Accessibility Zoom.
* Additionally, NVDA will now report correct tree depth levels because the root node won't add to the levels count (JDK-8249806).
(cherry picked from commit f7c47bf3cf )
2024-10-23 02:03:07 +02:00
Vitaly Provodin
d0cd56a9bb
Update README.md
2024-10-23 02:03:07 +02:00
Vitaly Provodin
38e873edeb
Update README.md
2024-10-23 02:03:07 +02:00
Vitaly Provodin
cf1dd28e0d
update exclude list on results of 21.0.3_b446.1 test runs
2024-10-23 02:03:07 +02:00
Nikita Provotorov
3c8cae2139
JBR-6456 Sudden keyboard death on Linux using iBus.
...
Add a workaround for the iBus's bug which leads to the issue.
(cherry picked from commit b8e9dbf8c9 )
2024-10-23 02:03:07 +02:00
Nikita Tsarev
cc7dc0edeb
JBR-7119: respect replacementRange in IME events on macOS
2024-10-23 02:03:07 +02:00
Dmitrii Morskii
f871444852
JBR-6376: implement detecting of OS theme on linux
2024-10-23 02:03:07 +02:00
Dmitrii Morskii
addadd17a0
Revert "JBR-6372: implement detecting of OS theme on linux"
...
This reverts commit a657e4e2cbce139f2c5b53c7fb5f30d81f99e311.
2024-10-23 02:03:07 +02:00
Nikita Gubarkov
6a368df1bd
JBR-7046 Tolerate subpixelResolution=0 in Metal and OGL
2024-10-23 02:03:07 +02:00
Maxim Kartashev
6f1ea3cde4
JBR-5611 Window header is visible but body not on Linux Ubuntu with external display
2024-10-23 02:03:06 +02:00
Nikita Gubarkov
9875ec6ca0
JBR-7020 Reorder LCD glyph cache freeing and validation
...
1. As we started committing the command buffer on glyph cache flush, this invalidates the current encoder. We need to `MTLTR_ValidateGlyphCache` after the flush, not before.
2. There's no reason to maintain separate glyph cache invalidation logic for this singe case (which is a no-op in reality), so just free the cache instead.
2024-10-23 02:03:06 +02:00
Nikita Tsarev
528125c786
Disable flappy KeyCodesTest assertions, see JBR-6888
2024-10-23 02:03:06 +02:00
Sergei Tachenov
8e454ee1a9
JBR-6984 Fix BoxLayout/NPECheckRequests test
...
It was initially written and tested on Linux, but it turns out that
on other systems validate() can be called in between init() and start()
calls, which would break the test even though BoxLayout isn't broken.
2024-10-23 02:03:06 +02:00
Ajit Ghaisas
0e27995a0a
update exclude list on results of main.2176 test runs
2024-10-23 02:03:06 +02:00
Vitaly Provodin
9b03ea8e32
introduce jbMuslProblemList.txt exclude list
2024-10-23 02:03:06 +02:00
Vitaly Provodin
9e0508a075
update exclude list on results of 21.0.2_b427.6 test runs
2024-10-23 02:03:06 +02:00
Sergei Tachenov
da96054522
JBR-6771 BoxLayout throws mysterious NPEs due to previous exceptions
...
The checkRequests method only does layout initialization
if it isn't initialized already. However, when an exception
is thrown during the initialization, the layout may end up
in a half-initialized state.
Fix this by using the field that is initialized the last to check
if the layout is initialized. If that field is null, it may mean
that the layout isn't initialized or that the last attempt
failed midway. Then we try again. This attempt can,
of course, break for the same reason as the previous one,
but in that case we'll at least get a stack trace pointing
to a real cause of the error and not some mysterious NPE
that seems to be impossible from the logic.
The bug is that if we add a component that throws an exception
in one of its methods called by BoxLayout, then the layout may
end up in a half-initialized state that would mistakenly be considered
fully initialized. Then it would try to access some fields
and throw NPE with a stack trace that tells exactly nothing
about what went wrong and where.
This test checks for the presence of this bug by adding a broken
component to a BoxLayout and then un-breaking this component
and checking that an exception is thrown even though the component
is no longer broken.
2024-10-23 02:03:06 +02:00
Maxim Kartashev
1dbbec82f9
JBR-6769 Make it possible to get info whether IDE is running in a virtual env
...
Added system property intellij.os.virtualization with possible values
"none", "Xen", "KVM", "VMWare", "HyperV"
2024-10-23 02:03:06 +02:00
Nikita Gubarkov
dc63edf50b
JBR-6927 Safe asynchronous destruction of Metal graphics config.
2024-10-23 02:03:06 +02:00
Nikita Gubarkov
d020b18809
Fix Windows AWT compilation errors
...
Frame, Window, FileDialog, CustomTitleBar
2024-10-23 02:03:06 +02:00
Vitaly Provodin
2b2e72aaf4
Update README.md
2024-10-23 02:03:06 +02:00
Vitaly Provodin
7c26ca55c3
JBR-6639 Docker images for JBR/JCEF testing
2024-10-23 02:03:06 +02:00
Vitaly Provodin
d9710bce48
JBR-6915 add the option -w into mkimages scripts
2024-10-23 02:03:06 +02:00
Alexey Ushakov
535d889939
JBR-6911 IDE crashes (EXC_BAD_ACCESS) after disconnecting the secondary display if a markdown file is opened (macOS Sonoma 14.4.1)
...
Corrected invalid usage of dealloc method, fixed memory leaks.
2024-10-23 02:03:06 +02:00
Dmitrii Morskii
c42b45b0ed
JBR-6171 removing deadlock related to calling getCurrentServerTime
2024-10-23 02:03:05 +02:00
Maxim Kartashev
cf7a20956b
JBR-6847 Improve locking performance on Windows
...
Use -XX:+UnlockExperimentalVMOptions -XX:-UseCriticalSection
to revert to the old behavior
2024-10-23 02:03:05 +02:00
Vitaly Provodin
27ba511cc5
update exclude list on results of 21.0.2_b417.1 test runs
2024-10-23 02:03:05 +02:00
Dmitrii Morskii
319056976d
JBR-6372: implement detecting of OS theme on linux
2024-10-23 02:03:05 +02:00
Vitaly Provodin
2d734b3a4e
JBR-1668: minor fixes - temporary fix for compilation issue SystemHotkey.m:74:29: error: format string is not a string literal
2024-10-23 02:03:05 +02:00
Nikita Gubarkov
ac83e3a509
JBR-6723 Deal with integer overflow in DrawGlyphList with enabled subpixelResolution
2024-10-23 02:03:05 +02:00
Vitaly Provodin
f6bde5812c
Update README.md
2024-10-23 02:03:05 +02:00
Nikita Provotorov
edac4e01cd
JBR-3112 Linux: Last character issue with Korean.
...
- Ignores the IM text returned from XmbLookupString/XwcLookupString if the KeyPress event which XmbResetIC was called with was synthetic and the first after a call of XmbResetIC/XwcResetIC.
- Only for the new mode introduced in JBR-2460 (-Djb.awt.newXimClient.preferBelowTheSpot=true): cancel text composing on each mouse press, so that preedit text stops following the caret if it's moving in response to mouse clicks.
(cherry picked from commit 43a9a3a17a )
(cherry picked from commit 156e5d9b65 )
2024-10-23 02:03:05 +02:00
Dmitrii Morskii
aca7138230
JBR-6541 Added ability to get supported features and stylistic sets for font
2024-10-23 02:03:05 +02:00
Nikita Tsarev
50e3a21f94
increase delay in InputMethodTest
2024-10-23 02:03:05 +02:00
Nikita Tsarev
d5f3eb6263
JBR-6704: Fix extra IME events when a ctrl shortcut causes window focus switch [macOS]
2024-10-23 02:03:05 +02:00
Nikita Tsarev
b4d30561f4
JBR-6331: Fix some memory safety issues in macOS keyboards
2024-10-23 02:03:05 +02:00
Nikita Tsarev
8ed98be608
JBR-6028: Check before attempting to switch to a layout that might not exist in KeyCodesTest
2024-10-23 02:03:05 +02:00
Nikita Tsarev
e428ac2ee1
InputMethodTest: fix certain IMEs not being added properly
2024-10-23 02:03:05 +02:00
Nikita Tsarev
940315aa68
JBR-5379: Ignore input events only on permament focus loss
2024-10-23 02:03:04 +02:00
Nikita Tsarev
dff6efe7f1
JBR-5630: vmoption to change dead key reporting behavior on macOS
2024-10-23 02:03:04 +02:00
Nikita Tsarev
168f2e3527
JBR-5469: Fix NextAppWinKey behavior with certain keys
2024-10-23 02:03:04 +02:00
Nikita Tsarev
5c88b00c7c
JBR-5558: macOS keyboard rewrite 2
2024-10-23 02:03:04 +02:00
Nikita Tsarev
e26013bdcd
JBR-5295: Fix wrong keycodes for non-letter keys that lack a corresponding VK_ constant on macOS
2024-10-23 02:03:04 +02:00
Nikita Tsarev
c1bf518926
JBR-5254: Fix Caps Lock not working properly on certain Chinese IMs
...
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:03:04 +02:00
Nikita Tsarev
2f83887242
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
2024-10-23 02:03:04 +02:00
Nikita Tsarev
d4f48749ce
JBR-5233 Setup/teardown necessary keyboard layouts in macOS keyboard tests
2024-10-23 02:03:04 +02:00
Nikita Tsarev
73749fd8bc
JBR-5173 macOS keyboard support rewrite
...
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:03:04 +02:00
Nikita Tsarev
ce133b55be
Revert "macOS national keyboard support"
...
This reverts commit 21bffd06bc .
2024-10-23 02:03:04 +02:00
Nikita Provotorov
cda3a1a2ed
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).
2024-10-23 02:03:04 +02:00
Nikita Tsarev
59ac880d64
JBR-4990: Undo changes to ExtendedKeyCodes
2024-10-23 02:03:04 +02:00
Nikita Tsarev
96bd62db6f
JBR-3860: Fix shortcut behavior when Shift is the only modifier
2024-10-23 02:03:04 +02:00
Nikita Tsarev
eb59d9076b
JBR-4990: Fix regression tests for national keyboard layouts on macOS
2024-10-23 02:03:04 +02:00
Denis Konoplev
4d9aa5ce42
fixup! macOS national keyboard support
...
Remove unused import that broke compilation
2024-10-23 02:03:04 +02:00
Denis Fokin
b7f0a85b89
macOS national keyboard support
2024-10-23 02:03:03 +02:00
Nikita Gubarkov
661f502107
JBR-6387 Revert "8315701: [macos] Regression: KeyEvent has different keycode on different keyboard layouts"
2024-10-23 02:03:03 +02:00
Vitaly Provodin
57b10dcd49
update exclude list on results of 21.0.2_b393.7 test runs
2024-10-23 02:03:03 +02:00
Nikita Gubarkov
88f3eb6d6d
JBR-6723 flush vertex cache and command buffer before freeing glyph cache. ( #334 )
2024-10-23 02:03:03 +02:00
Alexey Ushakov
7a70d544f6
JBR-6785 wsl: update build scripts for linux target
...
Added explicit platform target
2024-10-23 02:03:03 +02:00
Vitaly Provodin
91db5d94d1
Update README.md
2024-10-23 02:03:03 +02:00
Vitaly Provodin
2e5a6214d1
Update README.md
2024-10-23 02:03:03 +02:00
Maxim Kartashev
0bbbc0dfa6
JBR-6742 Record resident set size in JVM fatal error log
2024-10-23 02:03:03 +02:00
Alexey Ushakov
f8a2961c48
JBR-6522 macOS: SIGSEGV at [libawt_lwawt.dylib+0x8eaa8] MTLGC_DestroyMTLGraphicsConfig
...
Fix of MT access to shared data in MTLGraphicsConfigInfo
2024-10-23 02:03:03 +02:00
Dmitry Drobotov
e725a1314f
JBR-6593 Fix UI freezes with JAWS announcements
...
* Execute AccessibleAnnouncer.nativeAnnounce on a background thread on Windows to fix UI freezes. IntelliJ calls this method from EDT, but it doesn't need to run on EDT because on Windows it simply calls screen readers API without interacting with UI components. Additionally, when using a background thread, the JAWS SayString method, which previously could have been running for multiple seconds, is now executed immediately as expected, but the root cause of previous delays is unclear.
* In JawsAnnouncer, initialize COM library with the multithreaded model to allow executing it from different threads. Now COM is initialized and uninitialized on every call of the method as required by the [documentation](https://learn.microsoft.com/en-us/windows/win32/learnwin32/initializing-the-com-library ): "Each thread that uses a COM interface must make a separate call to this function. For every successful call to CoInitializeEx, you must call CoUninitialize before the thread exits". IJawsApi COM object is still static and reused by different threads, which is allowed with a multithreaded concurrency model. It shouldn't cause issues because it has no state and only forwards calls to JAWS.
(cherry picked from commit 8cc4cd5cfd )
(cherry picked from commit d7d8d9b8e4 )
2024-10-23 02:03:03 +02:00
Vitaly Provodin
29bc5eb523
update exclude list linux-x86 failures
2024-10-23 02:03:03 +02:00
Vitaly Provodin
7441c3be51
update exclude list on results of 22_b2075 test runs
2024-10-23 02:03:03 +02:00
Vitaly Provodin
cd62f49696
update exclude list - remove failures no having tickets
2024-10-23 02:03:03 +02:00
Nikita Provotorov
777f1bc0cf
JBR-3697: Letter-based command mode actions are not triggered when using Chinese input method.
...
Fixes different platform-specific issues with disabling/enabling input methods support via java.awt.Component#enableInputMethods(boolean):
* Windows: disabling used to require to deactivate and then activate back the app window to be performed completely ;
* macOS: disabling used to leave the input method window visible (however, it wasn't affecting the input) ;
* Linux: with fcitx5 IMF (may not be reproduced with iBus) disabling and then enabling back the input method support used to reset the used input source (keyboard layout) to a default one. It's done via disabling the current XIM when the input method support is disabled instead of disposing it .
(cherry picked from commit 2933ea89f0 )
The patch also contains the fix for "JBR-6711: java/awt/LightweightDispatcher/LWDispatcherMemoryLeakTest.java: JButton JPanel not collected."
It unsets its references to tracked components thus not preventing GC from collecting them.
(cherry picked from commit e9aab98a6c )
2024-10-23 02:03:03 +02:00
Dmitry Drobotov
a7e0e246b7
JBR-6325 Implement keyboard focus tracking for macOS Accessibility Zoom
...
* Call UAZoomChangeFocus function when the keyboard focus is changed or when an accessible selection event is fired. Zoom viewport fill follow the accessible frame of the newly focused component, and if it has a selected child, its frame will be passed as part that needs to be highlighted.
* Fix an exception in ComboBoxAccessibility.accessibilitySelectedChildren when its selection is nil. This happens when a combo box doesn't have a selected item, and it this case Zoom wouldn't be able to follow the combo box location.
* Move the native handler of CAccessibility.focusChanged method from the legacy JavaComponentAccessibility to the new CommonComponentAccessibility class. It calls a class method (like a static method in Java), so there is no difference in which specific class it's located, but it allows to write the new code in the appropriate class.
(cherry picked from commit 75b06421ff )
2024-10-23 02:03:02 +02:00
Vitaly Provodin
10b247e984
Update README.md
2024-10-23 02:03:02 +02:00
Dmitrii Morskii
d929b680c4
JBR-5500 Handled situation of processing WM_ENDSESSION in process of closing application
2024-10-23 02:03:02 +02:00
Vitaly Provodin
3338ebd2ce
Update README.md
2024-10-23 02:03:02 +02:00
Maxim Kartashev
fa2a6d5b8e
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.
2024-10-23 02:03:02 +02:00
Dmitry Drobotov
a1390f1631
JBR-6472 Add default value in CAccessibility.isComboBoxEditable to avoid NPE
...
(cherry picked from commit 93937603b3 )
2024-10-23 02:03:02 +02:00
Alexey Ushakov
f8aec4470a
JBR-6612 Provide standard scripts for performance measurements
...
run_rp.sh - additional checks
2024-10-23 02:03:02 +02:00
Maxim Kartashev
86e67fa876
JBR-6246 Do not overwrite CDS archives after created with jlink
2024-10-23 02:03:02 +02:00
Alexey Ushakov
0dd03346e7
JBR-6612 Provide standard scripts for performance measurements
...
Initial implementation for linux and macOS
2024-10-23 02:03:02 +02:00
Nikita Tsarev
ffc0946bfe
JBR-6297: Don't check for NSInputManager wantsToHandleMouseEvents in mouseDown by default
2024-10-23 02:03:02 +02:00
Maxim Kartashev
0633c2df2b
Update README.md with up-to-date build instructions
2024-10-23 02:03:02 +02:00
Maxim Kartashev
c845c6d28d
JBR-6247 Update JBR-specific tests after JDK-8314823
2024-10-23 02:03:02 +02:00
Maxim Kartashev
f463becda0
JBR-1430 (8195129) Windows: use UTF16 version of Win32 API to load DLL
...
Also correct library name encoding in exception messages.
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:03:02 +02:00
Vitaly Provodin
ecf411dc5e
Update README.md
2024-10-23 02:03:02 +02:00
Vitaly Provodin
d5cbc9c255
Update README.md
2024-10-23 02:03:01 +02:00
Alexey Ushakov
3ad0dd8cf9
JBR-6522 macOS: SIGSEGV at [libawt_lwawt.dylib+0x8eaa8] MTLGC_DestroyMTLGraphicsConfig
...
Performing flush of pending rendering operation before destroying MTLGraphicsConfig
2024-10-23 02:03:01 +02:00
Nikita Gubarkov
9218ef11c1
JBR-4618 Force window size update after display reconfiguration
...
- Re-create all GraphicsDevices on displayChanged()
2024-10-23 02:03:01 +02:00
Dmitrii Morskii
48572054ba
JBR-6671 added option 'freetype.font.rendering'
2024-10-23 02:03:01 +02:00
Dmitrii Morskii
2d9c42b7c4
Revert "JBR-6346 update Inter font version"
...
This reverts commit 7712e529330674b83e39c8e81701db32436d42dc.
2024-10-23 02:03:01 +02:00
bourgesl
1b48539484
Revert "JBR-6522: ensure thread-safety in MTLGC_DestroyMTLGraphicsConfig (pthread_mutex_t)"
...
This reverts commit e7e3638c52 .
2024-10-23 02:03:01 +02:00
bourgesl
1a39f30871
JBR-6522: ensure thread-safety in MTLGC_DestroyMTLGraphicsConfig (pthread_mutex_t)
2024-10-23 02:03:01 +02:00
Vitaly Provodin
f01d574b85
JBR-6649 add synchronization for creating UI
2024-10-23 02:03:01 +02:00
Nikita Gubarkov
aca69642dc
JBR-6651 Exclude keycap emoji from EmojiVariation test.
2024-10-23 02:03:01 +02:00
Vitaly Provodin
54b88f4225
update exclude list on results of 22_b2014 test runs
2024-10-23 02:03:01 +02:00
Vitaly Provodin
d3e6280774
JBR-6620 restore displayMode to the state that was before running the test
2024-10-23 02:03:01 +02:00
Dmitrii Morskii
e06cb96739
JBR-6346 update Inter font version
2024-10-23 02:03:01 +02:00
Vitaly Provodin
2310426d93
Update README.md
2024-10-23 02:03:01 +02:00
Vitaly Provodin
52ca9954f3
remove resolved issues from exclude list
2024-10-23 02:03:01 +02:00
Vitaly Provodin
c842553251
Update README.md
2024-10-23 02:03:00 +02:00
Dmitrii Morskii
a80a2902fc
JBR-6604 supported case when fonts directory is missing
2024-10-23 02:03:00 +02:00
Aleksey Shipilev
54637eabfc
update exclude list on results of main.2003 test runs
2024-10-23 02:03:00 +02:00
Vitaly Provodin
6c4ad82fea
JBR-6591 specify values for the configure options --with-vendor-url and --with-vendor-bug-url
2024-10-23 02:03:00 +02:00
Maxim Kartashev
f3f97a1cfb
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.
2024-10-23 02:03:00 +02:00
Dmitry Batrak
e53236ce32
JBR-6449 Introduce FontMetricsAccessor into JBR API
...
JBRE-MR-368
(cherry picked from commits f0d5a907ac , 5befaea6af , ea2c4bfc83 , 04601189604827c115a5a3b36aa268ba5c39ef3dб 20468cf28b )
2024-10-23 02:03:00 +02:00
Vitaly Provodin
bac7442b8a
JBR-6558 synchronize drawing and the test checking
2024-10-23 02:03:00 +02:00
Vitaly Provodin
2f8fab6bc3
JBR-6556 add saving screenshots for analysis of test failures
2024-10-23 02:03:00 +02:00
Vitaly Provodin
2e5714205c
update exclude list on results of 21.0.1_b334 test runs
2024-10-23 02:03:00 +02:00
Dmitrii
2fdada3846
JBR-3098 move repaintPeer event from AppKit thread to EDT on macos
2024-10-23 02:03:00 +02:00
Nikita Gubarkov
4c0ec33962
JBR-6264 Improved coordinate conversion in XWayland mode
2024-10-23 02:03:00 +02:00
bourgesl
14a6baafb7
JBR-6505: removed extra setNeedDisplay() in startRedrawIfNeeded() to restore JavaDraw performance (more frames rendered than real vsync FPS)
2024-10-23 02:03:00 +02:00
Vitaly Provodin
17a883cea1
update exclude list on results of 21.0.1_b331.1 test runs
2024-10-23 02:03:00 +02:00
Vitaly Provodin
cd63abec9e
JBR-5863 add verbose mode thata saves the captured image
2024-10-23 02:03:00 +02:00
Vitaly Provodin
f427de39fe
JBR-6493 add jtreg test
2024-10-23 02:02:59 +02:00
Vitaly Provodin
78a388f673
update exclude list on results of 23_b1960 test runs
2024-10-23 02:02:59 +02:00
Dmitrii Morskii
71a26c0cfd
Revert "JBR-6346 update Inter font version"
...
This reverts commit 9aa690a94e .
2024-10-23 02:02:59 +02:00
bourgesl
04840cc00f
JBR-6241: RenderPerf 23.12: remove older RenderPerfTest in src
2024-10-23 02:02:59 +02:00
Vitaly Provodin
1042048586
JBR-6454 add synchronization at disposing windows
2024-10-23 02:02:59 +02:00
bourgesl
debcda89ba
JBR-6377: fixed MTLLayer.redrawCount = 1 to avoid extra redraws with multiple windows
2024-10-23 02:02:59 +02:00
Maxim Kartashev
08e94ca55c
JBR-6340 Popups displayed shifted after moving IDE to another monitor via shortcut with auto-maximize enabled in Mutter
...
Windows no longer change their "native" size when moved between monitors
with different scale on Linux. Use -Dresize.with.scale=true to revert
that.
2024-10-23 02:02:59 +02:00
Nikita Gubarkov
cb553571d6
JBR-5837 retrieve up-to-date default screen device in FullscreenWindowProps test.
...
Calling setDisplayMode() or setFullScreenWindow() may cause display reconfiguration.
2024-10-23 02:02:59 +02:00
Alexey Ushakov
98496285a1
JBR-6433 Rounded corners of popups disappear after a while
...
Removed opacity from CAMetalLayer for layers with rounded corners
2024-10-23 02:02:59 +02:00
Alexey Ushakov
6c92faee7e
JBR-5621 Test failures with -Dsun.java2d.metal.displaySync=false
...
Created intermediate buffer in the MTLLayer
Implemented frame separation of window updates for AWT and Swing
Remove frame delays as they greatly affect throughput
Fixed test/jdk/sun/java2d/GdiRendering/ClipShapeRendering.java
Resolved crash on multi-GPU systems
2024-10-23 02:02:59 +02:00
Dmitrii Morskii
185cb46c6e
JBR-6346 update Inter font version
2024-10-23 02:02:59 +02:00
Nikita Provotorov
748a913217
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 )
2024-10-23 02:02:59 +02:00
Vitaly Provodin
3d302e4353
JBR-6404 synchronize drawing and the test checking
2024-10-23 02:02:59 +02:00
Vitaly Provodin
633f38220f
JBR-3902 create jbr_all test group
2024-10-23 02:02:59 +02:00
Maxim Kartashev
42c235f0d2
JBR-6002 Linux: maximized window goes fullscreen after being moved between monitors
...
(cherry picked from commit 83c4c0364698f5bfb682d715bbe4ac70d50f11b3)
2024-10-23 02:02:58 +02:00
ngubarkov
051ff34535
JBR-5605 ignore empty client area when syncing bounds in XDecoratedPeer.
...
(cherry picked from commit d2301edbd0de04747817a2d382f587056d954627)
2024-10-23 02:02:58 +02:00
ngubarkov
31a8ace9b9
JBR-5438 Fix window bounds in XWM#setShellResizable
...
(cherry picked from commit 0aee99ac703f3b360277293e6e7a2e1aadfaba33)
2024-10-23 02:02:58 +02:00
ngubarkov
bd11cfff99
JBR-5265 Workaround incorrect position of content window in queryXLocation.
...
(cherry picked from commit 26684fd4c761dcd2a4c93673d7732095a2050c9b)
2024-10-23 02:02:58 +02:00
ngubarkov
cac8e10c43
JBR-5417 Fix flickering in multi-monitor setups on Linux.
...
(cherry picked from commit 9b813e21c361e9e4b97c52bdd8eccef0030a7763)
2024-10-23 02:02:58 +02:00
Dmitry Batrak
fbeeff8ac4
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 )
(cherry picked from commit f4ea24e18d8e6f4cb0420e30344a5cd3f000c021)
2024-10-23 02:02:58 +02:00
Sergey Shelomentsev
cc73167199
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
(cherry picked from commit 80b6e4ba8cad4c19b0f306ccd64dad9c085a8bab)
2024-10-23 02:02:58 +02:00
Nikita Provotorov
496d3e789f
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 ca5562225a )
(cherry picked from commit 1ba73c8aaf430ca4c6e8302d1bcee8681aa8584d)
2024-10-23 02:02:58 +02:00
Vitaly Provodin
2040025c1b
update exclude list on results of 22_b1930 test runs
...
(cherry picked from commit def4d8ad64e4b1fea76ace0d9014c1a063e44891)
2024-10-23 02:02:58 +02:00
Vladimir Kharitonov
aec5f67fb7
RDCT-766 add libwayland-cursor.so to ResolveSymbolsTestMinEnv
...
(cherry picked from commit 9626cc17447b96e8b4a16908f349e682525e3090)
(cherry picked from commit 09d1ab6ca20b51a46dad120ac044346bb2a8d48e)
2024-10-23 02:02:58 +02:00
Vladimir Kharitonov
6beff4b184
JBR-6272 add resolve symbols tests
...
(cherry picked from commit a4acdf005c53b1765ad356a740d4569db70e8b02)
(cherry picked from commit 9178b241d5d706c7628d5ebfac0fff8b54029b97)
2024-10-23 02:02:58 +02:00
Vitaly Provodin
5bb72d47fc
JBR-6246 add (re)generating cds archives at jlink step
2024-10-23 02:02:58 +02:00
Nikita Gubarkov
3a57849dc4
Emoji PR sync (experimental)
...
- Removed font fallback hacks.
- Changed composite font glyph code encoding scheme, refactored to use Font2D instead of PhysicalFont.
- New Emoji logical font type with 2 underlying physical fonts.
- Removed getGlyphVectorOutline - it's unused and broken.
- Got rid of charsToGlyphs[NS] boilerplate.
- Moved emoji tests to separate directory.
2024-10-23 02:02:58 +02:00
Nikita Gubarkov
8f1114456c
Added Clion project setup
2024-10-23 02:02:57 +02:00
Nikita Gubarkov
350298a653
Updated IDEA project setup
2024-10-23 02:02:57 +02:00
Sergey Shelomentsev
ab2ad532ec
Don't trigger workflow on push
2024-10-23 02:02:57 +02:00
Dmitrii Morskii
68fb73c88c
JBR-5724: fixed serialization and backward compatibility of Font
2024-10-23 02:02:57 +02:00
Alexander Lobas
e5f4a12183
JBR-4834 JBR-5139 Rounded corners on Mac OS and Windows: support custom border color
2024-10-23 02:02:57 +02:00
Dmitrii Morskii
fbefaaf4d0
JBR-6044 handle absence of fontConfig library in setupRenderingFontHints
2024-10-23 02:02:57 +02:00
Dmitrii Morskii
db044a20bb
JBR-6041 started using correct type inside FcPatternGetValueFuncType
2024-10-23 02:02:57 +02:00
Dmitrii Morskii
110101f1ef
JBR-6018 removed incorrect test testFeaturesZeroFrac
2024-10-23 02:02:57 +02:00
Dmitrii
81d6298f57
JBR-5502: optimize stringWidth & charsWidth methods of FontDesignMetrics
2024-10-23 02:02:57 +02:00
Dmitrii Morskii
9e5ff97d8c
JBR-5844: fixed other part of issue. Added missing implementation of native methods in fontconfigmanager
2024-10-23 02:02:57 +02:00
Alexey Ushakov
8a2cad0aea
8311917: MAP_FAILED definition seems to be obsolete in src/java.desktop/unix/native/common/awt/fontpath.c
...
Reviewed-by: prr
2024-10-23 02:02:57 +02:00
Dmitrii Morskii
0b31fbe755
JBR-5844: fix case with non-scalable face
2024-10-23 02:02:57 +02:00
Dmitrii Morskii
b541824972
JBR-5804: refactoring of freetypeScaler and moving fontconfig's logic in separate file
2024-10-23 02:02:57 +02:00
Dmitrii
7f0276b7c0
JBR-5246 add OpenType's features support
2024-10-23 02:02:57 +02:00
Dmitry Batrak
6481200e4e
JBR-5751 java/awt/Focus/RowToleranceTransitivityTest.java: Focus got stuck while traversing.
2024-10-23 02:02:56 +02:00
Vitaly Provodin
0bdfd77a14
JBR-5286 make windows-aarch64 building script identical to the same script in jbr17
2024-10-23 02:02:56 +02:00
Vitaly Provodin
80bcd929ef
update jetbrains.api hash and API version
2024-10-23 02:02:56 +02:00
Vitaly Provodin
05ae134407
Revert "JBR-5724: fixed serialization and backward compatibility of Font"
...
This reverts commit c5cc5b4dedbdf73871f14db92afaac15fd985d86.
2024-10-23 02:02:56 +02:00
Vitaly Provodin
ea82b4d305
JBR-6246 add default CDS archives into jbrsdk distributions
2024-10-23 02:02:56 +02:00
Dmitry Drobotov
2721daeac6
JBR-4479 Add text caret tracking for macOS Accessibility Zoom
...
(cherry picked from commit 0dfbf34b37 )
2024-10-23 02:02:56 +02:00
Dmitry Drobotov
72749f4d06
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 )
2024-10-23 02:02:56 +02:00
Vitaly Provodin
84e15ab124
Update README.md
2024-10-23 02:02:56 +02:00
Maxim Kartashev
eefd1bdbb8
JBR-6220 javax/swing/GraphicsConfigNotifier/StalePreferredSize.java became failing by time out on Linux
2024-10-23 02:02:56 +02:00
Maxim Kartashev
857d308ded
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.
2024-10-23 02:02:56 +02:00
Maxim Kartashev
418c366fdd
JBR-5971 Wayland: support WindowMove JBR API
...
Updated the XToolkit implementation to match API changes required for
WLToolkit
2024-10-23 02:02:56 +02:00
Maxim Kartashev
09914d5fcd
JBR-5777 isWindowMoveSupported() doesn't work with non-default GraphicsEnvironment
...
Co-authored-by: Nikita Gubarkov <nikita.gubarkov@jetbrains.com >
2024-10-23 02:02:56 +02:00
Maxim Kartashev
3c1e87fe1b
JBR-5637 Linux: implement window position change with WM help
...
Introduced JBR.isWindowMoveSupported() and
JBR.getWindowMove().startMovingTogetherWithMouse()
2024-10-23 02:02:56 +02:00
Maxim Kartashev
7c81ee7c66
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>)
2024-10-23 02:02:56 +02:00
Alexander Lobas
ad0b828cff
JBR-5546 Iterating open windows with cmd backtick on Mac forces minimized windows to un-minimize
2024-10-23 02:02:55 +02:00
Alexander Lobas
2f92baaa41
JBR-5478 IDEA window doesn't fit the screen properly on turning off/on an external monitor
2024-10-23 02:02:55 +02:00
Alexander Lobas
48578f4e94
JBR-5384 New UI: window header is hard to resize on the top edge, top/right corner
2024-10-23 02:02:55 +02:00
Alexander Lobas
09d9c9a9e7
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
2024-10-23 02:02:55 +02:00
Dmitry Batrak
5ae5a17ecc
JBR-5300 Change source code and test files to use GPL license
...
fix copyright profile in generated IDE project
(cherry picked from commit 43ebbe3cd1 )
2024-10-23 02:02:55 +02:00
Nikita Gubarkov
d82d26a895
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.
2024-10-23 02:02:55 +02:00
Vitaly Provodin
960cffff7b
update exclude list on results of 21.0.1_b293.1 test runs
2024-10-23 02:02:55 +02:00
Nikita Provotorov
798d23e59b
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 )
2024-10-23 02:02:55 +02:00
Maxim Kartashev
0d5d89ea1c
JBR-6291 runtime/cds/appcds/dynamicArchive/TestDynamicDumpAtOom.java: Attempting to acquire lock OOMEStacks_lock/safepoint out of order
2024-10-23 02:02:55 +02:00
Alexander Lobas
9b7debd68d
JBR-5409 "No Print Service Found" Error when saving to PDF
2024-10-23 02:02:55 +02:00
Alexey Ushakov
c87c0b56e4
JBR-6281 Remove MTLEvent sync from Metal rendering code
...
Removed sync code
2024-10-23 02:02:55 +02:00
Nikita Provotorov
16b13fac90
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 )
2024-10-23 02:02:55 +02:00
Nikita Provotorov
e050dfb530
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 c57030a2ef )
2024-10-23 02:02:55 +02:00
Maxim Kartashev
32f7eac725
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.
2024-10-23 02:02:55 +02:00
Nikita Provotorov
22f730b9a9
JBR-5980: Pasting from clipboard not working reliably in Windows.
...
(also contains the fix of JBR-6267 Image retreived from the Clipboard is not the same image that was set to the Clipboard)
- Adds a way to disable caching of the data placed into the clipboard. The behavior is controlled by the system property "awt.windows.clipboard.cache.disabled" (=false 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) .
2024-10-23 02:02:55 +02:00
Nikita Provotorov
4d19e5d98a
JBR-5980: Pasting from clipboard not working reliably in Windows.
...
Marks the native flag AwtClipboard::isGettingOwnership as volatile and adds memory barriers around it to avoid inconsistencies of CPU caches.
2024-10-23 02:02:54 +02:00
Vitaly Provodin
0efae802c0
JBR-6255 improve calculation JDK_BUILD_NUMBER
2024-10-23 02:02:54 +02:00
Nikita Gubarkov
f2aa06933b
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.
2024-10-23 02:02:54 +02:00
Alexey Ushakov
e5f7df9f29
JBR-5025 Reduce latency during display reconfiguration in Metal
...
Moved metal load library checks to CGraphicsEnvironment
2024-10-23 02:02:54 +02:00
Alexey Ushakov
38c809bbbe
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
2024-10-23 02:02:54 +02:00
Alexey Ushakov
a95aa18721
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
Added more diagnostics.
2024-10-23 02:02:54 +02:00
Vitaly Provodin
10b01e47dd
Update README.md
2024-10-23 02:02:54 +02:00
Vladimir Kharitonov
35651803e0
JBR-6239 sign frameworks in cef_server.app
2024-10-23 02:02:54 +02:00
Maxim Kartashev
26acb2cd23
JBR-4020 Test ObsoleteFlagErrorMessage fails after +IgnoreUnrecognizedVMOptions has become the default
...
(cherry picked from commit ae5963a094 )
2024-10-23 02:02:54 +02:00
Maxim Kartashev
4d91f9f819
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.
2024-10-23 02:02:54 +02:00
Alexey Ushakov
3c85d436ce
JBR-5741 broken build in main because of hotspot changes (JDK-8309613)
...
Added missing parameter
2024-10-23 02:02:54 +02:00
Maxim Kartashev
6aec5dd5c9
JBR-5480 Include more information in OOME crash reports
2024-10-23 02:02:54 +02:00
Maxim Kartashev
6f21e54818
JBR-5466 jb/hotspot/JNIRefsInCrashLog.java: 'hs_err_42.txt' missing from stdout/stderr
2024-10-23 02:02:54 +02:00
Maxim Kartashev
78a41c263f
JBR-5431 Include memory used by JNI references into crash reports
2024-10-23 02:02:54 +02:00
Vitaly Provodin
4495aa51e0
Update README.md
2024-10-23 02:02:53 +02:00
bourgesl
7b33ae626e
JBR-5638: improved renderer performance for simple rectangular area (see BBoxAATileGenerator), added new statistics in Renderer
2024-10-23 02:02:53 +02:00
Nikita Tsarev
f5d3b97346
JBR-6215: Override XToolkit's default nonintuitive behavior when translating F13-F24 keys
2024-10-23 02:02:53 +02:00
Konstantin Bulenkov
9688d3adce
JBR-6214 [fwp jbr21] IDEA-299292 Use Inter semibold instead of Inter bold
...
Replaced Inter bold with semi-bold fonts
2024-10-23 02:02:53 +02:00
Nikita Gubarkov
36ec4e7745
JBR-6208 Extended glyph cache for Metal
2024-10-23 02:02:53 +02:00
Vitaly Provodin
e5e1ef05f9
JBR-6181 add Linux executables with bundled FreeType
2024-10-23 02:02:53 +02:00
Vitaly Provodin
7217883978
Update README.md
2024-10-23 02:02:53 +02:00
Alexey Ushakov
8b0e4519da
JBR-4983 MacOS Ventura - External monitor lagging
...
Restored REDRAW_INC to 2. Enabled the fix by default only for M2 and spans displays property enabled (Displays have separate spaces OFF)
2024-10-23 02:02:53 +02:00
Dmitrii Morskii
f82779058d
JBR-6135 removed dependence on process reading TTF in fixed size chunks
2024-10-23 02:02:53 +02:00
Alexey Ushakov
a7daea736c
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
2024-10-23 02:02:53 +02:00
Vitaly Provodin
122142a955
Update README.md
2024-10-23 02:02:53 +02:00
Nikita Provotorov
d50856fb2e
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 )
2024-10-23 02:02:53 +02:00
Vitaly Provodin
22169389f9
JBR-6130 add VK_TAB release action
2024-10-23 02:02:53 +02:00
Alexey Ushakov
22b6a3bd4c
JBR-4983 MacOS Ventura - External monitor lagging
...
Added extra redraw request
2024-10-23 02:02:53 +02:00
ghostflyby
f34619d92a
JBR-6124 Fix macOS services writing text back to textfield
2024-10-23 02:02:53 +02:00
Sergey Shelomentsev
ca0d03f7eb
exclude FocusTraversalOrderTest
2024-10-23 02:02:52 +02:00
Sergey Shelomentsev
4516612735
JBR-6060 add focus traversal order test
2024-10-23 02:02:52 +02:00
Nikita Gubarkov
3b871f16c5
JBR-6016 doPrivileged for JBR API internal services.
2024-10-23 02:02:52 +02:00
Vitaly Provodin
0eca9d51c2
JBR-6008 Update JetBrains Mono fonts to v2.304
2024-10-23 02:02:52 +02:00
Vitaly Provodin
a1edc8b618
Update README.md
2024-10-23 02:02:52 +02:00
Dmitry Batrak
e7a74a5678
JBR-3353 Sibling popup window is shown below dialog on macOS
...
(cherry picked from commit 4c6f3e4510 )
2024-10-23 02:02:52 +02:00
Dmitry Batrak
c24aacf700
JBR-5953 If hieroglyph typing isn't finalised, focusing another component inserts the composed text there
2024-10-23 02:02:52 +02:00
Dmitry Batrak
819db98624
JBR-5946 Allow to disable painting of composed text in Swing text components using TextLayout.draw
2024-10-23 02:02:52 +02:00
Dmitry Batrak
9908b2aaeb
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 )
2024-10-23 02:02:52 +02:00
ngubarkov
c292ecf05c
JBR-5240 Fix XToolkit#getScreenInsets in Xinerama mode.
2024-10-23 02:02:52 +02:00
ngubarkov
223ae18368
JBR-5316 Fix fractional scaling HIDPI.
2024-10-23 02:02:52 +02:00
Nikita Gubarkov
6e377ab2e0
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
2024-10-23 02:02:52 +02:00
Nikita Gubarkov
b9fe109b25
IDEA-141456 Multimonitor HIDPI support for Linux
2024-10-23 02:02:52 +02:00
Dmitrii Morskii
6664df6904
JBR-5724: fixed serialization and backward compatibility of Font
2024-10-23 02:02:51 +02:00
Dmitrii Morskii
621ef9f1f7
JBR-5259: fixed Canvas mispositioning after dragging JFrame to a monitor with different scale
2024-10-23 02:02:51 +02:00
Vitaly Provodin
c103c38e31
Update README.md
2024-10-23 02:02:51 +02:00
Maxim Kartashev
040fb70d62
JBR-5815 javax/swing/AbstractButton/6711682/bug6711682.java: Row #2 checkbox is not selected
...
Fixed the test to use proper cell coordinates when clicking.
2024-10-23 02:02:51 +02:00
Alexey Ushakov
1858c77fb2
JBR-5807 java/awt/Frame/FrameVisible/FrameContentAppearanceTest.java: Failed: OpenGL 26 image rendering failure(s)
...
Added synchronisation for rendering and appearance
2024-10-23 02:02:51 +02:00
bourgesl
1440c0bebc
JBR-5625: disable color-matching (colorspace = nil) in MTLLayer by default (see new system property 'sun.java2d.metal.colorMatching=true/false') + added new MetalLayerColorTest
...
Use CGColorSpaceCopyName() available since macOS 10.6 in MTLLayer
Use sun.java2d.metal.colorMatching=true by default (current metal behaviour)
2024-10-23 02:02:51 +02:00
Nikita Provotorov
fa48997f95
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 )
2024-10-23 02:02:51 +02:00
Dmitrii Morskii
e43855655e
JBR-5548 fix BadSerializationTest
2024-10-23 02:02:51 +02:00
Vitaly Provodin
4fd8582378
Update README.md
2024-10-23 02:02:51 +02:00
Sergey Shelomentsev
36e7b4f65b
JBR-5746 wait for menu visibility of fail the test
...
add mouse events logging
2024-10-23 02:02:51 +02:00
Dmitry Batrak
dddc8b8f37
JBR-5720 Wrong modifiers are reported for mouse middle and right buttons' release/clicked events
2024-10-23 02:02:51 +02:00
Dmitry Batrak
54dbf9ea85
JBR-5684 Focus state is broken after closing of modal dialog in an inactive application
2024-10-23 02:02:51 +02:00
Vitaly Provodin
a315524c20
update exclude list
2024-10-23 02:02:51 +02:00
Vitaly Provodin
f4c41fa130
Update README.md
2024-10-23 02:02:51 +02:00
Alexey Ushakov
1891137ba8
JBR-5151 Test failures caused by -Dsun.java2d.metal.displaySync=false
...
Removed display sync from window layer, provide layer content updates only when necessary
2024-10-23 02:02:51 +02:00
Dmitrii Morskii
9abb738fba
JBR-1775: improved logic for choosing newer font between system and bundled ones
2024-10-23 02:02:50 +02:00
Sergey Shelomentsev
d565b6b27a
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
2024-10-23 02:02:50 +02:00
Vitaly Provodin
83ab1fc46c
Update README.md
2024-10-23 02:02:50 +02:00
Alexey Ushakov
3b171333b6
JBR-5693 Debug build failure in main branch
...
Corrected printf format and muted unused-function option for keycode_cache.c
2024-10-23 02:02:50 +02:00
Alexey Ushakov
328b53a598
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
2024-10-23 02:02:50 +02:00
Sergey Shelomentsev
c3b5a9233a
JBR-5670 restore initial display mode after test execution
...
restore original display mode
2024-10-23 02:02:50 +02:00
Sergey Shelomentsev
d955311387
JBR-4880 Fix DeadKeySystemAssertionDialog to avoid receiving key event out of the window
2024-10-23 02:02:50 +02:00
Vladislav Rassokhin
9e0dd20a34
JBR-5600 Reduce noise in signing scripts output
2024-10-23 02:02:50 +02:00
Vladislav Rassokhin
fef6a781d7
JBR-5600 Sign frameworks as whole, verify framework signature before full app sign
2024-10-23 02:02:50 +02:00
Nikita Provotorov
78a85ae157
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 )
2024-10-23 02:02:50 +02:00
Vladislav Rassokhin
0c89a2fb43
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`
2024-10-23 02:02:50 +02:00
Vladislav Rassokhin
333ab418c0
JBR-5600 Staple .pkg with signature
2024-10-23 02:02:50 +02:00
Vladislav Rassokhin
1267368662
JBR-5600 Notarize macOS binaries using notarytool
2024-10-23 02:02:50 +02:00
Vladislav Rassokhin
af3d504a0a
JBR-5600 Sign macOS binaries using jet-sign
2024-10-23 02:02:50 +02:00
Sergey Shelomentsev
e36a802d9f
JBR-5579 Update mouse location checks, set window always on top for ActionListenerTest
2024-10-23 02:02:50 +02:00
Sergey Shelomentsev
6f03f11636
JBR-5551 update hit tests on custom title bar
...
- set windows always on top
- verify mouse location before clicking
2024-10-23 02:02:49 +02:00
Sergey Shelomentsev
affeb17a6d
JBR-5577 fix MouseEventsOnClientArea test
...
- add Swing/AWT specific Task runners
- split MouseEventsOnClientArea to separate AWT/Swing tests
- use CountDownLatch for tracking mouse events
2024-10-23 02:02:49 +02:00
Sergey Shelomentsev
96f5d558f6
remove jb/java/awt/Window/ZOrderOnModalDialogActivation.java
2024-10-23 02:02:49 +02:00
Sergey Shelomentsev
aaf3ba0165
JBR-4494 pass ui scale options for child process
2024-10-23 02:02:49 +02:00
Maxim Kartashev
4b8bd5013c
JBR-5656 Builds of JDK 21 are reproducible by default
...
(cherry picked from commit 0d663a139acf3d5cdb19b33494ab9f6273c4ebfa)
2024-10-23 02:02:49 +02:00
bourgesl
4f5b281653
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
2024-10-23 02:02:49 +02:00
Alexey Ushakov
331ea3adcb
JBR-5649 Flickering in multi-monitor configuration
...
Provided corrected initial value for currentDisplayID
2024-10-23 02:02:49 +02:00
Vitaly Provodin
73a3115032
JBR-5627 add regression test AsyncProfilerRunnerTest
2024-10-23 02:02:49 +02:00
Maxim Kartashev
e58b799dac
JBR-5631 Refactor Dockerfile for x64 builds
2024-10-23 02:02:49 +02:00
Vitaly Provodin
3ba95ce45d
JBR-5603 build aarch64 Linux from arm64v8/centos:7 and check glibc to be not higher 2.17
2024-10-23 02:02:49 +02:00
Alexey Ushakov
40d06919ef
JBR-5580 J2DBench: ~15% drop performance because of non optimal synchronization in metal (MBP 16'' x64)
...
Replaced NSMutableArray with NSMutableSet, removed unnecessary __block modifier.
2024-10-23 02:02:49 +02:00
Sergey Shelomentsev
8a7fa6359e
update a11y exclude list
2024-10-23 02:02:49 +02:00
Alexey Ushakov
3bf0f089e7
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
2024-10-23 02:02:49 +02:00
bourgesl
9e980d9c1b
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
2024-10-23 02:02:49 +02:00
Alexey Ushakov
9244b9bfa1
JBR-5559 SwingMark performance drop after removing additional command queue
...
Added command queue and provided synchronization between the command queues
2024-10-23 02:02:49 +02:00
Nikita Provotorov
e1877d78ea
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 )
2024-10-23 02:02:48 +02:00
Alexey Ushakov
532b683eac
JBR-4883 macOS: SIGSEGV at MTLVertexCache_FlushGlyphVertexCache
...
Use separate glyph cache for each MTLContext instance. Refactored MTLGlyphCache
2024-10-23 02:02:48 +02:00
Alexey Ushakov
66ad9d973e
JBR-5193 Do not use extra commandQueue in metal pipeline
...
Removed extra command queue
2024-10-23 02:02:48 +02:00
Alexey Ushakov
a498994c82
JBR-4959 [macOS Ventura] Screen flickering after OS update when IDE is full screen
...
This includes displaySync changes as well as fixes for JBR-5157 and JBR-5321.
2024-10-23 02:02:48 +02:00
Vitaly Provodin
7ae49788e8
Update README.md
2024-10-23 02:02:48 +02:00
Maxim Kartashev
bf38eb816e
jb/branchdiff.py is a lot faster
2024-10-23 02:02:48 +02:00
Sergey Shelomentsev
415027749d
JBR-5505 update exclude list for a11y testing on Windows
2024-10-23 02:02:48 +02:00
Sergey Shelomentsev
4067557112
JBR-5397 update exclude list for a11y testing on MacOS
2024-10-23 02:02:48 +02:00
Maxim Kartashev
35752c6a04
JBR-5483 MacOSXWatchService assumes that the default file system is the UnixFileSystem, which might not be the case
2024-10-23 02:02:48 +02:00
Sergey Shelomentsev
3d0b0a6af8
JBR-5441 fix wait for idle
2024-10-23 02:02:48 +02:00
Maxim Kartashev
0618eda379
jb/branchdiff.py to warn if it can't differentiate between commits
2024-10-23 02:02:48 +02:00
Sergey Shelomentsev
29a40e4343
JBR-5440 fix calculations for double click location
2024-10-23 02:02:48 +02:00
Artem Bochkarev
98a5556b5c
JBR-5426 write JCEF version info inside release file
2024-10-23 02:02:48 +02:00
Maxim Kartashev
56ba8fd696
JBR-5445 JBRApiTest test fails on development builds
2024-10-23 02:02:48 +02:00
Sergey Shelomentsev
263bbee059
JBR-5433 add typing latency text for JTextArea
2024-10-23 02:02:48 +02:00
Vitaly Provodin
a6cd312818
JBR-5432 increase setAutoDelay for Robot
2024-10-23 02:02:47 +02:00
Maxim Kartashev
18f3a0099f
JBR-5230 Wanted: an ability to use Unix Domain sockets with overridden default NIO file system
2024-10-23 02:02:47 +02:00
Sergey Shelomentsev
c43add2ce7
fixup! JBR-4875 set proper OS to run ComboBoxTransparentTittleBarTest
2024-10-23 02:02:47 +02:00
Sergey Shelomentsev
70a4f55e24
fix controls width calculation
2024-10-23 02:02:47 +02:00
Sergey Shelomentsev
4e6f72ec76
split ActionListenerTest
2024-10-23 02:02:47 +02:00
Sergey Shelomentsev
82433d3faf
JBR-5345 native controls detection and scale fixes
2024-10-23 02:02:47 +02:00
Maxim Kartashev
f164d6b403
README.md: spelled out JBR distinctive features
2024-10-23 02:02:47 +02:00
Vitaly Provodin
81b4f6355b
update exclude list on results of 21_b28.1 test runs
2024-10-23 02:02:47 +02:00
Alexey Ushakov
639a4edadd
JBR-5330 Blank Welcome screen after moving to another display
...
Initialize currentDisplayID on AWTWindow creation
2024-10-23 02:02:47 +02:00
Nikita Tsarev
a3351a7e27
JBR-5369: Update failing tests list in response to macOS keyboard support rewrite
2024-10-23 02:02:47 +02:00
Vitaly Provodin
9f2221a94d
Update README.md
2024-10-23 02:02:47 +02:00
Vitaly Provodin
0d684d448f
update exclude list on results of 21_b24.2 test runs
2024-10-23 02:02:47 +02:00
Vitaly Provodin
11cf10b6cd
Update README.md
2024-10-23 02:02:47 +02:00
Sergey Shelomentsev
7a5bb53675
JBR-5350 Separate test for Mac OS
2024-10-23 02:02:47 +02:00
Sergey Shelomentsev
7c796a84b0
JBR-5346 run MaximizedCustomDecorationsTest on windows/mac only
2024-10-23 02:02:47 +02:00
Sergey Shelomentsev
e157f99d77
JBR-5350 fix FrameNativeControlTest checks on MacOS
2024-10-23 02:02:46 +02:00
Sergey Shelomentsev
d54614ffa6
JBR-5344 fix incorrectly specified VM options
2024-10-23 02:02:46 +02:00
Vitaly Provodin
94456659ad
Update README.md
2024-10-23 02:02:46 +02:00
Vitaly Provodin
aba167b5b9
update exclude list on results of 17.0.6_b855.1 test runs
2024-10-23 02:02:46 +02:00
Sergey Shelomentsev
c4230974d7
JBR-5313 fix broken custom decoration tests on Windows
2024-10-23 02:02:46 +02:00
Sergey Shelomentsev
4173855cf1
JBR-5253 Use new JBR API for custom decorations
2024-10-23 02:02:46 +02:00
Vitaly Provodin
b94825f5e8
JBR-5300 move jbr-api.jar into test artefact
2024-10-23 02:02:46 +02:00
Vitaly Provodin
9d9ed176d3
update exclude list on results of 17.0.6_b837.3 test runs
2024-10-23 02:02:46 +02:00
Maxim Kartashev
5c5bcbda6b
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.
2024-10-23 02:02:46 +02:00
Sergey Shelomentsev
3bc9357d70
set version for building jbr-api
2024-10-23 02:02:46 +02:00
Sergey Shelomentsev
7915a2128a
get rid of build-jbr-api scripts
2024-10-23 02:02:46 +02:00
Vitaly Provodin
de55119a75
clean up exclude lists
2024-10-23 02:02:46 +02:00
Sergey Shelomentsev
797742b5f5
JBR-5194 add regressions tests for custom decorations support
...
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:46 +02:00
Sergey Shelomentsev
5ce744bb1f
build jbr-api as a part of bundle build
2024-10-23 02:02:46 +02:00
Vitaly Provodin
c501377c3e
Update README.md
2024-10-23 02:02:45 +02:00
Vitaly Provodin
c0d6bb777f
Update README.md
2024-10-23 02:02:45 +02:00
Artem Semenov
cf0448d7fb
JBR-5289 If the label has the role of a hyperlink, VO still pronounces it as plain text ( #215 )
2024-10-23 02:02:45 +02:00
Alexey Ushakov
605e411630
JBR-5279 restore saving jbr native symbols bin/server/jvm.pdb
2024-10-23 02:02:45 +02:00
Sergey Shelomentsev
eec6b1edd6
JBR-4875 update test to use new JBR API window custom decorations
2024-10-23 02:02:45 +02:00
Vitaly Provodin
54c182e449
Update README.md
2024-10-23 02:02:45 +02:00
Artem Semenov
23fa2c7937
JBR-5269 Announcement priorities not set correctly ( #214 )
2024-10-23 02:02:45 +02:00
Vitaly Provodin
abb2bb8545
Update README.md
2024-10-23 02:02:45 +02:00
Artem Semenov
f987d0040c
JBR-5248 exception in accessible announcing
2024-10-23 02:02:45 +02:00
Vitaly Provodin
10e852a9b0
update exclude list on results of 21_b9 test runs
2024-10-23 02:02:45 +02:00
Vitaly Provodin
155b5f2ad5
JBR-5217 enable NVDA support in Windows builds
2024-10-23 02:02:45 +02:00
Vitaly Provodin
1cc7d8133a
Update README.md
2024-10-23 02:02:45 +02:00
AMPivovarov
cf4f5dc3f3
JBR-5213 JBR API v0.0.9 - add GraphicsUtils ( #208 )
...
* relax type constraints in BltBufferStrategy.getDrawGraphics
2024-10-23 02:02:45 +02:00
Artem Semenov
dc8f76df7e
JBR-5221 Add announcing to JBRAPI
2024-10-23 02:02:45 +02:00
Vitaly Provodin
bb1c2568ff
update exclude list on results of 21_b8 test runs
2024-10-23 02:02:45 +02:00
Artem Semenov
ad5b16433b
JBR-4170 Implement API for announcing
2024-10-23 02:02:44 +02:00
Vitaly Provodin
b162135f8d
update exclude list on results of 21_b7 test runs
2024-10-23 02:02:44 +02:00
Vitaly Provodin
04fa7c1b95
update exclude list on results of stability checking runs due to 8253184
2024-10-23 02:02:44 +02:00
Artem Bochkarev
640889ee0a
JBR-3575 use flag processEvents in LWCToolkit.invokeAndWait
2024-10-23 02:02:44 +02:00
Vitaly Provodin
db137b66cf
exclude several tests from runs on machines with enabled VoiceOver
2024-10-23 02:02:44 +02:00
Anton Tarasov
9a135977b7
JBR-4355 javax/swing/GraphicsConfigNotifier/StalePreferredSize.java: # C [libobjc.A.dylib+0x90ff] objc_release+0x1f
...
(cherry picked from commit c0b2b59d4a )
2024-10-23 02:02:44 +02:00
Anton Tarasov
cdc734664c
JBR-4362 [mac] system menu opens with duplicated items
...
(cherry picked from commit e32defe49d )
2024-10-23 02:02:44 +02:00
Anton Tarasov
52f87c7f71
JBR-4328 remove LWCToolkit.unsafeNonblockingExecute
...
(cherry picked from commit 9a3f31a6c4 )
2024-10-23 02:02:44 +02:00
Anton Tarasov
d3271f50a4
JBR-4134 PyCharm is slow and unusable on MacBook Pro with M1
...
(cherry picked from commit 36190505f5 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:44 +02:00
Anton Tarasov
313e4de030
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 )
2024-10-23 02:02:44 +02:00
Anton Tarasov
a9f51d166a
JBR-4119 UI freezes at sun.lwawt.macosx.CAccessibility.getChildrenAndRoles
...
(cherry picked from commit 6ba79774d8 )
2024-10-23 02:02:44 +02:00
Anton Tarasov
acb6b0892f
JBR-4106 PyCharm hangs with 100% CPU usage on one core
...
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:44 +02:00
Anton Tarasov
4d787f339a
JBR-4208 LWCToolkit.invokeAndWait should not stuck on invocation loss
...
including JBR-4543 (NPE: IdeEventQueue.lambda$getNextEvent$0)
2024-10-23 02:02:44 +02:00
Anton Tarasov
77b8fb5f3c
JBR-3413 use timeout in CAccessibility.invokeAndWait
...
(cherry picked from commit e7009db076 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:44 +02:00
Vitaly Provodin
b35e0433ff
update exclude list on results of 21_b1447 test runs
2024-10-23 02:02:44 +02:00
Vitaly Provodin
43a430dad6
Update README.md
2024-10-23 02:02:43 +02:00
Vitaly Provodin
a947d1a775
update exclude list on results of main.1441 test runs
2024-10-23 02:02:43 +02:00
Alexey Ushakov
740281be5b
JBR-5112 Large bold square whitespaces after waking up the laptop / connecting display
...
Clear primary surface data of VolatileSurfaceManager on display change event
2024-10-23 02:02:43 +02:00
Artem Semenov
7595265409
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
2024-10-23 02:02:43 +02:00
Artem Semenov
c4ed016860
JBR-4235 Context menu not readable after opening on Mac OS
2024-10-23 02:02:43 +02:00
Artem Semenov
228c0fa636
JBR-4012 On Idea Vo often speeks selected element of tables, lists, and trees.
2024-10-23 02:02:43 +02:00
Artem Semenov
f9a132fca8
JBR-3868 Combobox list is not voiced of VoiceOver
2024-10-23 02:02:43 +02:00
Alexey Ushakov
12a39259e9
JBR-5041 macOS: SIGSEGV at [libawt_lwawt] getRenderEncoder:(dstOps == NULL)
...
Protected code from using NULL dstOps
2024-10-23 02:02:43 +02:00
Alexey Ushakov
a6c46dd797
JBR-4856 macOS: SIGSEGV at [libawt_lwawt] MTLTR_DrawGlyphList
...
Clear glyph caches after switching contexts. Keep encoders in sync with graphics devices. Minor refactoring
2024-10-23 02:02:43 +02:00
Dmitry Batrak
0dae3b4173
JBR-5109 New frame doesn't get focused sometimes if it's shown right after popup is closed
...
(cherry picked from commit 693d317c0c )
2024-10-23 02:02:43 +02:00
Vitaly Provodin
628d1568fa
Update README.md
2024-10-23 02:02:43 +02:00
Alexey Ushakov
09e67f4fae
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.
2024-10-23 02:02:43 +02:00
Nikita Provotorov
6eb9d67146
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 )
2024-10-23 02:02:43 +02:00
Victor Kropp
8be594ede6
Update README.md
...
Mention Toolbox App in the list of applications built on JetBrains Runtime.
(cherry picked from commit cfa9789515 )
2024-10-23 02:02:43 +02:00
Nikita Provotorov
30a9df0254
Update README.md
...
Replaced jbr-dev to main and other minor fixes.
2024-10-23 02:02:42 +02:00
Vitaly Provodin
2d829872f3
update exclude list on results of 17.0.5_b721.3 test runs
2024-10-23 02:02:42 +02:00
Alexey Ushakov
47421f78ef
JBR-5073 [Double-Monitor] java/awt/Window/LocationAtScreenCorner/LocationAtScreenCorner.java: Wrong location
...
Added check for nil displayID of the window
2024-10-23 02:02:42 +02:00
Vitaly Provodin
f3e4908b69
update exclude list on results of 17.0.5_b712.2 test runs
2024-10-23 02:02:42 +02:00
Vitaly Provodin
d2e271f4e4
JBR-4956 reduce width of screenshot by one pixel to exclude caret
2024-10-23 02:02:42 +02:00
ngubarkov
cd045cd049
JBR-4840 cache screen resolution in XToolkit
2024-10-23 02:02:42 +02:00
Alexey Ushakov
64dcd1328e
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
2024-10-23 02:02:42 +02:00
Dmitry Batrak
90a540481c
JBR-5045 Invisible component can break focus cycle
...
(cherry picked from commit 0f57a27879 )
2024-10-23 02:02:42 +02:00
Vitaly Provodin
4f5693d7bd
Update README.md
2024-10-23 02:02:42 +02:00
Vitaly Provodin
de1d40974e
Update README.md
2024-10-23 02:02:42 +02:00
Vitaly Provodin
f2984b167d
update exclude list on results of 17.0.5_b691.6 test runs
2024-10-23 02:02:42 +02:00
Vitaly Provodin
e5de517f9d
Update README.md
2024-10-23 02:02:42 +02:00
Alexey Ushakov
8b34017810
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
2024-10-23 02:02:42 +02:00
Dmitry Batrak
32d7ecd9b5
JBR-4988 Transient Z-order violations on macOS
...
(cherry picked from commit bcba97511c )
2024-10-23 02:02:42 +02:00
Vitaly Provodin
e91c4437ff
JBR-4947 update alpine x64 image up to 3.14
2024-10-23 02:02:42 +02:00
Vitaly Provodin
35283cf343
update exclude list on results of 17.0.5_b469.67 test runs
2024-10-23 02:02:41 +02:00
Vitaly Provodin
c63df57094
Update README.md
2024-10-23 02:02:41 +02:00
Alexey Ushakov
3756da9c91
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
2024-10-23 02:02:41 +02:00
Vitaly Provodin
9deaf605f8
update Commit and Full testing exclude list on results of jbr17.668 test runs
2024-10-23 02:02:41 +02:00
Maxim Kartashev
6be259b5e2
JBR-4951 In function 'convert_to_java_array': error: comparison of integer expressions of different signedness
2024-10-23 02:02:41 +02:00
Vitaly Provodin
c7a95ff5f8
JBR-4089 add modules sun.awt sun.awt.image sun.java2d
2024-10-23 02:02:41 +02:00
Vitaly Provodin
d703334508
update exclude list for Commit testing
2024-10-23 02:02:41 +02:00
Vitaly Provodin
c81ca602a2
exclude tests failing because of JBR-4933, JBR-4934
2024-10-23 02:02:41 +02:00
Alexey Ushakov
afb09767f3
JBR-4731 SIGILL caused by NPE Cannot invoke "java.awt.GraphicsConfiguration.getDevice()" because "config" is null
...
Handled null device in platform window
2024-10-23 02:02:41 +02:00
Maxim Kartashev
52d201319c
Move JBR README.md to .github/
2024-10-23 02:02:41 +02:00
Svyatoslav Vlasov
7c621d372a
Add ProjectorUtils to jbr-api ( #181 )
...
* Add ProjectorUtils to jbr-api
Co-authored-by: Sviatoslav Vlasov <Sviatoslav.Vlasov@jetbrains.com >
2024-10-23 02:02:41 +02:00
Nikita Tsarev
41aa3534ce
JBR-3941 Make apple.awt.captureNextAppWinKey default to false
2024-10-23 02:02:41 +02:00
Vitaly Provodin
80f0e145e4
JBR-4912 jb/java/api/frontend/CustomTitleBarDoubleClick.java intermittently throws java.awt.AWTError
2024-10-23 02:02:41 +02:00
Maxim Kartashev
e8fcf69773
exclude java/awt/dnd/AcceptDropMultipleTimes/AcceptDropMultipleTimes.java due to JBR-4880 on windows
2024-10-23 02:02:41 +02:00
Alexey Ushakov
f94594edff
JBR-4710 macOS: SIGSEGV at sun.java2d.metal.MTLLayer.blitTexture
...
Added check for disposed texture in the MTLLayer
2024-10-23 02:02:41 +02:00
Nikita Gubarkov
d34ee0cec5
JBR-4890 Fix variation selectors font fallback on macOS
...
If font for a given variation selector not found, try without variation selector
2024-10-23 02:02:40 +02:00
Artem Bochkarev
80dcddbb08
JBR-4907 remove custom view for osx system menu items
...
Just revert "JBR-3131: support custom view for system menu items"
2024-10-23 02:02:40 +02:00
Vitaly Provodin
56e125648b
exclude java/awt/FullScreen/AltTabCrashTest/AltTabCrashTest.java due to JBR-4905 on windows&linux
2024-10-23 02:02:40 +02:00
Alexey Ushakov
5298e39002
JBR-4897 Reconnecting multiscreen monitor displays blank IDE
...
Handled NSWindowDidChangeScreenNotification, resolved race condition in window peer displayChanged listener
2024-10-23 02:02:40 +02:00
Vitaly Provodin
161e86723d
exclude jb/java/jcef/HandleJSQueryTest3314.sh due to JBR-4866 on linux
2024-10-23 02:02:40 +02:00
Vitaly Provodin
be415f2488
exclude some tests due to JBR-4880 on windows
2024-10-23 02:02:40 +02:00
Vitaly Provodin
ffa1d2ccdb
exclude javax/swing/JInternalFrame/8020708/bug8020708.java due to JBR-4879 on windows
2024-10-23 02:02:40 +02:00
Vitaly Provodin
a1a0b4a200
exclude java/awt tests which do not close child processes/windows
2024-10-23 02:02:40 +02:00
Vitaly Provodin
a56ed5bb02
exclude java/awt/FullScreen/NoResizeEventOnDMChangeTest/NoResizeEventOnDMChangeTest.java and java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java due to 7188711 on linux-all
...
j
2024-10-23 02:02:40 +02:00
Maxim Kartashev
cb9dcb222c
JBR-4877 WARNING: JNI local refs: 33, exceeds capacity: 32
2024-10-23 02:02:40 +02:00
Artem Bochkarev
64316ed386
JBR-4876 remove test duplicates
...
Since next jcef tests were moved into junit suite (inside jcef repository):
HandleJSQueryTest
JCEFStartupTest
LoadPageWithoutUI
MouseEventAfterHideAndShowBrowserTest
MouseEventScenario
MouseEventTest
2024-10-23 02:02:40 +02:00
Vitaly Provodin
471813f66b
JBR-4875 jb/javax/swing/JComboBox/ComboBoxTransparentTittleBarTest.java checks dragging JFrame with Combobox
2024-10-23 02:02:40 +02:00
Dmitry Batrak
7f04bfd62a
JBR-4871 Closed project leaked via KeyboardFocusManager#newFocusOwner
...
(cherry picked from commit 50c0ce58d3 )
2024-10-23 02:02:40 +02:00
Maxim Kartashev
0a0865aeec
JBR-4839 Report if wrong shared library is detected at run time
2024-10-23 02:02:40 +02:00
Maxim Kartashev
859cdc9b61
JBR-4848 Cannot invoke "javax.swing.JTextField.getCaret()" because the return value of "java.lang.ref.WeakReference.get()" is null
2024-10-23 02:02:40 +02:00
Alexey Ushakov
a15084f2ef
JBR-4590 macOS: SIGSEGV at [libawt_lwawt] MTLTR_DrawGlyphList
...
Invalidate glyph cache cell info after switching MTLContext
2024-10-23 02:02:39 +02:00
Nikita Gubarkov
047e5ee211
JBR-4815 force hinting for non-antialiased text
2024-10-23 02:02:39 +02:00
Maxim Kartashev
8641734528
jb/branchdiff.py script to help with release branches
2024-10-23 02:02:39 +02:00
Nikita Gubarkov
e8fa5e72bd
JBR-3677 check AppleActionOnDoubleClick property for custom window decorations on macOS
...
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:39 +02:00
Alexander Lobas
80934d94e4
JBR-4787 Rounded corners for native windows
...
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:39 +02:00
Vitaly Provodin
d74e90d15d
updated JTreg exclude list
2024-10-23 02:02:39 +02:00
Maxim Kartashev
64129223e9
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).
2024-10-23 02:02:39 +02:00
Alexey Ushakov
67e27e72b2
JBR-4696 macOS: NPE in -[AWTView viewDidChangeBackingProperties]
...
Added null pointer checks
2024-10-23 02:02:39 +02:00
MonoBot
969c8514f5
JBR-4809 Update the bundled JetBrains Mono font version
...
Fonts release 2.242
(cherry picked from commit 641424a3e3 )
2024-10-23 02:02:39 +02:00
Alexey Ushakov
4880dfdf57
JBR-4680 idea window flickers while changing the screen brightness
...
Update insets in separate notification
2024-10-23 02:02:39 +02:00
Maxim Kartashev
5c82e46bd9
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.
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:39 +02:00
Maxim Kartashev
5990deab1f
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.
2024-10-23 02:02:39 +02:00
Nikita Gubarkov
93f7a34f07
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.
2024-10-23 02:02:39 +02:00
Denis Fokin
94d5566be4
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 )
2024-10-23 02:02:38 +02:00
Alexey Ushakov
c466b60ffb
JBR-4784 Extra allocations of MTLRenderPipelineDescriptor affects performance in metal pipeline
...
Remove extra allocations
2024-10-23 02:02:38 +02:00
Alexey Ushakov
d6de4b7b89
JBR-4774 macOS: SIGILL at [libsystem_kernel] __kill in NPE / VolatileSurfaceManager.displayChanged / __displaycb_handle_block_invoke
...
Guarded against multiple displayChanged() notifications
2024-10-23 02:02:38 +02:00
Dmitry Batrak
7a262aeced
JBR-4782 Synergy keyboard/mouse input: window disabled after bringing IntelliJ into focus
...
(cherry picked from commit f863a14b19 )
2024-10-23 02:02:38 +02:00
Alexey Ushakov
532d06926a
JBR-4363 Changes in fonts rendering between JBR11 and JBR17
...
Do not use hinting for generating outlines
2024-10-23 02:02:38 +02:00
Alexey Ushakov
62d5a22066
JBR-3100 Exception in NSApplicationAWT: java.lang.NullPointerException at java.desktop/sun.lwawt.LWComponentPeer.windowToLocal
...
Added null check
2024-10-23 02:02:38 +02:00
Alexey Ushakov
f8006b6451
JBR-4774 macOS: SIGILL at [libsystem_kernel] __kill in NPE / VolatileSurfaceManager.displayChanged / __displaycb_handle_block_invoke
...
Added null check
2024-10-23 02:02:38 +02:00
Alexey Ushakov
3e5b59bd0e
JBR-3102 Exception in NSApplicationAWT: Invalid parameter not satisfying: !isnan(newOrigin.y)
...
Handled NAN values with some defaults
2024-10-23 02:02:38 +02:00
Vladislav Rassokhin
6f083819f5
JBR-4263 Improve check_jbr_size.sh
...
* Fix shellcheck inspections
* Don't silently fail if TOKEN is incorrect
2024-10-23 02:02:38 +02:00
Maxim Kartashev
5fc49575f8
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.
2024-10-23 02:02:38 +02:00
Maxim Kartashev
b9fbb998b3
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.
2024-10-23 02:02:38 +02:00
Dmitry Batrak
54a446a11e
JBR-4720 Focus state is broken after certain operations when VoiceOver is enabled
...
(cherry picked from commit dc1b49b5a6 )
2024-10-23 02:02:38 +02:00
Dmitry Batrak
9a96797c82
JBR-4673 Focus moves to another application on file dialog closing
...
(cherry picked from commit 7468974488 )
2024-10-23 02:02:38 +02:00
Dmitry Batrak
d6b527accc
JBR-4665 Focus 'jitter' on window showing in WSLg
...
(cherry picked from commit 9b32c2a577 )
2024-10-23 02:02:38 +02:00
Nikita Gubarkov
d7cdd77689
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
2024-10-23 02:02:38 +02:00
Alexey Ushakov
3732e6edf5
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 )
2024-10-23 02:02:37 +02:00
Dmitry Batrak
cc08e05962
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
2024-10-23 02:02:37 +02:00
artem.bochkarev
fd016cdd60
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
2024-10-23 02:02:37 +02:00
Vitaly Provodin
c5d9cd15f5
exclude sun/java2d/DirectX/RenderingToCachedGraphicsTest/RenderingToCachedGraphicsTest.java on linux-all due to 8252812
2024-10-23 02:02:37 +02:00
Vitaly Provodin
139c3c396f
exclude sanity/client/SwingSet/src/ColorChooserDemoTest.java on windows-all due to 8278582
2024-10-23 02:02:37 +02:00
Alexey Ushakov
bb059a4bfc
JBR-4636 Some JWindow tests failed due to wrong scaling
...
Take into account custom scale via sun.java2d.uiScale
2024-10-23 02:02:37 +02:00
Nikita Gubarkov
afd86d2c78
8289189: Fix ./configure on WSL1
2024-10-23 02:02:37 +02:00
Alexey Ushakov
8e2b2a3d0f
JBR-4619 Window content scale wrong after disconnecting external display / waking OS from sleep
...
Use viewDidChangeBackingProperties notification to adjust a window layer scale
2024-10-23 02:02:37 +02:00
Vitaly Provodin
97c515e4b8
exclude vmTestbase/vm/jit/LongTransitions due to 8271615 on macOS
2024-10-23 02:02:37 +02:00
Maxim Kartashev
8dd036f64b
JBR-4602 Unexpected NoSuchFileException running Rider test
...
This reverts commits for JBR-3680, JBR-4118, and JBR-4485.
2024-10-23 02:02:37 +02:00
Nikita Gubarkov
11920862d5
JBR-4373 Add mapping for .NewYork-* and .SFArabic-* system fonts
2024-10-23 02:02:37 +02:00
Alexander Lobas
5fc6094993
JBR-4563 Rounded corners for native Window on Mac OS ( #156 )
...
* JBR-4563 Rounded corners for native Window on Mac OS
2024-10-23 02:02:37 +02:00
Alexander Lobas
7215555739
JBR-4563 Rounded corners for native Window on Mac OS
2024-10-23 02:02:37 +02:00
Alexander Lobas
34eb5e6a7e
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
2024-10-23 02:02:37 +02:00
Alexey Ushakov
0844e27a7a
JBR-4591 macOS: SIGILL at [libsystem_kernel] __kill in -[__NSMallocBlock__ removeFromSuperview]: unrecognized selector sent to instance
...
Verified if windowDragView is present
2024-10-23 02:02:37 +02:00
Artem Bochkarev
2d3efb1509
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)
2024-10-23 02:02:36 +02:00
Artem Bochkarev
88909ad268
JBR-4456: fixed HandleJSQueryTest
...
first invocation of dispatch(WindowEvent.WINDOW_CLOSING) calls System.exit() internally (because of setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE))
2024-10-23 02:02:36 +02:00
Vitaly Provodin
e5caa745ef
exclude javax/swing/JToolBar/4529206/bug4529206.java due to 8288707 on linux
2024-10-23 02:02:36 +02:00
Vitaly Provodin
f2bb3ba878
enabling dtrace-tests: added dtrace keyword
...
(cherry picked from commit 0b5119ca89 )
2024-10-23 02:02:36 +02:00
Maxim Kartashev
d5697e5a84
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().
2024-10-23 02:02:36 +02:00
Maxim Kartashev
e31be4b54e
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.
2024-10-23 02:02:36 +02:00
Vitaly Provodin
4cca8a93f9
JBR-4570 improve synchronization and increase waiting time
2024-10-23 02:02:36 +02:00
Dmitry Batrak
641858c57e
JBR-4552 Windows revert back after initial move/resize in Cygwin/X
...
(cherry picked from commit 6dc194e089 )
2024-10-23 02:02:36 +02:00
Manuel Unterhofer
b22dc6d69b
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.
2024-10-23 02:02:36 +02:00
Nikita Provotorov
0170160ee4
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 )
2024-10-23 02:02:36 +02:00
Nikita Provotorov
7c6417bf28
JBR-4394, IDEA-246833: fixup of JBR-2444.
...
(cherry picked from commit ef262dc8bb )
2024-10-23 02:02:36 +02:00
Dmitry Batrak
82a277e325
JBR-4537 Popup windows shown for a background window cause app icon to blink in taskbar on KDE
2024-10-23 02:02:36 +02:00
Dmitry Batrak
262c418e44
JBR-4535 Popup windows disappear on mouse hover when 'Focus strictly under mouse' policy is used in KDE
2024-10-23 02:02:36 +02:00
Alexey Ushakov
6e7399c1c9
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.
2024-10-23 02:02:36 +02:00
Vitaly Provodin
4158ddf95c
exclude jb/java/awt/Window/ZOrderOnModalDialogActivation.java from S2 runs on Windows and Linux
2024-10-23 02:02:35 +02:00
Vitaly Provodin
843d34d92a
exclude javax/swing/plaf/nimbus/TestNimbusOverride.java on windows due to 8253184
2024-10-23 02:02:35 +02:00
Vitaly Provodin
8724eef2b7
exclude java/awt/Graphics2D/DrawString/DrawRotatedStringUsingRotatedFont.java on linux-aarch64 only due to 8266283
2024-10-23 02:02:35 +02:00
Artem Bochkarev
cd6acbd77d
JBR-4473: fixed native part of SystemHotkeyReader
2024-10-23 02:02:35 +02:00
Dmitry Batrak
34fc827196
JBR-1740 Menu remains open when application loses focus
...
(cherry picked from commit f987d22cd2 )
2024-10-23 02:02:35 +02:00
Vitaly Provodin
05408e1636
exclude Frame/RestoreToOppositeScreen/RestoreToOppositeScreen.java from S2 runs due to 8286840
2024-10-23 02:02:35 +02:00
Vitaly Provodin
4966a9f47f
exclude java/awt/Mouse/GetMousePositionTest/GetMousePositionWithPopup.java due to 8282232
2024-10-23 02:02:35 +02:00
Maxim Kartashev
6761297751
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.
2024-10-23 02:02:35 +02:00
Manuel Unterhofer
e0ed3c46b3
Merge fullscreen handlers for transparent title bar into existing ones
2024-10-23 02:02:35 +02:00
Manuel Unterhofer
2945e46ebf
FL-11420 Fix view hierarchy restoration for full-screen mode on macOS
2024-10-23 02:02:35 +02:00
Nikita Gubarkov
40d5006d28
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
2024-10-23 02:02:35 +02:00
Dmitry Batrak
712ccff48c
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 )
2024-10-23 02:02:35 +02:00
Maxim Kartashev
d6e0de8216
JBR-4464 Error building latest jbr-dev after JDK-8285730
2024-10-23 02:02:35 +02:00
Maxim Kartashev
54961300b9
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 )
2024-10-23 02:02:35 +02:00
Maxim Kartashev
08fd67714e
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 )
2024-10-23 02:02:35 +02:00
Renaud Paquay
3f0d5defed
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 )
2024-10-23 02:02:34 +02:00
Maxim Kartashev
686a18a523
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.
2024-10-23 02:02:34 +02:00
Dmitry Batrak
47f536a7c6
JBR-1518 JBR 11 does not support chain of popups on Linux
...
(cherry picked from commit 849356ee01 )
2024-10-23 02:02:34 +02:00
Dmitry Batrak
6f572c605d
JBR-4306 Robot doesn't work as expected in some cases on macOS
...
(cherry picked from commits 7d69734465 , 0f33031484 , 3b5ded0d02 )
2024-10-23 02:02:34 +02:00
Ryan Osial
c5a75535b8
Cache results of font-config pattern search for reuse
...
(cherry picked from commit 432f637904 )
(cherry picked from commit 17bc232f6f )
2024-10-23 02:02:34 +02:00
Maxim Kartashev
587076401f
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.
2024-10-23 02:02:34 +02:00
Anton Tarasov
2e9a3e2a70
JBR-4389 [update_1] IDEA UI font becomes too large after disconnecting the external monitor / sleep
2024-10-23 02:02:34 +02:00
Anton Tarasov
5194921b73
JBR-4389 IDEA UI font becomes too large after disconnecting the external monitor / sleep
2024-10-23 02:02:34 +02:00
Dmitry Batrak
38d3d7b6f8
remove duplicate bundled JetBrains Mono bold italic font
...
following JBR-4402
(cherry picked from commit b7e5d3cfcf )
2024-10-23 02:02:34 +02:00
Dmitry Batrak
bb3f8ddca9
JBR-4402 The wrong text is rendered in editor
2024-10-23 02:02:34 +02:00
Vitaly Provodin
9d8ce61786
JBR-4297 add a regression test
...
(cherry picked from commit 8e94fff6aa )
2024-10-23 02:02:34 +02:00
Konstantin Bulenkov
5b95be1dae
Update JetBrains Mono font to 2.225
2024-10-23 02:02:34 +02:00
Alexey Ushakov
f371862e56
JBR-4363 Changes in fonts rendering between JBR11 and JBR17
...
Resolved merge artifact after applying IDEA-57233 fix
2024-10-23 02:02:34 +02:00
Alexey Ushakov
52a072e1bc
JBR-3843 IDE text is misaligned vertically when using Consolas font
...
Use usWinAscent/usWinDescent for metrics on Windows
2024-10-23 02:02:33 +02:00
Alexey Ushakov
db6c4ff26d
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 )
2024-10-23 02:02:33 +02:00
Alexey Ushakov
0cec9a5927
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 )
2024-10-23 02:02:33 +02:00
Dmitry Batrak
84ed05ae58
JBR-4346 [Xfce] Windows are moved unexpectedly between workspaces when modal dialog is shown
...
(cherry picked from commits ad299f1e74 , 800220af16 )
2024-10-23 02:02:33 +02:00
Alexey Ushakov
02eae9169a
JBR-3827 SIGILL at [libsystem_kernel] __kill in Java Exception at -[CDragSource convertData:]
...
Added check for drag source
2024-10-23 02:02:33 +02:00
Alexey Ushakov
008391019a
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 )
2024-10-23 02:02:33 +02:00
Alexey Ushakov
381b605d00
JBR-3365 SIGILL at [libsystem_kernel] __kill in java.lang.RuntimeException: Failed to convert, no screen / primaryScreen
...
Wrapped the native exception and added logging
2024-10-23 02:02:33 +02:00
Dmitry Batrak
0e993c0600
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 )
includes fix for JBR-5458 Exception at dialog closing
(cherry picked from commit acde759572 )
2024-10-23 02:02:33 +02:00
Vitaly Provodin
f3a553ce84
JBR-4294 split desktop tests to more groups for Commit testing
2024-10-23 02:02:33 +02:00
Dmitry Batrak
a84ed70297
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 )
2024-10-23 02:02:33 +02:00
greg
c4472859f7
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
2024-10-23 02:02:33 +02:00
Denis Fokin
79a5628bbe
JBR-4038 [JBR17] Force Touch events are not supported on macOS
...
Added missing files and handlers from JBR11
2024-10-23 02:02:33 +02:00
Alexey Ushakov
3b96c59c2a
JBR-3901 jbr-dev compile problem
...
Added transient keyword
2024-10-23 02:02:33 +02:00
Alexander Lobas
50934ddffa
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 )
2024-10-23 02:02:33 +02:00
Dmitry Batrak
3a6d5c8489
JBR-3676 WINDOW_ACTIVATED/DEACTIVATED events sent to a frame when child window closes on macOS
...
(cherry-picked from commit 824f9ebec3 )
2024-10-23 02:02:33 +02:00
Dmitry Batrak
903b6ebfc7
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 )
2024-10-23 02:02:32 +02:00
Dmitry Batrak
008e26acf1
refactor nativeCreateNSWindow call wrapping
...
as part of JBR-3017
(cherry picked from commit eeef67a335 )
2024-10-23 02:02:32 +02:00
Dmitry Batrak
06c9654fd7
remove excessive wrapping with AccessController (AWTThreading does it internally now)
...
as part of JBR-3017
(cherry picked from commit f1dd523ba8 )
2024-10-23 02:02:32 +02:00
Dmitry Batrak
4b10fa67ab
JBR-2971 Log more information about window creation and property changes
...
(cherry picked from commit 9d86b4d235 )
2024-10-23 02:02:32 +02:00
Dmitry Batrak
16859f2ab9
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 , abfc3e2e79 , 50933cd23e )
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)
with fix for JBR-5300 Change source code and test files to use GPL license
with fix for JBR-2651 jb/java/awt/Focus/PopupIncomingFocusTest.java intermittently fails by java.util.concurrent.TimeoutException
2024-10-23 02:02:32 +02:00
Nikita Provotorov
805370c7f7
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 )
2024-10-23 02:02:32 +02:00
Nikita Gubarkov
852d1d91e3
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
2024-10-23 02:02:32 +02:00
Alexey Ushakov
ccc68e7625
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
2024-10-23 02:02:32 +02:00
Vitaly Provodin
2a9beb9cbc
exclude javax/swing/border/TestTitledBorderLeak.java on windows due to 8213531
2024-10-23 02:02:32 +02:00
Ivan Lopatin
bdec6d33bc
Scale2: exclude java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java due to 8279190 on macosx-all
2024-10-23 02:02:32 +02:00
Nikita Provotorov
17364363a8
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 )
2024-10-23 02:02:32 +02:00
Vitaly Provodin
ccbe0e5b91
exclude java/awt/Frame/FrameSetSizeStressTest/FrameSetSizeStressTest.java on Wayland
...
sun/security/pkcs11/Signature/TestDSAKeyLength.java 8279941 linux-all
2024-10-23 02:02:32 +02:00
Alexey Ushakov
0ef6568dca
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
2024-10-23 02:02:32 +02:00
Nikita Provotorov
88e953b3f9
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 )
2024-10-23 02:02:32 +02:00
Nikita Provotorov
03833aaa21
JBR-4207, IDEA-287559: IDEA incorrectly handles AltGr key modifier.
...
Renames the test AltGrMustGenerateAltGrModifierTest3838.java to AltGrMustGenerateAltGrModifierTest4207.java.
(cherry picked from commit ed60a9c2bd )
2024-10-23 02:02:32 +02:00
Vitaly Provodin
6211cf16b1
exclude sun/security/pkcs11/Signature/TestDSAKeyLength.java on Ubuntu 21.04 due to 8279941
2024-10-23 02:02:31 +02:00
Anton Tarasov
db6afb01f5
JBR-4204 provide an option to disable a11y support on macOS
...
(cherry picked from commit ee3c56abdc )
2024-10-23 02:02:31 +02:00
Vitaly Provodin
e5a3284199
exclude two swing tests on Windows due to JBR-4197
2024-10-23 02:02:31 +02:00
Alexey Ushakov
27fc8f80a1
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
2024-10-23 02:02:31 +02:00
Alexey Ushakov
219c7bd722
JBR-4187 java/awt/GraphicsDevice/DisplayModes/UnknownRefrshRateTest.java.UnknownRefrshRateTest fails on mac
...
Constrained display modes count used by the test
2024-10-23 02:02:31 +02:00
Alexey Ushakov
6117339f8f
JBR-4177 libc++abi: terminating with uncaught exception of type NSException
...
Added check for AppContext
2024-10-23 02:02:31 +02:00
Alexey Ushakov
1a143f517d
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.
2024-10-23 02:02:31 +02:00
Artem Semenov
79f8a200dc
JBR-4167 [JCK] AccassibleJTree tests fail on Ubuntu
2024-10-23 02:02:31 +02:00
Alexey Ushakov
fc883527cc
JBR-4164 IDEs cannot be launched via launch configuration
...
Moved execution of displayChanged() to EDT
2024-10-23 02:02:31 +02:00
Vitaly Provodin
8a20dc60c9
JBR-4169 add jdk.javadoc into JBR
2024-10-23 02:02:31 +02:00
Alexey Ushakov
29e40fec18
JBR-4150 IDE regularly locks up at sun.lwawt.macosx.LWCToolkit.getScreenInsets
...
Restored caching screen insets. Added handling of dock resize.
2024-10-23 02:02:31 +02:00
Vitaly Provodin
1759675acd
exclude java/awt/Focus/ActualFocusedWindowTest/ActualFocusedWindowBlockingTest.java on Wayland configs due to 8279256
2024-10-23 02:02:31 +02:00
Vitaly Provodin
13b210fcb9
exclude java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java on Scale2 configs due to 8279190
2024-10-23 02:02:31 +02:00
Vitaly Provodin
a348b507c7
exclude java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java due to 827361
2024-10-23 02:02:31 +02:00
Vitaly Provodin
2c82096ef0
add exclude list for Wayland failures
2024-10-23 02:02:31 +02:00
Vitaly Provodin
e06d65b93d
exclude javax/swing/plaf/basic/BasicComboPopup/JComboBoxPopupLocation /JComboBoxPopupLocation.java on macOS due to 8194945
2024-10-23 02:02:30 +02:00
Vitaly Provodin
3392c03751
exclude sun/java2d/SunGraphics2D/EmptyClipRenderingTest.java on windows due to 8144029
2024-10-23 02:02:30 +02:00
Maxim Kartashev
ba01d9084b
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 )
2024-10-23 02:02:30 +02:00
Vitaly Provodin
141771fb32
add exclude list for Scale2 test runs
2024-10-23 02:02:30 +02:00
Vitaly Provodin
29e82b2cfd
exclude java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java due to 8134231
2024-10-23 02:02:30 +02:00
Alexey Ushakov
1a15ca2406
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
2024-10-23 02:02:30 +02:00
Artem Semenov
fb3eba5919
JBR-3775 Optimize the algorithm for obtaining tree elements
2024-10-23 02:02:30 +02:00
Nikita Gubarkov
bc48622af1
JBR API v0.0.2
...
Added file dialog customization via JBR API & fixed bugs in windows common item dialog
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:30 +02:00
Vitaly Provodin
f5dea56c70
JBR-3931 add the module jdk.unsupported.desktop into jbr
...
(cherry picked from commit 32def2fd42 )
2024-10-23 02:02:30 +02:00
Alexey Ushakov
3b5ad2212e
JBR-4111 [JBR17] Make possible to select files and directories independently
...
Implemented apple.awt.fileDialogForFiles property
2024-10-23 02:02:30 +02:00
Vitaly Provodin
4fc068371b
enable fixed tests to regular runs
2024-10-23 02:02:30 +02:00
Vitaly Provodin
4261b41b52
exclude javax/swing tests on mac-aarch64 due to 8277816
2024-10-23 02:02:30 +02:00
Aleksandr Veselov
e4bc562e80
JBR-4107 A11y: macOS - wrong frame position if window is not on primary screen
2024-10-23 02:02:30 +02:00
Alexey Ushakov
dfeb46b9a7
JBR-4060 [JBR17+Metal] Flickering on button's shadow
...
Removed unnecessary global flag. Optimized mask cache texture clearing code.
2024-10-23 02:02:30 +02:00
Alexey Ushakov
3a2c246b0a
JBR-3954 Transparent text color rendering (needed for experimental UI)
...
Performed conversion from ARGB_PRE to ARGB in the grayscale text shader
2024-10-23 02:02:29 +02:00
Alexey Ushakov
0b65559b62
JBR-3872 [JBR17+Metal] Wrong color for scrollbars and inlay hints
...
Corrected typo in setTxtUniforms and fixed alpha blending in frag_gmc_text shader
2024-10-23 02:02:29 +02:00
Alexey Ushakov
a96c408b98
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
2024-10-23 02:02:29 +02:00
Alexey Ushakov
76d6d555fc
JBR-4104 jbr-dev compilation failure
...
Corrected suppress warnings
2024-10-23 02:02:29 +02:00
Dmitry Batrak
e872107ab9
JBR-4084 Default font '. AppleSystemUIFont' does not have bold weight on Chinese characters
...
(cherry picked from commit 4fde082d53 )
2024-10-23 02:02:29 +02:00
Maxim Kartashev
190536633f
JBR-3899 SIGSEGV at [libjvm] _ZN23JfrNetworkInterfaceName11on_rotationEv
...
Prevent JfrNetworkInterfaceName::on_rotation() to dereference a
potentially NULL pointer.
(cherry picked from commit b2a9372d70 )
2024-10-23 02:02:29 +02:00
Dmitry Batrak
7a2f3fd3f7
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 )
2024-10-23 02:02:29 +02:00
Maxim Kartashev
ac552e32f0
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 )
2024-10-23 02:02:29 +02:00
Vitaly Provodin
b09a3eb4b1
exclude tests spontaneously creating windows during test execution
2024-10-23 02:02:29 +02:00
Maxim Kartashev
5ff0a17913
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}.
2024-10-23 02:02:29 +02:00
Alexey Ushakov
2d183d85ab
JBR-3924 CMD+Tilda does not switch app windows
...
Introduced vm property to disable capturing of next app window shortcut
2024-10-23 02:02:29 +02:00
Nikita Gubarkov
b8e664c338
JBR-2917 Added emoji support for Windows
...
JBR-3951 Pass real glyph type from native code instead of guessing it by rowBytes & width
2024-10-23 02:02:29 +02:00
Pavel
57c52de19e
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 )
2024-10-23 02:02:29 +02:00
Maxim Kartashev
6f2f4193a0
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 )
2024-10-23 02:02:29 +02:00
Dmitry Batrak
b4b49f699b
log LWCToolkit invokeAndWait requests
...
as part of JBR-3017, to make investigation of similar issues simpler in the future
(cherry-picked from commit a7fd723e43 )
2024-10-23 02:02:28 +02:00
Alexey Ushakov
4b31ef5a5b
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)
2024-10-23 02:02:28 +02:00
Alexey Ushakov
30a969dc42
JRE-193 UI freeze and 12/second thread dumps
...
Moved CStrikeDisposer dispose code to AppKit
(cherry picked from commit 28774d6878 )
2024-10-23 02:02:28 +02:00
Alexander Lobas
c7afbb0a6c
JBR-3660 PhpStorm 2021.2 crashes on selecting iCloud Drive directory in Open dialog
...
(cherry picked from commit f5434bcaaf )
2024-10-23 02:02:28 +02:00
Alexander Lobas
66694a76ff
JBR-3629 SIGILL at [libsystem_kernel] __kill NPE at com.intellij.openapi.options.SchemeImportUtil$1.isFileSelectable / -[CFileDialog askFilenameFilter:]
...
(cherry picked from commit 86c13ecaed )
2024-10-23 02:02:28 +02:00
Alexander Lobas
d43f8fd194
JBR-3443 Native file dialog on OSX enable filename filter by VM option
...
(cherry-picked from commit f10e324538 )
2024-10-23 02:02:28 +02:00
Alexander Lobas
7bcb12edfb
JBR-3442 Native file dialog on OSX (for open file) doesn't allow pasting path
...
(cherry-picked from commit 7d8cc524ca )
2024-10-23 02:02:28 +02:00
Maxim Kartashev
3685c19585
Revert "JBR-2755 IDE UI became slow via remote X Server connection from Windows"
...
This reverts commit cd9138844da770ae60806fd7dbc1e85c773882a8.
2024-10-23 02:02:28 +02:00
Konstantin Aleev
c23a94f6ae
fix memory leaks in AccessibleJTree
...
(cherry picked from commit 561a7b8def )
2024-10-23 02:02:28 +02:00
Maxim Kartashev
316bfebaaa
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.
2024-10-23 02:02:28 +02:00
Maxim Kartashev
0975ecb026
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.
2024-10-23 02:02:28 +02:00
Nikita Provotorov
19e00e6d00
JBR-3838 AltGr on Polish keyboard triggers Ctrl+Alt shortcut.
...
Add regression test.
(cherry picked from commit 8df43eef4b )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:28 +02:00
Maxim Kartashev
081988f874
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.
2024-10-23 02:02:28 +02:00
Alexey Ushakov
95d43b08ab
JBR-3820 Gamma correction for grayscale text in Metal rendering pipeline
...
Added regression test to compare OGL and Metal text rendering
2024-10-23 02:02:28 +02:00
Artem Bochkarev
576538df5a
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 )
2024-10-23 02:02:27 +02:00
Dmitry Batrak
a54ebd624a
JBR-2759 Typeahead issue on Linux
...
(cherry picked from commits 76bdaf1131 , b20c56ff3e , c9609330f2 , a170b4e4ae )
2024-10-23 02:02:27 +02:00
Artem Bochkarev
aee01e0c2c
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 )
2024-10-23 02:02:27 +02:00
Renaud Paquay
930e140609
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 )
2024-10-23 02:02:27 +02:00
Ivan Migalev
2ad5733188
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 )
2024-10-23 02:02:27 +02:00
Dmitry Batrak
ddbf6382c2
JBR-3779 Unexpected Alt+Tab behaviour for Java frames on Cinnamon DE
...
(cherry picked from commit 0bf13985d5 )
2024-10-23 02:02:27 +02:00
Maxim Kartashev
99b869ee06
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.
2024-10-23 02:02:27 +02:00
Dmitry Batrak
657269ea53
JBR-3504 a11y focus is set on the wrong element when opening popups
...
(cherry-picked from commit a69e12e0d2 )
2024-10-23 02:02:27 +02:00
Maxim Kartashev
9ad93a341b
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().
2024-10-23 02:02:27 +02:00
Maxim Kartashev
8b5001d67b
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 )
2024-10-23 02:02:27 +02:00
Alexey Ushakov
4c30a66aee
Added support for otf into the build scripts. Updated prebuild maps.
...
Applied code from jbr-dev
2024-10-23 02:02:27 +02:00
Konstantin Bulenkov
f0bb088589
bundle Inter font
2024-10-23 02:02:27 +02:00
Maxim Kartashev
093de167ef
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 )
2024-10-23 02:02:27 +02:00
Dmitry Batrak
db660b4367
JBR-3726 Modal windows 'disappear' on minimize in KDE
...
(cherry picked from commits d9baf2d9db , 9c2841028f , 5c4fd9ceaf , f0ed32fca4 )
2024-10-23 02:02:27 +02:00
Maxim Kartashev
60e4097343
JBR-3542 Fix -Xcheck:jni warnings
...
Fixes warnings coming from JBR-specific code in addition to those fixed
by 8269223.
2024-10-23 02:02:26 +02:00
Dmitry Batrak
bfedcf9b66
JBR-3706 Toggling full screen mode for two frames doesn't work on macOS if invoked without delay
...
(cherry picked from commit 28cfc4815f )
2024-10-23 02:02:26 +02:00
Dmitry Batrak
b117d96a12
JBR-3686 Background window steals focus when converted to full screen on macOS
...
(cherry-picked from commit 07a5b9672e )
with fix for JBR-6436 crash in jb/java/awt/Focus/FullScreenFocusStealing.java and jb/java/awt/Window/FullScreenTwoFrames.java
(cherry picked from commit 98b3ac5221 )
with fix for JBR-6569 macOS: SIGILL at [libsystem_kernel] __kill in This decoder will only decode classes that adopt NSSecureCoding. Class 'AWTView' does not adopt it.
(cherry picked from commit 7af653070f )
2024-10-23 02:02:26 +02:00
Dmitry Batrak
37616aa3fa
JBR-3662, JBR-3672 Focus jumps to another project tab after closing modal dialog
...
(cherry picked from commit bfd01081c3 , 2a71dc5981 )
2024-10-23 02:02:26 +02:00
Nikita Gubarkov
ccca939499
JBR-3648 Replace CacheCellInfo usages with MTLCacheCellInfo in metal rendering code
2024-10-23 02:02:26 +02:00
Dmitry Batrak
cd7a99010b
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 )
2024-10-23 02:02:26 +02:00
Anton Tarasov
575eb32740
JBR-1834 [linux] runtime hidpi switch is broken
...
(cherry picked from commit eaa04303a7 )
2024-10-23 02:02:26 +02:00
Anton Tarasov
2ea84eb9a5
JBR-1429 Scale is huge due to GDK_SCALE
...
(cherry-picked from commit 1c3477df2e )
2024-10-23 02:02:26 +02:00
Anton Tarasov
827f059e12
JBR-1365 force IDE-managed HiDPI on Linux for fractional scales
...
(cherry picked from commit f092ff3962 )
2024-10-23 02:02:26 +02:00
Anton Tarasov
5586b3e7f4
Allow HiDPI mode on Linux
2024-10-23 02:02:26 +02:00
Anton Tarasov
a7ae4a8d04
JRE-489 -Dswing.bufferPerWindow is fractional scale unfriendly
2024-10-23 02:02:26 +02:00
Anton Tarasov
e9918e8524
JRE-310 check for Windows8.1 when enabling ui scale
...
Was "don't fallback on fractional scale" in JBSDK9.
2024-10-23 02:02:26 +02:00
Vitaly.Provodin
593324a366
add 32-sizes for native data types
...
(cherry picked from commit 3a79870da8 )
2024-10-23 02:02:26 +02:00
Nikita Gubarkov
27f9ffce02
Added JBR-specific .idea project files
2024-10-23 02:02:26 +02:00
Alexey Ushakov
185108c22e
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 )
2024-10-23 02:02:26 +02:00
Anton Tarasov
fbc6cd9d79
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 )
2024-10-23 02:02:25 +02:00
Anton Tarasov
c936d53af5
JBR-3545 Window.setMinimumSize does not respect DPI scaling
...
(cherry picked from commit 9b4f72ad18 )
2024-10-23 02:02:25 +02:00
Denis Fokin
bc762621a3
JRE-408 JBR-3515 fix NullPointerException in MetalRootPaneUI.installWindowListeners
...
(cherry picked from commit 584d554af529cff445b0f09bc2d57be55e138b7a)
(cherry picked from commit 6a42bb54bd )
2024-10-23 02:02:25 +02:00
Elena Sayapina
393c26a7c6
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 )
2024-10-23 02:02:25 +02:00
Denis Konoplev
b19c74c1ec
EA-252361: Check window for null
...
(cherry picked from commit 23a7dbd486 )
2024-10-23 02:02:25 +02:00
Artem Bochkarev
31e4b62eb0
JBR-3131: support custom view for system menu items
...
(cherry picked from commit 78d509ac0f )
2024-10-23 02:02:25 +02:00
Artem Bochkarev
cce3329f73
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 )
2024-10-23 02:02:25 +02:00
Nikita Gubarkov
05ca0646a7
JBR-3376 Added check for -1 glyph info pointer in OGLTextRenderer.c
2024-10-23 02:02:25 +02:00
Dmitry Batrak
3431c5cb82
JBR-3024 Popups are shown with 1x1 size sometimes
...
test case only
(cherry picked part of commit ee298f5287 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:25 +02:00
Vitaly Provodin
a17a3318c6
JBR-3314 add regression test
...
(cherry picked from commit c81adfed61 )
2024-10-23 02:02:25 +02:00
Ivan Migalev
701142f516
JBR-3227 Reload type of required native file dialogs each time a file dialog is requested
...
(cherry picked from commit 26dd87ab7c )
2024-10-23 02:02:25 +02:00
Ivan Migalev
5398f8ae79
JBR-3068 Update path selector behavior when sun.awt.windows.useCommonItemDialog is enabled
...
(cherry picked from commit 442bb7eecc )
2024-10-23 02:02:25 +02:00
Alexey Ushakov
faa7ec42f8
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 )
2024-10-23 02:02:25 +02:00
Alexey Ushakov
458a596785
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 )
2024-10-23 02:02:25 +02:00
Dmitry Batrak
d4bffb6b8c
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 )
2024-10-23 02:02:25 +02:00
Dmitry Batrak
57a3a97134
JBR-3072 Deadlock on nested dialog hiding
...
(cherry picked from commits 99242748ee , ad1595b5c2 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:24 +02:00
Dmitry Batrak
bb512f0e25
fix occasional freezes of JBR-3017 reproducer after the fix
...
(cherry picked from commit 7e6db54f77 )
2024-10-23 02:02:24 +02:00
Dmitry Batrak
e4b909b0de
JBR-2819 Create API to determine typographic family/subfamily for available fonts
...
(cherry picked from commit 89e519a4ef )
2024-10-23 02:02:24 +02:00
Nikita Gubarkov
1c0126bb72
JBR-2924 Do not try to create native italic font when we're going to make it fake italic
2024-10-23 02:02:24 +02:00
Nikita Gubarkov
acb1745118
JBR-3982 Fixed non-antialiased text rendering on macOS
...
JBR-3269 Disabled subpixel antialiasing for macOS Mojave and newer
2024-10-23 02:02:24 +02:00
Dmitry Batrak
fe003777ba
JBR-3017 Focus issue in presence of third-party accessibility tool
...
(cherry picked from commit 88ead5d9e3 )
2024-10-23 02:02:24 +02:00
Vitaly Provodin
6ba97e9db1
JBR-1718 add a regression test
...
(cherry picked from commit 84ff4eab21 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:24 +02:00
Elena Sayapina
41a3edf82f
JBR-2890 [TESTUPDATE] Enable jcef tests on macOS aarch64 platform
...
(cherry picked from commit 1714d7b627 )
2024-10-23 02:02:24 +02:00
Nikita Gubarkov
7f65f17808
Added JBR API
...
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:24 +02:00
Artem Bochkarev
1e65be8ef9
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 )
2024-10-23 02:02:24 +02:00
Mikhail Grishchenko
963908144c
JBR-2890 Disable jcef tests on 32-bit and aarch64 platforms
...
(cherry picked from commit d34d6528fe )
2024-10-23 02:02:24 +02:00
Alexey Ushakov
268b392079
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 )
2024-10-23 02:02:24 +02:00
Nikita Gubarkov
1d184b083d
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
2024-10-23 02:02:24 +02:00
Alexey Ushakov
f0bffc47f2
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 )
2024-10-23 02:02:24 +02:00
Alexey Ushakov
df74cae8cc
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 )
2024-10-23 02:02:23 +02:00
Alexey Ushakov
806880955d
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 )
2024-10-23 02:02:23 +02:00
Alexey Ushakov
b3acf64ee9
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 )
2024-10-23 02:02:23 +02:00
Vitaly Provodin
b7a1622cb1
exclude bug7154030 on macosx-aarch64 due to 8268284
2024-10-23 02:02:23 +02:00
Vitaly Provodin
ef13fade59
exclude SharedMemoryPixmapsTest on macosx-all due to 8221451
2024-10-23 02:02:23 +02:00
Vyacheslav Moklev
21eced06f0
JBR-2442 fix memory leak of fileBuffer
...
fix was suggested by Nikita Gubarkov
2024-10-23 02:02:23 +02:00
Sergey Malenkov
0d49386615
EA-235126 - CME: HighlightableComponent.getPreferredSize
...
(cherry picked from commit 523d80cafd )
2024-10-23 02:02:23 +02:00
Kirill Kirichenko
ba7fbc2d02
JBR-2667 Post review: rename win.darkTheme.on to win.lightTheme.on and reversed the logic
...
(cherry picked from commit eeab5252e6 )
2024-10-23 02:02:23 +02:00
Kirill Kirichenko
56c8f20e33
JBR-2667 Add new AWT desktop property for light/dark theme detection on Windows 10
...
(cherry picked from commit 0e4ad056dd )
2024-10-23 02:02:23 +02:00
Alexey Ushakov
fdce6d7d9b
JBR-2593 Wide ligatures not rendered in Grayscale mode
...
Added missing flush of cached vertices
(cherry picked from commit ad409b4370 )
2024-10-23 02:02:23 +02:00
Nikita Gubarkov
b23bf8778f
JBR-2910 Implemented extended glyph cache for Linux
2024-10-23 02:02:23 +02:00
Nikita Gubarkov
76b5f4172c
JBR-2910 Implemented extended glyph cache for Windows
2024-10-23 02:02:23 +02:00
Nikita Gubarkov
31df7e92f6
JBR-2614 Fixed LCD glyph width to include both left & right padding, so that rowBytes = width * 3
2024-10-23 02:02:23 +02:00
Alexey Ushakov
8da375e3d0
JBR-2463 Font rendering problem on macOS Mojave
...
Use adjusted advances for glyphs
(cherry picked from commit 1af5dd4aae )
2024-10-23 02:02:23 +02:00
Denis Konoplev
dba3d0d6b1
JBR-3544: Generate popup invoked instead of New in this directory.
...
- A fix
- A regression test (cherry picked from commit 7995574c09 )
2024-10-23 02:02:23 +02:00
Vitaly Provodin
236b69a6ca
JBR-2545 Clean up the list of ignored Render tests
...
(cherry picked from commit f7b4c42e1d )
2024-10-23 02:02:22 +02:00
Jayathirth D V
b5e2b73cc5
8241490: Add large text performance tests in RenderPerfTest
...
(cherry picked from commit 803ee2f2b5 )
2024-10-23 02:02:22 +02:00
Alexey Ushakov
9ef98fc7ba
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 )
2024-10-23 02:02:22 +02:00
Konstantin Bulenkov
76d2bcc045
Update FiraCode to 5.2
...
(cherry picked from commit 71e2a8d8ad )
2024-10-23 02:02:22 +02:00
Alexey Ushakov
2589b65a1a
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 )
2024-10-23 02:02:22 +02:00
Alexey Ushakov
b1f547668b
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 )
2024-10-23 02:02:22 +02:00
Alexey Ushakov
2a1761010b
JBR-2463 Font rendering problem on macOS Mojave
...
Use adjusted advances for glyphs
(cherry picked from commit 1af5dd4aae )
2024-10-23 02:02:22 +02:00
Anton Tarasov
0c8344ecc2
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 )
2024-10-23 02:02:22 +02:00
Anton Tarasov
2997c22e0c
JBR-2872 improve: JBR-2866 JCEF: Markdown editor steals focus from a different frame
...
(cherry picked from commit bad748e3d0 )
2024-10-23 02:02:22 +02:00
Anton Tarasov
5f96ce6052
JBR-2866 JCEF: Markdown editor steals focus from a different frame
...
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:22 +02:00
Anton Tarasov
fff09537a1
JBR-2645 enable CefBrowser.close(true) in jcef reg tests
...
(cherry picked from commit 492c217125 )
2024-10-23 02:02:22 +02:00
Anton Tarasov
c03f7a4b50
JBR-2259 WebSite isn't loaded with .loadUrl method if browser isn't shown in UI
...
(cherry picked from commit 57bbddf071 )
2024-10-23 02:02:22 +02:00
Anton Tarasov
12011212a4
JBR-2557 use com.jetbrains.cef.JCefAppConfig in JCEF tests
...
(cherry picked from commit e30a309f92 )
2024-10-23 02:02:22 +02:00
Anton Tarasov
725170defc
JBR-2489 Git branch operations (switch to another branch, rebase) sometimes crash WebStorm 202.5428.27
...
(cherry picked from commit 81d2156fb1 )
2024-10-23 02:02:22 +02:00
Anton Tarasov
f932c5975e
JBR-2282 [jcef] update to JCEF/80.0.4+g74f7b0c+chromium-80.0.3987.122
...
(cherry picked from commit a5adc725df )
2024-10-23 02:02:22 +02:00
Anton Tarasov
1cab5faee4
JBR-2305 jcef: jb/java/jcef/JCEFStartupTest.java throws java.lang.ExceptionInInitializerError
...
(cherry picked from commit f0385f01ec )
2024-10-23 02:02:21 +02:00
Anton Tarasov
9648d28085
JBR-2306 jcef: jb/java/jcef/JCEFStartupTest.java unexpectedly exits with the exit code: 0
...
(cherry picked from commit ff7d7bd43c )
2024-10-23 02:02:21 +02:00
Anton Tarasov
60c1a8ad3b
JBR-2299 [mac] jcef requests for "chromium safe storage" keychain access
...
(cherry picked from commit dd1334a352 )
2024-10-23 02:02:21 +02:00
Anton Tarasov
3899dd5d37
JBR-2222 Crash during closing IDE
...
(cherry picked from commit d0c367b31f )
2024-10-23 02:02:21 +02:00
Anton Tarasov
6524895023
JBR-2287 [jcef] add CefBrowser wrapper to jtreg tests
...
(cherry picked from commit fa961d1769 )
2024-10-23 02:02:21 +02:00
Anton Tarasov
d2547ea7df
JBR-2169 AWTThreading: remove tracked invocation event from completion listener
...
(cherry picked from commit a855f3b835 )
2024-10-23 02:02:21 +02:00
Anton Tarasov
d79a44d60f
JBR-2159 Native crash in thread AWT-EventQueue-0 when trying to push commit
...
(cherry picked from commit bba297b4a4 )
2024-10-23 02:02:21 +02:00
Anton Tarasov
66afd8e85e
JBR-2148 JCEF: JBR bundle has invalid app structure
...
(cherry picked from commit f45f84d7ed )
2024-10-23 02:02:21 +02:00
Anton Tarasov
e10459fe25
JBR-2146 improve InvokeOnToolkitHelper to cover more generic case
2024-10-23 02:02:21 +02:00
Anton Tarasov
aa975a7c3e
JBR-2139 Idea freeze on dynamic plugin unloading
...
(cherry picked from commit e57bae4f66 )
2024-10-23 02:02:21 +02:00
Anton Tarasov
63d7f64d85
JBR-2099 jb/java/jcef/JCEFStartupTest.java fails on Windows, Linux
...
(cherry picked from commit 3dfb0aa16a )
2024-10-23 02:02:21 +02:00
Anton Tarasov
6e2e05a4a0
JBR-2093 create reg test for JCEF startup
...
(cherry picked from commit e8c2761f5b )
2024-10-23 02:02:21 +02:00
Anton Tarasov
110fc912cc
JBR-2082 Revealing taskbar does not work when "Automatically hide the taskbar"
...
(cherry picked from commit b31a41fb2f )
2024-10-23 02:02:21 +02:00
Mikhail Grishchenko
01880f30bd
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 )
2024-10-23 02:02:21 +02:00
Mikhail Grishchenko
4a7e0e34dd
JBR-2639 [win] jcef does not recognize vertical mouse wheel events
...
added regression test
(cherry picked from commit e8e4741bb0 )
2024-10-23 02:02:21 +02:00
Mikhail Grishchenko
8fdafd5863
JBR-2412 [windows] mouse listener does not work for jcef
...
added regression test
(cherry picked from commit d1479872f2 )
2024-10-23 02:02:20 +02:00
Elena Sayapina
1f5682c0d5
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 )
2024-10-23 02:02:20 +02:00
Mikhail Grishchenko
143591c5fc
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 )
2024-10-23 02:02:20 +02:00
Vitaly Provodin
ff0bde2808
exclude the new printer test 8262731
2024-10-23 02:02:20 +02:00
Alexey Ushakov
d3a5859b41
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 )
2024-10-23 02:02:20 +02:00
Alexey Ushakov
d2fec78e96
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 )
2024-10-23 02:02:20 +02:00
Artem Bochkarev
3b5b33ec9e
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 )
2024-10-23 02:02:20 +02:00
Kirill Kirichenko
10dc0e438e
JBR-1874 Cursor not changing from 'default' to 'text'. Additional fix after reopening.
...
(cherry picked from commit 5a29d4ade9 )
2024-10-23 02:02:20 +02:00
Elena Sayapina
cefffab231
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 )
2024-10-23 02:02:20 +02:00
Elena Sayapina
4ce6a1fbf3
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 )
2024-10-23 02:02:20 +02:00
Elena Sayapina
e4f5619419
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 )
2024-10-23 02:02:20 +02:00
Mikhail Grishchenko
4d0764e796
JBR-2259 WebSite isn't loaded with .loadUrl method if browser isn't shown in UI
...
Added reproducer
(cherry picked from commit e875bf72c9 )
2024-10-23 02:02:20 +02:00
Denis Konoplev
1abef27f00
JBR-2490 Add option to work with Surface Pen
...
(cherry picked from commit 5acc7680a1 )
2024-10-23 02:02:20 +02:00
Denis Konoplev
e9f52da23f
JBR-2669: set unicode for both keyCode and extendedKeyCode
...
(cherry picked from commit ba3f14c83a )
2024-10-23 02:02:20 +02:00
Denis Konoplev
efea05cc6f
JBR-2554: Proper unicode values in KeyEvent.keyCode
...
(cherry picked from commit 703d77a927 )
2024-10-23 02:02:19 +02:00
Denis Konoplev
2171501d10
JBR-215: Remove SystemInfo
...
(cherry picked from commit 9adf77a512 )
2024-10-23 02:02:19 +02:00
Denis Konoplev
b8d4f9ff50
JBR-215: Separate LatinNonAlphaNumKeycodes option
...
(cherry picked from commit caf366f6f3 )
2024-10-23 02:02:19 +02:00
Denis Konoplev
2040cedca1
JBR-215: Windows non-alphanumeric shortcuts
...
(cherry picked from commit 4f60efebe2 )
2024-10-23 02:02:19 +02:00
Denis Konoplev
68f5d37ef8
JBR-2280: Fix regression. Mode compatible with old option.
...
(cherry picked from commit a3e3c23cb1 )
2024-10-23 02:02:19 +02:00
Sergey Malenkov
021adad75e
JBR-1929 FractionalMetricsSupport
...
(cherry picked from commit bbdc159762 )
2024-10-23 02:02:19 +02:00
Mikhail Grishchenko
85d01462d4
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 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:19 +02:00
Mikhail Grishchenko
4dc4dda586
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 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:19 +02:00
Mikhail Grishchenko
90d71a3fe4
JBR-1414 [Test] downscale frames to run on low-dpi screens
...
(cherry picked from commit b46e74fe6f )
2024-10-23 02:02:19 +02:00
Elena Sayapina
9292b64a86
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 )
2024-10-23 02:02:19 +02:00
Alexey Ushakov
64cb8ccc9f
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 )
2024-10-23 02:02:19 +02:00
Alexey Ushakov
00e4ab29d4
JBR-2137 JetBrainsMono fonts update to v1.0.3
...
(cherry picked from commit a6e441828a )
2024-10-23 02:02:19 +02:00
Mikhail Grishchenko
8e6e8006d2
JBR-1414: Added regression test for dnd with HiDPI scaling
...
(cherry picked from commit 1f4ab12fbb )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:19 +02:00
Elena Sayapina
eb5da29ff3
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 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:19 +02:00
Konstantin Bulenkov
d2772d2971
Update JetBrains Mono to 1.0.2
...
(cherry picked from commit 6f4a13e46f )
2024-10-23 02:02:19 +02:00
Ivan Migalev
9be76f701c
Extract the DWM colorization parameters from registry (JBR-2070)
...
(cherry picked from commit 0330cab60b )
2024-10-23 02:02:18 +02:00
Ivan Migalev
6ada2e507c
Refresh desktop properties on WM_DWMCOLORIZATIONCOLORCHANGED (JBR-2070)
...
(cherry picked from commit 06086f4a7e )
2024-10-23 02:02:18 +02:00
Ivan Migalev
60449f3bf8
Fix a possible resource leak in ColorizationColorAffectsBorders
...
(cherry picked from commit 0c911b6ffe )
2024-10-23 02:02:18 +02:00
Elena Sayapina
f240c09d9c
JBR-2086 JetBrainsMono fonts update to v1.0.1
...
(cherry picked from commit a4b373e631 )
2024-10-23 02:02:18 +02:00
Konstantin Bulenkov
ecd05da22c
JetBrains Mono 1.0
...
(cherry picked from commit d514f7a982 )
2024-10-23 02:02:18 +02:00
Denis Konoplev
d77b7af78f
JBR-3444: Return NullSurfaceData when gc == null
...
(cherry picked from commit 01ad15e61c )
2024-10-23 02:02:18 +02:00
Denis Konoplev
89b5da1279
JBR-1995: Last character issue with korean
...
Fix for JTextComponent
(cherry picked from commit a7c8b0b535 )
2024-10-23 02:02:18 +02:00
Denis Konoplev
62c8a86113
JBR-2891: Post PhaseEvents in the begin and end of Magnify and Rotate
...
(cherry picked from commit c811c295c2 )
2024-10-23 02:02:18 +02:00
Denis Konoplev
85f55d3365
JBR-2444: Turn on IM workaround by default
...
(cherry picked from commit 15c4ce1d3e )
2024-10-23 02:02:18 +02:00
Denis Konoplev
92297e2e23
Fix build: add import & fix jwhen
2024-10-23 02:02:18 +02:00
Denis Konoplev
341778a142
JBR-2795: Add explicit conversion
...
(cherry picked from commit bf3e1c0c31 )
2024-10-23 02:02:18 +02:00
Denis Konoplev
68b1859454
IDEA-237231: Correct signarute mask
...
(cherry picked from commit 6974131eec )
2024-10-23 02:02:18 +02:00
Denis Konoplev
5880a050ba
IDEA-237231: Possible fix for pen interraction
...
(cherry picked from commit 33a8c95d39 )
2024-10-23 02:02:18 +02:00
Denis Konoplev
7f20abdaad
JBR-2041: Project view tap fix, recovery? constants & logging
...
(cherry picked from commit 1e904db3b0 )
2024-10-23 02:02:18 +02:00
Denis Konoplev
0e928b4873
IDEA-229135: Fling animation stop on tap
...
(cherry picked from commit 7ce0f79561 )
2024-10-23 02:02:17 +02:00
Denis Konoplev
8a8a0f5892
Windows touch screen support
...
(cherry picked from commit cab3f28907 )
2024-10-23 02:02:17 +02:00
Denis Konoplev
d42d849a48
Turn off multitouch
...
(cherry picked from commit a2576ffa9a )
2024-10-23 02:02:17 +02:00
Denis Konoplev
e9267e790c
Check XInput extension && touch inertia
...
(cherry picked from commit cca7fb97f4 )
2024-10-23 02:02:17 +02:00
Denis Konoplev
87c1ebcac9
Touch scroll handling
...
(cherry picked from commit 6dcec3dc31 )
2024-10-23 02:02:17 +02:00
Denis Konoplev
4d871442f9
XI2 Constants
...
(cherry picked from commit 588cd6ee73 )
2024-10-23 02:02:17 +02:00
Denis Konoplev
f9ee68297e
XLibWrapper XI2 functions
...
(cherry picked from commit d6bd1bfa2b )
2024-10-23 02:02:17 +02:00
Denis Konoplev
5afcd90f69
X11 native get put double
...
(cherry picked from commit f101bc1108 )
2024-10-23 02:02:17 +02:00
Denis Konoplev
a177eb14d5
Native data types
...
(cherry picked from commit 9504574dbb )
2024-10-23 02:02:17 +02:00
Denis Konoplev
74e12307d7
XI2 headers in xlib wrapper generator
...
(cherry picked from commit ef108067a1 )
2024-10-23 02:02:17 +02:00
Denis Konoplev
cff41caa05
Revert "Turn off multitouch"
...
This reverts commit 90ea3bf57e4c687e9d9bf0a37f2f64c82a81f4eb.
2024-10-23 02:02:17 +02:00
Denis Konoplev
cb279d41a9
Turn off multitouch
...
(cherry picked from commit a2576ffa9a )
2024-10-23 02:02:17 +02:00
Alexey Ushakov
45ce9a0327
JBR-1962 Allow to change font config
...
Replaced several privileged blocks with just one
(cherry picked from commit faa8d3d258 )
2024-10-23 02:02:17 +02:00
Vitaly Provodin
ab0044a131
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 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:17 +02:00
Dennis Ushakov
9321b7b141
JBR-1863, JBR-1868 correct advances on Catalina
2024-10-23 02:02:17 +02:00
Dennis Ushakov
16eb6f7f93
JBR-1850: on macOS fonts should be sorted by weight to ensure proper population of the families
2024-10-23 02:02:16 +02:00
Dennis Ushakov
77a3281848
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.
2024-10-23 02:02:16 +02:00
Dennis Ushakov
f8343880e0
JBR-1756 use CoreText for all font rendering on Catalina
2024-10-23 02:02:16 +02:00
Nikita Gubarkov
d105baed1e
JBR-410 Added emoji support for Linux
2024-10-23 02:02:16 +02:00
Alexey Ushakov
7e145b87b8
JBR-1997 JetBrainsMono fonts update to v0.22
...
(cherry picked from commit 41f4fddd34 )
(cherry picked from commit f5302a02f4 )
(cherry picked from commit 5d7fd2e1e5 )
2024-10-23 02:02:16 +02:00
Anton Tarasov
987b8e5ece
JRE-729 [windows] unreasonable IME activity consumes CPU
2024-10-23 02:02:16 +02:00
Dmitry Batrak
1b4bf90dcc
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 )
2024-10-23 02:02:16 +02:00
Dmitry Batrak
87e2bca333
JBR-3038 Unexpected windows z-order change on workspace switch
...
(cherry picked from commit ddda860f42 )
2024-10-23 02:02:16 +02:00
Dmitry Batrak
606854ea16
JBR-3035 The Confirm Exit pop-up window remains hidden behind a window of another application
...
(cherry picked from commit 470c3bd1b5 )
2024-10-23 02:02:16 +02:00
Dmitry Batrak
afc742ce4a
JBR-2934 Serious usability issue with GoLand 2020.3 caused by JBR
...
(cherry picked from commit 95be4351d4 )
2024-10-23 02:02:16 +02:00
Dmitry Batrak
868dac2c38
JBR-2977 Opening a recent project in a new window doesn't bring this window to the front
...
(cherry picked from commit 2d9fb9e7b8 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:16 +02:00
Dmitry Batrak
ed3f37341c
JBR-2698 setAutoRequestFocus(false) breaks focus logic under i3 window manager on Linux
...
(cherry picked from commit ebcdeb7d80 )
2024-10-23 02:02:16 +02:00
Dmitry Batrak
33bad49bb9
JBR-2696 Log focus API invocations with stack traces
...
(cherry picked from commits 0f038754e5 , a507cab6d3 )
2024-10-23 02:02:16 +02:00
Dmitry Batrak
7a524a7bb1
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 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:16 +02:00
Alexey Ushakov
cf06c46bac
JBR-3509 Extend JDK-8267521 (Post JEP 411 refactoring: maximum covering > 50K) to JBR specific changes
...
Marked all the usages of SecurityManager related api
2024-10-23 02:02:16 +02:00
Artem Bochkarev
8eff826ed0
JBR-1851: check NSArray length
...
and make more exception-safe
and minor optimization for logging (cache jobjects)
(cherry picked from commit 5839539379 )
2024-10-23 02:02:15 +02:00
Artem Bochkarev
521c2a752a
JBR-1841: allow deferred disabling of InputMethods-support
...
(cherry picked from commit 969255904b )
2024-10-23 02:02:15 +02:00
Artem Bochkarev
6061787ca1
JBR-1668: add hardcoded default values for preferences node NSServicesStatus
...
(cherry picked from commit 8445f53d85 )
2024-10-23 02:02:15 +02:00
Artem Bochkarev
d8f7820ba3
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 )
2024-10-23 02:02:15 +02:00
Artem Bochkarev
1a50d528d6
JBR-1668: add hardcoded descriptions of system actions
...
and minor fixes
fix memory management
(cherry picked from commit 15f7368309 )
2024-10-23 02:02:15 +02:00
Elena Sayapina
9f71bc923c
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 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:15 +02:00
Alexey Ushakov
7d84740105
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 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:15 +02:00
Dmitry Batrak
5b8c731d86
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 )
2024-10-23 02:02:15 +02:00
Dmitry Batrak
1e9c78e8b0
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
2024-10-23 02:02:15 +02:00
Dmitry Batrak
bce289f88a
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
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:15 +02:00
Artem Bochkarev
689f16d7d6
JBR-1771: fixed compilation errors (macosx-x86_64-normal-server-fastdebug)
...
(cherry picked from commit 1acada7cac )
2024-10-23 02:02:15 +02:00
Artem Bochkarev
b36ec3de92
JBR-1668: minor fixes
...
fixed review comments
(cherry picked from commit 9dbcf194c9 )
2024-10-23 02:02:15 +02:00
Vitaly Provodin
fde4c8abb4
JBR-1618: fixed misprint, added saving screenshots in case of failure
...
(cherry picked from commit e4a3889cf0 )
2024-10-23 02:02:15 +02:00
Alexey Ushakov
2f046e180d
JBR-1624 Fonts rendering is broken in the 2019.2 EAP (Fira Code)
...
Corrected lookup for bold fonts
(cherry picked from commit 114b8af38f )
2024-10-23 02:02:15 +02:00
Alexey Ushakov
163ea6f5d2
JBR-1399 Improve font discovery and loading by introducing font cache
...
Added unit test
(cherry picked from commit b4f5bf8bd3 )
2024-10-23 02:02:15 +02:00
Elena Sayapina
b1ddf0ab0b
IDEA-165950 [TEST] Added new regression test (National keyboard layouts support)
...
(cherry picked from commit 0900a705bc )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:14 +02:00
Artem Bochkarev
31b26f3ae8
JBR-1668: read system keyboard shortcuts
...
initial support for OS X
(cherry picked from commit 6bbe7102e2 )
2024-10-23 02:02:14 +02:00
Artem Bochkarev
ae904291cc
JBR-1573: restore current input context after cleanup
...
(cherry picked from commit b7acd7f6f6 )
2024-10-23 02:02:14 +02:00
Alexey Ushakov
63d81f83d4
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 )
2024-10-23 02:02:14 +02:00
Alexey Ushakov
6182786015
JBR-1874 Cursor not changing from 'default' to 'text'
...
Prevent OS from changing cursor
(cherry picked from commit 94a4eb7002 )
2024-10-23 02:02:14 +02:00
Alexey Ushakov
7d8368f5fd
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 )
2024-10-23 02:02:14 +02:00
Alexey Ushakov
d7d15f61bf
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 )
2024-10-23 02:02:14 +02:00
Alexey Ushakov
66b2e5eb0e
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 )
2024-10-23 02:02:14 +02:00
Alexey Ushakov
8aa261927e
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 )
2024-10-23 02:02:14 +02:00
Alexey Ushakov
ff665c81e6
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 )
2024-10-23 02:02:14 +02:00
Alexey Ushakov
df16810042
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 )
2024-10-23 02:02:14 +02:00
Alexey Ushakov
ad39535335
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 )
2024-10-23 02:02:14 +02:00
Alexey Ushakov
630752a2db
JBR-1645 javax/swing/JTextArea/TestTabSize.java: Tab width calculation wrong
...
Corrected idea font filter
(cherry picked from commit 62f9d1f46a )
2024-10-23 02:02:14 +02:00
Artem Bochkarev
b12834b755
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 )
2024-10-23 02:02:14 +02:00
Alexey Ushakov
0f2feeba70
JBR-1399 Improve font discovery and loading by introducing font cache
...
Bundle IDEA fonts to improve startup performance
(cherry picked from commit 350a3fdef3 )
2024-10-23 02:02:13 +02:00
Artem Bochkarev
dbe28e59d8
JBR-1541: activate menu in completion handler of modal dialog
...
(cherry picked from commit e57384c1d6 )
2024-10-23 02:02:13 +02:00
Alexey Ushakov
c2443e8421
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 )
2024-10-23 02:02:13 +02:00
Alexey Ushakov
f1bb824aa4
JBR-1412 [fwp to JBR11] JBR-1393 RubyMine is hanging after log in (macOS)
...
Modified version of JBR8 fix
(cherry picked from commit 434166fe63 )
2024-10-23 02:02:13 +02:00
Alexey Ushakov
a96645a415
JBR-1394 JBR11 does not support LCD text on Mac
...
Enable LCD rendering for transparent destinations
(cherry picked from commit 207c6b92ff )
2024-10-23 02:02:13 +02:00
Elena Sayapina
b39264db7b
JBR-1372: [TESTBUG] JDialog1054.java, MoveFocusShortcutTest.java regression tests need update
...
(cherry picked from commit a5948894bf )
2024-10-23 02:02:13 +02:00
Maxim Kartashev
7b62284d38
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}.
2024-10-23 02:02:13 +02:00
Vyacheslav Moklev
80d4baa554
Fix const pointer after JDK-8225032 fix
2024-10-23 02:02:13 +02:00
Vyacheslav Moklev
79af9def28
Fix compilation on windows platform: awt_ole.h must be included before awt.h
2024-10-23 02:02:13 +02:00
Vyacheslav Moklev
56ac5ca541
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
2024-10-23 02:02:13 +02:00
Vyacheslav Moklev
eaf093c578
JBR-1271 Wrong parent of native windows dialogs
...
Set a proper parent to a dialog window
2024-10-23 02:02:13 +02:00
Vyacheslav Moklev
371e40ae17
JBR-1273 Common Item Dialog does not open when wrong path to directory is passed
...
Handle set directory / set file properly
2024-10-23 02:02:13 +02:00
Vyacheslav Moklev
f86449f0be
JBR-1274 Common Item Dialog sometimes crash the process
...
Prevent from freeing memory with CoTaskMemFree twice
2024-10-23 02:02:13 +02:00
Vyacheslav Moklev
7dd6e23b18
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
2024-10-23 02:02:13 +02:00
Vyacheslav Moklev
7396d0d654
JBR-1258 CommonItemDialog ignores directory to open
...
Fix parsing of directory path / file path
2024-10-23 02:02:13 +02:00
Vyacheslav Moklev
5d5b96e1b7
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
2024-10-23 02:02:12 +02:00
Alexey Ushakov
742bbd1676
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 )
2024-10-23 02:02:12 +02:00
Alexey Ushakov
7f45813efd
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 )
2024-10-23 02:02:12 +02:00
Elena Sayapina
638f9a8cfd
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 )
2024-10-23 02:02:12 +02:00
Elena Sayapina
6b3bdcdd0b
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 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:12 +02:00
Elena Sayapina
9022393831
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 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:12 +02:00
Elena Sayapina
92aeacba40
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 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:12 +02:00
Vitaly Provodin
86f7bd7a1f
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 )
2024-10-23 02:02:12 +02:00
Vitaly Provodin
bd95ae3f7a
JRE-1117 J2DBench: introduced result reader for TC's charts
...
(cherry picked from commit 422fa59643 )
2024-10-23 02:02:12 +02:00
Alexey Ushakov
a76e5e9543
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 )
2024-10-23 02:02:12 +02:00
Alexey Ushakov
b7735f9710
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 )
2024-10-23 02:02:12 +02:00
Alexey Ushakov
3898b45e3d
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 )
2024-10-23 02:02:12 +02:00
Alexey Ushakov
6e74867f94
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 )
2024-10-23 02:02:12 +02:00
Konstantin Bulenkov
79cc594395
update icons
...
(cherry picked from commit dfe387ff5037deda29d8d522cba6cc5370796ff4)
(cherry picked from commit de1e4a9d71 )
2024-10-23 02:02:12 +02:00
Vitaly Provodin
dcae95af15
Update README.md
2024-10-23 02:02:12 +02:00
Vitaly Provodin
28651d41c9
Regression test on https://bugs.openjdk.java.net/browse/JDK-8139176
...
JBR-5008 remove extra file jb/java/awt/font/DrawTest.java from colliding group
(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 )
2024-10-23 02:02:11 +02:00
Vitaly Provodin
a2ebc3af0d
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 )
2024-10-23 02:02:11 +02:00
Vitaly Provodin
a195a19e68
JRE-9: added regression test
...
(cherry picked from commit 4ffb665)
(cherry picked from commit 00a29ad129 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:11 +02:00
Sergey Malenkov
91d27b82fa
JRE-100 Scroll with inertia (Mac os) should only work in the initial component
...
(cherry picked from commit e79502c708 )
2024-10-23 02:02:11 +02:00
Sergey Malenkov
33b5810887
IDEA-161965 ignore dragged event that does not change mouse location Sierra is more sensit
...
(cherry picked from commit ef490fa465 )
2024-10-23 02:02:11 +02:00
Dmitry Batrak
15fcea4b02
JBR-3339 Window requests focus on horizontal scroll (on Linux)
...
(cherry picked from commit 8d74e8e30b )
2024-10-23 02:02:11 +02:00
Anton Tarasov
b2a1574e80
JRE-166 [macOS] deadlock with JFXPanel
...
(cherry picked from commit a9dbb6990fac0c659297487a261ba9170e5fb3ad)
(cherry picked from commit 8a44e1bb37 )
2024-10-23 02:02:11 +02:00
Alexey Ushakov
75863dff6a
8265445: Introduce the new client property for mac: apple.awt.windowAppearance
...
Implemented apple.awt.windowAppearance client property
2024-10-23 02:02:11 +02:00
Anton Tarasov
b546fbf1e7
JBR-3306 jbr-dev warnings: incompatible pointer to integer conversion returning 'void *' from a function with result type 'jlong'
2024-10-23 02:02:11 +02:00
Dmitry Batrak
8d3fe345dc
JBR-2498 Fix unexpected window raising under Mutter WM
...
re-implement the fix, so that ChildAlwaysOnTopTest isn't failing
2024-10-23 02:02:11 +02:00
Alexey Ushakov
c6ac6f3065
JBR-3327 [jbr-dev] Adjust mac window appearance according to AppleInterfaceStyle property
...
Set window appearance according to AppleInterfaceStyle default
2024-10-23 02:02:11 +02:00
Alexey Ushakov
075b51a3c9
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)
2024-10-23 02:02:11 +02:00
Alexey Ushakov
4349c97bbd
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 )
2024-10-23 02:02:11 +02:00
Dmitry Batrak
59a4cc3c52
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 )
2024-10-23 02:02:11 +02:00
Alexey Ushakov
3d8c9c7ad2
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 )
2024-10-23 02:02:11 +02:00
Alexey Ushakov
ac173d8c99
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 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:10 +02:00
Alexey Ushakov
f594fcfabc
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)
2024-10-23 02:02:10 +02:00
Alexey Ushakov
a1cd34a70c
JBR-3304 jbr-dev warnings: 'getPhysFontName' defined but not used [-Werror=unused-function]
...
Removed unused code
2024-10-23 02:02:10 +02:00
Vitaly Provodin
83e87fee76
exclude javax/swing/JTabbedPane/4624207/bug4624207.java failing on windows due to 8197552
2024-10-23 02:02:10 +02:00
Alexey Ushakov
87070516f3
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 )
2024-10-23 02:02:10 +02:00
Alexey Ushakov
8a417bcd32
JRE-353 Fedora 25 + XMonad rendering issues
...
Added support for Xmonad WM
(cherry picked from commit c690c3c7fdf1390e6b1a8d388ff752a09391ae3c)
(cherry picked from commit 6851dc3441 )
2024-10-23 02:02:10 +02:00
Denis Konoplev
eaa52cccfb
8264143: Change uint8_t to unsigned char
2024-10-23 02:02:10 +02:00
Dmitry Batrak
97eb1ef321
JBR-3255 Applying 'incline' transform might change character's advance
...
(cherry picked from commit b37f7cfdb1 )
2024-10-23 02:02:10 +02:00
Dmitry Batrak
69eeedf8a5
JBR-3215 'deriveFont(float)' can return a different font (not just change the size)
...
(cherry picked from commit 8eafcaab24 )
2024-10-23 02:02:10 +02:00
Dmitry Batrak
3f2f3dd45a
JBR-3157 Maximized window with custom decorations isn't focused on showing
...
(cherry picked from commit 62b04983f2 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:10 +02:00
Dmitry Batrak
68c7f66055
JBR-1752 Floating windows overlap modal dialogs
...
(cherry picked from commit 0161050077 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:10 +02:00
Dmitry Batrak
371e47ec86
JBR-3054 Focus is not returned to frame after closing of second-level popup on Windows
...
(cherry picked from commit 0c2b6e1c04 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:10 +02:00
Dmitry Batrak
a18f5b32f9
JBR-2702 Tooltips display through other applications on hover
...
(cherry picked from commits 11732c2469 , 0ed7deabaa )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:10 +02:00
Dmitry Batrak
2bc5a69e53
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 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:10 +02:00
Dmitry Batrak
8e24ded92f
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 )
2024-10-23 02:02:10 +02:00
Dmitry Batrak
554135f6c6
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.
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:09 +02:00
Denis Konoplev
acbf8eb3af
8264143: Lanai: RenderPerfTest.BgrSwBlitImage has artefacts on apple M1
...
Add stdint include to fix x64 build
2024-10-23 02:02:09 +02:00
Dmitry Batrak
e2d82048b8
JBR-2498 Fix unexpected window raising under Mutter WM
...
(cherry picked from commit 73b45fb899 )
2024-10-23 02:02:09 +02:00
Dmitry Batrak
632f7aac8e
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
2024-10-23 02:02:09 +02:00
Dmitry Batrak
d02fbf2405
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 )
2024-10-23 02:02:09 +02:00
Dmitry Batrak
18aa2d331a
JBR-2050 Issue with keycap emojis
...
port from JBR 11 to JBR 15 (cherry picked from commit ae91e1d7f1 )
cherry picked from commit d3018a1837
2024-10-23 02:02:09 +02:00
Dmitry Batrak
22ab058fdf
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
2024-10-23 02:02:09 +02:00
Dmitry Batrak
4998f8971b
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
2024-10-23 02:02:09 +02:00
Dmitry Batrak
3fe62ac633
JBR-1248 Exception caused by broken font
...
port from JBR 11 to JBR 15 (cherry picked from commit 4efa7eab3e )
cherry picked from commit 6e1c514c6c
2024-10-23 02:02:09 +02:00
Dmitry Batrak
4c4a799549
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
2024-10-23 02:02:09 +02:00
Dmitry Batrak
f034950f55
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
2024-10-23 02:02:09 +02:00
Dmitry Batrak
a75d8a5023
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
2024-10-23 02:02:09 +02:00
Dmitry Batrak
d7dcdfc575
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
2024-10-23 02:02:09 +02:00
Dmitry Batrak
9fa6cd7bdd
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
2024-10-23 02:02:09 +02:00
Dmitry Batrak
39e8bd85ce
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
2024-10-23 02:02:08 +02:00
Dmitry Batrak
587e3da923
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
2024-10-23 02:02:08 +02:00
Alexey Ushakov
e3c9f55dca
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 )
2024-10-23 02:02:08 +02:00
Alexey Ushakov
965ff855ac
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 )
2024-10-23 02:02:08 +02:00
Dmitry Batrak
46d9e0405d
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
2024-10-23 02:02:08 +02:00
Dmitry Batrak
99b97ada12
JRE-11 Support text rendering via DirectWrite API on Windows
2024-10-23 02:02:08 +02:00
Dmitry Batrak
5af229f73e
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
2024-10-23 02:02:08 +02:00
Vitaly Provodin
45c4eabbd7
JRE-186 added regression test (Modal dialogs (Messages) shouldn't popup IDEA when another application is active)
...
(cherry picked from commit 236bd38d1b )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:08 +02:00
Vitaly Provodin
19936d529a
JRE-269 added regression (JLabel doesn't scale <code>text</code> HTML fragments.)
...
(cherry picked from commit 1f4ad38d23 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:08 +02:00
Alexey Ushakov
275b8801a7
JRE-307 Wrong dpi reported on Wayland
...
(cherry picked from commit 15693661cc )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:08 +02:00
Vitaly Provodin
052bba6dd2
JRE-392 added regression (Tip of the day is not hidden while another modal window is shown)
...
(cherry picked from commit c7b0ac686f )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:08 +02:00
Vitaly Provodin
b664bbd1bf
JRE-394 added regression test (System getenv doesn't return env var set in JNI code)
...
(cherry picked from commit 3a7b3c67b0 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:08 +02:00
Vitaly Provodin
a807378523
JRE-401 added regression test (AppCode freezes during autocomplete and other operations)
...
(cherry picked from commit cb4453b1d1 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:08 +02:00
Vitaly Provodin
dabeb3e4b9
JRE-422 added new regression test (AWTView deliverJavaMouseEvent leaks jEvent)
...
(cherry picked from commit 37dc13c603 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:08 +02:00
Vitaly Provodin
904f17bef1
JRE-430 added new regression test (Font fallback sometimes doesn't work in Swing text components)
...
(cherry picked from commit d04debc847 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:08 +02:00
Vitaly Provodin
013f0129a5
JRE-457 added new regression test (OGLTR_DisableGlyphModeState is slow)
...
(cherry picked from commit 3a43f4557f )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:07 +02:00
Vitaly Provodin
3c91c97235
JRE-458 added new regression test (Insufficient and inconsistent permissions on some files in Linux build)
...
(cherry picked from commit 82adbe9c25 )
2024-10-23 02:02:07 +02:00
Vitaly Provodin
aa242b5179
JRE-467 added new regression test (Wrong rendering of variation sequences)
...
(cherry picked from commit 0026095202 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:07 +02:00
Vitaly Provodin
2cc4fef961
JRE-468 added new regression test (Idea freezes on project loading)
...
(cherry picked from commit 1ce8c3ce82 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:07 +02:00
Vitaly Provodin
ebbebbd67e
JRE-501 added new regression test (Live resize is jerky for heavy java applications on Mac)
...
(cherry picked from commit c4a1277c1b )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:07 +02:00
Vitaly Provodin
163ba68518
JRE-638 added new regression test (enable unlimited cryptographic policy by default)
...
(cherry picked from commit 4a14c6f15a )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:07 +02:00
Vitaly Provodin
124960e5aa
JRE-705 added new regression test (Z-order of child windows is broken on Mac OS)
...
(cherry picked from commit 82cd480619 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:07 +02:00
Vitaly Provodin
8547a60027
JRE-624 CThreading isAppKit() fails to detect main app thread if it was renamed
...
(cherry picked from commit c8f248a936 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:07 +02:00
Alexey Ushakov
876d315b10
IDEA-166173 IntelliJ freezes when returning from sleep
...
Fixed deadlock by removing unnecessary getScreenResolution call
(cherry picked from commit cec93cf1fd )
2024-10-23 02:02:07 +02:00
Alexey Ushakov
4142fdb648
Added missing fontconfig defines
...
(cherry picked from commit 2ac273a456 )
2024-10-23 02:02:07 +02:00
Alexey Ushakov
a3813b7179
JRE-43 Font.getFamily() does not work in headless mode
...
Removed unused code
(cherry picked from commit 5b523f049e )
2024-10-23 02:02:07 +02:00
Alexey Ushakov
be194cc6d6
JRE-43 Font.getFamily() does not work in headless mode
...
Bundled Droid fonts to fallback in headless mode
(cherry picked from commit 5b523f049e )
2024-10-23 02:02:07 +02:00
Alexey Ushakov
75c35a0706
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 )
2024-10-23 02:02:07 +02:00
Alexey Ushakov
cd6dbddd64
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 )
2024-10-23 02:02:07 +02:00
Alexey Ushakov
ef85077aec
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 )
2024-10-23 02:02:06 +02:00
Alexey Ushakov
a0afd44a11
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 )
2024-10-23 02:02:06 +02:00
Alexey Ushakov
5183873e3e
JRE-29 fontconfig lib crashes CLion on OSX
...
Disabled fontconfig usage on OSX
(cherry picked from commit 431e14429c )
2024-10-23 02:02:06 +02:00
Vitaly Provodin
6bde0f91bc
exclude tests spontaneously creating windows during test execution
2024-10-23 02:02:06 +02:00
Alexey Ushakov
1535fba860
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 )
2024-10-23 02:02:06 +02:00
Alexey Ushakov
f15aee2748
Added logging for freetypeScaler via env variable OPENJDK_LOG_FFS=yes
...
and for screen resolution in freetypeScaler
(cherry picked from commit 091d74a791 )
2024-10-23 02:02:06 +02:00
Alexey Ushakov
b8eb689f98
JRE-34 IDE Crashes During Startup
...
Added validation of dpi settings coming from xserver
(cherry picked from commit b1c49c3b27 )
2024-10-23 02:02:06 +02:00
Anton Tarasov
20b54bac34
JBR-2031 [mac] jcef deadlocks with a11y on start
...
(cherry picked from commit 4f44b37f08 )
2024-10-23 02:02:06 +02:00
Alexey Ushakov
ec474a35ad
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 )
2024-10-23 02:02:06 +02:00
Anton Tarasov
62290e07ec
JBR-2019 provide getWindowHandle method for jcef
...
(cherry picked from commit 7ae706b629 )
2024-10-23 02:02:06 +02:00
Anton Tarasov
01e5927396
JBR-1976 [jcef] need mouse-transparent window on Windows
...
(cherry picked from commit b60fac96b4 )
2024-10-23 02:02:06 +02:00
Anton Tarasov
b4f47e2370
JBR-1824 export NSWindow::setIgnoresMouseEvents to java internal API
...
(cherry picked from commit 4399dc382c )
2024-10-23 02:02:06 +02:00
Anton Tarasov
23bf2c861a
JBR-1802 com/sun/java/accessibility/util/8051626/Bug8051626.java: access denied ("java.lang.RuntimePermission" "getClassLoader")
...
(cherry picked from commit eae772aca9 )
2024-10-23 02:02:06 +02:00
Anton Tarasov
4947ebe3a9
JBR-1795 Project opened from Welcome screen goes to backgound after loading
...
(cherry picked from commit 322526458a )
2024-10-23 02:02:06 +02:00
Anton Tarasov
1bcbbc50d7
JBR-1609 Jupyter Notebook eventually causes IDEA to become unresponsive on Mac OSX
...
(cherry picked from commit 8ae0be8eb6 )
2024-10-23 02:02:06 +02:00
Anton Tarasov
7162a53fcc
JBR-1786 Weird white border for IDE window
...
(cherry picked from commit 4b09614a0e )
2024-10-23 02:02:05 +02:00
Vyacheslav Moklev
0394e80034
JBR-1552 Invalid screen bounds in full screen mode
...
Check is window is not in undecorated state
(cherry picked from commit 5547701e2c )
2024-10-23 02:02:05 +02:00
Vyacheslav Moklev
fb033e3c7a
JBR-1509 Client area size is wrong in Borderless mode
...
Fix client area size
(cherry picked from commit 00d32e58dc )
2024-10-23 02:02:05 +02:00
Anton Tarasov
79475eee39
JBR-1770 [windows] frame does not open as maximized
...
(cherry picked from commit d9dfc3c6c5 )
2024-10-23 02:02:05 +02:00
Anton Tarasov
d40ef33032
JBR-1693 difficult to input Japanese text with "Fast" Key Repeat
...
(cherry picked from commit 12de3e287e )
2024-10-23 02:02:05 +02:00
Anton Tarasov
243e74f404
JBR-1669 IDE-managed HiDPI mode is broken
...
(cherry picked from commit 461b0b5cd4 )
2024-10-23 02:02:05 +02:00
Anton Tarasov
ce19d82662
JBR-1650 propagate custom decoration title bar height to native
...
(cherry picked from commit f6fc65d014 )
2024-10-23 02:02:05 +02:00
Anton Tarasov
f541a3fa6b
JBR-1629 Maximized window cut at the right and bottom
...
(cherry picked from commit 9e768377db )
2024-10-23 02:02:05 +02:00
Anton Tarasov
07689c079e
JBR-1492 Not able to start Intellij Idea 2017.2.5 with modified vmoptions
...
(cherry picked from commit e7ca6db66b )
2024-10-23 02:02:05 +02:00
Anton Tarasov
8bb2ca5ed3
JBR-1427 pycharm jupyter preview stuck and no response when click on preview.
...
(cherry picked from commit 1746b04686 )
2024-10-23 02:02:05 +02:00
Anton Tarasov
189bb5e8c3
IDEA-210154 Borderless UI: Top frame of IDEA window is blue
...
(cherry picked from commit 2dd4163bc4 )
2024-10-23 02:02:05 +02:00
Anton Tarasov
776269b0c8
JBR-1351 Borderless UI: Bold frame around IDEA window appears on non-HiDPI display
...
(cherry picked from commit 06d35de069 )
2024-10-23 02:02:05 +02:00
Anton Tarasov
05b098271c
JBR-1313 wrong insets for non-resizable custom-decorated frame
...
(cherry picked from commit 9179718cb6 )
2024-10-23 02:02:05 +02:00
Anton Tarasov
0b090bb89b
JBR-1293 do not modify client bounds when custom-decorated frame is set undecorated
...
(cherry picked from commit cb188edaab )
2024-10-23 02:02:05 +02:00
Anton Tarasov
7daea5af0d
JBR-1278 allow native border and shadow for custom decoration mode
2024-10-23 02:02:05 +02:00
Anton Tarasov
0a4861e3cf
JRE-1232 forwardport: JRE-1228 support custom frame decoration
...
(cherry picked from commit d2820524a1 )
2024-10-23 02:02:04 +02:00
Anton Tarasov
07075f86d2
JRE-1162 [jdk11] support on-the-fly DPI change on linux
...
(cherry picked from commit c06c4c69d3 )
2024-10-23 02:02:04 +02:00
Anton Tarasov
5286a5e398
JRE-1142 [jdk11] hidpi is not detected since Ubuntu 18.04
...
(cherry picked from commit be4f8c0d9d )
2024-10-23 02:02:04 +02:00
Anton Tarasov
efa7c66e9f
JRE-1111 [JDK11] java/beans/Beans/TypoInBeanDescription.java crashes at libawt_xawt.so+0x4a30d
...
(cherry picked from commit b89e6aed0b )
2024-10-23 02:02:04 +02:00
Anton Tarasov
d2a7960b15
fix JNI_OnUnload definition
...
(cherry picked from the commit 3571e39071 )
(cherry picked from commit 1019d8f0f2 )
2024-10-23 02:02:04 +02:00
Anton Tarasov
e84fd25e07
JRE-981 IM workaround does not work anymore
...
forward port of 2d7c29b in JetBrains/jdk8u_jdk
(cherry picked from commit f3ccc53e02 )
2024-10-23 02:02:04 +02:00
Anton Tarasov
ab0c7d0890
JRE-938 [windows] Frame.setMaximizedBounds not hidpi-aware
...
(cherry picked from commit cc97899923320e1fa17f5e44975c4a0f0ba51014)
(cherry picked from commit ccfe65be7f )
2024-10-23 02:02:04 +02:00
Anton Tarasov
a3d78c7263
JRE-907 macOS: add ability to check for scaled display mode
...
(cherry picked from commit e496262aa1 )
2024-10-23 02:02:04 +02:00
Anton Tarasov
c19576060a
JRE-934 Diff viewer errors are not visible on HiDPI Linux
...
(cherry picked from commit 641a09dd52 )
2024-10-23 02:02:04 +02:00
Anton Tarasov
f5c84c3561
[jdk9] HiDPI scale is not detected on some linux desktops
...
(cherry picked from commit 9279d80110 )
2024-10-23 02:02:04 +02:00
Anton Tarasov
da240b2afa
JRE-681 [windows] direct drawing into frame graphics may have wrong translate
...
(cherry picked from commit 6ea1d45fd1 )
2024-10-23 02:02:04 +02:00
Anton Tarasov
a51c1dabe1
Read org.gnome.desktop.interface/scaling-factor
...
(cherry picked from commit 277357ae73 )
2024-10-23 02:02:04 +02:00
Anton Tarasov
2fad40bc57
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
2024-10-23 02:02:04 +02:00
Anton Tarasov
bb9aef1489
Do not scale base font in HiDPI mode on Linux
...
(cherry picked from commit 6fb2c36529 )
2024-10-23 02:02:04 +02:00
Anton Tarasov
94a9e96f9e
JRE-772 swing returns incorrect FRC when AA is off
...
(cherry picked from commit a161897d908aa10da6306c06452c5d6317fed2f0)
(cherry picked from commit 2bf5a7ca5c )
2024-10-23 02:02:04 +02:00
Anton Tarasov
7e938408b3
JRE-681 [windows] direct drawing into frame graphics may have wrong translate
...
(cherry picked from commit ab6dee4c1fc453ad3cb5adb69fc243e550d184ae)
(cherry picked from commit 6ea1d45fd1 )
2024-10-23 02:02:03 +02:00
Anton Tarasov
42ac501719
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 )
2024-10-23 02:02:03 +02:00
Anton Tarasov
0ad43451ce
JRE-616 [linux] notify when dpi correction factor is applied to fonts
...
(cherry picked from commit f57d41f3118bfd773c99ce32d58cfae16931be6a)
(cherry picked from commit 6246abc72f )
2024-10-23 02:02:03 +02:00
Anton Tarasov
47ca2276d9
JRE-612 [windows] icon in frame title is not dpi-aware
...
(cherry picked from commit dec04385177a2abb677add909d3b94f94c62a14e)
(cherry picked from commit 38466cbab0 )
2024-10-23 02:02:03 +02:00
Anton Tarasov
33e333717f
JRE-604 [fps] frame's client area is one pixel beneath frame's borders
...
Adopted.
(cherry picked from commit ef2870ee38 )
2024-10-23 02:02:03 +02:00
Anton Tarasov
fffbca8fd6
JRE-596 [windows] popup positioning is broken with JRE-573
...
Adopted: moved to AwtWindow::Reshape
(cherry picked from commit c5cc28d85d )
2024-10-23 02:02:03 +02:00
Anton Tarasov
db49cd716f
JRE-577 Goland 18 displays out of memory
...
(cherry picked from commit 2daaf21e420d4af15d3b1bfeb3f896074bea1e61)
(cherry picked from commit 9ea2011948 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:03 +02:00
Anton Tarasov
ea99eb8082
JRE-573 [windows] window client area bounds mismatch
...
Apply only WmEraseBkgnd
(cherry picked from commit afa68f7ad6440303c6417be3f675b1c4644b6014)
(cherry picked from commit 0651b45e13 )
2024-10-23 02:02:03 +02:00
Anton Tarasov
c1be849451
JRE-382 Three AWT-tests become hanging starting since master-875
...
(cherry picked from commit 7d492101db8fcbb3d285fd8e9669f74b0e0fce8f)
(cherry picked from commit b965f85c1b )
2024-10-23 02:02:03 +02:00
Anton Tarasov
3cd536b492
JRE-373 [macos] nativeCreateNSWindow deadlocks with a11y
...
(cherry picked from commit 72c77a992bbf1b95b82ffc08cb2f4f3bc36b3657)
(cherry picked from commit aa09fa2c85 )
2024-10-23 02:02:03 +02:00
Anton Tarasov
a47eacd53e
IDEA-172422 Popup at the wrong place on the second monitor (new hidpi)
...
Adopted: moved to AwtWindow::Reshape
(cherry picked from commit 11a0911d65 )
2024-10-23 02:02:03 +02:00
Anton Tarasov
8b6937044d
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 )
2024-10-23 02:02:03 +02:00
Anton Tarasov
4e68069866
JRE-269 JLabel doesn't scale <code>text</code> HTML fragments.
...
(cherry picked from commit 9ef72b6c3a477e4225f9b98e30fa9190613520e4)
(cherry picked from commit c17bc728ee )
2024-10-23 02:02:03 +02:00
Anton Tarasov
3d2cbd20b3
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 )
2024-10-23 02:02:03 +02:00
Anton Tarasov
35cd2e5fdf
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 )
with fix for JBR-5300 Change source code and test files to use GPL license
2024-10-23 02:02:02 +02:00
Anton Tarasov
de09740e08
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 )
2024-10-23 02:02:02 +02:00
Anton Tarasov
e44c7a9741
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 )
2024-10-23 02:02:02 +02:00
Anton Tarasov
9d06b3ed9b
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 )
2024-10-23 02:02:02 +02:00
Anton Tarasov
0cc02c0f9e
JRE-119 [ask if ui scale is enabled natively]
...
(cherry picked from commit 801f45875fd8699edcbda5896210cec191062261)
(cherry picked from commit 20edebdefa )
2024-10-23 02:02:02 +02:00
Anton Tarasov
331a9450e5
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 )
2024-10-23 02:02:02 +02:00
Anton Tarasov
05efc10cac
IDEA-148854: AppCode crashes randomly every 15 mins or so
...
(cherry picked from commit 02f9a5fbb4924ff67c8a04c15e490acfcc750003)
(cherry picked from commit b8f4b4a9ed )
2024-10-23 02:02:02 +02:00
Vitaly Provodin
3c409a1969
updated JTreg exclude list
2024-10-23 02:02:02 +02:00
Alexey Ushakov
cae29437ef
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 )
2024-10-23 02:02:02 +02:00
Vitaly Provodin
11b9230c66
JBR-3398 remove the Experimental AOT and JIT Compiler (JEP 410)
2024-10-23 02:02:02 +02:00
Alexey Ushakov
dc9be4e55d
JBR-2807: JDK15: update modules.list to resolve jbr build failure
...
removed nashorn modules
2024-10-23 02:02:02 +02:00
Vitaly Provodin
2649ac5444
JBR-2130 remove module jdk.pack
2024-10-23 02:02:02 +02:00
Vitaly Provodin
2f88e02801
JBR-4810 add VERSION_PATCH into version number string
2024-10-23 02:02:02 +02:00
Vitaly Provodin
a571030881
JBR-4754 make root directory with the same name as archive name
2024-10-23 02:02:02 +02:00
Nikita Provotorov
620911a173
JBR-2074 Windows 10 AArch64 support: make the build scripts use custom build-jdk.
2024-10-23 02:02:02 +02:00
Nikita Provotorov
a12b3ffa85
JBR-2074 Windows 10 AArch64 support: build fixes.
2024-10-23 02:02:01 +02:00
Vitaly Provodin
3e92836098
JBR-4567 replace comma with point in RenderPerf scores
2024-10-23 02:02:01 +02:00
Vitaly Provodin
4216d7eda9
JBR-4520 set file permissions after signing
2024-10-23 02:02:01 +02:00
Vitaly Provodin
9d345f591b
JBR-4512 windows: include pdb-files into jbrsdk
2024-10-23 02:02:01 +02:00
Vitaly Provodin
d55800328b
JBR-4087 add version info into the name of root directory in JBR tar.gz-distributions
2024-10-23 02:02:01 +02:00
Vitaly Provodin
4ca6b348ee
JBR-4511 remove --disable options from configure mac-aarch64 builds & unify configure for x64 and aarch64
2024-10-23 02:02:01 +02:00
Maxim Kartashev
394a7eb0cb
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.
2024-10-23 02:02:01 +02:00
Vladislav Rassokhin
2df5d963e9
JBR-4451 Make bash scripts safer
2024-10-23 02:02:01 +02:00
Vitaly Provodin
81dfadbccc
JBR-4487 enable Linux 32 builds
2024-10-23 02:02:01 +02:00
Vitaly Provodin
e55b33fe16
JBR-4458 enable JBR17 windows 32 bit builds
2024-10-23 02:02:01 +02:00
Vitaly Provodin
dcd0047850
JBR-4272 generate and save debug symbols for JBR on macos/linux
2024-10-23 02:02:01 +02:00
Vitaly Provodin
a399e39330
JBR-4053 integrate DCEVM patches as usual commits
2024-10-23 02:02:01 +02:00
Vitaly Provodin
b0d98085bd
JBR-4370 create a test checking all JBR artifacts exist - add exit code
2024-10-23 02:02:01 +02:00
Nikita Provotorov
1dfca572d5
JBR-2074 Windows 10 AArch64 support: add build and pack scripts.
2024-10-23 02:02:01 +02:00
Vladimir Kempik
086100cf5f
JBR-4452: Update crash report message with JBR youtrack link
...
instead of bugreport.java.com
2024-10-23 02:02:01 +02:00
Vitaly Provodin
c8a5212ac1
JBR-4437 add sources to JBRSDK distributions for Windows and Linux
2024-10-23 02:02:00 +02:00
Vitaly Provodin
2f550729fa
JBR-4437 add sources to JBRSDK distributions
2024-10-23 02:02:00 +02:00
Anton Tarasov
c6b4b1cb6d
JBR-3906 JBR for Linux aarch64 with JCEF is missing, is there any support plan?
2024-10-23 02:02:00 +02:00
Vitaly Provodin
f621fa6c91
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
2024-10-23 02:02:00 +02:00
Vladimir Kempik
c2db3d961f
JBR-4283: Provide native JBR builds for alpine Linux-aarch64
2024-10-23 02:02:00 +02:00
Vladimir Kempik
d4cd06ac13
JBR-4242:Provide native JBR builds for alpine Linux
2024-10-23 02:02:00 +02:00
Maxim Kartashev
5266e38684
JBR-3917 Problem using windows certificate store (trustStoreType=Windows-ROOT not recognized)
2024-10-23 02:02:00 +02:00
Maxim Kartashev
bd4d5ba737
JBR-4145 Make builds independent from build directory
...
Supplied the --disable-absolute-path-in-output option to the configure script
when building JBR.
2024-10-23 02:02:00 +02:00
Vitaly Provodin
b66b01e23c
JBR-4154 extract version info from sources & JBR-4099 make test-image on jbrsdk_jcef step
2024-10-23 02:02:00 +02:00
Vitaly Provodin
857c53f861
JBR-4067 fix misprint with applying obsolete exclude_jcef_module.patch
2024-10-23 02:02:00 +02:00
Vitaly Provodin
b784b03691
JBR-3756 remove JNF from mac-aarch64 binaries
2024-10-23 02:02:00 +02:00
Vitaly Provodin
05dac4b182
JBR-4082 create JBR & JBRSDK installer packages
2024-10-23 02:02:00 +02:00
Maxim Kartashev
580636ba0e
JBR-4061 Specify build user for the build
2024-10-23 02:02:00 +02:00
Maxim Kartashev
ce19a776f4
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 )
2024-10-23 02:02:00 +02:00
Maxim Kartashev
a52eb62068
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 )
2024-10-23 02:02:00 +02:00
Maxim Kartashev
b6ff06687d
JBR-4059 Create Dockerfile for building on AArch64 Linux
2024-10-23 02:01:59 +02:00
Vitaly Provodin
392c49cef5
JBR-3905 add incremental JBR building
2024-10-23 02:01:59 +02:00
Vitaly Provodin
77c6459663
JBR-3904 fix the image directory name of macos builds
2024-10-23 02:01:59 +02:00
Vitaly Provodin
d522a3812c
configure BOOT_JDK to use JDK 17
2024-10-23 02:01:59 +02:00
Anton Tarasov
0a46c561ac
JBR-3655 jbr-dev build fails to find jcef modules on Windows
2024-10-23 02:01:59 +02:00
Maxim Kartashev
31f0275170
JBR-3645 Tool to support keeping JBR in sync with OpenJDK
2024-10-23 02:01:59 +02:00
Vitaly Provodin
42e4236803
JBR-3639 add jbrsdk tarballs for dcevm, jcef builds
2024-10-23 02:01:59 +02:00
Anton Tarasov
1de8e65959
JBR-3627 include jmods in jbrsdk bundle for jbr-dev
2024-10-23 02:01:59 +02:00
Vitaly.Provodin
7c32771163
add dockerfile for x86
...
(cherry picked from commit 8fb2341ea8 )
2024-10-23 02:01:59 +02:00
Vitaly Provodin
6f8f7d30ae
JBR-1505 add jdk.jcmd module into JBR
...
(cherry picked from commit c40b9c8b9e )
2024-10-23 02:01:59 +02:00
Vitaly Provodin
d330cfbd87
JBR-2957 notarize JBR and JBRSDK as APPL
...
(cherry picked from commit 0e7f9ce4ca )
2024-10-23 02:01:59 +02:00
Vitaly Provodin
6ad5505f28
JBR-667 add shenandoahgc feature
...
(cherry picked from commit e15dad04 )
2024-10-23 02:01:59 +02:00
Vitaly Provodin
bcc631a38c
configure BOOT_JDK to use JDK 16
2024-10-23 02:01:59 +02:00
Anton Tarasov
f32ada176c
Add build.gradle
2024-10-23 02:01:59 +02:00
Vitaly Provodin
6f73d11c5e
JBR-3401 enable macos-aarhc64 builds
2024-10-23 02:01:59 +02:00
Vitaly Provodin
082cc9407f
JBR-3305 remove the option --disable-warnings-as-errors from configure
2024-10-23 02:01:59 +02:00
Vitaly Provodin
3190d54fe9
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
2024-10-23 02:01:58 +02:00
Vitaly Provodin
fec7fd28dc
JBR-2912 add JBR 15 builds with DCEVM
2024-10-23 02:01:58 +02:00
Vitaly Provodin
08fcd93c8a
JBR-2864 initial commit of DCEVM patches reworked for 15
2024-10-23 02:01:58 +02:00
Vitaly Provodin
ef81eea40a
JBR-2812 remove --with-import-modules from configure for aarch64
2024-10-23 02:01:58 +02:00
Anton Tarasov
31eb6dbe0c
JBR-2812 bundle jcef in jmod format instead of modular-sdk
...
Build test-image with non-jcef build target
2024-10-23 02:01:58 +02:00
Vitaly Provodin
d4119b91eb
JBR-2787 fix copying jcef files into jbr/jbrsdk binaries
2024-10-23 02:01:58 +02:00
Vitaly Provodin
2a1b4ae7e5
JBR-2758 refactor building scripts to apply patches adding required modules instead of excluding
...
Add jogl and gluegen modules to support jcef osr mode
2024-10-23 02:01:58 +02:00
Anton Tarasov
705a782c73
JBR-2016 add jcef module and export packages to it
...
(cherry picked from commit cf997f71c6 )
2024-10-23 02:01:58 +02:00
Vitaly Provodin
8e8f177f04
JBR-2473 modify building scripts to add dcevm clauses, add git config to docker image
...
(cherry picked from commit 2620c62848 )
2024-10-23 02:01:58 +02:00
Vitaly Provodin
85dfea5a31
JBR-2395 eliminate JavaFX from JBR
2024-10-23 02:01:58 +02:00
Vitaly Provodin
1737183622
JBR-2409 fix prameters for configure
2024-10-23 02:01:58 +02:00
Vitaly Provodin
ea391134bb
JDK14: exclude dependencies on jcef in x86, fastdebug builds
2024-10-23 02:01:58 +02:00
Vitaly Provodin
d83f6470f2
JBR-2396 fix CONF names
2024-10-23 02:01:58 +02:00
Vitaly Provodin
30f925afdd
JBR-2394 replace --disable-debug-symbols with --with-native-debug-symbols=none
2024-10-23 02:01:58 +02:00
Vitaly Provodin
dc8c52076e
add exec permitions to configure
2024-10-23 02:01:58 +02:00
Vitaly Provodin
337c3ca755
split checkout before building JBR+JFX or JBR+JCEF on two separate commands
2024-10-23 02:01:57 +02:00
Vitaly Provodin
d83b53176e
change BOOT_JDK, fix target names
2024-10-23 02:01:57 +02:00
Vitaly Provodin
a78ca0115b
JBR-2291 add vendor info into bundles
2024-10-23 02:01:57 +02:00
Vitaly Provodin
c723a61c10
JBR-2324 address new layout in mac jcef 80.0.4+g74f7b0c+chromium-80.0.3987.122
2024-10-23 02:01:57 +02:00
Vitaly Provodin
fc41d1347b
JBR-2320 add jdk.attach module into JBR
2024-10-23 02:01:57 +02:00
Vitaly Provodin
0da9217661
JBR-2217 provide JCEF-only (no JavaFX) bundle for master/202 branches
2024-10-23 02:01:57 +02:00
Vitaly Provodin
7637321191
JBR-2212 add scripts for linux_x86, linux_aarch64, linux_x64_fastdebug, osx_fastdebug, windows_x86
2024-10-23 02:01:57 +02:00
Vitaly Provodin
9036c629f8
JBR-1643 fix intermittent fialures of Windows builds at make/Init.gmk:304
...
combine images and test-image into one make invocation
2024-10-23 02:01:57 +02:00
Vitaly Provodin
9ee0f01344
JBR-2181 create two separate JBR bundles with JFX and JFX+JCEF
2024-10-23 02:01:57 +02:00
Vitaly Provodin
4700a098d6
JBR-2148 modify signapp&build scripts to match to the new layout
2024-10-23 02:01:57 +02:00
Vitaly Provodin
2677d11df9
JBR-2084 modify scripts to sign Contents/MacOS/libjli.dylib as a a normal file
2024-10-23 02:01:57 +02:00
Vitaly Provodin
552bbfda01
JBR-1821 notarize JBR bundles as a standalone app
2024-10-23 02:01:57 +02:00
Vitaly Provodin
4180e4a527
JBR-2162 move building scripts from TC to JBR repo
2024-10-23 02:01:57 +02:00
Anton Tarasov
e8019528e0
JBR-2016 add jcef module and export some sun.* packages to it
2024-10-23 02:01:57 +02:00
Vitaly Provodin
bedd14aac0
JBR-2014 add jdk.hotspot.agent module to jbr
2024-10-23 02:01:57 +02:00
Vitaly Provodin
7b840c010c
JBR-1286 add jdk.compiler into JBR
2024-10-23 02:01:56 +02:00
Vitaly Provodin
156e57c351
JBR-1199 add JBR modules list for jlink
2024-10-23 02:01:56 +02:00
Vitaly Provodin
4e35656977
Update docker script to create jdk15 build env
2024-10-23 02:01:56 +02:00
Vitaly Provodin
4be6e5828b
JBR-3045 add pressing ESC to close the dialog after test completion
...
(cherry picked from commit 44d8b28b0b )
2024-10-23 02:01:56 +02:00
Vitaly Provodin
63bec2b32b
JBR-3040 press the button END at the beggining in order to avoid text selection
...
(cherry picked from commit 1c2bf33db2 )
2024-10-23 02:01:56 +02:00
Vitaly.Provodin
cffe8385f7
updated JTreg exclude list
2024-10-23 02:01:56 +02:00
Mandy Chung
d6eddcdaf9
8327624: Remove VM implementation that bypass verification for core reflection
...
Reviewed-by: liach, dholmes, jrose, alanb, mli
2024-10-22 18:14:37 +00:00
Aleksey Shipilev
28147dab07
8341913: Support CDS heap dumping for Shenandoah and Epsilon
...
Reviewed-by: iklam, matsaave
2024-10-22 17:58:20 +00:00
Justin Lu
c61d2c5a34
8341445: DecimalFormatSymbols setters should throw NPE
...
Reviewed-by: naoto
2024-10-22 17:21:38 +00:00
Brian Burkhalter
aafc8d0dcb
8342850: Change ProblemList to have LimitDirectMemory refer to JDK-8342849
...
Reviewed-by: tschatzl
2024-10-22 17:09:37 +00:00
Chad Rakoczy
893266c48f
8342601: AArch64: Micro-optimize bit shift in copy_memory
...
Reviewed-by: dlong, aph, shade
2024-10-22 16:11:37 +00:00
Claes Redestad
f9852aea8b
8342839: Malformed copyright in StringNameTable since JDK-8342806
...
Reviewed-by: thartmann
2024-10-22 15:31:11 +00:00
Claes Redestad
af5e53241b
8342806: Desugar capturing lambda in StringNameTable
...
Reviewed-by: mcimadamore, liach
2024-10-22 14:29:52 +00:00
Michael McMahon
01b681c80d
8326949: Authorization header is removed when a proxy Authenticator is set on HttpClient
...
Reviewed-by: dfuchs, jpai, djelinski
2024-10-22 14:09:10 +00:00
Claes Redestad
d10eecf161
8341776: Remove unused enum values from LambdaForm$Kind
...
Reviewed-by: liach
2024-10-22 13:51:42 +00:00
Martin Doerr
3bba0f3dc8
8342701: [PPC64] TestOSRLotsOfLocals.java crashes
...
Reviewed-by: lucy, rrich
2024-10-22 13:16:27 +00:00
Stefan Karlsson
264d7014a1
8342610: ZGC: Cleanup pre-touching code
...
Reviewed-by: aboldtch, mli, jsikstro, eosterlund
2024-10-22 13:15:17 +00:00
Ivan Walulya
f70ecc27a7
8342182: G1: G1OldGenAllocationTracker does not account for direct allocations in regions
...
Reviewed-by: tschatzl, sjohanss
2024-10-22 13:13:04 +00:00
SendaoYan
3b71657f59
8341584: Test java/foreign/TestUpcallStress.java intermittent timeout with -Xcomp
...
Reviewed-by: jpai, jvernee
2024-10-22 12:27:44 +00:00
Roland Westrelin
004aaea76d
8342330: C2: "node pinned on loop exit test?" assert failure
...
Reviewed-by: chagedorn, thartmann
2024-10-22 11:19:21 +00:00
Aggelos Biboudis
c9f38409cc
8342679: Clean up PreviewFeature.Feature
...
Reviewed-by: liach, vromero
2024-10-22 09:39:04 +00:00
Christian Hagedorn
2da7f2bcb0
8342787: Move misplaced TestTemplateAssertionPredicateWithTwoUCTs.java from src to test directory
...
Reviewed-by: thartmann, shade, jwaters
2024-10-22 08:34:46 +00:00
Kevin Walls
de441c2b68
8342633: javax/management/security/HashedPasswordFileTest.java creates tmp file in src dir
...
Reviewed-by: dfuchs, amenkov
2024-10-22 08:29:55 +00:00
Aleksey Shipilev
bf92c49839
8342704: GHA: Report truncation is broken after JDK-8341424
...
Reviewed-by: erikj, jwaters
2024-10-22 07:07:13 +00:00
SendaoYan
8bcd4920f1
8342681: TestLoadBypassesNullCheck.java fails improperly specified VM option
...
Reviewed-by: shade
2024-10-22 02:09:08 +00:00
Alexey Semenyuk
7133d1b983
8342609: jpackage test helper function incorrectly removes a directory instead of its contents only
...
Reviewed-by: almatvee
2024-10-21 22:13:25 +00:00
hanklo6
8276a41958
8342715: x86 unused orw instruction encoding could be removed
...
Reviewed-by: sviswanathan, jbhateja, kvn
2024-10-21 21:16:26 +00:00
Kim Barrett
5a4b180965
8342011: Conditionally compile ReservedHeapSpace compressed heap support
...
Reviewed-by: stefank, dholmes
2024-10-21 18:42:26 +00:00
Phil Race
e0c6480cd3
8338570: sun/font/HBShaper - mismatch in return type of FFM upcall function description and native invocation
...
Reviewed-by: serb, aivanov
2024-10-21 18:23:13 +00:00
Naoto Sato
71583222eb
8340477: Remove JDK1.1 compatible behavior for "EST", "MST", and "HST" time zones
...
Reviewed-by: iris, jlu, joehw
2024-10-21 17:20:50 +00:00
Hannes Wallnöfer
97c9212842
8342698: Fix order of @param tags in module java.base
...
Reviewed-by: iris
2024-10-21 17:14:25 +00:00
Justin Lu
51a7ff6594
8335271: Specify the MessageFormat ArgumentIndex Implementation Limit
...
Reviewed-by: darcy, iris, naoto, rriggs
2024-10-21 17:08:50 +00:00
hanklo6
52d752c43b
8339507: Test generation tool and gtest for testing APX encoding of extended gpr instructions
...
Reviewed-by: jbhateja, sviswanathan, kvn
2024-10-21 16:46:41 +00:00
Aleksey Shipilev
37aa320f57
8342376: More reliable OOM handling in ExceptionDuringDumpAtObjectsInitPhase test
...
Reviewed-by: iklam, phh
2024-10-21 15:56:19 +00:00
Smita Kamath
18bcbf7941
8341052: SHA-512 implementation using SHA-NI
...
Reviewed-by: jbhateja, ascarpino, sviswanathan, sparasa
2024-10-21 15:37:36 +00:00
Lance Andersen
54a744b023
8340553: ZipEntry field validation does not take into account the size of a CEN header
...
Reviewed-by: jpai, redestad, eirbjo
2024-10-21 15:34:27 +00:00
Joe Darcy
18b55ceaa4
8342653: Fix minor doc issues in AnnotatedElement
...
Reviewed-by: jpai, iris, liach
2024-10-21 15:14:12 +00:00
Sandhya Viswanathan
153ad911f9
8338126: C2 SuperWord: VectorCastF2HF / vcvtps2ph produces wrong results for vector length 2
...
Reviewed-by: thartmann, jbhateja, epeter
2024-10-21 14:58:43 +00:00
Kangcheng Xu
80ec552248
8328528: C2 should optimize long-typed parallel iv in an int counted loop
...
Reviewed-by: roland, chagedorn, thartmann
2024-10-21 14:57:31 +00:00
Tomas Zezula
330f2b5a9c
8342295: compiler/jvmci/TestJVMCISavedProperties.java fails due to garbage in output
...
Reviewed-by: dnsimon
2024-10-21 13:50:13 +00:00
Joel Sikström
1f3574855e
8342102: ZGC: Optimize copy constructors in ZPhysicalMemory
...
Reviewed-by: stefank, kbarrett, aboldtch
2024-10-21 13:16:10 +00:00
Robbin Ehn
66ddaaa359
8340241: RISC-V: Returns mispredicted
...
Reviewed-by: fyang, luhenry
2024-10-21 13:15:52 +00:00
Nizar Benalla
07f550b85a
8340818: Add a new jtreg test root to test the generated documentation
...
Reviewed-by: erikj
2024-10-21 10:22:14 +00:00
fabioromano1
27ef6c9df4
8341470: BigDecimal.stripTrailingZeros() optimization
...
Reviewed-by: rgiulietti
2024-10-21 10:14:15 +00:00
Nizar Benalla
5d5d88ab9a
8339570: Add Tidy build support for JDK tests
...
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org >
Reviewed-by: erikj, ihse
2024-10-21 10:13:18 +00:00
Fei Yang
239d84a82a
8342578: GHA: RISC-V: Bootstrap using Debian snapshot is still failing
...
Reviewed-by: shade, erikj
2024-10-21 09:30:28 +00:00
Aleksey Shipilev
aa060f22d3
8342334: CDS: Scratch mirrors should not point to dead klasses
...
Reviewed-by: adinn, coleenp, iklam
2024-10-21 08:04:12 +00:00
Roland Westrelin
680dc5d896
8342496: C2/Shenandoah: SEGV in compiled code when running jcstress
...
Reviewed-by: shade, rkennke
2024-10-21 07:38:39 +00:00
Roland Westrelin
8f2b23bb53
8341407: C2: assert(main_limit == cl->limit() || get_ctrl(main_limit) == new_limit_ctrl) failed: wrong control for added limit
...
Reviewed-by: chagedorn, thartmann
2024-10-21 07:37:01 +00:00
SendaoYan
21682bcdcc
8342612: Increase memory usage of compiler/c2/TestScalarReplacementMaxLiveNodes.java
...
Reviewed-by: kvn
2024-10-21 07:20:48 +00:00
Christian Hagedorn
d61f56a300
8342287: C2 fails with "assert(is_IfTrue()) failed: invalid node class: IfFalse" due to Template Assertion Predicate with two UCTs
...
Reviewed-by: kvn, thartmann
2024-10-21 06:28:40 +00:00
Fei Yang
76ae072a1f
8342579: RISC-V: C2: Cleanup effect of killing flag register for call instructs
...
Reviewed-by: rehn, fjiang
2024-10-21 01:46:26 +00:00
Johannes Bechberger
309b929147
8336401: Remove the option onjcmd from the jdwp agent
...
Reviewed-by: cjplummer, mbaesken
2024-10-18 23:39:05 +00:00
Chad Rakoczy
401d0d6b09
8335662: [AArch64] C1: guarantee(val < (1ULL << nbits)) failed: Field too big for insn
...
Reviewed-by: thartmann, eastigeevich
2024-10-18 22:52:40 +00:00
Serguei Spitsyn
8591109419
8340698: JVMTI FRAME_POP event is sometimes missed if NotifyFramePop is called as a method is returning
...
Reviewed-by: cjplummer, amenkov
2024-10-18 19:34:17 +00:00
Justin Lu
078401134a
8340488: Clarify LocaleServiceProvider deployment on application module path
...
Reviewed-by: naoto
2024-10-18 17:41:36 +00:00
Fei Gao
4dcc7f3f26
8337536: AArch64: Enable BTI branch protection for runtime part
...
Co-authored-by: Hao Sun <haosun@openjdk.org >
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org >
Reviewed-by: aph, ihse, erikj, eliu
2024-10-18 15:00:58 +00:00
Matias Saavedra Silva
28252bb48d
8341444: Unnecessary check for JSRs in CDS
...
Reviewed-by: dholmes, coleenp
2024-10-18 13:23:52 +00:00
Alexey Ivanov
8174cbd5cb
8341978: Improve JButton/bug4490179.java
...
Use latch to synchronize actions in the test.
Verify mouseButton3Released does not trigger actionPerformed
while mouse button 1 is pressed.
Ensure mouse button 1 is released.
Verify releasing mouse button 1 triggers actionPerformed.
Reviewed-by: azvegint, achung, serb
2024-10-18 11:03:00 +00:00
Amit Kumar
9201e9fcc2
8342409: [s390x] C1 unwind_handler fails to unlock synchronized methods with LM_MONITOR
...
Reviewed-by: rrich, lucy
2024-10-18 08:30:41 +00:00
Shaojin Wen
0963b9e891
8341664: ReferenceClassDescImpl cache internalName
...
Reviewed-by: liach
2024-10-18 08:06:09 +00:00
Tobias Hartmann
c51a086ce3
8339694: ciTypeFlow does not correctly handle unresolved constant dynamic of array type
...
Reviewed-by: kvn, vlivanov
2024-10-18 06:46:23 +00:00
Aleksey Shipilev
7f4ed5001e
8341020: Error handler crashes when Metaspace is not fully initialized
...
Reviewed-by: kbarrett, jsjolen, stefank, dholmes
2024-10-18 05:55:07 +00:00
Amit Kumar
f50bd0d9ec
8341513: Remove the unused thread_type field from OSThread
...
Reviewed-by: stefank, dholmes
2024-10-18 03:37:50 +00:00
Jaikiran Pai
7a16906ed0
8341134: Deprecate for removal the jrunscript tool
...
Reviewed-by: mchung, alanb, sundar
2024-10-18 00:57:11 +00:00
Jaikiran Pai
ffe60919df
8173970: jar tool should have a way to extract to a directory
...
Reviewed-by: lancea, cstein
2024-10-18 00:51:39 +00:00
Kevin Rushforth
2b03dbdac4
8311530: Deprecate jdk.jsobject module for removal
...
Reviewed-by: rriggs, alanb, erikj
2024-10-18 00:23:39 +00:00
Alisen Chung
f7e8f5064a
8341292: Open some TextArea awt tests 3
...
Reviewed-by: prr, abhiscxk
2024-10-17 21:00:48 +00:00
Nikita Gubarkov
fe83b7d596
8339341: SurfaceManager cacheMap retains strong references
...
Reviewed-by: jdv, prr
2024-10-17 20:54:18 +00:00
Alisen Chung
12551ae64a
8339975: Open some dialog awt tests 2
...
Reviewed-by: azvegint
2024-10-17 19:29:00 +00:00
Alisen Chung
60af9078fb
8340494: Open some dialog awt tests 4
...
Reviewed-by: dnguyen, honkar
2024-10-17 19:28:26 +00:00
Alisen Chung
40a44e1c1b
8340851: Open some TextArea awt tests
...
Reviewed-by: prr
2024-10-17 18:10:00 +00:00
Aleksey Shipilev
b993227e2f
8342119: Shenandoah: Remove extra ShenandoahUpdateRefsClosure
...
Reviewed-by: wkemper, kdnilsen, rkennke
2024-10-17 18:08:43 +00:00
Coleen Phillimore
83e9e482b1
8325937: runtime/handshake/HandshakeDirectTest.java causes "monitor end should be strictly below the frame pointer" assertion failure on AArch64
...
Reviewed-by: rehn, eosterlund, pchilanomate, aph, fbredberg
2024-10-17 18:06:42 +00:00
Alisen Chung
236c71cad9
8341376: Open some TextArea awt tests 4
...
Reviewed-by: prr, abhiscxk
2024-10-17 15:10:38 +00:00
Aleksey Shipilev
979895d175
8342079: Shenandoah: Remove extra ShenandoahInitMarkRootsClosure
...
Reviewed-by: wkemper, rkennke
2024-10-17 15:03:37 +00:00
Alisen Chung
9a94884e42
8341055: Open some TextArea awt tests 2
...
Reviewed-by: prr, abhiscxk
2024-10-17 14:50:01 +00:00
Alisen Chung
7e98f5905b
8340987: Open some TextArea awt tests 1
...
Reviewed-by: prr, abhiscxk
2024-10-17 14:49:03 +00:00
Ramkumar Sunderbabu
d915ac2abd
8339871: serviceability/sa/TestDebugInfoDecode.java should be driver
...
Reviewed-by: cjplummer, lmesnik
2024-10-17 14:34:58 +00:00
Matias Saavedra Silva
363327e686
8341452: Test runtime/cds/appcds/DumpRuntimeClassesTest.java from JDK-8324259 is failing
...
Reviewed-by: dholmes, iklam
2024-10-17 13:56:49 +00:00
Thomas Schatzl
d6f8b465e4
8340389: vmTestbase/gc/gctests/PhantomReference/phantom001/TestDescription.java Test exit code: 97 with -Xcomp UseAVX=3
...
Reviewed-by: shade, iwalulya
2024-10-17 12:31:43 +00:00
Ivan Walulya
8e16e67492
8342329: G1: Rename G1HeapRegionManager::_allocated_heapregions_length
...
Reviewed-by: tschatzl, shade
2024-10-17 12:26:39 +00:00
Shaojin Wen
3ebfc6c1e2
8342336: Optimize ClassFile imports
...
Reviewed-by: liach
2024-10-17 10:49:53 +00:00
Jan Lahoda
7ff4ea8d01
8341966: Broken annotated module may lead to an exception in javac
...
Reviewed-by: asotona
2024-10-17 09:26:13 +00:00
Antón Seoane Ampudia
9bdface147
8341622: Tag-specific disabled default decorators for UnifiedLogging
...
Reviewed-by: jsjolen, rcastanedalo, aboldtch
2024-10-17 09:18:22 +00:00
Alisen Chung
1ea1f33f66
8340336: Open some checkbox awt tests
...
Reviewed-by: prr, honkar
2024-10-17 08:43:07 +00:00
Simon Tooke
7a64fbbb92
8338851: Hoist os::Posix::realpath() to os::realpath() and implement on Windows
...
Reviewed-by: dholmes, stuefe, jwaters
2024-10-17 08:06:37 +00:00
Kevin Walls
8862ca076f
8342338: Remove redundant IIOPURLTest.java
...
Reviewed-by: cjplummer, amenkov
2024-10-17 08:01:14 +00:00
Richard Reingruber
f9208fadde
8341715: PPC64: ObjectMonitor::_owner should be reset unconditionally in nmethod unlocking
...
Reviewed-by: mdoerr, lucy
2024-10-17 07:21:42 +00:00
Richard Reingruber
fa39e84d64
8342042: PPC64: compiler_fast_unlock_object flags failure instead of success
...
Reviewed-by: mdoerr, aboldtch, fbredberg
2024-10-17 07:19:54 +00:00
Tejesh R
e0dabfb4bf
8340279: Open source several AWT Dialog tests - Batch 2
...
Reviewed-by: abhiscxk, prr
2024-10-17 06:38:23 +00:00
Tejesh R
f6fe5eaf1a
8341072: Open source several AWT Canvas and Rectangle related tests
...
Reviewed-by: prr
2024-10-17 05:48:45 +00:00
Christian Hagedorn
22a1feea74
8341328: Refactor initial Assertion Predicate creation into separate classes
...
Reviewed-by: thartmann, kvn
2024-10-17 05:08:59 +00:00
Tobias Hartmann
58d39c317e
8340313: Crash due to invalid oop in nmethod after C1 patching
...
Reviewed-by: tschatzl, kvn, dlong
2024-10-17 05:03:09 +00:00
Vlad Zahorodnii
3da6890081
8338751: ConfigureNotify behavior has changed in KWin 6.2
...
Reviewed-by: prr, azvegint, serb
2024-10-16 23:32:41 +00:00
Alisen Chung
4e703b285b
8340140: Open some dialog awt tests 3
...
Reviewed-by: prr, honkar
2024-10-16 21:57:15 +00:00
Valerie Peng
b4ab290fd7
8331959: Update PKCS#11 Cryptographic Token Interface to v3.1
...
Reviewed-by: weijun, ascarpino
2024-10-16 21:26:57 +00:00
Yudi Zheng
285385247a
8342332: [JVMCI] Export CompilerToVM::Data::dtanh
...
Reviewed-by: never
2024-10-16 19:58:27 +00:00
Richard Reingruber
ed6809666b
8341862: PPC64: C1 unwind_handler fails to unlock synchronized methods with LM_MONITOR
...
Reviewed-by: mdoerr, mbaesken
2024-10-16 19:17:27 +00:00
Jatin Bhateja
d4f0ba73f6
8342439: Build failure after 8338023
...
Reviewed-by: liach
2024-10-16 18:26:54 +00:00
SendaoYan
44151f475f
8342145: File libCreationTimeHelper.c compile fails on Alpine
...
Reviewed-by: mbaesken
2024-10-16 16:27:57 +00:00
Jatin Bhateja
709914fc92
8338023: Support two vector selectFrom API
...
Reviewed-by: psandoz, epeter, sviswanathan
2024-10-16 16:08:02 +00:00
Gerard Ziemski
c34fb2c989
8338883: Show warning when CreateCoredumpOnCrash set, but core dump will not happen
...
Reviewed-by: dholmes, jsjolen
2024-10-16 15:32:07 +00:00
Aleksey Shipilev
7625b29920
8329597: C2: Intrinsify Reference.clear
...
Reviewed-by: rcastanedalo, eosterlund, kvn
2024-10-16 14:08:10 +00:00
Matthias Baesken
1cc32237ae
8336911: ZGC: Division by zero in heuristics after JDK-8332717
...
Reviewed-by: aboldtch, eosterlund
2024-10-16 13:36:58 +00:00
Jaikiran Pai
cf5bb12731
Merge
...
Reviewed-by: alanb, dfuchs
2024-10-16 11:36:01 +00:00
Nizar Benalla
c81aa7551c
8331051: Add an @since checker test for java.base module
...
Reviewed-by: jlahoda, jjg
2024-10-16 10:17:47 +00:00
Johny Jose
ebc17c7c8d
8339637: (tz) Update Timezone Data to 2024b
...
Reviewed-by: naoto, coffeys, jlu
2024-10-16 07:36:07 +00:00
Matthias Baesken
e7cf25ce0e
8340801: Disable ubsan checks in some awt/2d coding
...
Reviewed-by: ihse, lucy, goetz, jwaters
2024-10-16 07:28:36 +00:00
Thomas Schatzl
577babf196
8334010: VM crashes with ObjectAlignmentInBytes > GCCardSizeInBytes
...
Reviewed-by: shade, iwalulya
2024-10-16 07:27:28 +00:00
Emanuel Peter
b9b0bd0871
8337221: CompileFramework: test library to conveniently compile java and jasm sources for fuzzing
...
Reviewed-by: chagedorn, tholenstein
2024-10-16 07:23:12 +00:00
Aleksey Shipilev
724de68209
8342081: Shenandoah: Remove extra ShenandoahMarkUpdateRefsSuperClosure
...
Reviewed-by: ysr
2024-10-16 07:13:59 +00:00
Kim Barrett
e4ff553c12
8341931: os_linux gtest uses lambdas with explicit capture lists
...
Reviewed-by: jwaters, jsjolen
2024-10-16 07:05:17 +00:00
Ramkumar Sunderbabu
e94e3bba39
8324672: Update jdk/java/time/tck/java/time/TCKInstant.java now() to be more robust
...
Reviewed-by: rriggs, dfuchs
2024-10-16 06:52:42 +00:00
Tejesh R
6d7e67956b
8340790: Open source several AWT Dialog tests - Batch 4
...
Reviewed-by: honkar, prr
2024-10-16 05:14:59 +00:00
Jaikiran Pai
86ce19e8db
8341142: Maintain a single source file for sun.net.www.protocol.jar.JarFileFactory
...
Reviewed-by: dfuchs
2024-10-16 01:51:09 +00:00
Brian Burkhalter
b9cabbecda
8341997: Tests create files in src tree instead of scratch dir
...
Reviewed-by: erikj, jpai
2024-10-15 17:44:49 +00:00
Julian Waters
5eae20f73b
8323672: Suppress unwanted autoconf added flags in CC and CXX
...
Reviewed-by: ihse
2024-10-15 14:10:53 +00:00
Aleksey Shipilev
6ed6dff222
8341871: Disable G1 for unsupported platforms after JDK-8334060
...
Reviewed-by: mdoerr, erikj
2024-10-15 12:55:49 +00:00
Aleksey Shipilev
54c9348c8c
8336103: Clean up confusing Method::is_initializer
...
Reviewed-by: dholmes, coleenp
2024-10-15 12:16:15 +00:00
Matthias Baesken
2c0c65353b
8342044: Increase timeout of gc/shenandoah/oom/TestClassLoaderLeak.java
...
Reviewed-by: shade
2024-10-15 11:52:34 +00:00
Emanuel Peter
490d099e23
8335713: Enhance vectorization analysis
...
Co-authored-by: Roland Westrelin <roland@openjdk.org >
Reviewed-by: rhalade, ahgross, thartmann, kvn
2024-10-15 17:04:27 +05:30
Dean Long
c89f76c0b9
8332644: Improve graph optimizations
...
Co-authored-by: Martin Balao <mbalao@redhat.com >
Co-authored-by: Francisco Ferrari Bihurriet <fferrari@redhat.com >
Reviewed-by: epeter, ahgross, thartmann, rhalade, dlong, roland
2024-10-15 17:04:27 +05:30
Justin Lu
d9f6383037
8331446: Improve deserialization support
...
Reviewed-by: rhalade, skoivu, rriggs, naoto
2024-10-15 17:04:27 +05:30
Hai-May Chao
dadcee1b89
8307383: Enhance DTLS connections
...
Co-authored-by: Jamil Nimeh <jnimeh@openjdk.org >
Reviewed-by: rhalade, mschoene, ascarpino
2024-10-15 17:04:27 +05:30
Matias Saavedra Silva
498a58244d
8311208: Improve CDS Support
...
Reviewed-by: rhalade, mschoene, ccheung, iklam
2024-10-15 17:04:27 +05:30
Emanuel Peter
cfa25b71a6
8328544: Improve handling of vectorization
...
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org >
Reviewed-by: mschoene, kvn, chagedorn, rhalade
2024-10-15 17:04:27 +05:30
Daniel Fuchs
03bc6b359f
8328286: Enhance HTTP client
...
Reviewed-by: aefimov, michaelm
2024-10-15 17:04:27 +05:30
Weijun Wang
893e7bc894
8328726: Better Kerberos support
...
Reviewed-by: ahgross, rhalade, valeriep, coffeys
2024-10-15 17:04:27 +05:30
Valerie Peng
369c573383
8302111: Serialization considerations
...
Reviewed-by: skoivu, rhalade, weijun, wetmore
2024-10-15 17:04:27 +05:30
Kevin Walls
df7d6e081f
8338603: DiagnosticCommandMBean operations should standardize types for parameters
...
Reviewed-by: cjplummer, egahlin
2024-10-15 10:50:45 +00:00
Thomas Schatzl
c9a536c330
8337339: gc/arguments/Test*SizeFlags.java timing out with Xcomp
...
Reviewed-by: shade, iwalulya
2024-10-15 09:15:40 +00:00
Maurizio Cimadamore
f4dccfd4cf
8338596: Clarify handling of restricted and caller-sensitive methods
...
Co-authored-by: Hannes Wallnöfer <hannesw@openjdk.org >
Reviewed-by: alanb, jvernee
2024-10-15 09:10:13 +00:00
Thomas Schatzl
3b8a2f8c45
8337269: G1ConfidencePercent interpreted inconsistently
...
Reviewed-by: kbarrett, iwalulya
2024-10-15 08:46:23 +00:00
Per Minborg
521effe017
8340189: 8339531 incorrect for Big Endian platforms
...
Reviewed-by: mdoerr, amitkumar
2024-10-15 07:59:33 +00:00
t.ogata
e6698f51a1
8337851: Some tests have name which confuse jtreg
...
Reviewed-by: aivanov, prr, cstein
2024-10-15 07:47:42 +00:00
Fei Yang
a601cd2e10
8342014: RISC-V: ZStoreBarrierStubC2 clobbers rflags
...
Reviewed-by: rehn, aboldtch, mli
2024-10-15 02:53:44 +00:00
Chen Liang
bd6264420b
8341924: Improve error message with structurally malformed Code array
...
Reviewed-by: asotona
2024-10-14 17:22:11 +00:00
Chen Liang
a2c775222e
8317356: Fix missing null checks in the ClassFile API
...
Co-authored-by: Nizar Benalla <nbenalla@openjdk.org >
Reviewed-by: asotona
2024-10-14 17:21:10 +00:00
Alisen Chung
60713463c7
8339879: Open some dialog awt tests
...
Reviewed-by: honkar, prr
2024-10-14 16:45:59 +00:00
Igor Veresov
a8a8b2deba
8341831: PhaseCFG::insert_anti_dependences asserts with "no loads"
...
Reviewed-by: dlong, kvn
2024-10-14 16:44:53 +00:00
Weijun Wang
9e262df813
8342002: sun/security/tools/keytool/GenKeyPairSigner.java failed due to missing certificate output
...
Reviewed-by: mullan
2024-10-14 16:00:04 +00:00
SendaoYan
f56a154132
8341881: [REDO] java/nio/file/attribute/BasicFileAttributeView/CreationTime.java#tmp fails on alinux3
...
Reviewed-by: liach, sgehwolf, ihse, bpb
2024-10-14 12:32:55 +00:00
Daniel Fuchs
ba3774dc5d
8341637: java/net/Socket/UdpSocket.java fails with "java.net.BindException: Address already in use" (macos-aarch64)
...
Reviewed-by: jpai
2024-10-14 12:29:06 +00:00
Afshin Zafari
1581508988
8335091: NMT: VMATree reserve_mapping and commit_mapping APIs need MEMFLAGS while un/-committing API has no MEMFLAGS arg
...
Reviewed-by: jsjolen, gziemski
2024-10-14 10:51:37 +00:00
Matthias Baesken
b20c5c79de
8341967: Unify os::current_file_offset and os::seek_to_file_offset across posix platforms
...
Reviewed-by: jsjolen, mdoerr
2024-10-14 10:34:19 +00:00
Fei Gao
dcac4b0a53
8341471: Reversed field layout caused by unstable sorting
...
Reviewed-by: jwaters, jsjolen
2024-10-14 08:40:03 +00:00
Aleksey Shipilev
e3f6503937
8341893: AArch64: Micro-optimize compressed ptr decoding
...
Reviewed-by: aph, fyang
2024-10-14 07:55:38 +00:00
Aleksey Shipilev
037f11b864
8341708: Optimize safepoint poll encoding with smaller poll data offset
...
Reviewed-by: kvn, qamai
2024-10-14 06:02:00 +00:00
Tobias Hartmann
8d0975a27d
8336726: C2: assert(!do_asserts || projs->fallthrough_ioproj != nullptr) failed: must be found
...
Reviewed-by: chagedorn, kvn, vlivanov
2024-10-14 05:26:48 +00:00
Abhishek Kumar
fe98f86b57
8226938: [TEST_BUG]GTK L&F: There is no Details button in FileChooser Dialog
...
Reviewed-by: honkar, prr
2024-10-14 04:45:24 +00:00
Abhishek Kumar
5c4f1ef746
8226933: [TEST_BUG]GTK L&F: There is no swatches or RGB tab in JColorChooser
...
Reviewed-by: aivanov, psadhukhan, tr
2024-10-14 04:45:12 +00:00
Ramkumar Sunderbabu
41ee582df8
8341138: Rename jtreg property docker.support as container.support
...
Reviewed-by: sgehwolf, mseledtsov
2024-10-12 03:25:42 +00:00
Daniel D. Daugherty
2e1c1936e1
8342003: ProblemList sun/security/tools/keytool/GenKeyPairSigner.java
...
Reviewed-by: jpai
2024-10-12 02:45:50 +00:00
Justin Lu
2db3397187
8341797: Fix ExceptionOccurred in jdk.jdi
...
Reviewed-by: amenkov, cjplummer
2024-10-11 21:31:58 +00:00
Justin Lu
c4965d9b13
8341794: Fix ExceptionOccurred in jdk.attach
...
Reviewed-by: amenkov, cjplummer
2024-10-11 21:30:53 +00:00
Weijun Wang
3f53d57134
8340327: A common framework to support public key algorithms with standard parameter sets
...
Reviewed-by: ascarpino, mullan
2024-10-11 21:16:41 +00:00
Kim Barrett
0a57fe1df6
8341178: TypeRawPtr::add_offset may be "miscompiled" due to UB
...
Reviewed-by: dlong, kvn
2024-10-11 21:11:12 +00:00
Damon Nguyen
1f6bd0c3e5
8341972: java/awt/dnd/DnDRemoveFocusOwnerCrashTest.java timed out after JDK-8341257
...
Reviewed-by: azvegint
2024-10-11 20:03:14 +00:00
Quan Anh Mai
7276a1bec0
8341784: Refactor TypeVect to use a BasicType instead of a const Type*
...
Reviewed-by: kvn, jkarthikeyan
2024-10-11 15:28:15 +00:00
Jan Lahoda
6133866150
8341070: javac fails with an exception when compiling import module under source level 8
...
Reviewed-by: asotona
2024-10-11 10:07:34 +00:00
Thomas Schatzl
519544c1d7
8341909: G1: Add region index to region printer output
...
Reviewed-by: kbarrett, lkorinth
2024-10-11 09:12:16 +00:00
Matthias Baesken
7c0dbf8e9c
8341820: Check return value of hcreate_r
...
Reviewed-by: cjplummer, lucy
2024-10-11 08:22:27 +00:00
SendaoYan
ae41daf9a7
8341880: RISC-V: riscv_vector.h native build fails with gcc13 after JDK-8320500
...
Co-authored-by: Fei Yang <fyang@openjdk.org >
Reviewed-by: mli, fyang
2024-10-11 08:12:37 +00:00
SendaoYan
ace44e564f
8341806: Gcc version detection failure on Alinux3
...
Reviewed-by: ihse, jwaters
2024-10-11 07:29:11 +00:00
Shaojin Wen
472db922fa
8341900: Optimize DirectCodeBuilder writeBody
...
Reviewed-by: liach
2024-10-11 02:17:37 +00:00
Shaojin Wen
24eb360147
8341906: Optimize ClassFile writing BufBuffer
...
Reviewed-by: liach
2024-10-11 00:29:14 +00:00
Damon Nguyen
cd4981c292
8341257: Open source few DND tests - Set1
...
Reviewed-by: honkar, prr
2024-10-10 21:42:23 +00:00
William Kemper
06f34d7ed2
8339651: ShenandoahPacer::setup_for_mark, ShenandoahPacer::setup_for_updaterefs and ShenandoahPacer::setup_for_evac runtime error: division by zero
...
Reviewed-by: shade, mli
2024-10-10 18:45:10 +00:00
Damon Nguyen
97ee8bbda2
8340173: Open source some Component/Panel/EventQueue tests - Set2
...
Reviewed-by: honkar
2024-10-10 18:17:55 +00:00
Daniel Gredler
2a6f0307e8
8339974: Graphics2D.drawString doesn't always work with Font derived from AffineTransform
...
Reviewed-by: prr, azvegint
2024-10-10 18:00:33 +00:00
Harshitha Onkar
32f817a460
8340978: Open source few DnD tests - Set6
...
Reviewed-by: prr
2024-10-10 17:55:26 +00:00
Justin Lu
a5cad0ee1e
8341791: Fix ExceptionOccurred in java.prefs
...
Reviewed-by: bpb, jpai, naoto
2024-10-10 17:33:38 +00:00
Justin Lu
7eb55357ab
8341789: Fix ExceptionOccurred in java.base
...
Reviewed-by: bpb, jpai, dfuchs, lancea, rriggs, naoto
2024-10-10 17:33:22 +00:00
Weijun Wang
76541b0646
8341792: Fix ExceptionOccurred in java.security.jgss
...
Reviewed-by: jlu, mullan
2024-10-10 17:22:45 +00:00
Axel Boldt-Christmas
6fad6af0de
8341819: LightweightSynchronizer::enter_for races with deflation
...
Reviewed-by: pchilanomate, rkennke
2024-10-10 17:02:54 +00:00
Aleksei Efimov
4beb77192f
8339538: Wrong timeout computations in DnsClient
...
8220213: com/sun/jndi/dns/ConfigTests/Timeout.java failed intermittent
Reviewed-by: dfuchs, msheppar, djelinski
2024-10-10 15:56:04 +00:00
Tejesh R
a7d2077fe2
8340366: Open source several AWT Dialog tests - Batch 3
...
Reviewed-by: prr, dnguyen
2024-10-10 15:50:19 +00:00
Tejesh R
2d8fcc4271
8340193: Open source several AWT Dialog tests - Batch 1
...
Reviewed-by: psadhukhan
2024-10-10 15:34:39 +00:00
Shaojin Wen
6e0138450a
8341136: Optimize StackMapGenerator::trimAndCompress
...
Reviewed-by: liach
2024-10-10 15:13:39 +00:00
Shaojin Wen
e9327b6e3c
8339205: Optimize StackMapGenerator
...
Reviewed-by: liach
2024-10-10 14:32:32 +00:00
Roberto Castañeda Lozano
16042556f3
8341619: C2: remove unused StoreCM node
...
Reviewed-by: chagedorn, thartmann, kvn
2024-10-10 08:34:10 +00:00
Matthias Baesken
e7c5bf45f7
8341722: Fix some warnings as errors when building on Linux with toolchain clang
...
Reviewed-by: cjplummer, lucy
2024-10-10 07:21:05 +00:00
Christian Hagedorn
36fca5d19d
8341882: [BACKOUT] java/nio/file/attribute/BasicFileAttributeView/CreationTime.java#tmp fails on alinux3
...
Reviewed-by: thartmann
2024-10-10 06:40:55 +00:00
Abhishek Kumar
780de00922
8051591: Test javax/swing/JTabbedPane/8007563/Test8007563.java fails
...
Reviewed-by: honkar, dnguyen, psadhukhan
2024-10-10 05:57:39 +00:00
Abhishek Kumar
313f4a9621
8340809: Open source few more AWT PopupMenu tests
...
Reviewed-by: prr, aivanov
2024-10-10 05:40:21 +00:00
SendaoYan
9d621d3914
8338884: java/nio/file/attribute/BasicFileAttributeView/CreationTime.java#tmp fails on alinux3
...
Reviewed-by: sgehwolf, bpb
2024-10-10 01:04:02 +00:00
Shaojin Wen
475f8f94e0
8341859: Optimize ClassFile Benchmark Write
...
Reviewed-by: liach
2024-10-10 00:03:08 +00:00
Shaojin Wen
c850ecb20a
8341755: Optimize argNames in InnerClassLambdaMetafactory
...
Co-authored-by: Chen Liang <liach@openjdk.org >
Reviewed-by: liach, redestad
2024-10-09 23:50:18 +00:00
Alexander Zuev
172f74466f
8340985: Open source some Desktop related tests
...
Reviewed-by: abhiscxk
2024-10-09 22:10:32 +00:00
Justin Lu
e7045e9399
8341684: Typo in External Specifications link of java.util.Currency
...
Reviewed-by: liach, naoto, srl
2024-10-09 21:46:50 +00:00
Justin Lu
49c7148d37
8341366: Suspicious check in Locale.getDisplayName(Locale inLocale)
...
Reviewed-by: naoto
2024-10-09 21:45:47 +00:00
Alexander Zuev
52eded4a9c
8341170: Open source several Choice related tests (part 2)
...
Reviewed-by: honkar
2024-10-09 20:31:02 +00:00
Daniel D. Daugherty
a45abf131b
8341860: ProblemList applications/ctw/modules/java_base_2.java on linux-x64
...
Reviewed-by: azvegint
2024-10-09 18:20:52 +00:00
Phil Race
593c27e697
8341535: sun/awt/font/TestDevTransform.java fails with RuntimeException: Different rendering
...
Reviewed-by: mbaesken
2024-10-09 18:17:53 +00:00
Jatin Bhateja
3180aaa370
8341832: Incorrect continuation address of synthetic SIGSEGV for APX in product builds
...
Reviewed-by: thartmann, sviswanathan, kvn
2024-10-09 17:44:15 +00:00
Aleksey Shipilev
3ab519f163
8341424: GHA: Collect hs_errs from build time failures
...
Reviewed-by: ihse, jwaters
2024-10-09 17:30:28 +00:00
Shaojin Wen
a24525b67b
8339320: Optimize ClassFile Utf8EntryImpl#inflate
...
Reviewed-by: liach
2024-10-09 17:21:59 +00:00
Fredrik Bredberg
fcc9c8d570
8341854: Incorrect clearing of ZF in fast_unlock_lightweight on x86
...
Reviewed-by: stefank, aboldtch, pchilanomate, dcubed
2024-10-09 16:45:56 +00:00
Archie Cobbs
38c1d65148
8337980: Javac allows invocation of an inherited instance method from a static method
...
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org >
Reviewed-by: mcimadamore, jlahoda
2024-10-09 16:03:55 +00:00
Eirik Bjørsnøs
950e3a7587
8341625: Improve ZipFile validation of the END header
...
Reviewed-by: lancea
2024-10-09 15:56:38 +00:00
Oli Gillespie
e704c055a4
8340547: Starting many threads can delay safepoints
...
Reviewed-by: shade, qamai, dholmes
2024-10-09 15:28:44 +00:00
Kangcheng Xu
c30ad0124e
8325495: C2: implement optimization for series of Add of unique value
...
Reviewed-by: chagedorn, roland
2024-10-09 15:07:13 +00:00
Roland Westrelin
ff2f39f240
8340214: C2 compilation asserts with "no node with a side effect" in PhaseIdealLoop::try_sink_out_of_loop
...
Reviewed-by: chagedorn, thartmann
2024-10-09 14:59:15 +00:00
Roland Westrelin
ecc77a5b4a
8336702: C2 compilation fails with "all memory state should have been processed" assert
...
Reviewed-by: thartmann, chagedorn
2024-10-09 14:57:37 +00:00
Johan Sjölen
d936556799
8341633: StatSampler::assert_system_property: Print the keys and values of the assert
...
Reviewed-by: stefank
2024-10-09 13:05:33 +00:00
Christian Hagedorn
3fba1702cd
8340786: Introduce Predicate classes with predicate iterators and visitors for simplified walking
...
Reviewed-by: roland, thartmann
2024-10-09 11:42:22 +00:00
Shaojin Wen
047c2d7f26
8341141: Optimize DirectCodeBuilder
...
Co-authored-by: Claes Redestad <redestad@openjdk.org >
Co-authored-by: Chen Liang <liach@openjdk.org >
Reviewed-by: liach, redestad
2024-10-09 10:01:22 +00:00
SendaoYan
d636e0d314
8341688: Aarch64: Generate comments in -XX:+PrintInterpreter to link to source code
...
Reviewed-by: aph, jsjolen, jwaters
2024-10-09 09:02:52 +00:00
Daniel Skantz
d3f3c6a8cd
8330157: C2: Add a stress flag for bailouts
...
Reviewed-by: chagedorn, thartmann
2024-10-09 07:01:23 +00:00
SendaoYan
d809bc0e21
8341658: RISC-V: Test DateFormatProviderTest.java run timeouted
...
Reviewed-by: naoto
2024-10-09 05:47:58 +00:00
Ramkumar Sunderbabu
de90204b60
8341588: Remove CollectionUsageThreshold.java from ProblemList-Xcomp for debugging
...
Reviewed-by: lmesnik, kevinw
2024-10-09 03:11:59 +00:00
Daniel D. Daugherty
f276f58fb4
8341803: ProblemList containers/docker/TestJcmdWithSideCar.java on linux-x64
...
8341805: ProblemList five mlvm/indy/func/jvmti tests in Xcomp mode
Reviewed-by: psandoz
2024-10-09 00:00:09 +00:00
Igor Veresov
7eab0a506a
8337066: Repeated call of StringBuffer.reverse with double byte string returns wrong result
...
Reviewed-by: kvn, thartmann
2024-10-08 23:21:44 +00:00
Shaojin Wen
62acc9c174
8341548: More concise use of classfile API
...
Reviewed-by: liach
2024-10-08 20:35:14 +00:00
Leonid Mesnik
7312eea382
8341131: Some jdk/jfr/event/compiler tests shouldn't be executed with Xcomp
...
Reviewed-by: chagedorn
2024-10-08 17:44:35 +00:00
Alexander Zvegintsev
966eb7232f
8341447: Open source closed frame tests # 5
...
Reviewed-by: honkar
2024-10-08 17:37:48 +00:00
Harshitha Onkar
b9db74a645
8341378: Open source few TrayIcon tests - Set8
...
Reviewed-by: azvegint, dnguyen
2024-10-08 16:34:45 +00:00
Hannes Wallnöfer
65463536e6
8340203: Link color is hard to distinguish from text color in API documentation
...
Reviewed-by: prappo
2024-10-08 16:16:14 +00:00
Hamlin Li
580eb62dc0
8320500: [vectorapi] RISC-V: Optimize vector math operations with SLEEF
...
Reviewed-by: luhenry, ihse, erikj, fyang, rehn
2024-10-08 15:15:13 +00:00
Thomas Schatzl
4a12f5b26e
8341643: G1: Merged cards counter skewed by merge cards cache
...
Reviewed-by: iwalulya, mli
2024-10-08 14:12:53 +00:00
Matthias Baesken
6e48618161
8341644: Compile error in cgroup coding when using toolchain clang
...
Reviewed-by: stefank, mdoerr
2024-10-08 12:36:31 +00:00
Eirik Bjørsnøs
7a1e832ea9
8336843: Deprecate java.util.zip.ZipError for removal
...
Reviewed-by: liach, lancea
2024-10-08 10:08:31 +00:00
Eirik Bjørsnøs
f62dba3651
8341597: ZipFileInflaterInputStream input buffer size uses uncompressed size
...
Reviewed-by: lancea
2024-10-08 09:59:29 +00:00
Amit Kumar
59ac7039d3
8339220: [s390x] TestIfMinMax.java failure
...
Reviewed-by: lucy, aph
2024-10-08 09:19:40 +00:00
Claes Redestad
ffb60e55cd
8341594: Use Unsafe to coalesce reads in java.util.zip.ZipUtils
...
Reviewed-by: lancea
2024-10-08 08:14:40 +00:00
Tejesh R
57c859e4ad
8339836: Open source several AWT Mouse tests - Batch 1
...
Reviewed-by: honkar, prr
2024-10-08 06:33:22 +00:00
Tejesh R
b6a4047387
8339982: Open source several AWT Mouse tests - Batch 2
...
Reviewed-by: psadhukhan
2024-10-08 06:33:11 +00:00
William Kemper
45a6359588
8341668: Shenandoah: assert(tail_bits < (idx_t)BitsPerWord) failed: precondition
...
Reviewed-by: ysr
2024-10-08 01:26:16 +00:00
Shaojin Wen
d996ca863d
8341581: Optimize BytecodeHelpers validate slot
...
Reviewed-by: liach
2024-10-07 23:30:06 +00:00
Harshitha Onkar
4d50cbb5a7
8341278: Open source few TrayIcon tests - Set7
...
Reviewed-by: azvegint
2024-10-07 21:29:21 +00:00
Mikael Vidstedt
23f3ca254a
8330206: Bump minimum boot jdk to JDK 23
...
Reviewed-by: darcy, iris, erikj
2024-10-07 19:33:48 +00:00
Harshitha Onkar
fc7244da96
8340713: Open source DnD tests - Set5
...
Reviewed-by: azvegint, dnguyen
2024-10-07 17:42:17 +00:00
Eirik Bjørsnøs
f7bb647dc8
8341595: Clean up iteration of CEN headers in ZipFile.Source.initCEN
...
Reviewed-by: lancea, redestad
2024-10-07 16:34:08 +00:00
Alexander Zvegintsev
d0c5e4bc50
8341373: Open source closed frame tests # 4
...
Reviewed-by: prr
2024-10-07 16:32:01 +00:00
SendaoYan
3359518986
8341593: Problemlist java/foreign/TestUpcallStress.java in Xcomp mode
...
Reviewed-by: jvernee
2024-10-07 16:28:02 +00:00
Ivan Walulya
a2372c607c
8341238: G1: Refactor G1Policy to move collection set selection methods into G1CollectionSet
...
Reviewed-by: tschatzl, mli
2024-10-07 13:26:16 +00:00
Alexey Ivanov
4ba170c403
8341235: Improve default instruction frame title in PassFailJFrame
...
Reviewed-by: prr
2024-10-07 12:45:04 +00:00
Alexey Ivanov
520060f79a
8340799: Add border inside instruction frame in PassFailJFrame
...
Reviewed-by: prr, dnguyen
2024-10-07 12:44:42 +00:00
Hamlin Li
28977972a0
8340880: RISC-V: add t3-t6 alias into assemler_riscv.hpp
...
Reviewed-by: luhenry, fyang
2024-10-07 09:32:40 +00:00
SendaoYan
747a3fa31d
8341562: RISC-V: Generate comments in -XX:+PrintInterpreter to link to source code
...
Reviewed-by: fyang, luhenry
2024-10-07 08:39:44 +00:00
Roberto Castañeda Lozano
81ebbb2463
8341525: G1: use bit clearing to remove tightly-coupled initialization store pre-barriers
...
Reviewed-by: mdoerr, kbarrett, shade, tschatzl
2024-10-07 08:28:18 +00:00
Tobias Hartmann
92186a2774
8341612: [BACKOUT] 8338442: AArch64: Clean up IndOffXX type and let legitimize_address() fix out-of-range operands
...
Reviewed-by: chagedorn
2024-10-07 07:58:01 +00:00
Aleksey Shipilev
6600161ad4
8338379: Accesses to class init state should be properly synchronized
...
Reviewed-by: mdoerr, dholmes, coleenp, fyang, amitkumar
2024-10-07 07:05:31 +00:00
David M. Lloyd
20f36c666c
8339329: ConstantPoolBuilder#constantValueEntry method doc typo and clarifications
...
Reviewed-by: liach
2024-10-06 16:26:45 +00:00
SendaoYan
50426b3841
8337713: RISC-V: fix typos in macroAssembler_riscv.cpp
...
Reviewed-by: jwaters, fyang
2024-10-06 12:21:17 +00:00
Attila Szegedi
260d4658ae
8340572: ConcurrentModificationException when sorting ArrayList sublists
...
Reviewed-by: smarks
2024-10-05 21:15:18 +00:00
Martin Doerr
9a25f822fb
8339386: Assertion on AIX - original PC must be in the main code section of the compiled method
...
Reviewed-by: rrich, lucy
2024-10-05 18:42:37 +00:00
Martin Doerr
df763cd2c2
8341558: [AIX] build broken after 8341413
...
Reviewed-by: kbarrett
2024-10-05 18:34:31 +00:00
Shaojin Wen
1c3e56c3e4
8341512: Optimize StackMapGenerator::processInvokeInstructions
...
Reviewed-by: liach
2024-10-05 15:37:18 +00:00
Shaojin Wen
f8db3a831b
8341510: Optimize StackMapGenerator::processFieldInstructions
...
Reviewed-by: liach
2024-10-05 01:21:25 +00:00
Shaojin Wen
b42fbf43df
8339699: Optimize DataOutputStream writeUTF
...
Reviewed-by: liach, bpb
2024-10-04 22:35:03 +00:00
Damon Nguyen
559289487d
8340417: Open source some MenuBar tests - Set1
...
Reviewed-by: psadhukhan
2024-10-04 22:08:37 +00:00
William Kemper
bade041db8
8341554: Shenandoah: Missing heap lock when updating usage for soft ref policy
...
Reviewed-by: kdnilsen, ysr
2024-10-04 21:56:06 +00:00
Alexander Matveev
85e0e6452d
8341443: [macos] AppContentTest and SigningOptionsTest failed due to "codesign" does not fails with "--app-content" on macOS 15
...
Reviewed-by: asemenyuk
2024-10-04 21:21:47 +00:00
Chris Plummer
33e4bfdf91
8341295: Add some useful debugging APIs to the debug agent
...
Reviewed-by: amenkov, sspitsyn
2024-10-04 21:17:21 +00:00
Joe Darcy
a3e23572d5
8341483: Clarify special case handling of Types.getArrayType
...
Reviewed-by: liach, prappo, dlsmith
2024-10-04 20:31:28 +00:00
Joe Darcy
e70cbcfd0c
8341541: Wrong anchor in wrapper classes links
...
Reviewed-by: hannesw, liach
2024-10-04 19:25:31 +00:00
Damon Nguyen
86e3d52c70
8341258: Open source few various AWT tests - Set1
...
Reviewed-by: psadhukhan
2024-10-04 18:42:45 +00:00
Damon Nguyen
92cb633108
8340967: Open source few Cursor tests - Set2
...
Reviewed-by: psadhukhan
2024-10-04 18:39:30 +00:00
Damon Nguyen
3d38cd97ef
8340966: Open source few Checkbox and Cursor tests - Set1
...
Reviewed-by: psadhukhan, jdv
2024-10-04 18:36:26 +00:00
Damon Nguyen
7e3978eab2
8340164: Open source few Component tests - Set1
...
Reviewed-by: psadhukhan, prr
2024-10-04 18:35:08 +00:00
Jayathirth D V
c8e70df37e
8341162: Open source some of the AWT window test
...
Reviewed-by: aivanov
2024-10-04 18:08:37 +00:00
Justin Lu
2e5b420f81
8340326: Remove references to Applet in core-libs/security tests
...
Reviewed-by: prr, naoto, dfuchs
2024-10-04 17:34:08 +00:00
Kelvin Nilsen
f5f0852f51
8341379: Shenandoah: Improve lock contention during cleanup
...
Reviewed-by: xpeng, phh, wkemper
2024-10-04 17:29:31 +00:00
Phil Race
04c9c5f0a7
8341111: open source several AWT tests including menu shortcut tests
...
Reviewed-by: psadhukhan, jdv
2024-10-04 17:20:09 +00:00
Harshitha Onkar
0dd4997042
8340555: Open source DnD tests - Set4
...
Reviewed-by: aivanov, azvegint
2024-10-04 16:38:31 +00:00
Calvin Cheung
beb2a51b12
8341377: Update VMProps.isCDSRuntimeOptionsCompatible to include Parallel and Serial GC
...
Reviewed-by: dholmes, shade
2024-10-04 16:20:01 +00:00
Calvin Cheung
42f32551cd
8341053: Two CDS tests fail again with -UseCompressedOops and UseSerialGC/UseParallelGC
...
Reviewed-by: iklam, matsaave
2024-10-04 16:14:51 +00:00
Kim Barrett
feb6a830e2
8340945: Ubsan: oopStorage.cpp:374:8: runtime error: applying non-zero offset 18446744073709551168 to null pointer
...
Reviewed-by: tschatzl, mbaesken
2024-10-04 15:58:22 +00:00
Jayathirth D V
db61458da8
8341298: Open source more AWT window tests
...
Reviewed-by: abhiscxk
2024-10-04 11:55:21 +00:00
Stefan Karlsson
72ac72fe1f
8341413: Stop including osThread_os.hpp in the middle of the OSThread class
...
Reviewed-by: coleenp, dholmes
2024-10-04 11:43:11 +00:00
Maurizio Cimadamore
7fa2f229fb
8341127: Extra call to MethodHandle::asType from memory segment var handles fails to inline
...
Reviewed-by: psandoz, redestad, jvernee
2024-10-04 09:45:50 +00:00
Todd V. Jonker
1bdd79e7b2
8341261: Tests assume UnlockExperimentalVMOptions is disabled by default
...
Reviewed-by: stefank, mli, ysr
2024-10-04 09:01:41 +00:00
Stefan Johansson
ec020f3fc9
8340426: ZGC: Move defragment out of the allocation path
...
Reviewed-by: aboldtch, jsikstro, eosterlund
2024-10-04 08:26:35 +00:00
Richard Reingruber
a63ac5a699
8340792: -XX:+PrintInterpreter: instructions should only be printed if printing all InterpreterCodelets
...
Reviewed-by: mdoerr, coleenp
2024-10-04 08:26:15 +00:00
Axel Boldt-Christmas
3f420fac84
8341451: Remove C2HandleAnonOMOwnerStub
...
Reviewed-by: fyang, chagedorn
2024-10-04 06:55:53 +00:00
Jayathirth D V
d3139b4c36
8341000: Open source some of the AWT Window tests
...
Reviewed-by: psadhukhan, abhiscxk
2024-10-04 06:49:54 +00:00
Dhamoder Nalla
4ded28380b
8338136: Hotspot should support multiple large page sizes on Windows
...
Reviewed-by: dholmes, djelinski
2024-10-04 04:50:54 +00:00
Daniel D. Daugherty
10402b43c7
8341489: ProblemList runtime/cds/appcds/DumpRuntimeClassesTest.java in Xcomp mode
...
Reviewed-by: matsaave
2024-10-03 20:25:47 +00:00
Manukumar V S
6bc3971f64
8341316: [macos] javax/swing/ProgressMonitor/ProgressMonitorEscapeKeyPress.java fails sometimes in macos
...
Reviewed-by: prr
2024-10-03 19:36:06 +00:00
Phil Race
e89fd1d2ce
8341128: open source some 2d graphics tests
...
Reviewed-by: psadhukhan
2024-10-03 19:22:28 +00:00
Harshitha Onkar
6f459aff45
8340077: Open source few Checkbox tests - Set2
...
Reviewed-by: prr, azvegint, psadhukhan
2024-10-03 18:01:22 +00:00
Jamil Nimeh
b6e72ff971
8339403: sun.security.ssl.StatusResponseManager.get swallows interrupt status
...
Reviewed-by: valeriep
2024-10-03 17:16:31 +00:00
Damon Nguyen
013250e4a7
8340432: Open source some MenuBar tests - Set2
...
Reviewed-by: prr, psadhukhan
2024-10-03 16:46:46 +00:00
Hannes Wallnöfer
de12fc7a36
8339684: ResizeObserver callback interrupts smooth scrolling on Chrome
...
Reviewed-by: prappo
2024-10-03 16:44:22 +00:00
Alexander Zuev
ebb4759c3d
8340625: Open source additional Component tests (part 3)
...
Reviewed-by: psadhukhan
2024-10-03 16:19:09 +00:00
Brian Burkhalter
3ee94e040a
8341282: (fs) Move creation time fallback logic to Java layer (Linux)
...
Reviewed-by: sgehwolf, alanb
2024-10-03 15:13:58 +00:00
Brian Burkhalter
f1ea57f06a
8340229: Improve opening sentence of FileInputStream constructor specification
...
Reviewed-by: alanb, jpai
2024-10-03 15:13:42 +00:00
Shaojin Wen
12028000db
8341006: Optimize StackMapGenerator detect frames
...
Reviewed-by: liach
2024-10-03 14:34:05 +00:00
Alan Bateman
eb93e6952b
8339979: VirtualThreadSchedulerMXBeanTest.testReduceParallelism fails intermittently
...
Reviewed-by: kevinw
2024-10-03 14:02:40 +00:00
Severin Gehwolf
21f8ccf4a9
8341310: Test TestJcmdWithSideCar.java should skip ACCESS_TMP_VIA_PROC_ROOT (after JDK-8327114)
...
Reviewed-by: kevinw
2024-10-03 12:55:54 +00:00
Abhishek Kumar
7d524d7e37
8341004: Open source AWT FileDialog related tests
...
Reviewed-by: kizune
2024-10-03 12:20:01 +00:00
Shaojin Wen
d7f32d891c
8341415: Optimize RawBytecodeHelper::next
...
Reviewed-by: liach
2024-10-03 12:08:23 +00:00
Jorn Vernee
6af13580c2
8337753: Target class of upcall stub may be unloaded
...
Reviewed-by: amitkumar, vlivanov, mdoerr
2024-10-03 12:02:24 +00:00
Alexander Zuev
19642bd383
8341148: Open source several Choice related tests
...
Reviewed-by: abhiscxk
2024-10-03 09:23:46 +00:00
Roberto Castañeda Lozano
0b467e902d
8334060: Implementation of Late Barrier Expansion for G1
...
Co-authored-by: Roberto Castañeda Lozano <rcastanedalo@openjdk.org >
Co-authored-by: Erik Österlund <eosterlund@openjdk.org >
Co-authored-by: Siyao Liu <siyao.l.liu@oracle.com >
Co-authored-by: Kim Barrett <kbarrett@openjdk.org >
Co-authored-by: Amit Kumar <amitkumar@openjdk.org >
Co-authored-by: Martin Doerr <mdoerr@openjdk.org >
Co-authored-by: Feilong Jiang <fjiang@openjdk.org >
Co-authored-by: Sergey Nazarkin <snazarki@openjdk.org >
Reviewed-by: kvn, tschatzl, fyang, ayang, kbarrett
2024-10-03 08:36:33 +00:00
Aleksey Shipilev
c6e7e55192
8341091: CDS: Segmented roots array misses roots
...
Reviewed-by: adinn, iklam
2024-10-03 07:25:42 +00:00
Alexander Zvegintsev
ff3e849b8a
8341239: Open source closed frame tests # 3
...
Reviewed-by: prr
2024-10-03 05:31:10 +00:00
Abhishek Kumar
50ec169116
8341191: Open source few more AWT FileDialog tests
...
Reviewed-by: prr, psadhukhan
2024-10-03 04:16:10 +00:00
Prasanta Sadhukhan
602408e4f3
8341177: Opensource few List and a Window test
...
Reviewed-by: prr
2024-10-03 02:51:23 +00:00
Weijun Wang
bdfb41f977
8309841: Jarsigner should print a warning if an entry is removed
...
Reviewed-by: mullan, hchao
2024-10-02 22:55:50 +00:00
William Kemper
57c1db5843
8332697: ubsan: shenandoahSimpleBitMap.inline.hpp:68:23: runtime error: signed integer overflow: -9223372036854775808 - 1 cannot be represented in type 'long int'
...
Reviewed-by: phh, kdnilsen
2024-10-02 22:54:18 +00:00
Kim Barrett
dc0ce1b2f2
8341336: Fix -Wzero-as-null-pointer-constant warnings in PRODUCT-only code
...
Reviewed-by: stefank, iwalulya, shade
2024-10-02 21:58:26 +00:00
Alexey Ivanov
c43202baf6
8341037: Use standard layouts in DefaultFrameIconTest.java and MenuCrash.java
...
Reviewed-by: azvegint, prr
2024-10-02 16:10:48 +00:00
SendaoYan
76283dd270
8341246: Test com/sun/tools/attach/PermissionTest.java fails access denied after JDK-8327114
...
Reviewed-by: kevinw, sgehwolf
2024-10-02 16:07:10 +00:00
Calvin Cheung
0bdfe88e4c
8328313: Archived module graph should allow identical --module-path to be specified during dump time and run time
...
Reviewed-by: alanb, dholmes, iklam
2024-10-02 15:51:56 +00:00
Sorin Basca
9fc1c68442
8339850: Restore the interrupt status in FileSystemPreferences.lockFile()
...
Reviewed-by: bpb, djelinski, vtewari
2024-10-02 15:30:21 +00:00
Alexey Ivanov
5063494f5b
8340785: Update description of PassFailJFrame and samples
...
Reviewed-by: prr
2024-10-02 15:16:55 +00:00
Alexey Ivanov
85f0442727
8317116: Provide layouts for multiple test UI in PassFailJFrame
...
Reviewed-by: azvegint, prr
2024-10-02 15:16:32 +00:00
Ramkumar Sunderbabu
49501fe9c4
8341412: Various test failures after JDK-8334305
...
Reviewed-by: lmesnik, dcubed
2024-10-02 15:13:27 +00:00
Matias Saavedra Silva
883804841e
8324259: Classes used by CDS at runtime should be archived
...
Reviewed-by: iklam, ccheung
2024-10-02 14:45:56 +00:00
Roman Kennke
5e9800721a
8307532: Implement LM_LIGHTWEIGHT for Zero
...
Reviewed-by: aboldtch, jwaters
2024-10-02 13:27:57 +00:00
Ramkumar Sunderbabu
855c8a7def
8334305: Remove all code for nsk.share.Log verbose mode
...
Reviewed-by: mli, cjplummer, lmesnik
2024-10-02 10:48:21 +00:00
fabioromano1
d6820d1324
8336274: MutableBigInteger.leftShift(int) optimization
...
Reviewed-by: rgiulietti
2024-10-02 09:45:43 +00:00
Feilong Jiang
a4ca6267e1
8341146: RISC-V: Unnecessary fences used for load-acquire in template interpreter
...
Reviewed-by: fyang, rehn
2024-10-02 09:14:31 +00:00
Matthias Baesken
c8c4ff2035
8341135: Incorrect format string after JDK-8339475
...
Reviewed-by: shade, clanger, alanb
2024-10-02 08:14:48 +00:00
Matthias Baesken
efe3573b9b
8340109: Ubsan: ciEnv.cpp:1660:65: runtime error: member call on null pointer of type 'struct CompileTask'
...
Reviewed-by: kvn, lucy
2024-10-02 07:58:17 +00:00
Hamlin Li
52c2ea65c4
8340732: RISC-V: Refactor crc32 scalar version
...
Reviewed-by: fyang
2024-10-02 07:48:22 +00:00
Roland Westrelin
90c944fefe
8340824: C2: Memory for TypeInterfaces not reclaimed by hashcons()
...
Reviewed-by: vlivanov, qamai
2024-10-02 07:11:10 +00:00
Chen Liang
39c17b3926
8341277: Validate slot argument for instruction factories
...
Reviewed-by: asotona
2024-10-02 03:30:02 +00:00
Eirik Bjørsnøs
0f381137cb
8341243: Use ArraySupport.SOFT_MAX_ARRAY_LENGTH for max array size in java.base
...
Reviewed-by: jpai, smarks
2024-10-02 01:27:03 +00:00
Tobias Holenstein
8d6d37fea1
8320308: C2 compilation crashes in LibraryCallKit::inline_unsafe_access
...
Reviewed-by: thartmann, kvn, vlivanov, epeter, roland
2024-10-01 23:52:46 +00:00
Sandhya Viswanathan
83dcb02d77
8340079: Modify rearrange/selectFrom Vector API methods to perform wrapIndexes instead of checkIndexes
...
Reviewed-by: jbhateja, psandoz
2024-10-01 22:48:31 +00:00
Harshitha Onkar
d2e77089aa
8341367: Problemlist ShapeNotSetSometimes.java on macOS
...
Reviewed-by: aivanov
2024-10-01 21:08:41 +00:00
Alex Menkov
03149735e5
8341060: Cleanup statics in HeapDumper
...
Reviewed-by: shade, sspitsyn
2024-10-01 18:50:37 +00:00
Alexander Zuev
021bf63035
8340458: Open source additional Component tests (part 2)
...
Reviewed-by: psadhukhan
2024-10-01 18:27:25 +00:00
Leonid Mesnik
9a7817b137
8340988: Update jdk/jfr/event/gc/collection tests to accept "CodeCache GC Threshold" as valid GC reason
...
Reviewed-by: tschatzl
2024-10-01 16:02:02 +00:00
Alexander Zvegintsev
f2a767f59b
8340907: Open source closed frame tests # 2
...
Reviewed-by: prr, honkar
2024-10-01 14:28:22 +00:00
joseph.jackson
7b1e6f8ed9
8337389: Parallel: Remove unnecessary forward declarations in psScavenge.hpp
...
Reviewed-by: kbarrett, tschatzl
2024-10-01 14:00:39 +00:00
Yudi Zheng
2120a8414e
8341333: [JVMCI] Export JavaThread::_unlocked_inflated_monitor to JVMCI
...
Reviewed-by: dnsimon
2024-10-01 13:59:36 +00:00
Aleksey Shipilev
684d246ccf
8341242: Shenandoah: LRB node is not matched as GC barrier after JDK-8340183
...
Reviewed-by: rkennke, phh
2024-10-01 13:29:56 +00:00
Raphael Mosaner
7cc7c080b5
8337493: [JVMCI] Number of libgraal threads might be too low
...
Reviewed-by: dnsimon
2024-10-01 11:46:13 +00:00
Axel Boldt-Christmas
f7c7958f00
8340420: ZGC: Should call vm_shutdown_during_initialization if initialization fails
...
Reviewed-by: stefank, mli
2024-10-01 11:33:11 +00:00
Nizar Benalla
2dc3b1a71f
8341201: Broken link in AbstractAnnotationValueVisitor7 due to extra quotation mark
...
Reviewed-by: iris, darcy
2024-10-01 10:27:07 +00:00
Axel Boldt-Christmas
ad5ffccffa
8341168: Cleanup dead code after JDK-8322630
...
Reviewed-by: stefank, tschatzl, mli, shade
2024-10-01 08:02:56 +00:00
Matthias Baesken
1b46fea59c
8341024: [test] build/AbsPathsInImage.java fails with OOM when using ubsan-enabled binaries
...
Reviewed-by: erikj
2024-10-01 07:15:42 +00:00
Abhishek Kumar
9bd478593c
8340437: Open source few more AWT Frame related tests
...
Reviewed-by: prr, kizune
2024-10-01 04:40:16 +00:00
Abhishek Kumar
988f13a387
8340354: Open source AWT desktop properties and print related tests
...
Reviewed-by: prr
2024-10-01 04:32:55 +00:00
Prasanta Sadhukhan
b11066b56b
8340719: Open source AWT List tests
...
Reviewed-by: prr
2024-10-01 02:47:40 +00:00
Alexander Zuev
a32c3b43aa
8340407: Open source a few more Component related tests
...
Reviewed-by: prr
2024-09-30 22:09:39 +00:00
David Holmes
31858fc410
8340491: Thread stack-base assertion should report which thread has the un-set stack
...
Reviewed-by: shade, kevinw, stefank
2024-09-30 22:06:23 +00:00
Harshitha Onkar
bfdeb33e6f
8340332: Open source mixed AWT tests - Set3
...
Reviewed-by: aivanov
2024-09-30 18:45:40 +00:00
Smita Kamath
a6b318863f
8337632: AES-GCM Algorithm optimization for x86_64
...
Reviewed-by: jbhateja, sviswanathan
2024-09-30 17:00:13 +00:00
Joe Darcy
5586f83e34
8341064: Define anchor point and index term for "wrapper classes"
...
Reviewed-by: prappo, liach
2024-09-30 16:13:35 +00:00
Joe Darcy
4168faf54c
8341100: Add index entries for terms used in java.lang.Class
...
Reviewed-by: liach
2024-09-30 16:10:02 +00:00
Shaojin Wen
f1bf469b4e
8341199: Use ClassFile's new API loadConstant(int)
...
Reviewed-by: liach, redestad
2024-09-30 14:12:01 +00:00
Ramkumar Sunderbabu
860d49db22
8211400: nsk.share.gc.Memory::getArrayLength returns wrong value
...
Reviewed-by: kbarrett, tschatzl
2024-09-30 13:43:40 +00:00
Eirik Bjørsnøs
cff420d8d3
8339711: ZipFile.Source.initCEN needlessly reads END header
...
Reviewed-by: lancea, jpai, redestad
2024-09-30 13:06:49 +00:00
Fredrik Bredberg
180affc571
8320318: ObjectMonitor Responsible thread
...
Reviewed-by: aboldtch, coleenp, pchilanomate, eosterlund
2024-09-30 12:28:35 +00:00
Jayathirth D V
e19c7d80f7
8340874: Open source some of the AWT Geometry/Button tests
...
Reviewed-by: prr
2024-09-30 11:24:48 +00:00
Tobias Hartmann
58b6fc5baa
8341197: [BACKOUT] 8322770: Implement C2 VectorizedHashCode on AArch64
...
Reviewed-by: shade, jpai
2024-09-30 10:56:52 +00:00
Oli Gillespie
1cf26a5179
8341013: Optimize x86/aarch64 MD5 intrinsics by reducing data dependency
...
Reviewed-by: mli, ascarpino
2024-09-30 10:53:20 +00:00
Mikhail Ablakatov
475b8943c6
8322770: Implement C2 VectorizedHashCode on AArch64
...
Reviewed-by: aph, adinn
2024-09-30 09:02:59 +00:00
Sebastian Lövdahl
52ba72823b
8327114: Attach in Linux may have wrong behaviour when pid == ns_pid (Kubernetes debug container)
...
Co-authored-by: Larry Cable <larry.cable@oracle.com >
Reviewed-by: kevinw, sgehwolf
2024-09-30 08:33:12 +00:00
Aleksey Shipilev
988a531b09
8340181: Shenandoah: Cleanup ShenandoahRuntime stubs
...
Reviewed-by: adinn, phh, wkemper
2024-09-30 07:02:55 +00:00
Abhishek Kumar
822a773873
8340605: Open source several AWT PopupMenu tests
...
Reviewed-by: tr
2024-09-30 06:38:42 +00:00
Axel Boldt-Christmas
6514aef840
8340419: ZGC: Create an UseLargePages adaptation of TestAllocateHeapAt.java
...
Reviewed-by: stefank, sjohanss, jsikstro
2024-09-30 06:20:08 +00:00
Prasanta Sadhukhan
ae4d2f1590
8340621: Open source several AWT List tests
...
Reviewed-by: prr
2024-09-30 02:43:49 +00:00
Prasanta Sadhukhan
dd56990962
8340639: Open source few more AWT List tests
...
Reviewed-by: prr
2024-09-30 02:43:32 +00:00
Phil Race
ade17ecb6c
8340560: Open Source several AWT/2D font and rendering tests
...
Reviewed-by: kizune
2024-09-29 17:05:01 +00:00
Joe Darcy
73ebb848fd
8340721: Clarify special case handling of unboxedType and getWildcardType
...
Reviewed-by: prappo, mcimadamore
2024-09-27 23:34:04 +00:00
Boris Ulasevich
ed140f5d5e
8341101: [ARM32] Error: ShouldNotReachHere() in TemplateInterpreterGenerator::generate_math_entry after 8338694
...
Reviewed-by: shade
2024-09-27 23:11:41 +00:00
Justin Lu
082125d61e
8340404: CharsetProvider specification updates
...
Reviewed-by: alanb, naoto
2024-09-27 18:26:08 +00:00
Yagmur Eren
a7bfced605
8337679: Memset warning in src/hotspot/share/adlc/adlArena.cpp
...
Reviewed-by: stefank, thartmann, jwaters
2024-09-27 17:36:48 +00:00
Rajan Halade
f554c3ffce
8341059: Change Entrust TLS distrust date to November 12, 2024
...
Reviewed-by: mullan
2024-09-27 17:16:13 +00:00
Xiaolong Peng
65200a9589
8340490: Shenandoah: Optimize ShenandoahPacer
...
Reviewed-by: shade, kdnilsen
2024-09-27 17:06:18 +00:00
Rajan Halade
824a297aae
8341057: Add 2 SSL.com TLS roots
...
Reviewed-by: mullan
2024-09-27 16:57:02 +00:00
Daniel D. Daugherty
5aae3d4085
8341096: ProblemList compiler/cha/TypeProfileFinalMethod.java in Xcomp mode
...
Reviewed-by: azvegint
2024-09-27 16:26:30 +00:00
Liam Miller-Cushon
68c4f36857
8340024: In ClassReader, extract a constant for the superclass supertype_index
...
Reviewed-by: vromero
2024-09-27 16:21:05 +00:00
Leonid Mesnik
12de4fbce7
8340826: Should not send unload notification for scratch classes
...
Reviewed-by: sspitsyn, coleenp
2024-09-27 15:02:01 +00:00
Kim Barrett
25e892911d
8340620: Fix -Wzero-as-null-pointer-constant warnings for CompressedOops
...
Reviewed-by: shade, stefank, mli, amitkumar
2024-09-27 10:58:10 +00:00
Aleksey Shipilev
6587909c7d
8341015: OopStorage location decoder crashes accessing non-initalized OopStorage
...
Reviewed-by: kbarrett, tschatzl
2024-09-27 09:44:00 +00:00
Stefan Karlsson
9003e2c519
8341027: Crash in java/runtime/Unsafe/InternalErrorTest when running with -XX:-UseCompressedClassPointers
...
Reviewed-by: aboldtch, coleenp
2024-09-27 08:28:59 +00:00
Matthias Baesken
2a2ecc994e
8339475: Clean up return code handling for pthread calls in library coding
...
Reviewed-by: clanger, jwaters
2024-09-27 07:27:29 +00:00
Hannes Wallnöfer
85dba47925
8325090: javadoc fails when -subpackages option is used with non-modular -source
...
Reviewed-by: liach, jjg
2024-09-27 06:34:02 +00:00
Florian Weimer
1bc13a1c10
8340552: Harden TzdbZoneRulesCompiler against missing zone names
...
Reviewed-by: andrew, jlu, naoto
2024-09-26 22:37:45 +00:00
Coleen Phillimore
e6373b5238
8340679: Misc tests fail assert(!set || SafepointSynchronize::is_at_safepoint()) failed: set once or at safepoint
...
Reviewed-by: matsaave, iklam
2024-09-26 21:54:30 +00:00
Todd V. Jonker
2349bb7ace
8340974: Ambiguous name of jtreg property vm.libgraal.enabled
...
Reviewed-by: dnsimon, phh
2024-09-26 21:38:08 +00:00
Doug Simon
5d062e248e
8340576: Some JVMCI flags are inconsistent
...
Reviewed-by: never
2024-09-26 19:36:26 +00:00
Fernando Guallini
1447967f53
8339261: Logs truncated in test javax/net/ssl/DTLS/DTLSRehandshakeTest.java
...
Reviewed-by: rhalade, hchao
2024-09-26 16:47:49 +00:00
Ravi Gupta
a02d895f7a
8333403: Write a test to check various components events are triggered properly
...
Reviewed-by: aivanov
2024-09-26 16:31:31 +00:00
Joe Darcy
bb040ef4cc
8340983: Use index and definition tags in Object and Double
...
Reviewed-by: bpb, liach
2024-09-26 16:04:45 +00:00
Joe Darcy
8225a5f58a
8340981: Update citations to "Hacker's Delight"
...
Reviewed-by: bpb, iris, liach, jwaters
2024-09-26 16:03:04 +00:00
Maxim Kartashev
aceae76fb5
8339460: CDS error when module is located in a directory with space in the name
...
Reviewed-by: ccheung, iklam
2024-09-26 15:40:31 +00:00
Brian Burkhalter
aeaa4f78eb
8336895: BufferedReader doesn't read full \r\n line ending when it doesn't fit in buffer
...
Reviewed-by: jpai, alanb
2024-09-26 15:20:51 +00:00
Aleksey Shipilev
376056ca48
8336468: Reflection and MethodHandles should use more precise initializer checks
...
Reviewed-by: liach, coleenp
2024-09-26 15:14:21 +00:00
Liam Miller-Cushon
e36ce5f034
8336942: Improve test coverage for class loading elements with annotations of different retentions
...
Reviewed-by: vromero
2024-09-26 15:11:03 +00:00
Fernando Guallini
95d3e9d199
8339560: Unaddressed comments during code review of JDK-8337664
...
Reviewed-by: mullan
2024-09-26 13:20:14 +00:00
Alexander Zvegintsev
47fcf5a3b0
8340687: Open source closed frame tests #1
...
Reviewed-by: aivanov
2024-09-26 12:33:23 +00:00
Lutz Schmidt
777c20cb14
8339542: compiler/codecache/CheckSegmentedCodeCache.java fails
...
Reviewed-by: mdoerr, shade
2024-09-26 11:45:09 +00:00
Alexey Ivanov
3762ec3978
8340466: Add description for PassFailJFrame constructors
...
Reviewed-by: prr, honkar
2024-09-26 11:36:42 +00:00
Alexey Ivanov
e2626db2f0
8340899: Remove wildcard bound in PositionWindows.positionTestWindows
...
Reviewed-by: azvegint, prr
2024-09-26 11:34:30 +00:00
Johan Sjölen
10da2c21a1
8340923: The class LogSelection copies uninitialized memory
...
Reviewed-by: mbaesken, jwaters, stefank
2024-09-26 08:47:32 +00:00
Chen Liang
8c8f0d85ce
8339260: Move rarely used constants out of ClassFile
...
Reviewed-by: asotona
2024-09-26 06:34:18 +00:00
Tobias Hartmann
47c10694c6
8340812: LambdaForm customization via MethodHandle::updateForm is not thread safe
...
Reviewed-by: liach, shade, jvernee
2024-09-26 06:03:29 +00:00
Alisen Chung
66f1639846
8339271: giflib attribution correction
...
Reviewed-by: dnguyen, prr
2024-09-26 01:16:13 +00:00
Ioi Lam
8f756196b4
8340864: Remove unused lines related to vmClasses
...
Reviewed-by: shade, kvn
2024-09-25 18:51:16 +00:00
Chen Liang
84751cbfdd
8340831: Simplify simple validation for class definition in MethodHandles.Lookup
...
Reviewed-by: redestad
2024-09-25 18:31:24 +00:00
Chen Liang
df1959fd7a
8340838: Clean up MutableCallSite to use explicit release fence instead of AtomicInteger
...
Reviewed-by: jrose, redestad, shade
2024-09-25 18:29:30 +00:00
Daniel D. Daugherty
1b2d40addf
8340956: ProblemList 4 java/nio/channels/DatagramChannel tests on macosx-all
...
Reviewed-by: liach, alanb, darcy, dfuchs
2024-09-25 17:19:02 +00:00
Alexander Zuev
f7bc9ba552
8340228: Open source couple more miscellaneous AWT tests
...
Reviewed-by: prr
2024-09-25 16:46:49 +00:00
Eirik Bjørsnøs
0e0b0b0d26
8340684: Reading from an input stream backed by a closed ZipFile has no test coverage
...
Reviewed-by: lancea
2024-09-25 16:36:44 +00:00
Brian Burkhalter
81b5f09749
8340946: Add vmTestbase/gc/memory/Nio/Nio.java and java/nio/Buffer/LimitDirectMemory.java to problem list
...
Reviewed-by: liach, dcubed, alanb
2024-09-25 16:36:28 +00:00
George Adams
0474f020bf
8340815: Add SECURITY.md file
...
Reviewed-by: mr, jwaters, erikj
2024-09-25 16:25:23 +00:00
Leonov Kirill
fb70325877
8338583: NMT: Malloc overhead is calculated incorrectly
...
Reviewed-by: azafari, yan, gziemski
2024-09-25 13:18:25 +00:00
Liam Miller-Cushon
083b980831
8340568: Incorrect escaping of single quotes when pretty-printing character literals
...
Reviewed-by: mcimadamore
2024-09-25 13:12:47 +00:00
Claes Redestad
d8790aa048
8340885: Desugar ZipCoder.Comparison
...
Reviewed-by: lancea, eirbjo
2024-09-25 13:04:46 +00:00
Hannes Wallnöfer
120463dc90
8339541: CSS rule is not specific enough
...
Reviewed-by: jjg
2024-09-25 12:15:07 +00:00
Martin Doerr
1b9898a44f
8340843: [PPC64/s390x] Error: ShouldNotReachHere() in TemplateInterpreterGenerator::generate_math_entry after 8338694
...
Reviewed-by: mbaesken, amitkumar
2024-09-25 09:26:06 +00:00
Hamlin Li
9806d2139c
8340808: RISC-V: Client build fails after JDK-8339738
...
Reviewed-by: fyang
2024-09-25 08:13:25 +00:00
Robbin Ehn
97a3933f1b
8339771: RISC-V: Reduce icache flushes
...
Reviewed-by: fyang, mli, luhenry
2024-09-25 08:11:00 +00:00
Prasanta Sadhukhan
b1f8d2ea76
8339935: Open source several AWT focus tests - series 5
...
Reviewed-by: prr
2024-09-25 03:07:45 +00:00
Shaojin Wen
2e0554a695
8340710: Optimize DirectClassBuilder::build
...
Reviewed-by: liach
2024-09-25 02:35:41 +00:00
Shaojin Wen
2d38af61e4
8340587: Optimize StackMapGenerator$Frame::checkAssignableTo
...
Reviewed-by: liach
2024-09-25 02:32:29 +00:00
Shaojin Wen
9bcc7b66de
8340708: Optimize StackMapGenerator::processMethod
...
Reviewed-by: liach
2024-09-25 02:30:46 +00:00
Gui Cao
a37bb2e037
8340643: RISC-V: Small refactoring for sub/subw macro-assembler routines
...
Reviewed-by: fyang, luhenry
2024-09-25 02:29:06 +00:00
Jaikiran Pai
c0fcb258bb
8340717: Remove unused function declarations from java.c/java.h of the launcher
...
Reviewed-by: alanb, dholmes, shade, jwaters
2024-09-25 01:45:04 +00:00
Jonathan Gibbons
0b8c9f6d23
8338525: Leading and trailing code blocks by indentation
...
Reviewed-by: hannesw, prappo
2024-09-24 20:09:40 +00:00
George Adams
b639661e79
8340804: doc/building.md update Xcode instructions to note that full install is required
...
Reviewed-by: erikj, jwaters
2024-09-24 19:35:59 +00:00
Artur Barashev
e3d80f1e1e
8340670: Policy.UNSUPPORTED_EMPTY_COLLECTION.isReadOnly does not return true
...
Reviewed-by: mullan
2024-09-24 18:57:58 +00:00
Alexander Zvegintsev
8c08c43a34
8340433: Open source closed choice tests #3
...
Reviewed-by: honkar, prr
2024-09-24 18:56:22 +00:00
Phil Race
90c2c0b4ad
8340143: Open source several Java2D rendering loop tests.
...
Reviewed-by: psadhukhan
2024-09-24 18:07:33 +00:00
vamsi-parasa
212e32931c
8338694: x86_64 intrinsic for tanh using libm
...
Reviewed-by: kvn, jbhateja, sgibbons, sviswanathan
2024-09-24 15:11:13 +00:00
Andrew Dinn
2669e22b76
8340793: Fix client builds after JDK-8337987
...
Reviewed-by: shade, fyang
2024-09-24 14:51:28 +00:00
Sonia Zaldana Calles
85aed87796
8338405: JFR: Use FILE type for dcmds
...
Reviewed-by: egahlin, lmesnik
2024-09-24 14:40:38 +00:00
Chen Liang
caa751c561
8338546: Speed up ConstantPoolBuilder::classEntry(ClassDesc)
...
Reviewed-by: asotona, redestad
2024-09-24 14:28:05 +00:00
Zhengyu Gu
279086d4ce
8340408: Shenandoah: Remove redundant task stats printing code in ShenandoahTaskQueue
...
Reviewed-by: shade, wkemper
2024-09-24 13:16:43 +00:00
George Adams
3c97d2437d
8340383: VM issues warning failure to find kernel32.dll on Windows nanoserver
...
Reviewed-by: dholmes, jwaters
2024-09-24 12:50:33 +00:00
Martin Doerr
49d15edd31
8340657: [PPC64] SA determines wrong unextendedSP
...
Reviewed-by: ysuenaga, mbaesken
2024-09-24 12:43:00 +00:00
Kuai Wei
e1c4d3039f
8339299: C1 will miss type profile when inline final method
...
Reviewed-by: lmesnik, vlivanov
2024-09-24 11:08:36 +00:00
Pavel Rappo
3e673d9e46
8340680: Fix typos in javax.lang.model.SourceVersion
...
Reviewed-by: darcy, iris
2024-09-24 10:48:35 +00:00
Tomas Zezula
4cd8c75a55
8340398: [JVMCI] Unintuitive behavior of UseJVMCICompiler option
...
Reviewed-by: dnsimon
2024-09-24 10:19:38 +00:00
Yudi Zheng
44024826e5
8340585: [JVMCI] compiler/unsafe/UnsafeGetStableArrayElement.java fails with -XX:-UseCompressedClassPointers
...
Reviewed-by: dnsimon
2024-09-24 08:25:06 +00:00
Afshin Zafari
e60e882156
8335167: Test runtime/Thread/TestAlwaysPreTouchStacks.java failed with Expected a higher ratio between stack committed and reserved
...
Reviewed-by: stuefe, dholmes, gziemski
2024-09-24 07:56:14 +00:00
Matthias Baesken
9176f6810e
8340623: Remove outdated PROCESSOR_ARCHITECTURE_IA64 from Windows coding
...
Reviewed-by: alanb, dholmes
2024-09-24 07:22:27 +00:00
Gui Cao
88801caef6
8340590: RISC-V: C2: Small improvement to vector gather load and scatter store
...
Reviewed-by: fyang, dzhang
2024-09-24 07:09:10 +00:00
Christian Hagedorn
1dd60b62e3
8323688: C2: Fix UB of jlong overflow in PhaseIdealLoop::is_counted_loop()
...
Reviewed-by: thartmann, kvn
2024-09-24 06:47:20 +00:00
Axel Boldt-Christmas
4098acc200
8340146: ZGC: TestAllocateHeapAt.java should not run with UseLargePages
...
Reviewed-by: tschatzl, stefank
2024-09-24 05:35:12 +00:00
Prasanta Sadhukhan
6c91a16f16
8340367: Opensource few AWT image tests
...
Reviewed-by: prr
2024-09-24 02:09:42 +00:00
Jaikiran Pai
865d99f634
8340596: Remove dead code from RequiresSetenv function in java.base/unix/native/libjli/java_md.c
...
Reviewed-by: dholmes
2024-09-24 02:08:20 +00:00
Prasanta Sadhukhan
3411f9dff7
8339995: Open source several AWT focus tests - series 6
...
Reviewed-by: prr
2024-09-24 02:08:06 +00:00
Jaikiran Pai
40cde003e8
8340114: Remove outdated SelectVersion() function from the launcher and update the code comments explaining the code flow
...
Reviewed-by: dholmes, alanb
2024-09-24 01:47:57 +00:00
David Holmes
c8ae848049
8340707: ProblemList applications/ctw/modules/java_base.java due to JDK-8340683
...
Reviewed-by: darcy
2024-09-24 00:37:21 +00:00
Alexey Semenyuk
cd796e0aef
8338918: Remove non translated file name from WinResources resource bundle
...
Reviewed-by: jlu, almatvee
2024-09-24 00:13:49 +00:00
Alexey Ivanov
e97f0fe1b4
8340365: Position the first window of a window list
...
Reviewed-by: azvegint, prr
2024-09-23 18:31:31 +00:00
Phil Race
8dcf7b8fa7
8340411: open source several 2D imaging tests
...
Reviewed-by: azvegint
2024-09-23 18:26:52 +00:00
Alexey Ivanov
833ff29983
8340461: Amend description for logArea
...
Reviewed-by: azvegint, prr
2024-09-23 18:25:12 +00:00
Francisco Ferrari Bihurriet
c6f1d5f374
8319332: Security properties files inclusion
...
Co-authored-by: Francisco Ferrari Bihurriet <fferrari@openjdk.org >
Co-authored-by: Martin Balao <mbalao@openjdk.org >
Reviewed-by: weijun, mullan, kdriver
2024-09-23 17:45:38 +00:00
Lance Andersen
0f9f777520
8336025: Improve ZipOutputSream validation of MAX CEN Header field limits
...
Reviewed-by: alanb
2024-09-23 16:07:12 +00:00
Aleksey Shipilev
ea8f35b98e
8340183: Shenandoah: Incorrect match for clone barrier in is_gc_barrier_node
...
Reviewed-by: roland, rkennke
2024-09-23 14:33:17 +00:00
Alexander Zvegintsev
a9b0f9ccbf
8340393: Open source closed choice tests #2
...
Reviewed-by: psadhukhan
2024-09-23 13:58:00 +00:00
Tobias Hartmann
63e611cd5d
8335334: Stress mode to randomly execute unstable if traps
...
Reviewed-by: chagedorn, kvn
2024-09-23 12:30:30 +00:00
Joel Sikström
37ec80df8d
8339161: ZGC: Remove unused remembered sets
...
Reviewed-by: aboldtch, stefank
2024-09-23 12:28:43 +00:00
Per Minborg
384deda65f
8325949: Create an internal utility method for creating VarHandle instances
...
Reviewed-by: rriggs
2024-09-23 10:57:43 +00:00
Pavel Rappo
67448b0eb2
8339852: Fix typos in java.compiler documentation
...
Reviewed-by: liach, darcy
2024-09-23 10:32:58 +00:00
Abhishek Kumar
bc7c0dc45d
8340084: Open source AWT Frame related tests
...
Reviewed-by: psadhukhan, honkar
2024-09-23 08:02:36 +00:00
Kim Barrett
a07052e83d
8340573: Remove unused G1ParScanThreadState::_partial_objarray_chunk_size
...
Reviewed-by: tschatzl
2024-09-23 08:02:16 +00:00
Aleksey Shipilev
0f253d1103
8340392: Handle OopStorage in location decoder
...
Reviewed-by: kbarrett, dholmes
2024-09-23 07:02:59 +00:00
Aleksey Shipilev
f31f97ddb6
8340171: CDS: Enhance bitmap truncation
...
Reviewed-by: matsaave, iklam
2024-09-23 07:02:48 +00:00
Matthias Baesken
34cddfbedd
8340387: Update OS detection code to recognize Windows Server 2025
...
Reviewed-by: mdoerr, jwaters, dholmes
2024-09-23 06:40:33 +00:00
Kim Barrett
dd498794f2
8340524: Remove NarrowPtrStruct
...
Reviewed-by: shade, jwaters
2024-09-23 05:48:42 +00:00
Shaojin Wen
ab06a878f8
8340544: Optimize setLocalsFromArg
...
Reviewed-by: redestad, liach
2024-09-22 01:01:31 +00:00
Shaojin Wen
2461263aac
8339217: Optimize ClassFile API loadConstant
...
Reviewed-by: liach, redestad, asotona
2024-09-21 00:21:04 +00:00
Joe Darcy
08b25611f6
8339781: Better use of Javadoc tags in javax.lang.model
...
Reviewed-by: jjg
2024-09-20 21:27:22 +00:00
Severin Gehwolf
64275e6bbf
8340092: [Linux] containers/systemd/SystemdMemoryAwarenessTest.java failing on some systems
...
Reviewed-by: mbaesken
2024-09-20 19:34:24 +00:00
Coleen Phillimore
5cffddc689
8338471: Assert deleted methods not returned by CallInfo
...
Reviewed-by: shade, jwaters, dholmes
2024-09-20 18:38:29 +00:00
Shaojin Wen
40fba14812
8340232: Optimize DataInputStream::readUTF
...
Reviewed-by: liach, bpb
2024-09-20 17:54:06 +00:00
Chen Liang
ab81197d0d
8339198: Remove tag field from AbstractPoolEntry
...
Reviewed-by: asotona, redestad
2024-09-20 16:11:39 +00:00
Jaikiran Pai
90d3a64b0a
8340537: Typo in javadoc of java.util.jar.JarFile
...
Reviewed-by: mullan, lancea, iris
2024-09-20 16:02:25 +00:00
Amit Kumar
e087edeb25
8340269: [s390x] TestLargeStub.java failure after 8338123
...
Reviewed-by: mdoerr, lucy
2024-09-20 14:48:11 +00:00
Amit Kumar
9bcde4ffca
8338658: New Object to ObjectMonitor mapping: s390x implementation
...
Reviewed-by: lucy, mdoerr
2024-09-20 14:46:10 +00:00
Thomas Stuefe
ae63aaaa58
8340540: Problemlist DcmdMBeanPermissionsTest.java and SystemDumpMapTest.java
...
Reviewed-by: kevinw
2024-09-20 14:10:39 +00:00
Andrey Turbanov
fe80618bf3
8339972: Make a few fields in SortingFocusTraversalPolicy static
...
Reviewed-by: azvegint, aivanov
2024-09-20 12:43:57 +00:00
Alexey Ivanov
3c22d83c0f
8340008: KeyEvent/KeyTyped/Numpad1KeyTyped.java has 15 seconds timeout
...
Reviewed-by: azvegint, prr
2024-09-20 10:07:03 +00:00
Hamlin Li
3ad6e31d81
8340438: RISC-V: minor improvement in base64
...
Reviewed-by: fyang
2024-09-20 09:33:31 +00:00
Claes Redestad
a50440fadc
8340456: Reduce overhead of proxying Object methods in ProxyGenerator
...
Reviewed-by: liach
2024-09-20 09:21:12 +00:00
SendaoYan
5d611c0377
8340439: AArch64: Extra entry declaration for assember test
...
Reviewed-by: haosun, lmesnik, mli
2024-09-20 07:34:26 +00:00
Aleksey Shipilev
9d76c7c60f
8340418: GHA: MacOS AArch64 bundles can be removed prematurely
...
Reviewed-by: erikj
2024-09-20 07:00:38 +00:00
Prasanta Sadhukhan
46b02f49bc
8339906: Open source several AWT focus tests - series 4
...
Reviewed-by: abhiscxk, prr
2024-09-20 06:06:27 +00:00
Abhishek Kumar
f4e401791e
8339984: Open source AWT MenuItem related tests
...
Reviewed-by: aivanov
2024-09-20 04:19:12 +00:00
Kim Barrett
0f7d9e5995
8340436: Remove unused CompressedOops::AnyNarrowOopMode
...
Reviewed-by: haosun, dholmes
2024-09-20 04:15:55 +00:00
Prasanta Sadhukhan
94c33179b6
8339895: Open source several AWT focus tests - series 3
...
Reviewed-by: prr
2024-09-20 03:05:22 +00:00
David Holmes
969c2af953
8339192: Native annotation parsing code of deprecated annotations causes crash
...
Reviewed-by: jrose, mgronlun
2024-09-19 23:45:26 +00:00
Phil Race
fdc16a3734
8340480: Bad copyright notices in changes from JDK-8339902
...
Reviewed-by: kcr, bpb, kizune
2024-09-19 22:20:05 +00:00
Kim Barrett
296b49634e
8340353: Remove CompressedOops::ptrs_base
...
Reviewed-by: stefank, coleenp, shade, mli
2024-09-19 21:06:46 +00:00
Alexander Zuev
fde8508379
8339902: Open source couple TextField related tests
...
Reviewed-by: honkar
2024-09-19 19:51:05 +00:00
William Kemper
75d5e11777
8340400: Shenandoah: Whitebox breakpoint GC requests may cause assertions
...
Reviewed-by: shade
2024-09-19 17:55:23 +00:00
Aleksey Shipilev
15ae1155a1
8340166: [REDO] CDS: Trim down minimum GC region alignment
...
Reviewed-by: ccheung, iklam
2024-09-19 17:47:08 +00:00
Joe Darcy
ec3cba0296
8340399: Update comment in SourceVersion for language evolution history
...
Reviewed-by: iris
2024-09-19 17:10:23 +00:00
Alexey Ivanov
d1d824008d
8340308: PassFailJFrame: Make rows default to number of lines in instructions
...
Reviewed-by: honkar, azvegint
2024-09-19 16:59:51 +00:00
Prasanta Sadhukhan
bc36ace72c
8340271: Open source several AWT Robot tests
...
Reviewed-by: abhiscxk, honkar
2024-09-19 16:22:17 +00:00
Justin Lu
5f3e7aa833
8339735: Remove references to Applet in core-libs/security APIs
...
Reviewed-by: coffeys, naoto, iris, rriggs, lancea, mullan
2024-09-19 16:18:37 +00:00
Brian Burkhalter
2ada313cdd
8340329: (fs) Message of NotLinkException thrown by FIles.readSymbolicLink does not include file name (win)
...
Reviewed-by: alanb
2024-09-19 15:25:04 +00:00
Matias Saavedra Silva
3bb8de3145
8338693: assert(Atomic::add(&ik->_shared_class_load_count, 1) == 1) failed: shared class loaded more than once
...
Reviewed-by: iklam, dholmes
2024-09-19 14:18:03 +00:00
Matias Saavedra Silva
d555f072b2
8298614: Support CDS heap dumping for SerialGC and ParallelGC
...
Reviewed-by: dholmes, lmesnik, iklam
2024-09-19 14:15:45 +00:00
Prasadrao Koppula
c9bee173d6
8331391: Enhance the keytool code by invoking the buildTrustedCerts method for essential options
...
Reviewed-by: coffeys, mullan
2024-09-19 13:21:08 +00:00
Martin Doerr
7579d37402
8338995: New Object to ObjectMonitor mapping: PPC64 implementation
...
Reviewed-by: rrich, lucy
2024-09-19 12:29:21 +00:00
Serhiy Sachkov
cecb0b3d11
8339787: Add some additional diagnostic output to java/net/ipv6tests/UdpTest.java
...
Reviewed-by: dfuchs
2024-09-19 12:08:31 +00:00
Alexey Ivanov
0120d3eed5
8340306: Add border around instructions in PassFailJFrame
...
Reviewed-by: honkar, prr
2024-09-19 11:48:45 +00:00
Alexey Ivanov
2faf8b8d58
8340007: Refactor KeyEvent/FunctionKeyTest.java
...
Reviewed-by: azvegint
2024-09-19 09:44:57 +00:00
Joel Sikström
8908812d0a
8337674: ZGC: Consistent style for naming private static constants
...
Reviewed-by: stefank, aboldtch, mli
2024-09-19 08:47:20 +00:00
Serhiy Sachkov
118c9ade1a
8338759: Add extra diagnostic to java/net/InetAddress/ptr/Lookup.java
...
Reviewed-by: dfuchs, shade
2024-09-19 08:39:11 +00:00
Kevin Walls
c58fbef05e
8340276: Test java/lang/management/ThreadMXBean/Locks.java failed with NullPointerException
...
Reviewed-by: cjplummer, lmesnik
2024-09-19 08:28:51 +00:00
Jaikiran Pai
67198992ce
8286851: Deprecate for removal several of the undocumented java launcher options
...
Reviewed-by: dholmes
2024-09-19 06:28:05 +00:00
Amit Kumar
ac58b6102a
8339416: [s390x] Provide implementation for resolve_global_jobject
...
Reviewed-by: mdoerr, lucy
2024-09-19 04:47:15 +00:00
Amit Kumar
537447f881
8339980: [s390x] ProblemList jdk/java/util/zip/CloseInflaterDeflaterTest.java
...
Reviewed-by: lucy
2024-09-19 04:33:01 +00:00
Jaikiran Pai
d9c67443f7
8340360: Update -mx to -Xmx in UnninstallUIMemoryLeaks test
...
Reviewed-by: serb, prr
2024-09-19 01:44:45 +00:00
Phil Race
88a1c0550e
8340078: Open source several 2D tests
...
Reviewed-by: honkar
2024-09-18 20:39:40 +00:00
Harshitha Onkar
31849127a0
8339962: Open source AWT TextField tests - Set1
...
Reviewed-by: jdv, dnguyen, prr
2024-09-18 19:25:11 +00:00
Kevin Walls
9cfc03aa81
8340391: Windows jcmd System.map and System.dump_map tests failing
...
Reviewed-by: cjplummer
2024-09-18 19:17:26 +00:00
Leonid Mesnik
6ff287ad9a
8340233: Missed ThreadWXEnable in jfrNativeLibraryLoadEvent.cpp
...
Reviewed-by: mgronlun
2024-09-18 15:57:41 +00:00
Hamlin Li
ae39a6603c
8339992: RISC-V: some minor improvements of base64_vector_decode_round
...
Reviewed-by: fyang, luhenry
2024-09-18 14:38:06 +00:00
Stefan Karlsson
471a51a5a4
8340368: windows-x64-slowdebug build fails after JDK-8319873
...
Reviewed-by: jpai, kevinw, aboldtch, eosterlund
2024-09-18 13:46:19 +00:00
Hamlin Li
08a2f841ec
8339738: RISC-V: Vectorize crc32 intrinsic
...
Reviewed-by: fyang, luhenry
2024-09-18 12:37:02 +00:00
Rafael Winterhalter
1d070a3238
8337302: Undefined type variable results in null
...
Reviewed-by: liach
2024-09-18 12:33:56 +00:00
Emanuel Peter
aeba1ea7c4
8340272: C2 SuperWord: JMH benchmark for Reduction vectorization
...
Reviewed-by: kvn, jkarthikeyan
2024-09-18 12:03:00 +00:00
Kevin Walls
19b2cee420
8340113: Remove JULONG as a Diagnostic Command argument type (jcmd JFR.view)
...
Reviewed-by: lmesnik, egahlin
2024-09-18 11:44:14 +00:00
Nizar Benalla
45e438f3f4
8339845: Update color.org and wapforum.org links to use HTTPS instead of HTTP
...
Reviewed-by: prr, honkar, aivanov
2024-09-18 11:08:13 +00:00
Simon Tooke
4ff17c14a5
8319873: Add windows implementation for jcmd System.map and System.dump_map
...
Co-authored-by: Simon Tooke <stooke@openjdk.org >
Reviewed-by: stuefe, kevinw, szaldana
2024-09-18 09:11:40 +00:00
Martin Doerr
3895b8fc0b
8340230: Tests crash: assert(is_in_encoding_range || k->is_interface() || k->is_abstract()) failed: sanity
...
Reviewed-by: thartmann, kvn
2024-09-18 08:26:33 +00:00
Roland Westrelin
5381f553ad
8333258: C2: high memory usage in PhaseCFG::insert_anti_dependences()
...
Reviewed-by: kvn, epeter
2024-09-18 07:07:45 +00:00
Claes Redestad
d23c59e408
8340280: Avoid calling MT.invokerType() when creating LambdaForms
...
Reviewed-by: liach, jvernee
2024-09-18 07:01:13 +00:00
Prasanta Sadhukhan
147e30070d
8340015: Open source several AWT focus tests - series 7
...
Reviewed-by: honkar
2024-09-18 04:33:28 +00:00
Leonid Mesnik
202fd421f7
8340213: jcmd VM.events ignores max argument
...
Reviewed-by: szaldana, cjplummer, amenkov, mli
2024-09-17 22:36:37 +00:00
Chen Liang
dfc90938ba
8340132: Remove internal CpException for reading malformed utf8
...
Reviewed-by: asotona
2024-09-17 21:08:47 +00:00
Harshitha Onkar
f0ae90f30c
8340210: Add positionTestUI() to PassFailJFrame.Builder
...
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org >
Reviewed-by: aivanov, azvegint
2024-09-17 20:05:46 +00:00
Gerard Ziemski
eabfc6e4d9
8337563: NMT: rename MEMFLAGS to MemTag
...
Reviewed-by: dholmes, coleenp, jsjolen
2024-09-17 19:59:06 +00:00
Calvin Cheung
d5881825ef
8338686: App classpath mismatch if a jar from the Class-Path attribute is on the classpath
...
Reviewed-by: dholmes, iklam
2024-09-17 18:58:46 +00:00
Chen Liang
5dc9723c81
8340323: Test jdk/classfile/OptionsTest.java fails after JDK-8340200
...
Reviewed-by: alanb
2024-09-17 18:13:54 +00:00
Jatin Bhateja
90e92f98a6
8339790: Support Intel APX setzucc instruction
...
Reviewed-by: sviswanathan, jkarthikeyan, kvn
2024-09-17 17:46:36 +00:00
Raffaello Giulietti
28d009ce0e
8339934: Simplify Math.scalb(double) method
...
Reviewed-by: darcy
2024-09-17 17:11:32 +00:00
David M. Lloyd
3e14fb9c16
8340200: Misspelled constant AttributesProcessingOption.DROP_UNSTABLE_ATRIBUTES
...
Reviewed-by: liach
2024-09-17 16:24:38 +00:00
Brian Burkhalter
64e3a9ee91
8339574: Behavior of File.is{Directory,File,Hidden} is not documented with respect to symlinks
...
Reviewed-by: djelinski, alanb
2024-09-17 15:50:32 +00:00
Brian Burkhalter
f87701635f
8315273: (fs) Path.toRealPath(LinkOption.NOFOLLOW_LINKS) fails when "../../" follows a link (win)
...
Reviewed-by: djelinski
2024-09-17 15:50:16 +00:00
Magnus Ihse Bursie
b39e6a84ef
8329816: Add SLEEF version 3.6.1
...
Reviewed-by: erikj, mli, luhenry
2024-09-17 12:58:36 +00:00
Matthias Baesken
80db6e71b0
8339648: ZGC: Division by zero in rule_major_allocation_rate
...
Reviewed-by: aboldtch, lucy, tschatzl
2024-09-17 11:58:58 +00:00
Tobias Hartmann
269cd38b55
8338566: Lazy creation of exception instances is not thread safe
...
Reviewed-by: shade, kvn, dlong
2024-09-17 10:39:31 +00:00
Daniel Lundén
8b6e2770a5
8340273: Remove CounterHalfLifeTime
...
Reviewed-by: chagedorn, dholmes
2024-09-17 09:53:55 +00:00
Stefan Karlsson
c6721a0fa2
8340009: Improve the output from assert_different_registers
...
Reviewed-by: aboldtch, dholmes, shade, mli
2024-09-17 09:18:54 +00:00
Thomas Schatzl
7834662ca3
8340119: Remove oopDesc::size_might_change()
...
Reviewed-by: stefank, iwalulya
2024-09-17 08:11:22 +00:00
Kangcheng Xu
10050a7239
8332442: C2: refactor Mod cases in Compile::final_graph_reshaping_main_switch()
...
Reviewed-by: roland, chagedorn, jkarthikeyan
2024-09-17 07:19:02 +00:00
Thomas Stuefe
7849f25293
8340184: Bug in CompressedKlassPointers::is_in_encodable_range
...
Reviewed-by: coleenp, rkennke, jsjolen
2024-09-17 05:22:59 +00:00
Jatin Bhateja
a4cf1918c9
8339793: Fix incorrect APX feature enabling with -XX:-UseAPX
...
Reviewed-by: kvn, thartmann, sviswanathan
2024-09-17 01:41:53 +00:00
Jaikiran Pai
3e03e6673a
8340176: Replace usage of -noclassgc with -Xnoclassgc in test/jdk/java/lang/management/MemoryMXBean/LowMemoryTest2.java
...
Reviewed-by: kevinw, lmesnik
2024-09-17 00:56:31 +00:00
Denghui Dong
99d7185071
8340144: C1: remove unused Compilation::_max_spills
...
Reviewed-by: thartmann, shade
2024-09-17 00:13:47 +00:00
Naoto Sato
418bb42b95
8340073: Support "%z" time zone abbreviation format in TZ files
...
Reviewed-by: jlu, joehw, coffeys
2024-09-16 20:03:00 +00:00
Phil Race
b26645f64b
8339883: Open source several AWT/2D related tests
...
Reviewed-by: psadhukhan, honkar
2024-09-16 19:28:20 +00:00
Kelvin Nilsen
858b4f127a
8339960: GenShen: Fix inconsistencies in generational Shenandoah behavior
...
Reviewed-by: wkemper, rkennke
2024-09-16 19:15:30 +00:00
Kevin Walls
59407faf7b
8310525: DynamicLauncher for JDP test needs to try harder to find a free port
...
Reviewed-by: lmesnik, cjplummer
2024-09-16 18:24:47 +00:00
Jonathan Gibbons
89759c8b02
8321935: Define the term 'standard doclet'
...
Reviewed-by: hannesw
2024-09-16 18:08:09 +00:00
Justin Lu
65b9abaa29
8339769: Incorrect error message during startup if working directory does not exist
...
Reviewed-by: naoto, dholmes, alanb
2024-09-16 17:26:47 +00:00
Aleksey Shipilev
1640bd2676
8340186: Shenandoah: Missing load_reference_barrier_phantom_narrow match in is_shenandoah_lrb_call
...
Reviewed-by: kvn
2024-09-16 16:22:38 +00:00
Volker Simonis
996790c70f
8339954: Print JVMCI names with the Compiler.{perfmap,codelist,CodeHeap_Analytics} diagnostic commands
...
Reviewed-by: phh, dnsimon
2024-09-16 14:55:53 +00:00
Claes Redestad
e1ebeef040
8340131: Refactor internal makeHiddenClassDefiner to take option mask instead of Set<ClassOption>
...
Reviewed-by: liach, jvernee
2024-09-16 14:08:08 +00:00
Jaikiran Pai
05b9d47905
8340194: Replace usage of -ms with -Xms in LauncherCommon.gmk make file
...
Reviewed-by: ihse, jwaters
2024-09-16 14:06:02 +00:00
Johan Sjölen
545951889c
8339627: Cleanup Unsafe.setMemory intrinsic code
...
Reviewed-by: tschatzl, fbredberg
2024-09-16 09:13:37 +00:00
Jaikiran Pai
a4eb9a063f
8339918: Remove checks for outdated -t -tm -Xfuture -checksource -cs -noasyncgc options from the launcher
...
Reviewed-by: dholmes, alanb
2024-09-16 08:34:54 +00:00
Martin Doerr
6be15c3d0b
8340012: [C2] assert(KlassEncodingMetaspaceMax > pd) failed: change encoding max if new encoding after 8338526
...
Reviewed-by: kvn, coleenp
2024-09-16 08:15:48 +00:00
Prasanta Sadhukhan
4b7906375b
8339842: Open source several AWT focus tests - series 2
...
Reviewed-by: prr
2024-09-16 05:41:58 +00:00
Aleksey Shipilev
dc00eb87bc
8338912: CDS: Segmented roots array
...
Reviewed-by: ccheung, iklam
2024-09-16 05:33:40 +00:00
Aleksey Shipilev
74add0e2e0
8340105: Expose BitMap::print_on in release builds
...
Reviewed-by: stuefe, stefank
2024-09-16 05:32:03 +00:00
Aleksey Shipilev
0e0f10f952
8340102: Move assert-only loop in OopMapSort::sort under debug macro
...
Reviewed-by: stuefe, fyang, kvn
2024-09-16 05:31:46 +00:00
Prasanta Sadhukhan
a0794e0a05
8339639: Opensource few AWT PopupMenu tests
...
Reviewed-by: azvegint, prr
2024-09-16 03:48:55 +00:00
Serguei Spitsyn
a8f143c6ab
8306679: com/sun/jdi/InterruptHangTest.java asserts with -Xcomp -Dmain.wrapper=Virtual options
...
Reviewed-by: lmesnik, cjplummer
2024-09-14 22:50:50 +00:00
Liang Mao
c91fa278fe
8339725: Concurrent GC crashed due to GetMethodDeclaringClass
...
Reviewed-by: lmesnik, coleenp, eosterlund, stefank
2024-09-14 05:36:47 +00:00
Manukumar V S
fa502ecd2d
8339943: Frame not disposed in java/awt/dnd/DropActionChangeTest.java
...
Reviewed-by: prr, azvegint
2024-09-14 05:08:57 +00:00
Valerie Peng
fdfe503d01
8335288: SunPKCS11 initialization will call C_GetMechanismInfo on unsupported mechanisms
...
Reviewed-by: mbalao, weijun, hchao
2024-09-13 21:13:54 +00:00
Erik Joelsson
3aa8338f4e
8340075: Autoconf bundle cannot run on read-only filesystem
...
Reviewed-by: mikael
2024-09-13 18:31:46 +00:00
Nizar Benalla
37bf589ec0
8339847: Broken link to the dieharder distribution website in SplittableRandom
...
Reviewed-by: iris, liach
2024-09-13 16:56:01 +00:00
Joe Darcy
89c172ac47
8340082: Use inline return tag in java.base
...
Reviewed-by: iris, prappo, lancea, djelinski, naoto, liach
2024-09-13 16:49:28 +00:00
Per Minborg
1a0a53883f
8340120: Remove redundant code in SegmentBulkOperations::mismatch
...
Reviewed-by: mcimadamore
2024-09-13 15:27:50 +00:00
Calvin Cheung
89ca89cb26
8338626: ClassLoaderExt::process_jar_manifest() should allow / separator on Windows
...
Reviewed-by: iklam, dholmes, matsaave
2024-09-13 14:59:35 +00:00
Per Minborg
3e0da58ee6
8333843: Provide guidelines on MemorySegment to read strings with known lengths
...
Reviewed-by: mcimadamore
2024-09-13 14:38:24 +00:00
Alexey Semenyuk
3c4d15bdce
8334301: Errors in jpackage man page
...
Reviewed-by: almatvee
2024-09-13 14:13:47 +00:00
Kevin Walls
4d01178571
8339927: Man page update for deprecating jhsdb debugd for removal
...
Reviewed-by: sspitsyn, cjplummer
2024-09-13 13:05:37 +00:00
David Holmes
bd44cf8ab7
8330302: strace004 can still fail
...
Reviewed-by: alanb, shade
2024-09-13 12:10:11 +00:00
Maurizio Cimadamore
8a4ea09fa2
8336492: Regression in lambda serialization
...
Reviewed-by: vromero
2024-09-13 12:04:31 +00:00
Prasanta Sadhukhan
358ff19633
8339727: Open source several AWT focus tests - series 1
...
Reviewed-by: honkar
2024-09-13 11:22:39 +00:00
Per Minborg
0c36177fea
8340089: Simplify SegmentBulkOperations::powerOfProperty
...
Reviewed-by: jpai
2024-09-13 08:43:38 +00:00
Hamlin Li
bacd046062
8321010: RISC-V: C2 RoundVF
...
8321011: RISC-V: C2 RoundVD
Reviewed-by: rehn, luhenry
2024-09-13 08:05:19 +00:00
Per Minborg
5709c37940
8340081: Test java/foreign/TestLinker.java failed failed: missing permission java.lang.foreign.native.threshold.power.fill
...
Reviewed-by: dholmes
2024-09-13 06:48:44 +00:00
Andrew Dinn
b88ff9c986
8339849: Enumerate opto and C1 stubs, generate enums, names, fields and generator calls
...
Reviewed-by: kvn
2024-09-13 06:43:38 +00:00
Stefan Karlsson
ae75ca05e4
8314842: zgc/genzgc tests ignore vm flags
...
Reviewed-by: tschatzl, lmesnik
2024-09-13 05:47:44 +00:00
Alexander Zvegintsev
5e5942a282
8339794: Open source closed choice tests #1
...
Reviewed-by: jdv, prr
2024-09-12 23:05:15 +00:00
Per Minborg
81ff91ef27
8339531: Improve performance of MemorySegment::mismatch
...
Reviewed-by: mcimadamore
2024-09-12 18:31:08 +00:00
Steve Dohrmann
ab9b72c50a
8329035: New Data Destination instructions support
...
Reviewed-by: kvn, sviswanathan, jbhateja
2024-09-12 16:06:16 +00:00
Eirik Bjørsnøs
7f1dae12e5
8339874: Avoid duplicate checking of trailing slash in ZipFile.getZipEntry
...
Reviewed-by: lancea, redestad
2024-09-12 15:24:22 +00:00
Chen Liang
4d65c3efca
8339876: Move constant symbol caches to Utf8EntryImpl
...
Reviewed-by: redestad
2024-09-12 15:16:38 +00:00
Claes Redestad
0765917dea
8340011: Simplify jdk.internal.classfile.impl.EntryMap
...
Reviewed-by: liach
2024-09-12 15:08:11 +00:00
Alan Bateman
1b17e0b133
8338747: hasIncubatorModules needs to be generated when module resolution required at startup
...
Reviewed-by: iklam, ccheung
2024-09-12 08:48:17 +00:00
Kevin Walls
3c40afa59c
8334165: Remove serialVersionUID compatibility logic from JMX
...
Reviewed-by: dfuchs
2024-09-12 08:31:18 +00:00
Roland Westrelin
315abdf8c8
8339733: C2: some nodes can have incorrect control after do_range_check()
...
Reviewed-by: chagedorn, thartmann
2024-09-12 07:19:54 +00:00
Matthias Baesken
ac3f92b411
8339731: java.desktop/share/classes/javax/swing/text/html/default.css typo in margin settings
...
Reviewed-by: prr
2024-09-12 07:06:53 +00:00
David Holmes
cfbf74fca4
8339159: api/java_rmi/Naming/Rebind.html crashes with SEGV from UTF8::quoted_ascii_length call
...
Reviewed-by: iklam, aboldtch
2024-09-12 06:14:06 +00:00
Jaikiran Pai
6d4bd6c6b6
8339835: Replace usages of -mx and -ms in some client-libs tests
...
Reviewed-by: azvegint, prr
2024-09-12 02:06:09 +00:00
Jaikiran Pai
1d39249231
8339834: Replace usages of -mx and -ms in some tests
...
Reviewed-by: aivanov, ascarpino, prr, dholmes
2024-09-12 02:02:14 +00:00
Leonid Mesnik
c3711dc909
8339678: Update runtime/condy tests to be executed with VM flags
...
Reviewed-by: coleenp
2024-09-11 22:06:23 +00:00
Viktor Klang
b0cff6b528
8299419: Thread.sleep(millis) may throw OOME
...
Reviewed-by: alanb
2024-09-11 20:02:49 +00:00
Patricio Chilano Mateo
591aa7c5c7
8335362: [Windows] Stack pointer increment in _cont_thaw stub can cause program to terminate with exit code 0xc0000005
...
Reviewed-by: dholmes, fparain
2024-09-11 19:41:43 +00:00
Chris Plummer
237a540f01
8339801: Add better test failure diagnostics to vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq002
...
Reviewed-by: lmesnik, amenkov, kevinw
2024-09-11 19:40:02 +00:00
Naoto Sato
35a94b7697
8339803: Acknowledge case insensitive unambiguous keywords in tzdata files
...
Reviewed-by: jlu, coffeys
2024-09-11 19:27:00 +00:00
Brent Christian
51b85a1f69
8339687: Rearrange reachabilityFence()s in jdk.test.lib.util.ForceGC
...
Reviewed-by: dholmes, smarks, kbarrett
2024-09-11 19:02:05 +00:00
Severin Gehwolf
d9fdf69c34
8333446: Add tests for hierarchical container support
...
Reviewed-by: mbaesken, zzambers
2024-09-11 16:57:13 +00:00
Robbin Ehn
bfe7f9205b
8339741: RISC-V: C ABI breakage for integer on stack
...
Reviewed-by: fyang, luhenry
2024-09-11 16:08:24 +00:00
Severin Gehwolf
55a7cf1445
8322420: [Linux] cgroup v2: Limits in parent nested control groups are not detected
...
Reviewed-by: stuefe, asmehra
2024-09-11 13:51:31 +00:00
Maurizio Cimadamore
5977888500
8339686: java/foreign/TestMappedHandshake.java fails with assert(depth < max_critical_stack_depth) failed: can't have more than 10 critical frames
...
8339780: TestByteBuffer fails on AIX after 8339285
Reviewed-by: alanb, jvernee
2024-09-11 11:18:38 +00:00
Casper Norrbin
0b3f2e64e8
8339242: Fix overflow issues in AdlArena
...
Reviewed-by: jsjolen, kbarrett
2024-09-11 08:45:59 +00:00
Joel Sikström
ceef161eea
8339661: ZGC: Move some page resets and verification to callsites
...
Reviewed-by: stefank, eosterlund
2024-09-11 08:08:09 +00:00
Jaikiran Pai
8fce5275fc
8339810: Clean up the code in sun.tools.jar.Main to properly close resources and use ZipFile during extract
...
Reviewed-by: lancea
2024-09-11 05:27:08 +00:00
SendaoYan
a6faf8247b
8339714: Delete tedious bool type define
...
Reviewed-by: jwaters, dholmes
2024-09-11 02:12:08 +00:00
Jaikiran Pai
07643237d4
8225049: Bad -Xlog example in -Xlog:help, online documentation, JEP
...
Reviewed-by: dholmes
2024-09-11 01:19:15 +00:00
Leonid Mesnik
9785e19f3f
8339638: Update vmTestbase/nsk/jvmti/*Field*Watch tests to use virtual thread factory
...
Reviewed-by: cjplummer, sspitsyn
2024-09-10 21:43:19 +00:00
Joe Darcy
6fd043f1e4
8339789: Use index and definition tags in AnnotatedElement
...
Reviewed-by: jjg, prappo
2024-09-10 19:37:38 +00:00
Fernando Guallini
30645f3309
8338395: Add test coverage for instantiating NativePRNG with SecureRandomParameters
...
Reviewed-by: jnimeh
2024-09-10 18:48:58 +00:00
Daniel Fuchs
c8e64cb7a5
8283779: Clarify API documentation of NetworkInterface with respect to configuration changes
...
Reviewed-by: alanb, msheppar
2024-09-10 17:27:19 +00:00
Jasmine Karthikeyan
92431049fd
8335444: Generalize implementation of AndNode mul_ring
...
Reviewed-by: chagedorn, qamai, dfenacci
2024-09-10 16:52:59 +00:00
Kevin Walls
33525226b9
8338894: Deprecate jhsdb debugd for removal
...
Reviewed-by: cjplummer, alanb
2024-09-10 16:28:04 +00:00
Sandhya Viswanathan
be0dca046a
8339698: x86 unused andw/orw/xorw/addw encoding could be removed
...
Reviewed-by: kvn, jbhateja, qamai
2024-09-10 15:53:23 +00:00
Joakim Nordström
64a79d8986
8335625: Update Javadoc for GetCpuLoad
...
Reviewed-by: alanb, kevinw
2024-09-10 13:49:13 +00:00
Claes Redestad
c246ede163
8339799: Reduce work done in j.l.invoke bytecode generators
...
Reviewed-by: liach
2024-09-10 13:33:19 +00:00
Quan Anh Mai
38441b3f2d
8339677: [vectorapi] YYYXXXVector::withLaneHelper and laneHelper should use Double::doubleToRawLongBits/Float::floatToRawIntBits
...
Reviewed-by: psandoz
2024-09-10 12:44:57 +00:00
Claes Redestad
fb51c1e57b
8339837: Remove unused BootstrapMethodsInvokers.isLambdaMetafactoryCondyBSM
...
Reviewed-by: jvernee
2024-09-10 12:34:51 +00:00
Shaojin Wen
4d597de893
8338930: StringConcatFactory hardCoded string concatenation strategy
...
Reviewed-by: redestad, liach
2024-09-10 12:33:07 +00:00
Coleen Phillimore
ad104932e6
8338526: Don't store abstract and interface Klasses in class metaspace
...
Reviewed-by: stuefe, iklam
2024-09-10 11:43:21 +00:00
Claes Redestad
0d8e52b382
8339800: Prefer invokeBasic in BootstrapMethodInvokers
...
Reviewed-by: jvernee
2024-09-10 09:46:36 +00:00
David Holmes
64de7813e4
8339587: runtime/reflect/ReflectOutOfMemoryError.java fails with "bootstrap method initialization exception"
...
Reviewed-by: lmesnik, ccheung
2024-09-10 08:22:25 +00:00
Christian Hagedorn
125f743223
8305489: runtime/ErrorHandling/TestDwarf.java fails in some Linux configurations after JDK-8303805
...
Reviewed-by: dholmes, lmesnik
2024-09-10 08:14:40 +00:00
Alan Bateman
7e2bcf6d00
8338890: Add monitoring/management interface for the virtual thread scheduler
...
Reviewed-by: kevinw
2024-09-10 07:23:35 +00:00
Jan Lahoda
5e822c24bb
8334870: javac does not accept classfiles with certain permitted RuntimeVisibleParameterAnnotations and RuntimeInvisibleParameterAnnotations attributes
...
Reviewed-by: vromero
2024-09-10 06:13:36 +00:00
Artur Barashev
56387a0981
8329754: The ThreadSafe attribute is ignored for SecureRandom algorithm aliases
...
Reviewed-by: weijun
2024-09-09 21:04:04 +00:00
Evgeny Nikitin
559fc711e0
8339366: [jittester] Make it possible to generate tests without execution
...
Reviewed-by: lmesnik
2024-09-09 19:55:45 +00:00
Joe Darcy
6b5958d661
8339696: Clarify modeling scope of javax.lang.model.element
...
Reviewed-by: jjg, jlahoda, prappo
2024-09-09 19:24:33 +00:00
Matias Saavedra Silva
77468c284c
8339575: DumpingWithJavaAgent.java failed with missing expected output
...
Reviewed-by: ccheung, dholmes
2024-09-09 16:28:17 +00:00
Naoto Sato
86a2f9c7dc
8339644: Improve parsing of Day/Month in tzdata rules
...
Reviewed-by: jlu, coffeys
2024-09-09 16:04:59 +00:00
Chen Liang
a9bb04331d
8339683: Simplify class data generation in InvokerBytecodeGenerator
...
Reviewed-by: redestad
2024-09-09 15:15:16 +00:00
Oli Gillespie
7c0f013d92
8339488: Extended NPE message doesn't handle CONSTANT_Dynamic
...
Reviewed-by: lmesnik, coleenp, simonis, liach
2024-09-09 14:53:36 +00:00
Claes Redestad
d53e405a26
8339742: Refactor ClassFileImpl to allow loading Option classes lazily
...
Reviewed-by: asotona
2024-09-09 14:18:20 +00:00
Ferenc Rakoczi
c54fc08aa3
8338587: Internal XOF Methods for SHAKE128 and SHAKE256
...
Reviewed-by: valeriep, weijun
2024-09-09 13:49:34 +00:00
Pavel Rappo
88cccc14db
8339631: Fix block @jls and @jvms tags
...
Reviewed-by: liach, darcy, jjg
2024-09-09 12:06:21 +00:00
Aleksey Shipilev
615a24f216
8338902: CDS flags are reported with wrong flag category
...
Reviewed-by: iklam, adinn
2024-09-09 11:56:34 +00:00
Stefan Johansson
347d5728e6
8339387: ZGC: Synchronize medium page allocation
...
Reviewed-by: aboldtch, stefank, eosterlund
2024-09-09 11:14:26 +00:00
Matthias Baesken
4ff72dc57e
8339487: ProcessHandleImpl os_getChildren sysctl call - retry in case of ENOMEM and enhance exception message
...
Reviewed-by: alanb, lucy, rriggs
2024-09-09 07:35:18 +00:00
Matthias Baesken
cb5c60b530
8339591: Mark jdk/jshell/ExceptionMessageTest.java intermittent
...
Reviewed-by: lucy
2024-09-09 06:42:05 +00:00
Claes Redestad
b45fe17450
8339710: Avoid initializing AccessFlag related classes in write-only cases
...
Reviewed-by: liach
2024-09-09 05:53:29 +00:00
Jan Lahoda
a18d9d84cd
8326616: tools/javac/patterns/Exhaustiveness.java intermittently Timeout signalled after 480 seconds
...
Reviewed-by: abimpoudis
2024-09-09 05:34:09 +00:00
Tejesh R
79d761358c
8338153: java/awt/Checkbox/CheckboxCheckerScalingTest.java test failed on linux machine
...
Reviewed-by: abhiscxk, honkar
2024-09-09 05:17:09 +00:00
Chris Plummer
f0e84b7617
8339703: Problem list serviceability/sa/TestJhsdbJstackUpcall.java for generational ZGC
...
Reviewed-by: dholmes
2024-09-07 22:20:37 +00:00
Yasumasa Suenaga
deeb09a640
8339307: jhsdb jstack could not trace FFM upcall frame
...
Reviewed-by: cjplummer, jvernee
2024-09-07 05:46:47 +00:00
Shaojin Wen
fbe2629303
8339635: StringConcatFactory optimization for CompactStrings off
...
Reviewed-by: liach
2024-09-06 18:37:29 +00:00
Jorn Vernee
8e580ec538
8338123: Linker crash when building a downcall handle with many arguments in x64
...
Reviewed-by: mcimadamore
2024-09-06 17:32:34 +00:00
Chen Liang
5b72bbf9d4
8339519: Remove size field from instructions
...
Reviewed-by: asotona
2024-09-06 14:57:12 +00:00
Andrew Dinn
0df10bbd96
8339466: Enumerate shared stubs and define static fields and names via declarations
...
Reviewed-by: kvn, fyang
2024-09-06 13:57:13 +00:00
Shaojin Wen
9ebc2ecbf6
8339317: Optimize ClassFile writeBuffer
...
Reviewed-by: redestad, liach
2024-09-06 13:38:22 +00:00
Claes Redestad
d2b36f0907
8339642: Reduce overheads in InvokerBytecodeGenerator
...
Reviewed-by: liach
2024-09-06 12:37:48 +00:00
Claes Redestad
cb00333d6a
8339640: Reduce construction overheads in StringConcatFactory$InlineHiddenClassStrategy
...
Reviewed-by: liach
2024-09-06 12:27:53 +00:00
Claes Redestad
260908e16e
8339592: Simplify and remove unused code in ObjectMethods.<clinit>
...
Reviewed-by: liach
2024-09-06 12:04:38 +00:00
Shaojin Wen
febbd998ee
8339168: Optimize ClassFile Util slotSize
...
Reviewed-by: liach, redestad
2024-09-06 12:01:01 +00:00
Chen Liang
a1eebbdf8a
8339576: Speed up raw bytecode processing in ClassFile API
...
Co-authored-by: Shaojin Wen <swen@openjdk.org >
Reviewed-by: asotona, redestad
2024-09-06 11:42:50 +00:00
Adam Sotona
a35fd38610
8339368: Switch targets are not inflated in CodeModel if no StackMap
...
Reviewed-by: liach
2024-09-06 07:43:38 +00:00
nelanbu
7db4d46c39
8330159: [C2] Remove or clarify Compile::init_start
...
Reviewed-by: chagedorn, dlong
2024-09-06 06:44:54 +00:00
Fei Yang
9e0ccb8bbd
8339548: GHA: RISC-V: Use Debian snapshot archive for bootstrap
...
Reviewed-by: shade, erikj
2024-09-06 02:01:43 +00:00
Hai-May Chao
8fb8cd85b7
8339347: keytool -importpass insists prompting the user even if there is no terminal
...
Reviewed-by: weijun
2024-09-05 20:17:52 +00:00
Maurizio Cimadamore
9e1af8cc7c
8339285: Test fails with assert(depth < max_critical_stack_depth) failed: can't have more than 10 critical frames
...
Reviewed-by: alanb
2024-09-05 18:11:18 +00:00
Coleen Phillimore
48d79431c9
8339342: FieldAllocationCount is mostly unused
...
Reviewed-by: fparain, stuefe, matsaave
2024-09-05 16:34:39 +00:00
Roland Westrelin
e203df46fa
8338100: C2: assert(!n_loop->is_member(get_loop(lca))) failed: control must not be back in the loop
...
Co-authored-by: Emanuel Peter <epeter@openjdk.org >
Reviewed-by: chagedorn, thartmann
2024-09-05 15:51:27 +00:00
Jonathan Gibbons
98020e4799
8338133: Cleanup direct use of new HtmlTree
...
Reviewed-by: hannesw
2024-09-05 15:46:38 +00:00
Suchismith Roy
b895d7cf9f
8332423: [PPC64] Remove C1_MacroAssembler::call_c_with_frame_resize
...
Reviewed-by: mdoerr, varadam
2024-09-05 15:44:57 +00:00
Artur Barashev
59c4649be3
8329959: Update DigestMD5Client.java - fix typo in javadoc string
...
Reviewed-by: weijun
2024-09-05 15:34:26 +00:00
Daniel D. Daugherty
4ffcf894b5
8339619: ProblemList runtime/cds/appcds/jvmti/dumpingWithAgent/DumpingWithJavaAgent.java
...
Reviewed-by: azvegint
2024-09-05 15:12:27 +00:00
Brian Burkhalter
042053c3a8
8003887: File.getCanonicalFile() does not resolve symlinks on MS Windows
...
Reviewed-by: alanb
2024-09-05 15:03:54 +00:00
Stefan Karlsson
b389bb4567
8339540: Unify include requirements for PlatformMonitor/Mutex constructors/destructors
...
Reviewed-by: coleenp, sjohanss
2024-09-05 13:49:17 +00:00
Joel Sikström
ab656c3aab
8339579: ZGC: Race results in only one of two remembered sets being cleared
...
Reviewed-by: stefank, sjohanss
2024-09-05 13:39:56 +00:00
Fernando Guallini
a505a1dda3
8337951: Test sun/security/validator/samedn.sh CertificateNotYetValidException: NotBefore validation
...
Reviewed-by: mullan
2024-09-05 13:14:00 +00:00
Per Minborg
6be927260a
8338591: Improve performance of MemorySegment::copy
...
Reviewed-by: mcimadamore
2024-09-05 13:10:24 +00:00
Shaojin Wen
cb9f5c5791
8339290: Optimize ClassFile Utf8EntryImpl#writeTo
...
Reviewed-by: redestad, liach
2024-09-05 11:45:49 +00:00
Christian Hagedorn
340e131d61
8338971: IGV: Add incrementally inlined method name to phase name
...
Reviewed-by: rcastanedalo, kvn
2024-09-05 10:52:44 +00:00
Yagmur Eren
2305d18e8d
8339384: Unintentional IOException in jdk.jdi module when JDWP end of stream occurs
...
Reviewed-by: cjplummer, kevinw
2024-09-05 09:26:08 +00:00
Ivan Walulya
96a0502d62
8339369: G1: TestVerificationInConcurrentCycle.java fails with "Missing rem set entry" when using "-XX:G1RSetUpdatingPauseTimePercent=0 -XX:G1UpdateBufferSize=2"
...
Reviewed-by: tschatzl, kbarrett
2024-09-05 08:18:35 +00:00
Amit Kumar
28de44da71
8332461: ubsan : dependencies.cpp:906:3: runtime error: load of value 4294967295, which is not a valid value for type 'DepType'
...
Reviewed-by: stefank, kvn, dlong
2024-09-05 07:01:29 +00:00
David Holmes
96df5a6d8f
8339316: Test runtime/exceptionMsgs/NoClassDefFoundError/NoClassDefFoundErrorTest.java fails after JDK-8338257
...
Reviewed-by: jsjolen, coleenp
2024-09-04 23:58:17 +00:00
Shaojin Wen
55312e1549
8338937: Optimize the string concatenation of ClassDesc
...
Reviewed-by: liach
2024-09-04 22:45:17 +00:00
Matias Saavedra Silva
d4dfa0127f
8338530: CDS warning Skipping java/lang/invoke/BoundMethodHandle$Species_LLLL
...
Reviewed-by: iklam, ccheung
2024-09-04 20:49:32 +00:00
Manukumar V S
b8d560b6cd
8339233: Test javax/swing/JButton/SwingButtonResizeTestWithOpenGL.java#id failed: Button renderings are different after window resize
...
Reviewed-by: honkar
2024-09-04 20:05:27 +00:00
Matias Saavedra Silva
1353601dcc
8338924: C1: assert(0 <= i && i < _len) failed: illegal index 5 for length 5
...
Co-authored-by: Dean Long <dlong@openjdk.org >
Reviewed-by: kvn, thartmann
2024-09-04 17:25:37 +00:00
David M. Lloyd
433f6d8a06
8339492: StackMapDecoder::writeFrames makes lots of allocations
...
Reviewed-by: liach, redestad, jwaters, asotona
2024-09-04 16:46:44 +00:00
Alexey Ivanov
ef96a7b014
8332901: Select{Current,New}ItemTest.java for Choice don't open popup on macOS
...
Move SelectCurrentItemTest.java to java/awt/Choice/SelectItem/.
Move SelectNewItemTest.java to java/awt/Choice/SelectItem/.
Use latches to control test flow instead of delays.
Encapsulate the common logic in SelectCurrentItemTest.
Provide overridable checkXXX() methods to modify conditions.
Provide an overridable method which defines where to click
in the choice popup to select an item.
Reviewed-by: honkar, prr, dnguyen
2024-09-04 16:37:17 +00:00
Severin Gehwolf
12d060a255
8339148: Make os::Linux::active_processor_count() public
...
Reviewed-by: dholmes, jwaters
2024-09-04 16:21:19 +00:00
Coleen Phillimore
0cfd08f55a
8339112: Move JVM Klass flags out of AccessFlags
...
Reviewed-by: matsaave, cjplummer, dlong, thartmann, yzheng
2024-09-04 15:48:32 +00:00
Jasmine Karthikeyan
6f8714ee19
8336860: x86: Change integer src operand for CMoveL of 0 and 1 to long
...
Reviewed-by: epeter, chagedorn, shade, qamai, jbhateja
2024-09-04 13:44:24 +00:00
Attila Szegedi
c7d15f1fe0
8325679: Optimize ArrayList subList sort
...
Reviewed-by: liach
2024-09-04 13:40:40 +00:00
Chen Liang
bd8569bc6c
8339131: Remove rarely-used accessor methods from Opcode
...
Reviewed-by: asotona
2024-09-04 12:29:40 +00:00
Erik Gahlin
e25a9e7fd8
8339486: JFR: Modernize
...
Reviewed-by: mgronlun
2024-09-04 12:08:16 +00:00
Magnus Ihse Bursie
4e2dde2f0d
8339371: jlink.log warning when building after JDK-8338404
...
Reviewed-by: erikj, alanb
2024-09-04 10:35:04 +00:00
Joel Sikström
7ad61605f1
8339163: ZGC: Race in clearing of remembered sets
...
Reviewed-by: stefank, eosterlund, aboldtch
2024-09-04 09:09:15 +00:00
Joel Sikström
a61860511f
8339399: ZGC: Remove unnecessary page reset when splitting pages
...
Reviewed-by: stefank, eosterlund, aboldtch
2024-09-04 08:56:02 +00:00
Matthias Baesken
f2c992c5af
8339300: CollectorPolicy.young_scaled_initial_ergo_vm gtest fails on ppc64 based platforms
...
Reviewed-by: mdoerr, lucy
2024-09-04 07:09:59 +00:00
Prasanta Sadhukhan
9a1024dec6
8190329: [macos] Swing InterOp Platform.exit() crash
...
Co-authored-by: Kevin Rushforth <kcr@openjdk.org >
Reviewed-by: kcr, azvegint
2024-09-04 05:05:20 +00:00
Abhishek Kumar
5998f4b6f5
8308588: Unnecessary synchronized on GTKStyle#ICONS_MAP can be removed
...
Reviewed-by: tr, aivanov, aturbanov
2024-09-04 04:26:55 +00:00
David Holmes
90f3f43257
8328877: [JNI] The JNI Specification needs to address the limitations of integer UTF-8 String lengths
...
Reviewed-by: cjplummer, alanb
2024-09-04 03:41:42 +00:00
Mark Powers
bbb516163d
8337664: Distrust TLS server certificates issued after Oct 2024 and anchored by Entrust Root CAs
...
Reviewed-by: mullan, rhalade
2024-09-03 19:55:58 +00:00
Chris Plummer
a22e932ab8
8337163: Improve SA error message when failing to attach to a core file
...
Reviewed-by: amenkov, kevinw
2024-09-03 19:51:12 +00:00
Alex Menkov
a7120e2b25
8311993: Test serviceability/sa/UniqueVtableTest.java failed: duplicate vtables detected
...
Reviewed-by: cjplummer, kevinw, dholmes
2024-09-03 19:06:10 +00:00
Chris Plummer
5ebdf2d272
8338708: Don't create/destroy debug agent cmdQueueLock for each connection
...
Reviewed-by: amenkov, lmesnik
2024-09-03 19:06:00 +00:00
Doug Simon
130ac13cb9
8337265: Test static-libs build in GitHub Actions
...
Reviewed-by: erikj, ihse
2024-09-03 19:04:04 +00:00
Alex Menkov
cfec3ac911
8337317: serviceability/jvmti tests failed with FATAL ERROR in native method: Failed during the GetClassSignature call
...
Reviewed-by: lmesnik, sspitsyn, cjplummer
2024-09-03 19:01:58 +00:00
Amit Kumar
0d593cd194
8339419: [s390x] Problemlist compiler/c2/irTests/TestIfMinMax.java
...
Reviewed-by: thartmann
2024-09-03 15:32:42 +00:00
Magnus Ihse Bursie
c3adcb8439
8338916: Build warnings about overriding recipe for jvm-ldflags.txt
...
Reviewed-by: jwaters, erikj
2024-09-03 15:31:19 +00:00
Magnus Ihse Bursie
66945e5010
8339336: Fix build system whitespace to adhere to coding conventions
...
Reviewed-by: erikj
2024-09-03 15:31:09 +00:00
Chen Liang
ad40a122d6
8339214: Remove misleading CodeBuilder.loadConstant(Opcode, ConstantDesc)
...
Reviewed-by: asotona
2024-09-03 13:44:48 +00:00
Daniel Fuchs
4ca2c208ea
8338740: java/net/httpclient/HttpsTunnelAuthTest.java fails with java.io.IOException: HTTP/1.1 header parser received no bytes
...
Reviewed-by: djelinski, jpai
2024-09-03 13:32:50 +00:00
Viktor Klang
e0c46d589b
8325397: sun/java2d/Disposer/TestDisposerRace.java fails in linux-aarch64
...
Reviewed-by: alanb
2024-09-03 12:55:23 +00:00
Shaojin Wen
b94c3debf5
8339401: Optimize ClassFile load and store instructions
...
Reviewed-by: liach, redestad
2024-09-03 12:05:02 +00:00
Matthias Baesken
8ea6adc623
8339364: AIX build fails: various unused variable and function warnings
...
Reviewed-by: mdoerr, clanger, jwaters
2024-09-03 12:02:49 +00:00
Per Minborg
7a418fc074
8338967: Improve performance for MemorySegment::fill
...
Reviewed-by: mcimadamore, psandoz
2024-09-03 10:25:27 +00:00
Damon Fenacci
633fad8e53
8326615: C1/C2 don't handle allocation failure properly during initialization (RuntimeStub::new_runtime_stub fatal crash)
...
Reviewed-by: thartmann, kvn
2024-09-03 09:45:43 +00:00
Martin Doerr
6f3e3fd0d4
8339411: [PPC64] cmpxchgw/h/b doesn't handle external Label
...
Reviewed-by: lucy, mbaesken
2024-09-03 09:27:59 +00:00
Kevin Walls
ed422ed1a3
8338817: Wrong indent in API docs for java.lang.management.ManagementFactory
...
Reviewed-by: alanb, dfuchs
2024-09-03 07:56:14 +00:00
Kevin Walls
288fa60ebe
8338891: HotSpotDiagnosticsMXBean missing @since tag
...
Reviewed-by: alanb
2024-09-03 07:56:04 +00:00
Fei Yang
dc4fd89628
8339359: RISC-V: Use auipc explicitly in far_jump and far_call macro assembler routines
...
Reviewed-by: rehn, luhenry
2024-09-03 06:58:44 +00:00
Roland Westrelin
3a88fd437d
8334724: C2: remove PhaseIdealLoop::cast_incr_before_loop()
...
Reviewed-by: chagedorn, kvn
2024-09-03 06:58:29 +00:00
Kim Barrett
62dad3a9ea
8339351: Remove duplicate line in FileMapHeader::print
...
Reviewed-by: dholmes
2024-09-02 17:57:02 +00:00
Joshua Zhu
0e6bb514c8
8339063: [aarch64] Skip verify_sve_vector_length after native calls if SVE supports 128 bits VL only
...
Reviewed-by: adinn, fgao
2024-09-02 15:37:58 +00:00
Daniel Fuchs
b1163bcc88
8256211: assert fired in java/net/httpclient/DependentPromiseActionsTest (infrequent)
...
Reviewed-by: jpai
2024-09-02 14:52:04 +00:00
Aleksei Efimov
03ba37e60c
8339169: Remove NaiveHuffman coder
...
Reviewed-by: djelinski, dfuchs
2024-09-02 09:32:10 +00:00
Magnus Ihse Bursie
a136a85b6f
8338768: Introduce runtime lookup to check for static builds
...
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org >
Co-authored-by: Jiangli Zhou <jiangli@openjdk.org >
Reviewed-by: prr, jiangli, alanb
2024-09-02 09:14:36 +00:00
Gui Cao
9d7d85a6aa
8339298: Remove unused function declaration poll_for_safepoint
...
Reviewed-by: fyang, chagedorn
2024-09-02 01:23:50 +00:00
Leonid Mesnik
92aafb4342
8338934: vmTestbase/nsk/jvmti/*Field*Watch/TestDescription.java tests timeout intermittently
...
Reviewed-by: sspitsyn, amenkov
2024-09-01 16:13:53 +00:00
Fei Yang
392bdd5734
8339248: RISC-V: Remove li64 macro assembler routine and related code
...
Reviewed-by: rehn, fjiang, luhenry
2024-08-31 01:44:17 +00:00
Kim Barrett
4f071ce074
8311163: Parallel: Improve large object handling during evacuation
...
Reviewed-by: tschatzl, ayang
2024-08-31 01:13:07 +00:00
Justin Lu
b840b130df
8338882: Clarify matching order of MessageFormat subformat factory styles
...
Reviewed-by: naoto
2024-08-30 18:28:53 +00:00
Chen Liang
25e03b5209
8339115: Rename TypeKind enum constants to follow code style
...
Reviewed-by: asotona
2024-08-30 17:28:28 +00:00
Brian Burkhalter
fef1ef7dfe
6426678: (spec) File.createTempFile(prefix, suffix, dir) needs clarification for illegal symbols in suffix
...
Reviewed-by: alanb
2024-08-30 17:17:10 +00:00
Magnus Ihse Bursie
a528c4b370
8339156: Use more fine-granular clang unused warnings
...
Reviewed-by: erikj, kbarrett
2024-08-30 16:43:16 +00:00
Jaikiran Pai
2fb830553f
8339319: ProblemList runtime/exceptionMsgs/NoClassDefFoundError/NoClassDefFoundErrorTest.java
...
Reviewed-by: dfuchs, dcubed
2024-08-30 14:47:29 +00:00
David Schlosnagle
3a352b8259
8339191: JFR: Bulk read support for ChunkInputStream
...
Reviewed-by: egahlin
2024-08-30 12:36:33 +00:00
Matthias Baesken
92c4704edf
8339166: java/lang/String/concat/HiddenClassUnloading.java fails on AIX and Linux ppc64le after JDK-8336856
...
Reviewed-by: redestad, mdoerr
2024-08-30 10:18:19 +00:00
Magnus Ihse Bursie
2abe2ff69b
8339235: Fix indentation in build system
...
Reviewed-by: erikj
2024-08-30 08:58:18 +00:00
Magnus Ihse Bursie
bb28b0d229
8338404: Cross-compilation to different endianness fails after JDK-8318913
...
Reviewed-by: erikj, fbredberg
2024-08-30 08:58:07 +00:00
Jan Lahoda
b8727181f3
8338301: Error recovery and reporting should be improved for erroneous implicitly declared classes
...
Reviewed-by: cstein, vromero
2024-08-30 08:11:49 +00:00
Matthias Baesken
b9e65f982f
8337662: Improve os::print_hex_dump for printing Instructions sections
...
Reviewed-by: stuefe, lucy
2024-08-30 06:47:49 +00:00
Eirik Bjørsnøs
f927c1210e
8339154: Cleanups and JUnit conversion of test/jdk/java/util/zip/Available.java
...
Reviewed-by: lancea
2024-08-30 06:21:49 +00:00
Gui Cao
4675913edb
8339237: RISC-V: Builds fail after JDK-8339120
...
Reviewed-by: fyang
2024-08-30 01:06:00 +00:00
Shaojin Wen
b711c41d44
8339196: Optimize BufWriterImpl#writeU1/U2/Int/Long
...
Reviewed-by: liach, redestad
2024-08-29 21:21:16 +00:00
Matias Saavedra Silva
f2968b34a5
8339020: Remove unused HeapShared::calculate_oopmap
...
Reviewed-by: coleenp
2024-08-29 21:06:05 +00:00
David Holmes
a4962ace4d
8338257: UTF8 lengths should be size_t not int
...
Reviewed-by: stuefe, coleenp, dlong
2024-08-29 20:38:52 +00:00
Chen Liang
777ed2b5d2
8339132: Make DirectCodeBuilder write through without allocating instruction objects
...
Reviewed-by: asotona, redestad
2024-08-29 15:45:52 +00:00
Johan Sjölen
e57b593258
8335062: NMT: Make StackIndex non-opaque
...
Reviewed-by: stuefe, gziemski
2024-08-29 11:23:04 +00:00
Jan Lahoda
8c8b5801fd
8338281: jshell does not run shutdown hooks
...
Reviewed-by: asotona
2024-08-29 10:06:08 +00:00
Andrey Turbanov
d35ffa4f6a
8339017: Make a couple of fields in DoubleByte static
...
Reviewed-by: bpb, naoto
2024-08-29 09:57:52 +00:00
Daniel Fuchs
723588a4e7
8338569: HTTP/1.1 CleanupTrigger may be triggerred after the next exchange started
...
Reviewed-by: jpai
2024-08-29 08:54:02 +00:00
Magnus Ihse Bursie
362f9ce077
8339120: Use more fine-granular gcc unused warnings
...
Reviewed-by: jwaters, kbarrett, erikj
2024-08-29 07:29:12 +00:00
Matthias Baesken
f080b4bb8a
8333098: ubsan: bytecodeInfo.cpp:318:59: runtime error: division by zero
...
Reviewed-by: kvn, iveresov
2024-08-29 07:07:12 +00:00
Jan Lahoda
ff59532ddd
8338678: Erroneous parameterized type represented as <any>
...
Reviewed-by: vromero
2024-08-29 06:28:05 +00:00
Jan Lahoda
0b4a7d5342
8324859: Improve error recovery
...
Reviewed-by: mcimadamore
2024-08-29 06:25:27 +00:00
Kangcheng Xu
1383fec417
8327381: Refactor type-improving transformations in BoolNode::Ideal to BoolNode::Value
...
Reviewed-by: chagedorn, thartmann, jkarthikeyan, epeter
2024-08-29 05:34:08 +00:00
Prasanta Sadhukhan
eb7ead58fd
8336873: BasicSplitPaneDivider:oneTouchExpandableChanged() should mention that implementation depends on SplitPane.supportsOneTouchButtons property
...
Reviewed-by: prr, abhiscxk
2024-08-29 05:03:15 +00:00
Dean Long
0ddcd70175
8335120: assert(!target->can_be_statically_bound() || target == cha_monomorphic_target) failed
...
Reviewed-by: kvn, vlivanov
2024-08-29 00:34:11 +00:00
Brent Christian
26e3d535ad
8338716: Re-visit "interrupt handling" in jdk.internal.loader.Resource
...
Reviewed-by: alanb
2024-08-28 22:54:38 +00:00
David Holmes
72a49005ee
8338888: SystemDictionary::class_name_symbol has incorrect length check
...
Reviewed-by: stuefe, kbarrett, coleenp
2024-08-28 21:16:18 +00:00
Justin Lu
a8ac28725b
8339126: JNI exception pending in Inflater.c
...
Reviewed-by: lancea, vtewari, jpai, naoto
2024-08-28 21:14:29 +00:00
Leonid Mesnik
d08b5bd9f5
8258483: [TESTBUG] gtest CollectorPolicy.young_scaled_initial_ergo_vm fails if heap is too small
...
Reviewed-by: ayang
2024-08-28 20:18:51 +00:00
Leonid Mesnik
d03ec7aad4
8339030: frame::print_value_on(outputStream* st, JavaThread *thread) doesn't need thread argument
...
Reviewed-by: dholmes, coleenp
2024-08-28 20:17:25 +00:00
Claes Redestad
eff6d9cd23
8339167: Remove AbstractPoolEntry.PrimitiveEntry to reduce boxing overheads
...
Reviewed-by: liach
2024-08-28 18:22:30 +00:00
Claes Redestad
a98ecad0a9
8338897: Small startup regression remains after JDK-8309622 and JDK-8331932
...
Reviewed-by: liach, naoto
2024-08-28 18:16:00 +00:00
Manukumar V S
3d49fb8a17
8338103: Stabilize and open source a Swing OGL ButtonResizeTest
...
Reviewed-by: abhiscxk, prr, tr
2024-08-28 17:54:43 +00:00
Anthony Scarpino
0c2b175898
8328608: Multiple NewSessionTicket support for TLS
...
Reviewed-by: djelinski
2024-08-28 17:24:33 +00:00
Daniel D. Daugherty
379f3db001
8339175: ProblemList runtime/interpreter/LastJsrTest.java on all platforms with Xcomp
...
Reviewed-by: matsaave
2024-08-28 16:47:30 +00:00
Eirik Bjørsnøs
b6700095c0
8338729: Retire the test jdk/java/util/zip/TestZipError.java
...
Reviewed-by: lancea
2024-08-28 15:23:50 +00:00
Albert Mingkun Yang
32c9750985
8339160: [BACKOUT] JDK-8338440 Parallel: Improve fragmentation mitigation in Full GC
...
Reviewed-by: tschatzl
2024-08-28 13:28:01 +00:00
Markus Grönlund
9d183bd027
8339149: jfr_flush_event_writer - return value type mismatch
...
Reviewed-by: egahlin
2024-08-28 12:19:58 +00:00
Nizar Benalla
2150521650
8322036: Improve help output from the javadoc tool
...
Reviewed-by: prappo
2024-08-28 11:01:15 +00:00
Maurizio Cimadamore
1ff9ac7233
8338731: MemoryLayout::offsetHandle can return a negative offset
...
Reviewed-by: pminborg, psandoz
2024-08-28 10:22:34 +00:00
Jaikiran Pai
2e174c6367
8338445: jdk.internal.loader.URLClassPath may leak JarFile instance when dealing with unexpected Class-Path entry in manifest
...
Reviewed-by: michaelm, cstein, alanb
2024-08-28 09:29:18 +00:00
Tejesh R
8e88da05b9
8338041: Keyboard Navigation of JTable, Ctrl Shift RIGHT/LEFT doesn't follow native action in GTK L&F
...
Reviewed-by: honkar, prr, abhiscxk
2024-08-28 04:43:10 +00:00
Shaojin Wen
449ca2c3c1
8337832: Optimize datetime toString
...
Reviewed-by: scolebourne, liach, naoto
2024-08-27 22:10:05 +00:00
Alexander Zvegintsev
b1b4cd429a
8332158: [XWayland] test/jdk/java/awt/Mouse/EnterExitEvents/ResizingFrameTest.java
...
Reviewed-by: serb, honkar
2024-08-27 17:16:09 +00:00
Neethu Prasad
284c3cde5e
8336299: Improve GCLocker stall diagnostics
...
Reviewed-by: ayang, shade, tschatzl
2024-08-27 16:45:34 +00:00
Per Minborg
2e96f159aa
8338489: Typo in MemorySegment doc
...
Reviewed-by: rriggs, mcimadamore, iris
2024-08-27 16:24:50 +00:00
Hamlin Li
44d3a68d8a
8314124: RISC-V: implement Base64 intrinsic - decoding
...
Reviewed-by: fyang, rehn, tonyp
2024-08-27 16:20:18 +00:00
Thomas Stuefe
daf26178be
8338929: Make Metaspace::deallocate space-aware
...
Reviewed-by: coleenp, adinn
2024-08-27 15:46:10 +00:00
Naoto Sato
fa4ff78bd4
8338690: CompactNumberInstance.format incorrectly formats some numbers (few vs many)
...
Reviewed-by: joehw, rriggs, jlu
2024-08-27 15:34:50 +00:00
Albert Mingkun Yang
1ff5f8d65c
8338440: Parallel: Improve fragmentation mitigation in Full GC
...
Co-authored-by: Guoxiong Li <gli@openjdk.org >
Reviewed-by: iwalulya, zgu, gli
2024-08-27 15:18:34 +00:00
Markus Grönlund
0f667103db
8338939: Simplify processing of hidden class names
...
Reviewed-by: egahlin
2024-08-27 14:33:31 +00:00
Maurizio Cimadamore
b25095b08e
8338728: Misc issues in memory layout javadoc
...
Reviewed-by: pminborg, psandoz
2024-08-27 14:26:31 +00:00
Viktor Klang
414d23cb8f
8338765: ScheduledThreadPoolExecutor struggles with extremely long delays
...
Reviewed-by: alanb
2024-08-27 13:23:02 +00:00
Joakim Nordström
d5c6158ced
8338389: [JFR] Long strings should be added to the string pool
...
Reviewed-by: mgronlun
2024-08-27 13:17:21 +00:00
Martin Doerr
2edf574f62
8338814: [PPC64] Unify interface of cmpxchg for different types
...
Reviewed-by: lucy
2024-08-27 11:51:28 +00:00
Robbin Ehn
aefdbdc7e5
8338727: RISC-V: Avoid synthetic data dependency in nmethod barrier on Ztso
...
Reviewed-by: mli, fyang
2024-08-27 08:42:06 +00:00
Jan Lahoda
b704bfa205
8298920: Improve microbenchmark build times
...
Reviewed-by: erikj, ihse, djelinski
2024-08-27 07:23:15 +00:00
Abhishek Kumar
b8e8e965e5
8338668: Test javax/swing/JFileChooser/8080628/bug8080628.java doesn't test for GTK L&F
...
Reviewed-by: aivanov, honkar, prr
2024-08-27 04:15:08 +00:00
Julian Waters
cd9e241f0e
8336289: Obliterate most references to _snprintf in the Windows JDK
...
Reviewed-by: kbarrett, dholmes, jpai, mullan, djelinski, prr
2024-08-27 04:13:54 +00:00
Chihiro Ito
78f53efcd6
8338938: The result of the combine method of SettingsControl is not used
...
Reviewed-by: egahlin
2024-08-27 00:24:46 +00:00
David Holmes
16df090784
8338947: Deprecate the UseLinuxPosixThreadCPUClocks flag and remove it in a future release
...
Reviewed-by: kbarrett, stuefe
2024-08-26 22:26:40 +00:00
Calvin Cheung
a827ff05db
8335577: runtime/cds/appcds/TestParallelGCWithCDS.java still fails with JNI error
...
Reviewed-by: dholmes, iklam
2024-08-26 21:26:12 +00:00
Shaojin Wen
5ecbecfbca
8338936: StringConcatFactory optimize the construction of MethodType and MethodTypeDesc
...
Reviewed-by: redestad, liach
2024-08-26 20:26:17 +00:00
Phil Race
0c744ea7e7
8338928: Update SwingSet2 "About" image to reference openjdk.org
...
Reviewed-by: abhiscxk, honkar
2024-08-26 18:52:36 +00:00
Tomáš Zezula
a15af6998e
8338538: [JVMCI] Allow HotSpotJVMCIRuntime#getJObjectValue to be called by a HotSpot CompileBroker compiler thread
...
Reviewed-by: dnsimon
2024-08-26 16:49:48 +00:00
Claes Redestad
3f00da84b3
8338906: Avoid passing EnumDescs and extra classes to type switch methods that don't use them
...
Reviewed-by: liach, jlahoda
2024-08-26 15:58:25 +00:00
Claes Redestad
e63418ee01
8338979: Avoid bootstrapped switches in the classfile API
...
Reviewed-by: liach, asotona
2024-08-26 14:29:09 +00:00
Maurizio Cimadamore
20d8f58c92
8331671: Implement JEP 472: Prepare to Restrict the Use of JNI
...
Reviewed-by: jpai, prr, ihse, kcr, alanb
2024-08-26 09:17:45 +00:00
Roland Westrelin
ce83f6af64
8338844: C2: remove useless code in PhaseIdealLoop::place_outside_loop() after 8335709
...
Reviewed-by: chagedorn, thartmann
2024-08-26 07:32:19 +00:00
Roland Westrelin
0c14579fef
8336830: C2: assert(get_loop(lca)->_nest < n_loop->_nest || lca->in(0)->is_NeverBranch()) failed: must not be moved into inner loop
...
Co-authored-by: Emanuel Peter <epeter@openjdk.org >
Reviewed-by: thartmann, chagedorn, epeter
2024-08-26 07:31:04 +00:00
Sergey Bylokhov
5671f83603
8338785: The java.awt.datatransfer.SystemFlavorMap#FLAVOR_MAP_KEY field is not used
...
Reviewed-by: honkar, dnguyen, prr
2024-08-24 00:05:30 +00:00
Daniel D. Daugherty
32b3d707c1
8338925: ProblemList runtime/interpreter/LastJsrTest.java on linux-all
...
Reviewed-by: matsaave
2024-08-23 22:04:43 +00:00
Joe Darcy
5d12ac3fcb
8337715: Update --release 23 symbol information for JDK 23 build 37
...
Reviewed-by: iris, liach
2024-08-23 20:01:16 +00:00
Brian Burkhalter
23dc3b0246
8324048: (fc) Make FileKey fields final
...
Reviewed-by: djelinski, alanb, jpai
2024-08-23 16:32:14 +00:00
Chen Liang
a461369f16
8338700: AttributeMapper type parameter should be bounded by Attribute
...
Reviewed-by: asotona
2024-08-23 15:16:44 +00:00
Tejesh R
916f1aa04f
8329756: [macos] "javax/swing/JTable/KeyBoardNavigation.java" fail because most combinations of navigational keys with the Ctrl key do not work
...
Reviewed-by: abhiscxk, dnguyen
2024-08-23 10:51:12 +00:00
Erik Gahlin
21d1e4d803
8338819: JFR: Internal events causes crash when no other events are in use
...
Reviewed-by: mgronlun, sjohanss
2024-08-23 09:59:15 +00:00
Qizheng Xing
965dd1acd0
8333334: C2: Make result of Node::dominates more precise to enhance scalar replacement
...
Reviewed-by: chagedorn, kvn, thartmann
2024-08-23 09:30:47 +00:00
Markus Grönlund
69bd227e6c
8338417: Explicitly pin a virtual thread before acquiring the JFR string pool monitor
...
Reviewed-by: alanb, egahlin, dholmes
2024-08-23 09:29:23 +00:00
Markus Grönlund
fead3cf541
8338745: Intrinsify Continuation.pin() and Continuation.unpin()
...
Reviewed-by: kvn
2024-08-23 09:26:00 +00:00
Pavel Rappo
a5e28005fa
8338834: Remove unused import declarations in java.compiler
...
Reviewed-by: darcy
2024-08-23 08:05:16 +00:00
Stefan Karlsson
9cbf685b0b
8337658: ZGC: Move soft reference handling out of the driver loop function
...
Reviewed-by: gli, aboldtch, eosterlund
2024-08-23 07:09:40 +00:00
SendaoYan
8e0d0190ed
8338630: Test java/nio/channels/DatagramChannel/SendReceiveMaxSize.java timeout
...
Reviewed-by: dfuchs, jpai, djelinski
2024-08-23 06:26:24 +00:00
Axel Boldt-Christmas
e06652ad3c
8338810: PPC, s390x: LightweightSynchronizer::exit asserts, missing lock
...
Reviewed-by: mdoerr, amitkumar
2024-08-23 05:47:29 +00:00
David Holmes
ea3370982b
8328880: Events::log_exception should limit the size of the logging message
...
Reviewed-by: shade, kvn
2024-08-23 02:35:48 +00:00
Brian Burkhalter
c89a1c35bd
8338696: (fs) BasicFileAttributes.creationTime() falls back to epoch if birth time is unavailable (Linux)
...
Reviewed-by: sgehwolf, alanb
2024-08-22 21:41:25 +00:00
Aleksey Shipilev
813546f923
8338856: [BACKOUT] JDK-8337828: CDS: Trim down minimum GC region alignment
...
Reviewed-by: dcubed
2024-08-22 19:48:25 +00:00
Matthew Donovan
0b5c8870e5
8338380: Update TLSCommon/interop/AbstractServer to specify an interface to listen for connections
...
Reviewed-by: rhalade
2024-08-22 17:58:08 +00:00
Matias Saavedra Silva
6041c936d6
8335664: Parsing jsr broken: assert(bci>= 0 && bci < c->method()->code_size()) failed: index out of bounds
...
Co-authored-by: Emanuel Peter <epeter@openjdk.org >
Reviewed-by: dlong, thartmann
2024-08-22 15:55:02 +00:00
Aleksey Shipilev
6cf7f9c4a7
8338662: Shenandoah: Remove excessive ShenandoahVerifier::verify_during_evacuation
...
Reviewed-by: wkemper, ysr
2024-08-22 11:39:47 +00:00
Magnus Ihse Bursie
129f527f4f
8338290: Xcode project generator for hotspot
...
Co-authored-by: Gerard Ziemski <gziemski@openjdk.org >
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org >
Reviewed-by: azafari, erikj
2024-08-22 10:31:34 +00:00
Hamlin Li
6644dd33f6
8338760: Adjust the comment after UseObjectMonitorTable
...
Reviewed-by: coleenp, dcubed
2024-08-22 07:22:35 +00:00
Axel Boldt-Christmas
1d05989bb4
8334357: Use NonInterleavingLogStream for report_metadata_oome
...
Reviewed-by: jsjolen, stuefe
2024-08-22 06:23:06 +00:00
Claes Redestad
47c8a6a8db
8333265: De-duplicate method references in java.util.stream.FindOps
...
Reviewed-by: liach
2024-08-21 22:10:06 +00:00
Doug Lea
ab8071d280
8338146: Improve Exchanger performance with VirtualThreads
...
Reviewed-by: alanb
2024-08-21 18:22:24 +00:00
Aleksey Shipilev
e297e8817f
8338688: Shenandoah: Avoid calling java_lang_Class accessors in asserts/verifier
...
Reviewed-by: rkennke, wkemper
2024-08-21 16:10:41 +00:00
Maurizio Cimadamore
0e8fe3550b
8338677: Improve startup of memory access var handles by simplifying combinator chains
...
Reviewed-by: redestad
2024-08-21 15:11:32 +00:00
Shaojin Wen
3aeb6733f9
8338532: Speed up the ClassFile API MethodTypeDesc#ofDescriptor
...
Reviewed-by: redestad, liach
2024-08-21 14:56:30 +00:00
Albert Mingkun Yang
918cf11454
8338490: Serial: Move Generation::print_on to subclasses
...
Reviewed-by: gli
2024-08-21 12:01:57 +00:00
Chen Liang
80adea8e0a
8338545: Functional interface implementations for common pre-boot ClassFile operations
...
Reviewed-by: asotona
2024-08-21 11:58:21 +00:00
Hamlin Li
7458952ded
8338595: Add more linesize for MIME decoder in macro bench test Base64Decode
...
Reviewed-by: rehn
2024-08-21 10:17:51 +00:00
Gui Cao
c4cf1e93bb
8338539: New Object to ObjectMonitor mapping: riscv64 implementation
...
Reviewed-by: fyang, rehn, mli
2024-08-21 08:58:40 +00:00
Lutz Schmidt
715fa8f9fe
8336498: [macos] [build]: install-file macro may run into permission denied error
...
Reviewed-by: clanger, erikj
2024-08-21 08:23:31 +00:00
Adam Sotona
e88a3b0574
8338661: StackMapTable is invalid if frames appear in dead code
...
Reviewed-by: liach
2024-08-21 08:19:35 +00:00
Aleksey Shipilev
598169756c
8337828: CDS: Trim down minimum GC region alignment
...
Reviewed-by: iklam, phh
2024-08-21 08:17:01 +00:00
Prasanta Sadhukhan
cafb3dc491
6318027: BasicScrollBarUI does not disable timer when enclosing frame is disabled.
...
Reviewed-by: abhiscxk, tr
2024-08-21 07:04:05 +00:00
Chen Liang
88ccbb6091
8336934: Clean up JavaLangReflectAccess
...
Reviewed-by: rriggs, darcy
2024-08-21 01:05:41 +00:00
Chris Plummer
d72810794b
8338482: com/sun/jdi/ThreadMemoryLeakTest.java requires that compressed oops are enabled
...
Reviewed-by: amenkov, kevinw
2024-08-20 23:34:31 +00:00
Chen Liang
1ebf2cf639
8336756: Improve ClassFile Annotation writing
...
Reviewed-by: asotona
2024-08-20 19:02:38 +00:00
Mark Reinhold
0267284c52
8338611: java.lang.module specification wording not aligned with JEP 261
...
Reviewed-by: alanb
2024-08-20 18:50:17 +00:00
Leonid Mesnik
c646efc366
8205957: setfldw001/TestDescription.java fails with bad field value
...
Reviewed-by: sspitsyn, dlong
2024-08-20 18:41:15 +00:00
Vladimir Petko
285ceb9ee5
8336529: (fs) UnixFileAttributeViews setTimes() failing on armhf, Ubuntu noble
...
Reviewed-by: bpb, alanb
2024-08-20 15:51:40 +00:00
Christian Hagedorn
55a97ec879
8336729: C2: Div/Mod nodes without zero check could be split through iv phi of outer loop of long counted loop nest resulting in SIGFPE
...
Co-authored-by: Emanuel Peter <epeter@openjdk.org >
Reviewed-by: epeter, kvn, thartmann
2024-08-20 15:47:16 +00:00
Chen Liang
b442003048
8338623: StackCounter adding extraneous slots for receiver invoke instructions
...
Reviewed-by: asotona
2024-08-20 14:44:37 +00:00
George Adams
bc2700b7dc
8282944: GHA: Add Alpine Linux x86_64 pre-integration check
...
Reviewed-by: ihse
2024-08-20 14:38:31 +00:00
Jaikiran Pai
686eb233d5
8336817: Several methods on DatagramSocket and MulticastSocket do not specify behaviour when already closed or connected
...
Reviewed-by: dfuchs, alanb
2024-08-20 12:28:56 +00:00
Darragh Clarke
01d03e07c7
8324209: Check implementation of Expect: 100-continue in the java.net.http.HttpClient
...
Reviewed-by: dfuchs, jpai
2024-08-20 11:10:18 +00:00
Matthias Baesken
7933e45cda
8338550: Do libubsan1 installation in test container only if requested
...
Reviewed-by: sgehwolf
2024-08-20 10:43:16 +00:00
Amit Kumar
89ca5b6fbd
8338365: [PPC64, s390] Out-of-bounds array access in secondary_super_cache
...
Reviewed-by: mdoerr, aph, rrich
2024-08-20 09:54:20 +00:00
Aleksey Shipilev
b9d49dcef2
8337981: ShenandoahHeap::is_in should check for alive regions
...
Reviewed-by: rkennke, wkemper
2024-08-20 08:40:45 +00:00
Stefan Karlsson
9775d57168
8338139: {ClassLoading,Memory}MXBean::isVerbose methods are inconsistent with their setVerbose methods
...
Co-authored-by: David Holmes <dholmes@openjdk.org >
Reviewed-by: lmesnik, dcubed, dholmes
2024-08-20 06:15:56 +00:00
Chen Liang
68d1f5c33b
8338543: ClassBuilder withMethod builders should cache the method type symbol
...
Reviewed-by: asotona
2024-08-20 05:43:04 +00:00
Hannes Wallnöfer
55851a312b
8281533: Odd "preview" label in link/linkplain
...
Reviewed-by: jjg
2024-08-19 18:05:37 +00:00
Hannes Wallnöfer
c7690c34c2
8338190: TOC vertical offsets not updated when document size changes
...
Reviewed-by: jjg
2024-08-19 17:47:25 +00:00
Damon Nguyen
6460b30048
8321140: Add comment to note difference in Metal's JButton margins
...
Reviewed-by: honkar, aivanov
2024-08-19 16:43:43 +00:00
Daniel Fuchs
3ca359ad22
8335771: Improve stability of java/nio/channels/DatagramChannel tests
...
Reviewed-by: alanb
2024-08-19 13:47:40 +00:00
Alan Bateman
2766b09e29
8338452: (dc) DatagramChannelImpl.blockingReceive with timeout may block indefinitely if all datagrams blocked by SecurityManager
...
Reviewed-by: dfuchs
2024-08-19 12:57:29 +00:00
Adam Sotona
f0fe31383a
8338564: Remove obsolete AbstractNamedEntry::equals method
...
Reviewed-by: liach
2024-08-19 12:57:17 +00:00
Renjith Kannath Pariyangad
6ff6b09943
8290501: Typo in javax.swing.BoundedRangeModel documentation
...
Reviewed-by: aivanov, prr, honkar
2024-08-19 12:40:35 +00:00
Erik Gahlin
e07a5b6626
8338512: JFR: Revert changes to TestCodeSweeper
...
Reviewed-by: mgronlun
2024-08-19 10:42:58 +00:00
Aleksey Shipilev
6d430f24df
8338314: JFR: Split JFRCheckpoint VM operation
...
Reviewed-by: mgronlun, egahlin
2024-08-19 09:08:54 +00:00
Andrew Dinn
f0374a0bc1
8337987: Relocate jfr and throw_exception stubs from StubGenerator to SharedRuntime
...
Reviewed-by: fyang, kvn, yzheng
2024-08-19 09:00:19 +00:00
Manukumar V S
15b20cb1fd
8337886: java/awt/Frame/MaximizeUndecoratedTest.java fails in OEL due to a slight color difference
...
Reviewed-by: dnguyen, honkar, serb
2024-08-19 07:17:37 +00:00
Tejesh R
56a007dd32
8338488: Add screen capture for failure case
...
Reviewed-by: azvegint
2024-08-19 06:42:51 +00:00
SendaoYan
2f7ba781bf
8335150: Test LogGeneratedClassesTest.java fails on rpmbuild mock enviroment
...
Reviewed-by: jpai
2024-08-19 04:44:24 +00:00
Chris Plummer
8635642dbd
8338469: com/sun/jdi/DataDumpTest.java failed with Not a debuggee, or not listening for debugger to attach
...
Reviewed-by: dcubed
2024-08-16 16:39:36 +00:00
Chen Liang
961e944fa7
8336754: Remodel TypeAnnotation to "has" instead of "be" an Annotation
...
Co-authored-by: Alex Buckley <abuckley@openjdk.org >
Reviewed-by: asotona
2024-08-16 15:48:54 +00:00
Pavel Rappo
07352c6744
8338398: Trivially fix grammar and typos
...
Reviewed-by: aivanov
2024-08-16 14:06:10 +00:00
Shaojin Wen
5022109b2a
8336856: Efficient hidden class-based string concatenation strategy
...
Co-authored-by: Claes Redestad <redestad@openjdk.org >
Reviewed-by: redestad, liach
2024-08-16 13:18:02 +00:00
Daniel Fuchs
ddbc0b6a39
8338495: Revert "8336655: java/net/httpclient/DigestEchoClient.java IOException: HTTP/1.1 header parser received no bytes"
...
Reviewed-by: jpai
2024-08-16 11:24:40 +00:00
Andrey Turbanov
60c9b5cd9f
8337839: Make a few fields in MergeCollation static
...
Reviewed-by: jpai, naoto
2024-08-16 08:49:18 +00:00
Axel Boldt-Christmas
bd4160cea8
8315884: New Object to ObjectMonitor mapping
...
Co-authored-by: Erik Österlund <eosterlund@openjdk.org >
Co-authored-by: Stefan Karlsson <stefank@openjdk.org >
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org >
Reviewed-by: rkennke, coleenp, dcubed
2024-08-16 06:20:17 +00:00
Shaojin Wen
74066bcca8
8338409: Use record to simplify code
...
Reviewed-by: redestad, liach
2024-08-15 22:57:33 +00:00
Aleksey Shipilev
d86e99c3ca
8293650: Shenandoah: Support archived heap objects
...
Reviewed-by: rkennke, wkemper, iklam
2024-08-15 20:52:07 +00:00
Coleen Phillimore
1cd4884368
8338447: Remove InstanceKlass::_is_marked_dependent
...
Reviewed-by: shade
2024-08-15 18:20:20 +00:00
Kim Barrett
52d9d69db5
8338331: Fix -Wzero-as-null-pointer-constant warnings from CHECK_0 in jni.cpp
...
Reviewed-by: dholmes, shade
2024-08-15 17:50:44 +00:00
Chen Liang
ace496515f
8338406: BytecodeHelpers using wrong bootstrap method descriptor for condy
...
Reviewed-by: asotona
2024-08-15 17:50:34 +00:00
Kim Barrett
965508270e
8338330: Fix -Wzero-as-null-pointer-constant warnings from THROW_XXX_0
...
Reviewed-by: dlong, dholmes, shade
2024-08-15 17:43:09 +00:00
Satyen Subramaniam
f308b2d596
8336915: Shenandoah: Remove unused ShenandoahVerifier::verify_after_evacuation
...
Reviewed-by: shade
2024-08-15 16:47:45 +00:00
Satyen Subramaniam
e51e40c2b9
8336914: Shenandoah: Missing verification steps after JDK-8255765
...
Reviewed-by: shade
2024-08-15 16:47:08 +00:00
Aleksey Shipilev
ef54af3988
8338444: Shenandoah: Remove ShenandoahHumongousThreshold tunable
...
Reviewed-by: rkennke, wkemper, ysr
2024-08-15 16:45:43 +00:00
lawrence.andrews
7d1bbff076
8328553: Get rid of JApplet in test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java
...
Reviewed-by: honkar, prr
2024-08-15 16:36:15 +00:00
Daniel Fuchs
6169613d9f
8336655: java/net/httpclient/DigestEchoClient.java IOException: HTTP/1.1 header parser received no bytes
...
Reviewed-by: jpai
2024-08-15 15:34:08 +00:00
Fei Gao
3859131505
8338442: AArch64: Clean up IndOffXX type and let legitimize_address() fix out-of-range operands
...
Reviewed-by: aph, dlong
2024-08-15 15:16:14 +00:00
Sonia Zaldana Calles
56dec215b0
8338014: Improve usage of @jvms tags in class file API
...
Reviewed-by: darcy, liach, asotona
2024-08-15 13:28:25 +00:00
Aleksey Shipilev
74fdd6868d
8333791: Fix memory barriers for @Stable fields
...
Reviewed-by: liach, vlivanov
2024-08-15 11:24:22 +00:00
Aleksey Shipilev
da7311bbe3
8338286: GHA: Demote x86_32 to hotspot build only
...
Reviewed-by: ihse
2024-08-15 08:50:29 +00:00
Ivan Walulya
f536f5ab68
8336086: G1: Use one G1CardSet instance for all young regions
...
Reviewed-by: tschatzl, ayang
2024-08-15 08:26:22 +00:00
Matthias Baesken
4c344335fe
8338304: clang on Linux - check for lld presence after JDK-8333189
...
Reviewed-by: erikj, ihse
2024-08-15 07:39:31 +00:00
Evgeny Nikitin
4669e7b7b0
8337102: JITTester: Fix breaks in static initialization blocks
...
Reviewed-by: kvn, iveresov
2024-08-15 05:36:11 +00:00
SendaoYan
e3a5e265a7
8338344: Test TestPrivilegedMode.java intermittent fails java.lang.NoClassDefFoundError: jdk/test/lib/Platform
...
Reviewed-by: chagedorn, shade
2024-08-14 18:55:58 +00:00
Joe Darcy
aff7936ff0
8338333: Add jls links to javax.lang.model.element.Modifier
...
Reviewed-by: liach, iris, prappo, vromero, jlahoda
2024-08-14 18:42:59 +00:00
Chris Plummer
723ac5763a
8332488: Add JVMTI DataDumpRequest to the debug agent
...
Reviewed-by: sspitsyn, lmesnik
2024-08-14 18:41:24 +00:00
Phil Race
c0384b6f35
8337237: Use FFM instead of Unsafe for Java 2D RenderBuffer class
...
Reviewed-by: jvernee, jdv
2024-08-14 17:58:24 +00:00
Matthias Baesken
6a39014795
8338110: Exclude Fingerprinter::do_type from ubsan checks
...
Reviewed-by: jwaters, rrich
2024-08-14 16:56:28 +00:00
Albert Mingkun Yang
0e3903f2eb
8338393: Parallel: Remove unused ParallelCompactData::clear_range
...
Reviewed-by: tschatzl
2024-08-14 16:49:11 +00:00
Zdenek Zambersky
d8e4d3f2d6
8338402: GHA: some of bundles may not get removed
...
Reviewed-by: ihse, shade
2024-08-14 15:20:07 +00:00
John Engebretson
a5d948fb98
8332842: Optimize empty CopyOnWriteArrayList allocations
...
Reviewed-by: shade, alanb
2024-08-14 14:11:53 +00:00
Jan Lahoda
fbe4f05636
8337976: Insufficient error recovery in parser for switch inside class body
...
Reviewed-by: vromero
2024-08-14 12:20:17 +00:00
Matthias Baesken
38bd8a3670
8338236: Compile error in cgroup code on Linux when using clang
...
Reviewed-by: mdoerr, sgehwolf
2024-08-14 09:52:23 +00:00
Albert Mingkun Yang
9fe1777faf
8338280: Parallel: Inline ParallelCompactData::verify_clear
...
Reviewed-by: tschatzl
2024-08-14 09:16:02 +00:00
Ivan Walulya
66bee2532f
8338315: G1: G1CardTableEntryClosure:do_card_ptr remove unused parameter worker_id
...
Reviewed-by: tschatzl
2024-08-14 09:13:21 +00:00
Qizheng Xing
3dd07b91bb
8336163: Remove declarations of some debug-only methods in release build
...
Reviewed-by: dholmes, eliu, kvn
2024-08-14 06:28:34 +00:00
Jaikiran Pai
720b44648b
8335181: Incorrect handling of HTTP/2 GOAWAY frames in HttpClient
...
Reviewed-by: dfuchs
2024-08-14 05:42:14 +00:00
SendaoYan
f132b347e1
8336854: CAInterop.java#actalisauthenticationrootca conflicted with /manual and /timeout
...
Reviewed-by: rhalade
2024-08-13 22:59:13 +00:00
Neethu Prasad
90527a5784
8336742: Shenandoah: Add more verbose logging/stats for mark termination attempts
...
Reviewed-by: shade, wkemper, rkennke
2024-08-13 19:56:07 +00:00
Kim Barrett
8e682aca24
8338158: Cleanup ShouldNotXXX uses in machnode.cpp
...
Reviewed-by: chagedorn, kvn, dlong
2024-08-13 18:03:52 +00:00
Kim Barrett
ca99f37f82
8338156: Fix -Wzero-as-null-pointer-constant warnings in jvmciCompilerToVM.cpp
...
Reviewed-by: tschatzl, jwaters, dnsimon
2024-08-13 18:02:24 +00:00
Neethu Prasad
84c3065e80
8335865: Shenandoah: Improve THP pretouch after JDK-8315923
...
Reviewed-by: shade, wkemper
2024-08-13 17:22:41 +00:00
Afshin Zafari
21ca91e55d
8300800: UB: Shift exponent 32 is too large for 32-bit type 'int'
...
Reviewed-by: kbarrett, adinn, gziemski
2024-08-13 16:25:43 +00:00
Alan Bateman
58b9570544
8338142: (dc) DatagramChannelImpl.blockingReceive can use untimed-park when no timeout set
...
Reviewed-by: dfuchs
2024-08-13 16:05:38 +00:00
Chen Liang
6af1d6ff21
8335927: Revisit AnnotationConstantValueEntry and AnnotationValue.OfConstant
...
Reviewed-by: asotona
2024-08-13 15:14:06 +00:00
Liam Miller-Cushon
9e282e5c96
8337998: CompletionFailure in getEnclosingType attaching type annotations
...
Reviewed-by: vromero
2024-08-13 15:05:49 +00:00
Casper Norrbin
877fd5a768
8337595: Remove empty statements in src/hotspot/share/memory/metaspace
...
Reviewed-by: stefank, dholmes, jwaters
2024-08-13 14:43:44 +00:00
Axel Boldt-Christmas
76e33b6c15
8336148: Test runtime/locking/TestRecursiveMonitorChurn.java failed: Unexpected Inflation
...
Reviewed-by: dholmes, eosterlund
2024-08-13 13:13:14 +00:00
Coleen Phillimore
ff8a9f9267
8337318: Deoptimization::relock_objects fails assert(monitor->owner() == Thread::current()) failed: must be
...
Co-authored-by: Richard Reingruber <rrich@openjdk.org >
Reviewed-by: rrich, dholmes, shade, pchilanomate
2024-08-13 11:48:50 +00:00
Viktor Klang
fbe4cc96e2
8336384: AbstractQueuedSynchronizer.acquire should cancel acquire when failing due to a LinkageError or other errors
...
Reviewed-by: alanb
2024-08-13 09:51:08 +00:00
Aleksey Shipilev
ba69ed7c58
8338202: Shenandoah: Improve handshake closure labels
...
Reviewed-by: rkennke, ysr, wkemper
2024-08-13 08:11:47 +00:00
Saint Wesonga
5bf27098e2
8334475: UnsafeIntrinsicsTest.java#ZGenerationalDebug assert(!assert_on_failure) failed: Has low-order bits set
...
Reviewed-by: stefank, eosterlund, aboldtch
2024-08-13 08:10:29 +00:00
Kim Barrett
73f7a5f15d
8338155: Fix -Wzero-as-null-pointer-constant warnings involving PTHREAD_MUTEX_INITIALIZER
...
Reviewed-by: dholmes, dlong
2024-08-13 07:27:49 +00:00
Emanuel Peter
c27a8c8c8b
8338124: C2 SuperWord: MulAddS2I input permutation still partially broken after JDK-8333840
...
Reviewed-by: chagedorn, thartmann, kvn
2024-08-13 05:52:58 +00:00
Emanuel Peter
73ddb7deab
8335628: C2 SuperWord: cleanup: remove SuperWord::longer_type_for_conversion
...
Reviewed-by: chagedorn, kvn
2024-08-13 05:52:44 +00:00
Kim Barrett
d77e6fe45c
8338154: Fix -Wzero-as-null-pointer-constant warnings in gtest framework
...
Reviewed-by: ihse, dholmes, jwaters
2024-08-13 05:46:38 +00:00
Zhengyu Gu
e70c9bccaa
8338248: PartialArrayStateAllocator::Impl leaks Arena array
...
Reviewed-by: kbarrett, shade
2024-08-12 23:00:04 +00:00
Kim Barrett
5079c38ddf
8338160: Fix -Wzero-as-null-pointer-constant warnings in management.cpp
...
Reviewed-by: dholmes
2024-08-12 22:12:01 +00:00
Leonid Mesnik
4417c276e4
8330535: Update nsk/jdb tests to use driver instead of othervm
...
Reviewed-by: cjplummer
2024-08-12 19:43:36 +00:00
Roger Riggs
b93b74e3eb
8338060: jdk/internal/util/ReferencedKeyTest should be more robust
...
Reviewed-by: never
2024-08-12 19:28:46 +00:00
Coleen Phillimore
41e31d6b0a
8337622: IllegalArgumentException in java.lang.reflect.Field.get
...
Reviewed-by: dholmes, shade
2024-08-12 17:56:46 +00:00
Ben Taylor
2ca136a7ad
8337815: Relax G1EvacStats atomic operations
...
Reviewed-by: kbarrett, tschatzl, shade
2024-08-12 17:26:51 +00:00
Vladimir Kozlov
99edb4a45d
8337702: Use new ForwardExceptionNode to call StubRoutines::forward_exception_entry()
...
Reviewed-by: thartmann
2024-08-12 17:20:20 +00:00
Liam Miller-Cushon
8d08314783
8337795: Type annotation attached to incorrect type during class reading
...
Reviewed-by: vromero
2024-08-12 17:15:39 +00:00
Ioi Lam
f84240bca8
8338011: CDS archived heap object support for 64-bit Windows
...
Reviewed-by: stuefe, shade, ccheung
2024-08-12 16:03:41 +00:00
SendaoYan
04b146a31f
8337334: Test tools/javac/7142086/T7142086.java timeout with fastdebug binary
...
Reviewed-by: vromero
2024-08-12 15:43:40 +00:00
Magnus Ihse Bursie
a36fb368e1
8338108: Give better error message in configure if a full XCode is missing
...
Reviewed-by: jwaters, erikj, shade
2024-08-12 15:33:31 +00:00
Vicente Romero
61d1dc5953
8334466: Ambiguous method call with generics may cause FunctionDescriptorLookupError
...
Reviewed-by: jlahoda
2024-08-12 13:52:57 +00:00
Daniel Gredler
89a15f1414
8337681: PNGImageWriter uses much more memory than necessary
...
Reviewed-by: prr, lbourges
2024-08-12 12:09:22 +00:00
Joel Sikström
a6c0630737
8337938: ZUtils::alloc_aligned allocates without reporting to NMT
...
Reviewed-by: stefank, kbarrett
2024-08-12 10:58:05 +00:00
Andrew Haley
03204600c5
8337958: Out-of-bounds array access in secondary_super_cache
...
Reviewed-by: vlivanov, shade
2024-08-12 07:38:43 +00:00
Matthias Baesken
692f5cbdb9
8338101: remove old remap assertion in map_or_reserve_memory_aligned after JDK-8338058
...
Reviewed-by: mdoerr, clanger
2024-08-12 07:32:10 +00:00
SendaoYan
0e7c1c1afe
8338112: Test testlibrary_tests/ir_framework/tests/TestPrivilegedMode.java fails with release build
...
Reviewed-by: chagedorn, thartmann
2024-08-12 06:26:27 +00:00
Kim Barrett
6a3d045221
8337709: Use allocated states for chunking large array processing
...
Reviewed-by: iwalulya, tschatzl
2024-08-11 18:34:18 +00:00
Dmitry Chuyko
358d77dafb
8337657: AArch64: No need for acquire fence in safepoint poll during JNI calls
...
Reviewed-by: phh
2024-08-09 17:56:37 +00:00
Vladimir Kozlov
60fa08fcfe
8337797: Additional ExternalAddress cleanup
...
Reviewed-by: adinn, thartmann
2024-08-09 17:08:19 +00:00
Casper Norrbin
3cf3f300de
8330191: Fix typo in precompiled.hpp
...
Reviewed-by: jsjolen, szaldana
2024-08-09 14:32:29 +00:00
Coleen Phillimore
069e0ea69f
8338064: Give better error for ConcurrentHashTable corruption
...
Reviewed-by: dholmes, shade
2024-08-09 12:00:15 +00:00
Alexander Zvegintsev
2b5aec2aad
8338109: java/awt/Mouse/EnterExitEvents/ResizingFrameTest.java duplicate in ProblemList
...
Reviewed-by: aivanov
2024-08-09 11:28:59 +00:00
Hannes Wallnöfer
1407160786
8313931: Javadoc: links to type parameters actually generate links to classes
...
Reviewed-by: jjg
2024-08-09 09:24:50 +00:00
Hamlin Li
c37e8638c9
8314125: RISC-V: implement Base64 intrinsic - encoding
...
Reviewed-by: fyang, luhenry
2024-08-09 09:12:41 +00:00
Albert Mingkun Yang
6ebd5d74d5
8338036: Serial: Remove Generation::update_counters
...
Reviewed-by: kbarrett
2024-08-09 08:23:44 +00:00
Erik Gahlin
53fce38a3f
8338062: JFR: Remove TestStartDuration.java and TestStartName.java from ProblemList.txt
...
Reviewed-by: mgronlun
2024-08-09 07:53:15 +00:00
Joel Sikström
f74109bd17
8337939: ZGC: Make assertions and checks less convoluted and explicit
...
Reviewed-by: stefank, ayang, eosterlund
2024-08-09 07:29:56 +00:00
Andrey Turbanov
82d5768c1b
8337840: Remove redundant null check in ObjectOutputStream.writeProxyDesc
...
Reviewed-by: rriggs
2024-08-09 07:20:01 +00:00
Christian Hagedorn
c01f53ac2d
8337876: [IR Framework] Add support for IR tests with @Stable
...
Reviewed-by: shade, kvn
2024-08-09 07:17:59 +00:00
Matthias Baesken
00aac4097a
8338058: map_or_reserve_memory_aligned Windows enhance remap assertion
...
Reviewed-by: mdoerr, clanger
2024-08-09 06:26:22 +00:00
Abhishek Kumar
9ab8c6b9ba
8335130: The test "javax/swing/plaf/synth/ComponentsOrientationSupport/5033822/bug5033822.java" fails because the background color of the tabs is displayed incorrectly.
...
Reviewed-by: achung, psadhukhan
2024-08-09 05:09:27 +00:00
Gui Cao
0c1e9111d2
8338019: Fix simple -Wzero-as-null-pointer-constant warnings in riscv code
...
Reviewed-by: fyang, mli, luhenry
2024-08-09 02:59:37 +00:00
Jiawei Tang
55c509708e
8337331: crash: pinned virtual thread will lead to jvm crash when running with the javaagent option
...
Reviewed-by: dholmes, sspitsyn
2024-08-09 02:29:15 +00:00
Leonid Mesnik
9f08a01cb6
8338010: WB_IsFrameDeoptimized miss ResourceMark
...
Reviewed-by: dholmes, shade
2024-08-08 19:47:50 +00:00
Markus Grönlund
e7a0b5b09b
8334780: Crash: assert(h_array_list.not_null()) failed: invariant
...
Reviewed-by: egahlin, shade
2024-08-08 18:45:11 +00:00
Roger Riggs
bfb75b9626
8336926: jdk/internal/util/ReferencedKeyTest.java can fail with ConcurrentModificationException
...
Reviewed-by: bpb, shade, dfuchs
2024-08-08 16:53:38 +00:00
Jiangli Zhou
53c9f037fb
8336849: Remove .llvm_addrsig section from JDK/VM static libraries (.a files)
...
Reviewed-by: ihse
2024-08-08 16:31:02 +00:00
Coleen Phillimore
9695f09581
8337683: Fix -Wconversion problem with arrayOop.hpp
...
Reviewed-by: stefank, dholmes
2024-08-08 16:11:08 +00:00
Joe Darcy
78773b1769
8338015: Fix "Java Java" typo in package info file of java.lang.classfile
...
Reviewed-by: jiefu, jpai, liach
2024-08-08 15:52:17 +00:00
Markus Grönlund
6a9a867d64
8337994: [REDO] Native memory leak when not recording any events
...
Reviewed-by: egahlin
2024-08-08 14:38:46 +00:00
Erik Gahlin
4b740d87ee
8225209: jdk/jfr/event/compiler/TestCodeSweeper.java fails
...
Reviewed-by: mgronlun
2024-08-08 10:57:43 +00:00
Alexander Zvegintsev
ddbd7a78f1
8337320: Update ProblemList.txt with tests known to fail on XWayland
...
Reviewed-by: prr
2024-08-08 10:53:23 +00:00
Alexander Zvegintsev
12c553f128
8329471: Remove GTK2
...
Reviewed-by: abhiscxk, prr, ihse
2024-08-08 10:51:58 +00:00
Alexander Zvegintsev
088871ce36
8335267: [XWayland] move screencast tokens from .awt to .java folder
...
Reviewed-by: prr, avu
2024-08-08 10:51:47 +00:00
Tejesh R
3bc4a1acc4
8233068: HIDPI: Linux: AWT Checkbox check mark is unscaled
...
Reviewed-by: jdv, abhiscxk, honkar
2024-08-08 10:40:56 +00:00
Casper Norrbin
a9460a69e7
8337982: Remove dead undef assrt0n
...
Reviewed-by: stefank, dholmes
2024-08-08 10:38:02 +00:00
Afshin Zafari
fa18359007
8335981: ProblemList runtime/Thread/TestAlwaysPreTouchStacks.java for MacOS
...
Reviewed-by: tschatzl
2024-08-08 08:55:05 +00:00
Turkhan Badalov
1846a65e32
8337205: Typo in Stack vs Deque Method table in Deque specification
...
Reviewed-by: liach
2024-08-08 05:34:32 +00:00
Gui Cao
16df9c33e9
8337971: Problem list several jvmci tests on linux-riscv64 until JDK-8331704 is fixed
...
Reviewed-by: fyang, shade
2024-08-08 05:22:20 +00:00
Jamil Nimeh
9b11bd7f4a
8337826: Improve logging in OCSPTimeout and SimpleOCSPResponder to help diagnose JDK-8309754
...
Reviewed-by: mullan
2024-08-07 21:06:47 +00:00
Leonid Mesnik
5e021cbcc7
8337410: The makefiles should set problemlist and adjust timeout basing on the given VM flags
...
Reviewed-by: ihse
2024-08-07 20:25:51 +00:00
Fernando Guallini
a5c2d7b305
8335172: Add manual steps to run security/auth/callback/TextCallbackHandler/Password.java test
...
Reviewed-by: rhalade
2024-08-07 18:24:08 +00:00
Serguei Spitsyn
36d08c213d
8336846: assert(state->get_thread() == jt) failed: handshake unsafe conditions
...
Reviewed-by: amenkov, dholmes, cjplummer, pchilanomate, lmesnik
2024-08-07 17:41:23 +00:00
Naoto Sato
d19ba81ce1
8337603: Change in behavior with -Djava.locale.useOldISOCodes=true
...
Reviewed-by: iris, bpb
2024-08-07 15:58:03 +00:00
Joel Sikström
21f710e7f6
8310675: Fix -Wconversion warnings in ZGC code
...
Reviewed-by: stefank, ayang
2024-08-07 14:16:01 +00:00
Markus Grönlund
88a05a853e
8337975: [BACKOUT] Native memory leak when not recording any events
...
Reviewed-by: jpai, egahlin
2024-08-07 10:24:34 +00:00
Albert Mingkun Yang
41f784fe63
8335925: Serial: Move allocation API from Generation to subclasses
...
Reviewed-by: gli, kbarrett, iwalulya
2024-08-07 07:48:05 +00:00
Tobias Hartmann
66286b25a1
8337968: Problem list compiler/vectorapi/VectorRebracket128Test.java
...
Reviewed-by: chagedorn
2024-08-07 05:32:28 +00:00
Alex Menkov
920751e5d5
8311990: Two JDI tests may interfere with each other
...
Reviewed-by: dholmes, sspitsyn
2024-08-06 21:56:48 +00:00
Chris Plummer
6733b89de1
8337667: sun/tools/jcmd/TestJcmdPIDSubstitution.java is failing on mac and windows
...
Reviewed-by: stuefe, kevinw
2024-08-06 21:44:30 +00:00
Alisen Chung
fc652d2a58
8235404: [macos] JOptionPane blocks drawing string on another component
...
Reviewed-by: honkar, dnguyen
2024-08-06 21:10:06 +00:00
Kim Barrett
22a3421379
8337786: Fix simple -Wzero-as-null-pointer-constant warnings in aarch64 code
...
Reviewed-by: shade, tschatzl
2024-08-06 20:15:47 +00:00
Naoto Sato
ff634a9670
8337506: Disable "best-fit" mapping on Windows command line
...
Reviewed-by: alanb
2024-08-06 20:11:21 +00:00
Doug Simon
3f8b3e5527
8337887: [JVMCI] Clarify jdk.vm.ci.code.Architecture.getName javadoc
...
Reviewed-by: never
2024-08-06 16:37:59 +00:00
Feilong Jiang
53db937dd0
8337780: RISC-V: C2: Change C calling convention for sp to NS
...
Reviewed-by: fyang, rehn
2024-08-06 14:01:23 +00:00
Andrew Dinn
ab509f1b98
8337654: Relocate uncommon trap stub from SharedRuntime to OptoRuntime
...
Reviewed-by: kvn, vlivanov, fyang
2024-08-06 13:22:55 +00:00
Coleen Phillimore
1348ece6df
8332120: Potential compilation failure in istream.cpp:205 - loss of data on conversion
...
Reviewed-by: dholmes, iklam
2024-08-06 11:34:57 +00:00
Markus Grönlund
ef909bdf7f
8335121: Native memory leak when not recording any events
...
Reviewed-by: egahlin, shade
2024-08-06 11:32:24 +00:00
Prasanta Sadhukhan
a117945d5a
8337344: Redundant javadoc at RasterPrinterJob.isCancelled
...
Reviewed-by: aivanov, prr
2024-08-06 09:37:21 +00:00
Erik Gahlin
f9b8a22062
8337798: JFR: Remove jdk/jfr/api/consumer/recordingstream/TestOnEvent.java from ProblemList.txt
...
Reviewed-by: mgronlun
2024-08-06 09:28:12 +00:00
Jan Lahoda
958786b28f
8332522: SwitchBootstraps::mappedEnumLookup constructs unused array
...
Reviewed-by: liach, redestad
2024-08-06 09:07:44 +00:00
Matthias Baesken
f92c60e1a9
8337810: ProblemList BasicDirectoryModel/LoaderThreadCount.java on Windows
...
Reviewed-by: clanger
2024-08-06 07:06:43 +00:00
Albert Mingkun Yang
0d8ec42969
8337642: Remove unused APIs of GCPolicyCounters
...
Reviewed-by: tschatzl
2024-08-06 06:59:11 +00:00
Kim Barrett
2057594961
8337782: Use THROW_NULL instead of THROW_0 in pointer contexts in prims code
...
Reviewed-by: shade, dholmes
2024-08-06 05:34:33 +00:00
Gui Cao
73718fb8a3
8337788: RISC-V: Cleanup code in MacroAssembler::reserved_stack_check
...
Reviewed-by: fyang, rehn, fjiang
2024-08-06 02:16:19 +00:00
Serguei Spitsyn
965d6b9cbe
8335836: serviceability/jvmti/StartPhase/AllowedFunctions/AllowedFunctions.java fails with unexpected exit code: 112
...
Reviewed-by: cjplummer, amenkov
2024-08-05 23:29:17 +00:00
Kim Barrett
7146daee68
8337783: Use THROW_NULL instead of THROW_0 in pointer contexts in misc runtime code
...
Reviewed-by: stefank, shade
2024-08-05 20:05:07 +00:00
Kim Barrett
431d4f7e18
8337785: Fix simple -Wzero-as-null-pointer-constant warnings in x86 code
...
Reviewed-by: jwaters, ayang, shade
2024-08-05 19:53:49 +00:00
Chris Plummer
e2c07d5044
8337299: vmTestbase/nsk/jdb/stop_at/stop_at002/stop_at002.java failure goes undetected
...
Reviewed-by: amenkov, sspitsyn
2024-08-05 18:42:27 +00:00
Christoph Langer
08f697f4fc
8337819: Update GHA JDKs to 22.0.2
...
Reviewed-by: mbaesken, ihse, shade
2024-08-05 17:58:12 +00:00
Kim Barrett
42652b2e53
8337787: Fix -Wzero-as-null-pointer-constant warnings when JVMTI feature is disabled
...
Reviewed-by: ayang, sspitsyn
2024-08-05 16:57:11 +00:00
Kim Barrett
807186ffc6
8337784: Fix simple -Wzero-as-null-pointer-constant warnings in linux/posix code
...
Reviewed-by: stefank, shade
2024-08-05 16:53:30 +00:00
Damon Nguyen
e68df528f8
8337054: JDK 23 RDP2 L10n resource files update
...
Reviewed-by: naoto, jlu
2024-08-05 16:48:18 +00:00
Zdenek Zambersky
98562166e4
8336928: GHA: Bundle artifacts removal broken
...
Reviewed-by: ihse
2024-08-05 15:09:45 +00:00
Per Minborg
219e1eb13a
8337712: Wrong javadoc in java.util.Date#toString(): "61" and right parenthesis
...
Reviewed-by: rgiulietti
2024-08-05 15:06:38 +00:00
Johan Sjölen
97afbd9603
8336410: runtime/NMT/TotalMallocMmapDiffTest.java Total malloc diff is incorrect. Expected malloc diff range
...
Reviewed-by: gziemski, stuefe
2024-08-05 14:49:38 +00:00
Carlo Refice
c095c0e6a5
8336489: Track scoped accesses in JVMCI compiled code
...
Reviewed-by: dnsimon, never
2024-08-05 14:09:54 +00:00
Aleksey Shipilev
7e925d727f
8337283: configure.log is truncated when build dir is on different filesystem
...
Reviewed-by: phh, stuefe, clanger, ihse
2024-08-05 14:05:00 +00:00
Erik Gahlin
2e093b0691
8337779: test/jdk/jdk/jfr/jvm/TestHiddenWait.java is a bit fragile
...
Reviewed-by: mgronlun
2024-08-05 13:17:32 +00:00
Viktor Klang
d3e7b0c12a
8336462: ConcurrentSkipListSet Javadoc incorrectly warns about size method complexity
...
Reviewed-by: jpai
2024-08-05 10:56:21 +00:00
Christian Hagedorn
be34730fb4
8335257: Refactor code to create Initialized Assertion Predicates into separate class
...
Reviewed-by: kvn, epeter
2024-08-05 09:52:07 +00:00
Matthias Baesken
fbe8a81d19
8333144: docker tests do not work when ubsan is configured
...
Reviewed-by: clanger, stuefe
2024-08-05 05:57:41 +00:00
Julian Waters
dabdae6b35
8334599: Improve code from JDK-8302671
...
Reviewed-by: aivanov, stuefe, prr
2024-08-05 05:13:08 +00:00
Brian Burkhalter
8bd3cd5156
8337716: ByteBuffer hashCode implementations are inconsistent
...
Reviewed-by: alanb, liach
2024-08-04 15:42:51 +00:00
fabioromano1
367e0a6556
8334755: Asymptotically faster implementation of square root algorithm
...
Reviewed-by: rgiulietti
2024-08-03 13:08:54 +00:00
Vladimir Kozlov
34edc7358f
8337396: Cleanup usage of ExternalAddess
...
Co-authored-by: Fei Yang <fyang@openjdk.org >
Reviewed-by: vlivanov, adinn
2024-08-03 06:21:28 +00:00
Jonathan Gibbons
7deee74525
8335122: Reorganize internal low-level support for HTML in jdk.javadoc
...
Reviewed-by: hannesw
2024-08-02 17:53:23 +00:00
Erik Gahlin
f2e1205abf
8337676: JFR: Change the label of the throttle setting
...
Reviewed-by: mgronlun
2024-08-02 15:51:26 +00:00
Alexey Ivanov
066db6eb21
8337274: Remove repeated 'the' in StyleSheet.create{Small,Large}AttributeSet
...
Reviewed-by: achung, honkar, prr
2024-08-02 13:06:22 +00:00
Coleen Phillimore
328a0533b2
8335059: Consider renaming ClassLoaderData::keep_alive
...
Reviewed-by: dholmes, stefank
2024-08-02 11:47:26 +00:00
Albert Mingkun Yang
a89b525189
8337721: G1: Remove unused G1CollectedHeap::young_collection_verify_type
...
Reviewed-by: tschatzl
2024-08-02 10:51:25 +00:00
Sandhya Viswanathan
dc35f3e8a8
8337062: x86_64: Unordered add/mul reduction support for vector api
...
Reviewed-by: jbhateja, sgibbons
2024-08-01 23:02:23 +00:00
Brian Burkhalter
21e86d10a7
8334405: java/nio/channels/Selector/SelectWithConsumer.java#id0 failed in testWakeupDuringSelect
...
Reviewed-by: dfuchs, alanb, vtewari
2024-08-01 19:02:33 +00:00
Mark Powers
f1fa64b6b6
4966250: SSLSessionContext.setSessionTimeout() documentation could be updated
...
Reviewed-by: mullan
2024-08-01 16:37:20 +00:00
Hannes Greule
9fe6e2316a
8335638: Calling VarHandle.{access-mode} methods reflectively throws wrong exception
...
Reviewed-by: liach
2024-08-01 14:41:25 +00:00
Jorn Vernee
27af80ef9e
8324260: java/foreign/TestStubAllocFailure.java run timeout with -Xcomp
...
Reviewed-by: alanb, jpai, shade
2024-08-01 14:36:03 +00:00
Albert Mingkun Yang
022899a7eb
8337641: G1: Remove unused G1CollectedHeap::alloc_highest_free_region
...
Reviewed-by: tschatzl
2024-08-01 13:39:49 +00:00
Matthew Donovan
c6f0a35e9e
8333317: Test sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java failed with: Invalid ECDH ServerKeyExchange signature
...
Reviewed-by: rhalade
2024-08-01 11:40:44 +00:00
Kevin Walls
f174bbd3ba
8337473: Remove sun/management/jdp tests from ProblemList on Linux-aarch64, MacOSX
...
Reviewed-by: dcubed
2024-08-01 08:14:17 +00:00
Albert Mingkun Yang
8eb56845e4
8337550: Add documentation to TestOutOfMemoryDuringInit.java
...
Reviewed-by: dholmes
2024-08-01 07:28:39 +00:00
Albert Mingkun Yang
cf1230a5f7
8337546: Remove unused GCCause::_adaptive_size_policy
...
Reviewed-by: tschatzl, kbarrett
2024-08-01 07:28:29 +00:00
Prasanta Sadhukhan
65646b5f81
8337457: Redundant Math.round call in AquaProgressBarUI#getStringPlacement
...
Reviewed-by: azvegint
2024-08-01 03:35:43 +00:00
Alex Menkov
8af2ef35b6
8331015: Obsolete -XX:+UseNotificationThread
...
Reviewed-by: dholmes, kevinw, sspitsyn, coleenp
2024-07-31 20:02:25 +00:00
Sonia Zaldana Calles
97f7c03dd0
8336495: Remove unnecessary casts in output.cpp
...
Reviewed-by: chagedorn, kvn
2024-07-31 18:05:49 +00:00
Erik Gahlin
a45bb55ddb
8337501: JFR: Use TimespanUnit
...
Reviewed-by: mgronlun
2024-07-31 17:58:52 +00:00
Coleen Phillimore
8f039b5629
8336919: Cleanup and rename tags in placeholders code
...
Co-authored-by: Frederic Parain <fparain@openjdk.org >
Reviewed-by: iklam, fparain, dholmes
2024-07-31 17:55:01 +00:00
Albert Mingkun Yang
e4c7850c17
8337027: Parallel: Obsolete BaseFootPrintEstimate
...
Reviewed-by: tschatzl, kbarrett
2024-07-31 16:24:07 +00:00
Daniel Lundén
fdb4350fce
8324345: Stack overflow during C2 compilation when splitting memory phi
...
Reviewed-by: thartmann, kvn
2024-07-31 16:05:42 +00:00
Jasmine Karthikeyan
f2ba2ebbca
8331090: Run Ideal_minmax before de-canonicalizing CMoves
...
Reviewed-by: thartmann, epeter
2024-07-31 15:16:21 +00:00
Gui Cao
7121d71b51
8337421: RISC-V: client VM build failure after JDK-8335191
...
Reviewed-by: fyang, mli
2024-07-31 14:43:35 +00:00
Kim Barrett
61386c199a
8337523: Fix -Wzero-as-null-pointer-constant warnings in jvmci code
...
Reviewed-by: chagedorn, shade
2024-07-31 13:17:30 +00:00
Kim Barrett
07dd725025
8337418: Fix -Wzero-as-null-pointer-constant warnings in prims code
...
Reviewed-by: dholmes, shade, jwaters, sspitsyn
2024-07-31 13:15:52 +00:00
Aleksey Shipilev
c73b3cb599
8336635: Add IR test for Reference.refersTo intrinsic
...
Reviewed-by: thartmann, kvn
2024-07-31 12:56:43 +00:00
David Leopoldseder
9b428dda8f
8336242: compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/SimpleDebugInfoTest.java failed assert(oopDesc::is_oop_or_null(val)) failed: bad oop found (again)
...
Reviewed-by: dnsimon, never
2024-07-31 09:40:47 +00:00
Thomas Schatzl
de0b50400a
8336912: G1: Undefined behavior for G1ConfidencePercent=0
...
Reviewed-by: ayang, sangheki
2024-07-31 08:08:15 +00:00
Ashutosh Mehra
e63d01654e
8337031: Improvements to CompilationMemoryStatistic
...
Reviewed-by: kvn, stuefe
2024-07-31 01:36:37 +00:00
David Holmes
1c6fef8f1c
8337515: JVM_DumpAllStacks is dead code
...
Reviewed-by: kvn
2024-07-31 00:58:52 +00:00
David Holmes
5b7bb40d1f
8325002: Exceptions::fthrow needs to ensure it truncates to a valid utf8 string
...
Reviewed-by: djelinski, stuefe
2024-07-30 22:35:28 +00:00
David Holmes
d39e7af2e5
8320561: Inconsistency in monitorinflation logging
...
Reviewed-by: stefank, shade
2024-07-30 22:35:14 +00:00
Kim Barrett
6c3ba5a6c4
8337415: Remove inappropriate Atomic access in FreeListAllocator
...
Reviewed-by: tschatzl, shade
2024-07-30 21:19:50 +00:00
Sonia Zaldana Calles
f5c9e8f122
8334492: DiagnosticCommands (jcmd) should accept %p in output filenames and substitute PID
...
Reviewed-by: kevinw, stuefe, lmesnik
2024-07-30 18:40:37 +00:00
Chen Liang
93c19ac73c
8337219: AccessFlags factories do not require necessary arguments
...
Reviewed-by: asotona
2024-07-30 17:41:49 +00:00
Chen Liang
6154a2129b
8336032: Enforce immutability of Lists used by ClassFile API
...
Reviewed-by: asotona
2024-07-30 17:41:38 +00:00
Gerard Ziemski
a91f9ba849
8301403: Eliminate memory allocations in JVMFlag::printFlags during signal handling
...
Reviewed-by: stuefe, jsjolen, dholmes
2024-07-30 15:22:25 +00:00
Vanitha B P
2c9fd9016f
8336315: tools/jpackage/windows/WinChildProcessTest.java Failed: Check is calculator process is alive
...
Reviewed-by: asemenyuk, almatvee
2024-07-30 15:04:57 +00:00
Neethu Prasad
1cb27f7e23
8334230: Optimize C2 classes layout
...
Reviewed-by: shade, kvn, thartmann
2024-07-30 14:08:17 +00:00
Erik Gahlin
4148613148
8335907: JFR: Make SettingControls more robust
...
Reviewed-by: mgronlun
2024-07-30 13:47:58 +00:00
Albert Mingkun Yang
79bdd81187
8336763: Parallel: Merge PCMarkAndPushClosure and PCIterateMarkAndPushClosure
...
Reviewed-by: gli, zgu
2024-07-30 13:38:11 +00:00
Matthias Baesken
8162832832
8333354: ubsan: frame.inline.hpp:91:25: and src/hotspot/share/runtime/frame.inline.hpp:88:29: runtime error: member call on null pointer of type 'const struct SmallRegisterMap'
...
Co-authored-by: Kim Barrett <kbarrett@openjdk.org >
Reviewed-by: rrich, clanger
2024-07-30 12:40:35 +00:00
Kevin Walls
0325ab8d23
8335610: DiagnosticFramework: CmdLine::is_executable() correction
...
Reviewed-by: dholmes, jsjolen
2024-07-30 10:44:31 +00:00
Amit Kumar
7ac531181c
8331126: [s390x] secondary_super_cache does not scale well
...
Reviewed-by: lucy, aph, mdoerr
2024-07-30 09:32:27 +00:00
Aleksey Shipilev
156f0b4332
8337213: Shenandoah: Add verification for class mirrors
...
Reviewed-by: rkennke, wkemper
2024-07-30 08:29:23 +00:00
Aleksey Shipilev
9e6e0a8f34
8336343: Add more known sysroot library locations for ALSA
...
Reviewed-by: phh, prr, ihse
2024-07-30 08:27:27 +00:00
Kim Barrett
bc7c255b15
8337416: Fix -Wzero-as-null-pointer-constant warnings in misc. runtime code
...
Reviewed-by: dholmes, jwaters
2024-07-30 07:24:22 +00:00
Prasanta Sadhukhan
7e21d4c191
8337268: Redundant Math.ceil in StyleSheet.ListPainter#drawShape
...
Reviewed-by: prr, aivanov
2024-07-30 03:03:43 +00:00
Chen Liang
ab27090aa0
8337225: Demote maxStack and maxLocals from CodeModel to CodeAttribute
...
Reviewed-by: asotona
2024-07-29 21:58:08 +00:00
Justin Lu
bd36b6ae5d
8337285: Examine java.text.DecimalFormat API for api/implXxx tag usage
...
Reviewed-by: naoto, liach
2024-07-29 19:28:14 +00:00
Archie Cobbs
a86244f83c
6381729: Javadoc for generic constructor doesn't document type parameter
...
Reviewed-by: jjg, liach
2024-07-29 19:16:39 +00:00
Chris Plummer
c4e6255ac3
8332738: Debug agent can deadlock on callbackLock when using StackFrame.PopFrames
...
Reviewed-by: sspitsyn, amenkov
2024-07-29 16:55:38 +00:00
Naoto Sato
c23d37e10a
8337300: java/lang/Process/WaitForDuration.java leaves child process behind
...
Reviewed-by: alanb, iris, bpb
2024-07-29 16:43:25 +00:00
Aleksey Shipilev
ee365d75cc
8336342: Fix known X11 library locations in sysroot
...
Reviewed-by: jwaters, phh, prr
2024-07-29 13:37:56 +00:00
Albert Mingkun Yang
cd52ad80a8
8337267: [REDO] G1: Refactor G1RebuildRSAndScrubTask
...
Reviewed-by: gli, tschatzl
2024-07-29 12:30:57 +00:00
Erik Gahlin
9124a94e38
8337165: Test jdk/jfr/event/gc/stacktrace/TestG1YoungAllocationPendingStackTrace.java failed: IndexOutOfBoundsException: Index 64 out of bounds for length 64
...
Reviewed-by: phh
2024-07-29 09:52:38 +00:00
Jan Kratochvil
db168d9e10
8336966: Alpine Linux x86_64 compilation error: sendfile64
...
Reviewed-by: bpb
2024-07-29 09:18:56 +00:00
Thomas Schatzl
dab2a0b597
8337222: gc/TestDisableExplicitGC.java fails due to unexpected CodeCache GC
...
Reviewed-by: iwalulya, shade
2024-07-29 09:10:25 +00:00
Tobias Hartmann
657c0bddf9
8336999: Verification for resource area allocated data structures in C2
...
Reviewed-by: chagedorn, kvn
2024-07-29 05:31:10 +00:00
Tobias Hartmann
90641a601c
8336095: Use-after-free in Superword leads to memory corruption
...
Reviewed-by: epeter, kvn, rrich
2024-07-29 05:05:32 +00:00
Shaojin Wen
2fbdbacad7
8337245: Fix wrong comment of StringConcatHelper
...
Reviewed-by: phh, redestad
2024-07-27 22:54:47 +00:00
Fernando Guallini
034297a6bd
8336240: Test com/sun/crypto/provider/Cipher/DES/PerformanceTest.java fails with java.lang.ArithmeticException
...
Reviewed-by: wetmore
2024-07-26 18:51:12 +00:00
Alex Menkov
abc4ca5a8c
8330427: Obsolete -XX:+PreserveAllAnnotations
...
Reviewed-by: dholmes, sspitsyn, coleenp
2024-07-26 17:55:35 +00:00
Abhishek Kumar
0c3720b421
8335131: Test "javax/swing/JColorChooser/Test6977726.java" failed on ubuntu x64 because "Preview" title is missing for GTK L&F
...
Reviewed-by: dnguyen, psadhukhan
2024-07-26 17:39:00 +00:00
William Kemper
4f194f10a1
8337241: Shenandoah: Normalize include guards
...
Reviewed-by: shade
2024-07-26 15:57:58 +00:00
Kelvin Nilsen
f35af71712
8334315: Shenandoah: reduce GC logging noise
...
Reviewed-by: wkemper, ysr, shade
2024-07-26 15:55:12 +00:00
Kim Barrett
4bcb8f04ed
8337243: Fix more -Wzero-as-null-pointer-constant warnings in compiler code
...
Reviewed-by: vlivanov, kvn
2024-07-26 15:45:12 +00:00
Tomas Zezula
3abe8a6e5e
8336663: [JVMCI] VM Crash on ZGC due to incompatible handle returned by HotSpotJVMCIRuntime#getJObjectValue
...
Reviewed-by: dnsimon, never
2024-07-26 14:42:24 +00:00
Shaojin Wen
5ff7c57f9f
8337168: Optimize LocalDateTime.toString
...
Reviewed-by: liach, naoto
2024-07-26 12:10:21 +00:00
Alexey Ivanov
374fca0fcb
8335967: "text-decoration: none" does not work with "A" HTML tags
...
Reviewed-by: abhiscxk, dmarkov, honkar, prr
2024-07-26 11:22:32 +00:00
Aleksey Shipilev
2aeb12ec03
8334482: Shenandoah: Deadlock when safepoint is pending during nmethods iteration
...
Reviewed-by: wkemper, xpeng, rkennke
2024-07-26 11:20:40 +00:00
Fei Gao
d10afa26e5
8336245: AArch64: remove extra register copy when converting from long to pointer
...
Co-authored-by: Andrew Haley <aph@openjdk.org >
Reviewed-by: aph, adinn
2024-07-26 09:36:23 +00:00
Shaojin Wen
7f11935461
8337167: StringSize deduplication
...
Reviewed-by: liach, rriggs
2024-07-26 07:08:33 +00:00
Abhishek Kumar
487450cb5e
8216471: GTK LnF: Frame is clipped and does not show JTable,Tooltip and JTree demo in SwingSet2 demo
...
Reviewed-by: psadhukhan, achung
2024-07-26 06:26:52 +00:00
Abhishek Kumar
29f0f174a0
8336879: Always true condition 'img != null' in GTKPainter.paintPopupMenuBackground
...
Reviewed-by: psadhukhan, tr
2024-07-26 06:23:47 +00:00
Kim Barrett
ee839b7f0e
8337239: Fix simple -Wzero-as-null-pointer-constant warnings in classfile code
...
Reviewed-by: dholmes
2024-07-26 03:44:22 +00:00
William Kemper
0584af2325
8336685: Shenandoah: Remove experimental incremental update mode
...
Reviewed-by: shade
2024-07-25 23:59:56 +00:00
Brian Burkhalter
8c28f25e13
8337124: (fs) sun.nio.fs.WindowsSecurity.enablePrivilege should pin when continuations supported
...
Reviewed-by: jpai, alanb
2024-07-25 20:59:48 +00:00
Weijun Wang
b5b5a5b8e5
8336667: IAE in DerInputStream.toByteArray
...
Reviewed-by: valeriep
2024-07-25 17:11:59 +00:00
Vicente Romero
cf0d9e0e52
8337037: compiler internal options are not printing the stacktrace after a compiler crash
...
Reviewed-by: mcimadamore
2024-07-25 17:03:45 +00:00
Jorn Vernee
81ed028717
8337060: Test java/foreign/TestConcurrentClose.java failed: IllegalStateException: SegmentAccessor::doAccess method not being compiled
...
Reviewed-by: mcimadamore, alanb
2024-07-25 16:36:31 +00:00
Xiaolong Peng
e74edbaea9
8336640: Shenandoah: Parallel worker use in parallel_heap_region_iterate
...
Reviewed-by: shade, wkemper, ysr
2024-07-25 16:04:58 +00:00
Roland Westrelin
f61a505989
8334647: C2: CastII added by PhaseIdealLoop::add_template_assertion_predicate() should have control
...
Reviewed-by: chagedorn, kvn
2024-07-25 15:45:41 +00:00
Vicente Romero
34ee06f511
8332850: javac crashes if container for repeatable annotation is not found
...
Reviewed-by: darcy
2024-07-25 13:41:32 +00:00
Albert Mingkun Yang
00b5348106
8337192: [BACKOUT] JDK-8336098 G1: Refactor G1RebuildRSAndScrubTask
...
Reviewed-by: tschatzl
2024-07-25 13:16:31 +00:00
Roland Westrelin
3baff2af6a
8335393: C2: assert(!had_error) failed: bad dominance
...
Reviewed-by: thartmann, chagedorn
2024-07-25 09:26:11 +00:00
Shaojin Wen
8081f8702a
8334342: Add MergeStore JMH benchmarks
...
Reviewed-by: epeter, thartmann
2024-07-25 09:16:32 +00:00
Hamlin Li
9d8791864e
8335191: RISC-V: verify perf of chacha20
...
Reviewed-by: fyang
2024-07-25 07:47:45 +00:00
Alan Bateman
6e228ce382
8336254: Virtual thread implementation + test updates
...
Reviewed-by: sspitsyn, kevinw
2024-07-25 04:59:01 +00:00
Serguei Spitsyn
d3e51daf73
8334085: Test crash: assert(thread->held_monitor_count() == 0) failed: Must be
...
Reviewed-by: dholmes, pchilanomate
2024-07-25 01:35:03 +00:00
Shaojin Wen
0898ab7f74
8336741: Optimize LocalTime.toString with StringBuilder.repeat
...
Reviewed-by: liach, rriggs, naoto
2024-07-24 22:39:49 +00:00
Neethu Prasad
24f67d0254
8334232: Optimize C1 classes layout
...
Reviewed-by: phh, kvn
2024-07-24 22:22:18 +00:00
David Holmes
021c2c36ac
8337067: Test runtime/classFileParserBug/Bad_NCDFE_Msg.java won't compile
...
Reviewed-by: lfoltan
2024-07-24 21:15:18 +00:00
Andrey Turbanov
e716f5ed53
8336755: Remove unused UNALIGNED field from view buffers
...
Reviewed-by: alanb, liach, bpb
2024-07-24 20:26:11 +00:00
Justin Lu
5a8861a3a1
8336847: Use pattern match switch in NumberFormat classes
...
Reviewed-by: liach, naoto
2024-07-24 20:14:00 +00:00
Justin Lu
9e8e359513
8336787: Examine java.text.Format API for implSpec usage
...
Reviewed-by: liach
2024-07-24 20:08:13 +00:00
Naoto Sato
4ea4d7c684
8336679: Add @implSpec for the default implementations in Process.waitFor()
...
Reviewed-by: bpb, jlu, liach
2024-07-24 16:48:34 +00:00
Jaikiran Pai
04e8cb8641
8336815: Several methods in java.net.Socket and ServerSocket do not specify behavior when already bound, connected or closed
...
Reviewed-by: alanb
2024-07-24 15:43:53 +00:00
Erik Gahlin
b2599f8b0e
8336316: JFR: Use SettingControl::getValue() instead of setValue() for ActiveSetting event
...
Reviewed-by: mgronlun
2024-07-24 15:13:02 +00:00
Erik Gahlin
aa15b895c9
8336485: jdk/jfr/jcmd/TestJcmdView.java RuntimeException: 'Invoked Concurrent' missing from stdout/stderr
...
Reviewed-by: mgronlun
2024-07-24 15:12:53 +00:00
Chen Liang
332df83e7c
8336927: Missing equals and hashCode in java.lang.classfile.Annotation
...
Reviewed-by: asotona
2024-07-24 12:13:15 +00:00
Albert Mingkun Yang
05d88de05e
8336098: G1: Refactor G1RebuildRSAndScrubTask
...
Reviewed-by: tschatzl, gli
2024-07-24 09:10:38 +00:00
Matthias Baesken
5b4824cf9a
8336827: compiler/vectorization/TestFloat16VectorConvChain.java timeouts on ppc64 platforms after JDK-8335860
...
Reviewed-by: kvn, mdoerr, shade
2024-07-24 07:21:45 +00:00
Martin Balao
3251eea1f4
8336499: Failure when creating non-CRT RSA private keys in SunPKCS11
...
Co-authored-by: Francisco Ferrari Bihurriet <fferrari@openjdk.org >
Co-authored-by: Martin Balao <mbalao@openjdk.org >
Reviewed-by: fferrari, valeriep
2024-07-24 02:39:35 +00:00
Shaojin Wen
476d2ae69d
8336831: Optimize StringConcatHelper.simpleConcat
...
Reviewed-by: liach, redestad, rriggs
2024-07-23 20:21:08 +00:00
Ben Perez
4c91d5cb41
8322133: getParameterSpec(ECGenParameterSpec.class) on EC AlgorithmParameters does not return standard names
...
Reviewed-by: mullan
2024-07-23 19:35:11 +00:00
William Kemper
2f2223d752
8336944: Shenandoah: Should only relativize stack chunks for successful evacuations
...
Reviewed-by: shade, ysr
2024-07-23 16:50:25 +00:00
Joe Darcy
8efcb40c47
8335823: Update --release 23 symbol information for JDK 23 build 33
...
Reviewed-by: iris, liach
2024-07-23 16:27:09 +00:00
Sonia Zaldana Calles
8e1f17e351
8327054: DiagnosticCommand Compiler.perfmap does not log on output()
...
Reviewed-by: lmesnik, stuefe, kevinw, cjplummer
2024-07-23 15:49:34 +00:00
Athijegannathan Sundararajan
0e555b5ded
8204582: Extra spaces in jlink documentation make it incorrect.
...
Reviewed-by: alanb
2024-07-23 12:22:53 +00:00
Chen Liang
a2a236f904
8335939: Hide element writing across the ClassFile API
...
Reviewed-by: asotona
2024-07-23 12:11:47 +00:00
Claes Redestad
e83b4b236e
8335182: Consolidate and streamline String concat code shapes
...
Reviewed-by: liach, jvernee
2024-07-23 11:50:57 +00:00
Raffaello Giulietti
4c7b3e7fc3
8334758: Incorrect note in Javadoc for a few RandomGenerator methods
...
Reviewed-by: bpb
2024-07-23 07:43:57 +00:00
SendaoYan
48030a2a86
8336855: Duplicate protected declaration and comment in interp_masm_aarch64.hpp
...
Reviewed-by: jiefu, shade
2024-07-23 05:23:48 +00:00
Alan Bateman
9f03f68755
8336339: (se) SelectionKey.interestOps(int) should not throw ClosedSelectorException
...
Reviewed-by: jpai, bpb
2024-07-23 05:13:49 +00:00
Chen Liang
22914e0774
8335938: Review XxxBuilder.original and XxxModel.parent
...
Reviewed-by: asotona
2024-07-23 04:59:58 +00:00
Chen Liang
aabec4a947
8335922: Incorrect @Stable usage of LambdaForm$Name.index
...
Reviewed-by: jvernee, shade
2024-07-22 22:54:36 +00:00
Chen Liang
96e4a1876a
8304929: MethodTypeDesc throws an unchecked exception than ReflectiveOperationException when a component class cannot be resolved
...
Reviewed-by: jvernee
2024-07-22 22:53:52 +00:00
Weijun Wang
d63d6e23d1
8336935: Test sun/security/krb5/auto/RealmSpecificValues.java fails: java.lang.RuntimeException: Should not reach here
...
Reviewed-by: hchao, dholmes
2024-07-22 22:17:43 +00:00
Chris Plummer
ed6499446d
8333391: Test com/sun/jdi/InterruptHangTest.java failed: Thread was never interrupted during sleep
...
Reviewed-by: lmesnik, amenkov
2024-07-22 19:34:09 +00:00
Chris Plummer
b144910ebb
8334145: <pid> missing from vm_memory_map_<pid>.txt in System.dump_map help text
...
Reviewed-by: dholmes, stuefe
2024-07-22 18:56:30 +00:00
Henry Lin
b557594202
8333728: ubsan: shenandoahFreeSet.cpp:1347:24: runtime error: division by zero
...
Reviewed-by: shade, rkennke
2024-07-22 17:29:27 +00:00
Henry Lin
34eea6a5fa
8333088: ubsan: shenandoahAdaptiveHeuristics.cpp:245:44: runtime error: division by zero
...
Reviewed-by: shade, rkennke
2024-07-22 17:29:12 +00:00
Liam Miller-Cushon
31a85f1744
8336491: Unnecessary boxing conversions in void-returning lambdas
...
Reviewed-by: mcimadamore
2024-07-22 17:25:42 +00:00
Liam Miller-Cushon
8438c5853f
8336844: ZipConstants64 defines duplicate constants EXTID_ZIP64 and ZIP64_EXTID
...
Reviewed-by: jpai, vtewari, lancea
2024-07-22 17:20:58 +00:00
Naoto Sato
c1c9704268
8336479: Provide Process.waitFor(Duration)
...
Reviewed-by: liach, jpai, rriggs
2024-07-22 17:17:46 +00:00
Kevin Walls
7ea7730564
8332551: Test vmTestbase/nsk/monitoring/MemoryNotificationInfo/from/from001/TestDescription.java timed out
...
Reviewed-by: sspitsyn, lmesnik
2024-07-22 16:40:34 +00:00
Weijun Wang
c740e1e3b0
8333772: Incorrect Kerberos behavior when udp_preference_limit = 0
...
Reviewed-by: ssahoo, mullan
2024-07-22 16:00:40 +00:00
Daniel Lundén
0725eb1df2
8336753: Don't run serviceability/sa/ClhsdbDumpheap.java with -Xcomp
...
Reviewed-by: cjplummer, kvn, thartmann
2024-07-22 14:41:40 +00:00
Weijun Wang
c3226aaeb8
8334394: Race condition in Class::protectionDomain
...
Reviewed-by: liach, jpai, rriggs, alanb
2024-07-22 13:43:55 +00:00
Nizar Benalla
92de2b2d5f
8336039: Doccheck: HTML warnings, broken links and missing files in java.base documentation
...
Reviewed-by: liach, djelinski
2024-07-22 13:27:12 +00:00
Prasanta Sadhukhan
7ddd02599c
4265389: JSplitPane does not support ComponentOrientation
...
Reviewed-by: tr, abhiscxk
2024-07-22 13:19:30 +00:00
Aggelos Biboudis
c1fdc04ad7
8336781: Erroneous exhaustivity check with boolean switch
...
Reviewed-by: vromero
2024-07-22 10:29:34 +00:00
Adam Sotona
0db6c15efe
8336833: Endless loop in Javap ClassWriter
...
Reviewed-by: liach
2024-07-22 07:33:29 +00:00
lingjun.cg
4da9915875
8333396: Use StringBuilder internally for java.text.Format.* formatting
...
Reviewed-by: naoto, liach, jlu
2024-07-22 02:01:08 +00:00
Hai-May Chao
fd741a88e8
8327538: The SSLExtension class specifies incorrect values for heartbeat per RFC 6520 and post_handshake_auth per RFC 8446
...
Reviewed-by: wetmore
2024-07-21 17:05:46 +00:00
Christian Stein
ad498f57fc
8335896: Source launcher should set TCCL
...
Reviewed-by: alanb
2024-07-21 08:49:16 +00:00
Aleksei Efimov
b21cb44e38
8329398: Links in InetAddress class description show "#format"
...
Reviewed-by: jpai
2024-07-20 16:48:30 +00:00
Vladimir Kozlov
c5b7af73d0
8336692: Redo fix for JDK-8284620
...
Reviewed-by: dlong
2024-07-20 15:41:29 +00:00
Shaojin Wen
491b9f5efc
8336706: Optimize LocalDate.toString with StringBuilder.repeat
...
Reviewed-by: liach, rriggs
2024-07-20 06:54:19 +00:00
Shaojin Wen
e3acf4c627
8336792: DateTimeFormatterBuilder append zeros based on StringBuilder.repeat
...
Reviewed-by: liach, rriggs, naoto
2024-07-19 22:06:23 +00:00
Chris Plummer
e7e48a780a
8248609: [Graal] vmTestbase/nsk/jdi/VoidValue/toString/tostring001/TestDescription.java failed with Unexpected com.sun.jdi.ObjectCollectedException
...
Reviewed-by: amenkov, lmesnik
2024-07-19 21:53:04 +00:00
Liam Miller-Cushon
939fe000a9
8336786: VerifyError with lambda capture and enclosing instance references
...
Reviewed-by: mcimadamore
2024-07-19 21:52:45 +00:00
Chen Liang
3ade2b6114
8336777: BufferedMethodBuilder not initialized with static flag
...
Reviewed-by: asotona
2024-07-19 21:25:20 +00:00
Adam Sotona
c25c4896ad
8333812: ClassFile.verify() can throw exceptions instead of returning VerifyErrors
...
Reviewed-by: liach
2024-07-19 13:09:45 +00:00
Jie Fu
6e9fcc2d80
8336816: runtime/PrintingTests/StringPrinting.java fails with release VMs
...
Reviewed-by: dholmes
2024-07-19 12:28:56 +00:00
Volker Simonis
84bc4767a4
8336258: Document the behavior of 'exclude' and 'compileonly' with respect to inlining
...
Reviewed-by: thartmann, jkarthikeyan
2024-07-19 11:26:44 +00:00
Aleksey Shipilev
5d965f36d3
8336466: C2: Parser incorrectly/unnecessarily checks for clinits
...
Reviewed-by: kvn, thartmann
2024-07-19 08:34:47 +00:00
Aleksey Shipilev
b703be9cf6
8336465: C2: EA incorrectly/unnecessarily checks for clinits
...
Reviewed-by: kvn, thartmann
2024-07-19 08:34:36 +00:00
Roland Westrelin
0ddf54e222
8335709: C2: assert(!loop->is_member(get_loop(useblock))) failed: must be outside loop
...
Co-authored-by: Emanuel Peter <epeter@openjdk.org >
Reviewed-by: epeter, thartmann
2024-07-19 07:30:23 +00:00
Roland Westrelin
10982fe557
8335843: C2 hits assert(_print_inlining_stream->size() > 0) failed: missing inlining msg
...
Reviewed-by: thartmann, kvn, vlivanov
2024-07-19 07:28:51 +00:00
SendaoYan
fa5ad700bb
8334771: [TESTBUG] Run TestDockerMemoryMetrics.java with -Xcomp fails exitValue = 137
...
Reviewed-by: lmesnik, sspitsyn
2024-07-19 07:06:51 +00:00
David Holmes
10fcad70b3
8325945: Error reporting should limit the number of String characters printed
...
Reviewed-by: thartmann, stuefe
2024-07-19 06:23:11 +00:00
Andrey Turbanov
f5871df25c
8336675: Remove UnixFileSystemProvider.checkPath in favor of UnixPath.toUnixPath
...
Reviewed-by: jpai, alanb, bpb
2024-07-19 05:54:25 +00:00
Prasanta Sadhukhan
902bada2cd
8234071: JTable.AUTO_RESIZE_LAST_COLUMN acts like AUTO_RESIZE_ALL_COLUMNS
...
Reviewed-by: prr, abhiscxk
2024-07-19 02:56:42 +00:00
Prajwal Kumaraswamy
1b9270ac8a
8328723: IP Address error when client enables HTTPS endpoint check on server socket
...
Reviewed-by: wetmore, djelinski
2024-07-18 22:42:34 +00:00
Fernando Guallini
330e520c1d
8028127: Regtest java/security/Security/SynchronizedAccess.java is incorrect
...
Reviewed-by: wetmore, mdonovan, rhalade
2024-07-18 22:36:26 +00:00
Chen Liang
39f4476813
8334772: Change Class::signers to an explicit field
...
Reviewed-by: dholmes, alanb, rriggs, coleenp
2024-07-18 22:22:59 +00:00
Chen Liang
902c2afb67
8336585: BoundAttribute.readEntryList not type-safe
...
Reviewed-by: asotona
2024-07-18 21:46:19 +00:00
Chen Liang
b44632aa15
8336588: Ensure Transform downstream receives upstream start items only after downstream started
...
Reviewed-by: asotona
2024-07-18 21:46:07 +00:00
Phil Race
02be7b8ddc
8334495: Use FFM instead of jdk.internal.misc.Unsafe in java.desktop font implementation
...
Reviewed-by: jdv, dnguyen, achung
2024-07-18 17:35:06 +00:00
Joe Darcy
bbc79a5e01
8333768: Minor doc updates to java.lang.{Float, Double}
...
Reviewed-by: rgiulietti
2024-07-18 16:33:48 +00:00
Vicente Romero
245c086648
8332600: javac uses record components source position during compilation
...
Reviewed-by: jlahoda
2024-07-18 15:54:41 +00:00
Kim Barrett
5f7b0072cf
8336346: Fix -Wzero-as-null-pointer-constant warnings in jvmciJavaClasses.cpp
...
Reviewed-by: jwaters, thartmann
2024-07-18 15:24:51 +00:00
Robert Toyonaga
4a73ed44f1
8330144: Revise os::free_memory()
...
Reviewed-by: stuefe, mbaesken
2024-07-18 13:35:32 +00:00
Jatin Bhateja
35df48e1b3
8335860: compiler/vectorization/TestFloat16VectorConvChain.java fails with non-standard AVX/SSE settings
...
Reviewed-by: sviswanathan, kvn
2024-07-18 11:22:58 +00:00
Jorn Vernee
7bf5313244
8335480: Only deoptimize threads if needed when closing shared arena
...
Reviewed-by: mcimadamore, kvn, uschindler, vlivanov, eosterlund
2024-07-18 11:00:39 +00:00
Albert Mingkun Yang
1b83bd9225
8336661: Parallel: Remove stacks_empty assert in PSScavenge::invoke
...
Reviewed-by: sangheki
2024-07-18 10:08:13 +00:00
Arseny Bochkarev
72297d22d1
8317720: RISC-V: Implement Adler32 intrinsic
...
Reviewed-by: fyang
2024-07-18 08:55:07 +00:00
Chris Plummer
21a6cf848d
8336587: failure_handler lldb command times out on macosx-aarch64 core file
...
Reviewed-by: dlong, dholmes, jpai
2024-07-18 00:21:03 +00:00
Nizar Benalla
78cc0f9569
8336091: Fix HTML warnings in the generated HTML files
...
Reviewed-by: dholmes
2024-07-17 21:39:19 +00:00
Vladimir Kozlov
bcb5e69505
8335921: Fix HotSpot VM build without JVMTI
...
Reviewed-by: dholmes, shade
2024-07-17 18:46:00 +00:00
Naoto Sato
10186ff48f
8336300: DateFormatSymbols#getInstanceRef returns non-cached instance
...
Reviewed-by: joehw, iris, jlu, aturbanov
2024-07-17 16:25:36 +00:00
Albert Mingkun Yang
7ec55df34a
8336638: Parallel: Remove redundant mangle in PSScavenge::invoke
...
Reviewed-by: zgu
2024-07-17 14:49:00 +00:00
Pavel Rappo
6df7acbc74
8299080: Wrong default value of snippet lang attribute
...
Reviewed-by: jjg
2024-07-17 12:20:17 +00:00
Suchismith Roy
871362870e
8334217: [AIX] Misleading error messages after JDK-8320005
...
Reviewed-by: jkern, mbaesken
2024-07-17 11:24:08 +00:00
Markus Grönlund
67979eb077
8334781: JFR crash: assert(((((JfrTraceIdBits::load(klass)) & ((JfrTraceIdEpoch::this_epoch_method_and_class_bits()))) != 0))) failed: invariant
...
Reviewed-by: egahlin
2024-07-17 11:17:10 +00:00
Vladimir Petko
d41d2a7a82
8334502: gtest/GTestWrapper.java fails on armhf due to LogDecorations.iso8601_utctime_test
...
Reviewed-by: dholmes, shade
2024-07-17 09:43:47 +00:00
Nizar Benalla
59843f4a65
8336040: Missing closing anchor element in Docs.gmk
...
Reviewed-by: dholmes, jpai, shade
2024-07-17 09:42:04 +00:00
Albert Mingkun Yang
70f3e99016
8336463: Parallel: Add PSOldGen::expand_and_allocate
...
Reviewed-by: iwalulya, zgu
2024-07-17 09:25:59 +00:00
Jan Lahoda
b9b0b8504e
8336375: Crash on paste to JShell
...
Reviewed-by: jvernee
2024-07-17 06:46:34 +00:00
Jaikiran Pai
3babffd400
8334167: Test java/lang/instrument/NativeMethodPrefixApp.java timed out
...
Reviewed-by: dholmes, sspitsyn, alanb
2024-07-17 06:12:01 +00:00
Jaikiran Pai
d90c20c0c7
Merge
...
Reviewed-by: djelinski, dholmes
2024-07-17 06:05:51 +00:00
Jayathirth D V
13341ca702
8323390: Enhance mask blit functionality
...
Reviewed-by: prr, rhalade, psadhukhan
2024-07-17 05:40:56 +05:30
Phil Race
8cc84bf71e
8320097: Improve Image transformations
...
Reviewed-by: jdv, psadhukhan, aivanov, rhalade
2024-07-17 05:40:56 +05:30
Christian Hagedorn
553f21ae53
8327413: Enhance compilation efficiency
...
Co-authored-by: Roland Westrelin <roland@openjdk.org >
Reviewed-by: ahgross, rhalade, thartmann, epeter, mbalao, fferrari
2024-07-17 05:40:56 +05:30
Jayathirth D V
e636325510
8324559: Improve 2D image handling
...
Reviewed-by: rhalade, mschoene, psadhukhan, prr
2024-07-17 05:40:56 +05:30
David Holmes
c5a8c8a0b6
8325600: Better symbol storage
...
Reviewed-by: coleenp, rhalade, matsaave
2024-07-17 05:40:56 +05:30
David Holmes
aea9a08beb
8319859: Better symbol storage
...
Reviewed-by: rhalade, coleenp, matsaave, iklam
2024-07-17 05:40:56 +05:30
Matias Saavedra Silva
227fc5e591
8314794: Improve UTF8 String supports
...
Reviewed-by: dholmes, coleenp, rhalade
2024-07-17 05:40:56 +05:30
Emanuel Peter
46c3768645
8320548: Improved loop handling
...
Reviewed-by: mschoene, rhalade, thartmann, chagedorn
2024-07-17 05:40:56 +05:30
Tobias Hartmann
5f365d44be
8323231: Improve array management
...
Co-authored-by: Martin Balao <mbalao@openjdk.org >
Reviewed-by: iveresov, rhalade, mschoene, dlong, kvn
2024-07-17 05:40:56 +05:30
Harshitha Onkar
69baa7d285
8336413: gtk headers : Fix typedef redeclaration of GMainContext and GdkPixbuf
...
Reviewed-by: prr, dnguyen
2024-07-16 23:46:41 +00:00
Chris Plummer
f3e7063e26
8336420: Add JVMTI setfldw001 and setfmodw001 tests to Xcomp problem list
...
Reviewed-by: dcubed
2024-07-16 23:27:32 +00:00
Cesar Soares Lucas
005fb67e99
8331194: NPE in ArrayCreationTree.java with -XX:-UseCompressedOops
...
Reviewed-by: kvn
2024-07-16 20:47:42 +00:00
Alex Menkov
a60608e7a3
8334169: Long arguments of attach operation are silently truncated on Windows
...
Reviewed-by: sspitsyn, cjplummer
2024-07-16 18:10:47 +00:00
Kim Barrett
59bf3d77aa
8336080: Fix -Wzero-as-null-pointer-constant warnings in ClassLoaderStats ctor
...
Reviewed-by: dholmes, iwalulya
2024-07-16 17:53:08 +00:00
Vladimir Kozlov
88eff4c305
8336421: ciMethod() constructor should use ConditionalMutexLocker(Compile_lock)
...
Reviewed-by: jwaters, thartmann, shade
2024-07-16 16:11:00 +00:00
Aleksey Shipilev
c99be357c9
8336474: Problemlist compiler/interpreter/Test6833129 on x86_32
...
Reviewed-by: thartmann, stuefe
2024-07-16 15:23:55 +00:00
Christoph Langer
419cc46248
8335533: OutOfMemoryError: Metaspace observed again on AIX in test RedefineLeakThrowable.java after JDK-8294960
...
Reviewed-by: mbaesken, stuefe
2024-07-16 12:48:06 +00:00
SendaoYan
8feabc849b
8334057: JLinkReproducibleTest.java support receive test.tool.vm.opts
...
Reviewed-by: jpai
2024-07-16 01:43:36 +00:00
Alexey Ushakov
bc7cd42d11
8314498: [macos] Transferring File objects to Finder fails
...
Co-authored-by: Andrey Starovoyt <Andrey.Starovoyt@jetbrains.com >
Reviewed-by: prr
2024-07-15 23:25:11 +00:00
Chris Plummer
c8a95a763c
8072701: resume001 failed due to ERROR: timeout for waiting for a BreakpintEvent
...
Reviewed-by: amenkov, kevinw, sspitsyn
2024-07-15 20:26:52 +00:00
Kim Barrett
388fcf03c0
8336349: Fix more simple -Wzero-as-null-pointer-constant warnings in C2 code
...
Reviewed-by: kvn, shade
2024-07-15 16:00:00 +00:00
Kim Barrett
ab27acab0b
8336297: C2: Fix -Wzero-as-null-pointer-constant warnings in derived Node ctors
...
Reviewed-by: kvn, jwaters
2024-07-15 15:43:02 +00:00
Maurizio Cimadamore
9dfcd75ec4
8334121: Anonymous class capturing two enclosing instances fails to compile
...
Reviewed-by: jlahoda, vromero
2024-07-15 15:28:24 +00:00
Patricio Chilano Mateo
000de30628
8335269: [Graal] occasional timeout in java/lang/StringBuffer/TestSynchronization.java with loom
...
Reviewed-by: dholmes, alanb
2024-07-15 14:54:04 +00:00
Maurizio Cimadamore
4635531950
8335159: Move method reference to lambda desugaring before Lower
...
8336320: NullPointerException: Cannot invoke Type.getTag because type is null after JDK-8334037
Reviewed-by: jlahoda, vromero
2024-07-15 14:24:27 +00:00
Chen Liang
a253e0ff4b
8335642: Hide Transform implementation for Class-File API
...
Reviewed-by: asotona
2024-07-15 12:11:53 +00:00
Jan Lahoda
2b0adfc2de
8335817: javac AssertionError addLocalVar checkNull
...
Reviewed-by: vromero, mcimadamore
2024-07-15 11:26:33 +00:00
Richard Reingruber
a96de6d8d2
8336256: memcpy short value to int local is incorrect in VtableStubs::unsafe_hash
...
Reviewed-by: stuefe, shade, kvn
2024-07-15 07:34:10 +00:00
Adam Sotona
3f2636d9b7
8335820: java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java fails due to IllegalArgumentException: hash must be nonzero
...
Reviewed-by: liach
2024-07-15 05:41:52 +00:00
Chen Liang
a9f5e76a65
8335905: CompoundElement API cleanup
...
Reviewed-by: asotona
2024-07-14 15:01:51 +00:00
Brian Stafford
6f325db493
8310915: Typo in aarch64.ad: "envcodings"
...
Reviewed-by: thartmann
2024-07-13 04:59:04 +00:00
Jaikiran Pai
ae9f318fc3
8336301: test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java leaves around a FIFO file upon test completion
...
Reviewed-by: alanb
2024-07-13 02:19:25 +00:00
Pavel Rappo
4166e53452
8318106: Generated HTML for snippet does not always contain an id
...
Reviewed-by: liach
2024-07-12 23:11:04 +00:00
Nizar Benalla
5bc86f3329
8336259: Wrong link to stylesheet.css in JavaDoc API documentation
...
Reviewed-by: jjg, liach
2024-07-12 21:50:51 +00:00
Sean Gwizdak
8ba9bc6f17
8332249: Micro-optimize Method.hashCode
...
Reviewed-by: liach
2024-07-12 21:49:51 +00:00
Shaojin Wen
4957145e6c
8336278: Micro-optimize Replace String.format("%n") to System.lineSeparator
...
Reviewed-by: dnsimon, shade
2024-07-12 21:49:28 +00:00
Kevin Walls
1f6e106b45
8335684: Test ThreadCpuTime.java should pause like ThreadCpuTimeArray.java
...
Reviewed-by: sspitsyn, cjplummer
2024-07-12 17:11:20 +00:00
Shaojin Wen
84c74ad0a9
8335802: Improve startup speed HexFormat uses boolean instead of enum
...
Reviewed-by: liach
2024-07-12 14:36:34 +00:00
Zhengyu Gu
4f312d6bc1
8336152: Remove unused forward declaration in classLoadInfo.hpp
...
Reviewed-by: dholmes, shade
2024-07-12 12:59:22 +00:00
Albert Mingkun Yang
34d8562a91
8335902: Parallel: Refactor VM_ParallelGCFailedAllocation and VM_ParallelGCSystemGC
...
Reviewed-by: gli, zgu
2024-07-12 12:59:13 +00:00
Abhishek Kumar
2fc7eb44a0
8155030: The Menu Mnemonics are always displayed for GTK LAF
...
Hides mnemonics on menus, buttons, and labels for GTK L&F.
Moved shared code for hiding mnemonics into
sun/swing/MnemonicHandler and AltProcessor to avoid code duplication.
Reviewed-by: prr, tr, achung, dnguyen, aivanov
2024-07-12 12:37:58 +00:00
Jan Lahoda
559826c292
8332474: Tighten up ToolBox' JavacTask to not silently accept javac crash as a failure
...
Reviewed-by: vromero
2024-07-12 12:17:21 +00:00
Volker Simonis
eec0e155f3
8335619: Add an @apiNote to j.l.i.ClassFileTransformer to warn about recursive class loading and ClassCircularityErrors
...
Reviewed-by: alanb, stuefe, liach
2024-07-12 12:09:58 +00:00
Kim Barrett
9b6f6c5c9d
8336082: Fix -Wzero-as-null-pointer-constant warnings in SimpleCompactHashtable
...
Reviewed-by: coleenp, dholmes
2024-07-12 09:33:04 +00:00
Kim Barrett
7a62032964
8336081: Fix -Wzero-as-null-pointer-constant warnings in JVMTypedFlagLimit ctors
...
Reviewed-by: dholmes, jwaters
2024-07-12 09:30:38 +00:00
Kevin Walls
f677b90eb9
8267887: RMIConnector_NPETest.java fails after removal of RMI Activation (JDK-8267123)
...
Reviewed-by: cjplummer, sspitsyn
2024-07-12 08:19:24 +00:00
SendaoYan
1fe3ada001
8336284: Test TestClhsdbJstackLock.java/TestJhsdbJstackLock.java fails with -Xcomp after JDK-8335743
...
Reviewed-by: cjplummer, amenkov
2024-07-12 08:14:56 +00:00
Matthias Baesken
c703d29042
8335710: serviceability/dcmd/vm/SystemDumpMapTest.java and SystemMapTest.java fail on Linux Alpine after 8322475
...
Reviewed-by: stuefe, lucy
2024-07-12 05:56:53 +00:00
Vanitha B P
81a0d1ba03
8325525: Create jtreg test case for JDK-8325203
...
Reviewed-by: asemenyuk, almatvee
2024-07-11 21:27:30 +00:00
Chen Liang
b3ef2a600c
8336036: Synthetic documentation for a record's equals is incorrect for floating-point types
...
Reviewed-by: prappo
2024-07-11 20:51:27 +00:00
Kevin Walls
687601ebca
8336257: Additional tests in jmxremote/startstop to match on PID not app name
...
Reviewed-by: cjplummer, alanb, amenkov, dcubed
2024-07-11 20:45:34 +00:00
Nizar Benalla
889055713e
8335623: Clean up HtmlTag.HtmlTag and make the ARIA role attribute global
...
Reviewed-by: liach
2024-07-11 20:44:21 +00:00
Dean Long
73e3e0edeb
8321509: False positive in get_trampoline fast path causes crash
...
Reviewed-by: kvn, adinn, thartmann
2024-07-11 20:18:16 +00:00
Liam Miller-Cushon
9eb611e7f0
8334055: Unhelpful 'required: reference' diagnostics after JDK-8043226
...
Reviewed-by: vromero
2024-07-11 19:53:52 +00:00
Justin Lu
5100303c6c
8335668: NumberFormat integer only parsing should throw exception for edge case
...
Reviewed-by: naoto
2024-07-11 18:40:40 +00:00
Joe Wang
58c98420b6
8336021: Doccheck: valign not allowed for HTML5 in java.xml
...
Reviewed-by: lancea
2024-07-11 18:38:32 +00:00
Chen Liang
d06d79c809
8325369: @sealedGraph: Bad link to image for tag on nested classes
...
Reviewed-by: jjg
2024-07-11 16:07:03 +00:00
Sonia Zaldana Calles
dea92742c2
8332125: [nmt] Totals in diff report should print out total malloc and mmap diffs
...
Reviewed-by: stuefe, jsjolen
2024-07-11 14:12:13 +00:00
Robbin Ehn
5c612c230b
8332689: RISC-V: Use load instead of trampolines
...
Reviewed-by: fyang, mli, luhenry
2024-07-11 10:24:00 +00:00
Pavel Rappo
6fcd49f943
8336239: Fix javadoc markup in java.lang.Process
...
Reviewed-by: jpai
2024-07-11 10:08:54 +00:00
Xiaolong Peng
b32e4a68bc
8335356: Shenandoah: Improve concurrent cleanup locking
...
Reviewed-by: ysr, shade
2024-07-11 08:47:15 +00:00
Kim Barrett
62cbf70346
8336085: Fix simple -Wzero-as-null-pointer-constant warnings in CDS code
...
Reviewed-by: dholmes, jwaters
2024-07-11 08:28:25 +00:00
Axel Boldt-Christmas
2928753bd9
8324966: Allow selecting jtreg test case by ID from make
...
Reviewed-by: erikj
2024-07-11 08:18:46 +00:00
Prasanta Sadhukhan
1772a929af
8334457: Test javax/swing/JTabbedPane/bug4666224.java fail on macOS with because pressing the ‘C’ key does not switch the layout to WRAP_TAB_LAYOUT
...
Reviewed-by: achung, abhiscxk, tr
2024-07-11 07:35:48 +00:00
Kevin Walls
b7d0eff5ad
8207908: JMXStatusTest.java fails assertion intermittently
...
Reviewed-by: cjplummer, amenkov
2024-07-11 07:29:37 +00:00
Doug Simon
cf940e139a
8335553: [Graal] Compiler thread calls into jdk.internal.vm.VMSupport.decodeAndThrowThrowable and crashes in OOM situation
...
Reviewed-by: yzheng, never, dholmes
2024-07-11 07:03:44 +00:00
Kuai Wei
b363de8c9f
8335946: DTrace code snippets should be generated when DTrace flags are enabled
...
Reviewed-by: coleenp, dholmes
2024-07-11 02:44:25 +00:00
KIRIYAMA Takuya
d6c6847e32
8335743: jhsdb jstack cannot print some information on the waiting thread
...
Reviewed-by: dholmes, cjplummer, kevinw
2024-07-11 02:44:12 +00:00
Chen Liang
cad68e06ec
8335935: Chained builders not sending transformed models to next transforms
...
Reviewed-by: asotona
2024-07-10 21:06:39 +00:00
Yudi Zheng
242f1133f8
8334481: [JVMCI] add LINK_TO_NATIVE to MethodHandleAccessProvider.IntrinsicMethod
...
Reviewed-by: dnsimon
2024-07-10 19:42:23 +00:00
Joe Darcy
66db71563c
8335637: Add explicit non-null return value expectations to Object.toString()
...
Reviewed-by: jpai, alanb, smarks, prappo
2024-07-10 16:36:39 +00:00
Patricio Chilano Mateo
7ab96c74e2
8335409: Can't allocate and retain memory from resource area in frame::oops_interpreted_do oop closure after 8329665
...
Reviewed-by: dholmes, stuefe, coleenp, shade
2024-07-10 16:26:16 +00:00
Axel Boldt-Christmas
fb66716a1b
8331725: ubsan: pc may not always be the entry point for a VtableStub
...
Reviewed-by: kvn, mbaesken
2024-07-10 16:12:40 +00:00
Doug Simon
fb9a227e02
8313909: [JVMCI] assert(cp->tag_at(index).is_unresolved_klass()) in lookupKlassInPool
...
Reviewed-by: yzheng, never
2024-07-10 15:34:27 +00:00
Christian Stein
e6c5aa7a6c
8336012: Fix usages of jtreg-reserved properties
...
Reviewed-by: jjg
2024-07-10 15:12:49 +00:00
Erik Gahlin
e0fb949460
8335779: JFR: Hide sleep events
...
Reviewed-by: mgronlun
2024-07-10 14:28:20 +00:00
Jan Lahoda
537d20afbf
8335766: Switch case with pattern matching and guard clause compiles inconsistently
...
Reviewed-by: abimpoudis
2024-07-10 09:55:56 +00:00
Matthias Baesken
a44b60c8c1
8335778: runtime/ClassInitErrors/TestStackOverflowDuringInit.java fails on ppc64 platforms after JDK-8334545
...
Reviewed-by: dholmes, asteiner
2024-07-10 07:53:52 +00:00
Koichi Sakata
b5909cabee
8323242: Remove vestigial DONT_USE_REGISTER_DEFINES
...
Reviewed-by: gli, kvn
2024-07-10 05:57:11 +00:00
Jaikiran Pai
dcf4e0d51f
8335966: Remove incorrect problem listing of java/lang/instrument/NativeMethodPrefixAgent.java in ProblemList-Virtual.txt
...
Reviewed-by: kevinw, amenkov
2024-07-10 03:30:19 +00:00
Mark Powers
1472124489
8333364: Minor cleanup could be done in com.sun.crypto.provider
...
Reviewed-by: mullan, valeriep
2024-07-09 20:38:09 +00:00
Kim Barrett
7e11fb7026
8335688: Fix -Wzero-as-null-pointer-constant warnings from fflush calls in jvmti tests
...
Reviewed-by: jwaters, coleenp
2024-07-09 13:11:20 +00:00
Volker Simonis
531a6d85b0
8335911: Document ccls indexer in doc/ide.md
...
Reviewed-by: erikj
2024-07-09 13:11:07 +00:00
Aleksei Voitylov
0e0dfca21f
8330806: test/hotspot/jtreg/compiler/c1/TestLargeMonitorOffset.java fails on ARM32
...
Reviewed-by: snazarki, dsamersoff
2024-07-09 10:27:44 +00:00
Severin Gehwolf
f3ff4f7427
8335882: platform/cgroup/TestSystemSettings.java fails on Alpine Linux
...
Reviewed-by: stuefe, mbaesken
2024-07-09 10:21:47 +00:00
Amit Kumar
8f62f31dff
8335906: [s390x] Test Failure: GTestWrapper.java
...
Reviewed-by: stuefe
2024-07-09 08:26:25 +00:00
Kevin Walls
2a2964759c
8334777: Test javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java failed with NullPointerException
...
Reviewed-by: cjplummer, dholmes
2024-07-09 08:25:00 +00:00
Thomas Schatzl
564a72e1db
8335955: JDK-8335742 wrongly used a "JDK-" prefix in the problemlist bug number
...
Reviewed-by: iwalulya
2024-07-09 08:10:55 +00:00
Ioi Lam
9c7a6eabb9
8312125: Refactor CDS enum class handling
...
Reviewed-by: matsaave, ccheung
2024-07-08 20:14:26 +00:00
Xiaolong Peng
bb1f8a1698
8335904: Fix invalid comment in ShenandoahLock
...
Reviewed-by: shade
2024-07-08 20:10:27 +00:00
Liam Miller-Cushon
babf6df7d9
8334757: AssertionError: Missing type variable in where clause
...
Reviewed-by: jlahoda, vromero
2024-07-08 20:09:07 +00:00
lawrence.andrews
3733fe3a20
8335789: [TESTBUG] XparColor.java test fails with Error. Parse Exception: Invalid or unrecognized bugid: @
...
Reviewed-by: aivanov
2024-07-08 19:14:33 +00:00
Kelvin Nilsen
3a87eb5c46
8335126: Shenandoah: Improve OOM handling
...
Reviewed-by: shade, ysr, wkemper, rkennke
2024-07-08 18:03:19 +00:00
Calvin Cheung
284671a1e4
8335449: runtime/cds/DeterministicDump.java fails with File content different at byte ...
...
Reviewed-by: matsaave, iklam
2024-07-08 16:44:22 +00:00
Joe Darcy
a9b7f42f29
8333826: Update --release 23 symbol information for JDK 23 build 29
...
Reviewed-by: iris, jlahoda
2024-07-08 16:20:01 +00:00
Albert Mingkun Yang
d8c1c6ab05
8335604: Serial: Inline Generation::contiguous_available
...
Reviewed-by: tschatzl
2024-07-08 15:45:26 +00:00
Matias Saavedra Silva
be3676f6bb
8304484: CDS dynamic dumping incorrectly leads to "Error occurred during initialization of VM"
...
Reviewed-by: ccheung, iklam
2024-07-08 14:04:32 +00:00
Jorn Vernee
cec222e460
8317611: Add a tool like jdeprscan to find usage of restricted methods
...
Reviewed-by: alanb, ihse, mcimadamore, jlahoda, jwaters
2024-07-08 12:39:33 +00:00
Thomas Schatzl
953c35eb5b
8335824: Test gc/arguments/TestMinInitialErgonomics.java is timing out
...
Reviewed-by: ayang, kbarrett
2024-07-08 11:44:04 +00:00
Tobias Hartmann
c34a1b7013
8335861: Problem list compiler/vectorization/TestFloat16VectorConvChain.java
...
Reviewed-by: epeter
2024-07-08 10:53:03 +00:00
Xiaolong Peng
c5a668bb65
8334231: Optimize MethodData layout
...
Reviewed-by: dholmes, chagedorn, shade
2024-07-08 10:33:08 +00:00
Albert Mingkun Yang
540188fdeb
8334445: Parallel: Decouple maximum compaction from SoftReference clearing
...
Reviewed-by: zgu, lmao
2024-07-08 10:03:39 +00:00
Thomas Stuefe
3cce31ad88
8335643: serviceability/dcmd/vm tests fail for ZGC after JDK-8322475
...
Reviewed-by: sgehwolf, dholmes
2024-07-08 08:06:56 +00:00
Jatin Bhateja
55fd1ed228
8333890: Fatal error in auto-vectorizer with float16 kernel.
...
Reviewed-by: kvn
2024-07-08 06:42:46 +00:00
Emanuel Peter
02956ab6e1
8332163: C2 SuperWord: refactor PacksetGraph and SuperWord::output into VTransformGraph
...
Reviewed-by: chagedorn, kvn
2024-07-08 06:23:03 +00:00
SendaoYan
3f37c5718d
8335806: RISC-V: Corrected typos Bizarrely
...
Reviewed-by: aph, amitkumar
2024-07-08 01:19:36 +00:00
Per Minborg
6f7f0f1de0
8333884: MemorySegment::reinterpret removes read-only property
...
Reviewed-by: jvernee, mcimadamore
2024-07-06 15:05:26 +00:00
Erik Gahlin
b83766e590
8335632: jdk/jfr/api/consumer/streaming/TestJVMExit.java failed with "Process [...] is no longer alive"
...
Reviewed-by: mgronlun
2024-07-05 17:07:22 +00:00
Erik Gahlin
7efe16038e
8335730: JFR: Clean up jdk.jfr
...
Reviewed-by: mgronlun
2024-07-05 16:44:41 +00:00
Severin Gehwolf
ff49f677ee
8335775: Remove extraneous 's' in comment of rawmonitor.cpp test file
...
Reviewed-by: gdams, stuefe
2024-07-05 13:44:35 +00:00
Shaojin Wen
194425d787
8335645: j.u.Formatter#trailingZeros improved with String repeat
...
Reviewed-by: liach, jlu, naoto
2024-07-05 12:50:09 +00:00
Ivan Walulya
c8acea87e2
8335706: G1: Remove unused G1ConcurrentRefine::RemSetSamplingClosure::_cset
...
Reviewed-by: ayang, tschatzl
2024-07-05 09:10:30 +00:00
Thomas Schatzl
bdf470b3b8
8335742: Problemlist gc/g1/TestMixedGCLiveThreshold.java#25percent with virtual threads
...
Reviewed-by: aboldtch, kbarrett
2024-07-05 09:06:37 +00:00
Albert Mingkun Yang
6409ec336a
8335711: G1: Remove unused bot_updates argument in G1AllocRegion constructor
...
Reviewed-by: iwalulya, tschatzl
2024-07-05 08:43:27 +00:00
Thomas Schatzl
4ec1ae1097
8331385: G1: Prefix HeapRegion helper classes with G1
...
Reviewed-by: ayang, dholmes
2024-07-05 07:18:34 +00:00
Sonia Zaldana Calles
b9d8056d5c
8332124: Jcmd should recognise options that look like requests for help
...
Reviewed-by: kevinw, stuefe
2024-07-05 04:49:01 +00:00
Liang Mao
cff9e246cc
8335493: check_gc_overhead_limit should reset SoftRefPolicy::_should_clear_all_soft_refs
...
Reviewed-by: ayang
2024-07-05 02:29:07 +00:00
Nizar Benalla
f4fa35e28b
8330954: since-checker - Fix remaining @ since tags in java.base
...
Reviewed-by: liach, naoto
2024-07-04 15:44:57 +00:00
Jasmine Karthikeyan
3050ba0176
8335654: Remove stale hyperlink in divnode.cpp
...
Reviewed-by: chagedorn, thartmann
2024-07-04 14:09:45 +00:00
Robert Toyonaga
da0ffa8b7f
8334031: Generated JfrNativeSettings seems off
...
Reviewed-by: egahlin
2024-07-04 13:35:24 +00:00
Thomas Stuefe
b0efd77402
8314653: Metaspace: remove allocation guard feature
...
Reviewed-by: azafari, dholmes
2024-07-04 12:42:47 +00:00
Nizar Benalla
6a472797a4
8332072: Convert package.html files in java.naming to package-info.java
...
8335213: Code snippet in javax.naming.ldap package summary does not compile
Reviewed-by: aefimov
2024-07-04 12:29:32 +00:00
Kim Barrett
7e378fccd8
8335667: Fix simple -Wzero-as-null-pointer-constant warnings in compiler code
...
Reviewed-by: chagedorn
2024-07-04 12:16:54 +00:00
Joachim Kern
ced9906635
8334371: [AIX] Beginning with AIX 7.3 TL1 mmap() supports 64K memory pages
...
Reviewed-by: stuefe, mbaesken, mdoerr
2024-07-04 11:20:57 +00:00
Yudi Zheng
916db07e53
8335532: [JVMCI] Export VM_Version::L1_line_size in JVMCI
...
Reviewed-by: dnsimon
2024-07-04 10:34:56 +00:00
Erik Österlund
c0604fb823
8334890: Missing unconditional cross modifying fence in nmethod entry barriers
...
Reviewed-by: aboldtch, kbarrett
2024-07-04 10:06:09 +00:00
Kim Barrett
cf1be87279
8335663: Fix simple -Wzero-as-null-pointer-constant warnings in C2 code
...
Reviewed-by: jwaters, chagedorn
2024-07-04 10:04:52 +00:00
Erik Gahlin
0bb9c76288
8324089: Fix typo in the manual page for "jcmd" (man jcmd)
...
Reviewed-by: mgronlun, kevinw
2024-07-04 10:03:39 +00:00
Jan Lahoda
3e3f83f62c
8335385: javac crash on unattributed piece of AST
...
Reviewed-by: vromero
2024-07-04 08:36:56 +00:00
Axel Boldt-Christmas
b20e8c8e85
8335397: Improve reliability of TestRecursiveMonitorChurn.java
...
Reviewed-by: coleenp, rkennke, dholmes
2024-07-04 08:21:18 +00:00
Thomas Stuefe
38a578d547
8334738: os::print_hex_dump should optionally print ASCII
...
Reviewed-by: dholmes, sgehwolf
2024-07-04 06:20:03 +00:00
Thomas Stuefe
7b894bc4af
8332786: When dumping static CDS archives, explicitly assert that we don't use a CDS archive
...
Reviewed-by: iklam, dholmes
2024-07-04 05:44:44 +00:00
David Holmes
e01626cf09
8335655: ProblemList serviceability/dcmd/vm tests failing after JDK-8322475
...
Reviewed-by: mikael
2024-07-04 04:18:31 +00:00
Kim Barrett
3efa93ba13
8335588: Fix -Wzero-as-null-pointer-constant warnings in calls to Node ctor
...
Reviewed-by: thartmann, chagedorn
2024-07-03 22:03:23 +00:00
David Holmes
587535c5b9
8334545: runtime/ClassInitErrors/TestStackOverflowDuringInit.java fails after JDK-8294960
...
Reviewed-by: iklam, stuefe
2024-07-03 21:42:08 +00:00
Erik Gahlin
68ffec9800
8335479: JFR: Missing documentation for -XX:StartFlightRecording
...
Reviewed-by: mgronlun
2024-07-03 20:43:08 +00:00
Thomas Schatzl
9a91865ff3
8335395: G1: Verification does not detect references into Free regions
...
Reviewed-by: ayang, iwalulya
2024-07-03 16:29:52 +00:00
Hamlin Li
13b782c3de
8334554: RISC-V: verify & fix perf of string comparison
...
Reviewed-by: rehn, luhenry, fyang
2024-07-03 16:10:22 +00:00
Thomas Stuefe
8aaec37ace
8322475: Extend printing for System.map
...
Reviewed-by: sgehwolf, jsjolen
2024-07-03 16:08:34 +00:00
Albert Mingkun Yang
19a8a2baa9
8335618: Serial: Remove unused definitions in SerialHeap
...
Reviewed-by: iwalulya
2024-07-03 15:42:47 +00:00
Ivan Walulya
cf4f2b53d6
8332517: G1: Refactor G1AllocRegion
...
Reviewed-by: tschatzl, ayang
2024-07-03 15:12:40 +00:00
Arseny Bochkarev
5a8af2b8b9
8335615: Clean up left-overs from 8317721
...
Reviewed-by: fyang
2024-07-03 14:09:59 +00:00
Albert Mingkun Yang
6923a5114b
8335607: Serial: Remove unused collection_attempt_is_safe
...
Reviewed-by: tschatzl
2024-07-03 12:57:26 +00:00
Feilong Jiang
5866b16dbc
8335411: RISC-V: Optimize encode_heap_oop when oop is not null
...
Reviewed-by: fyang, rehn
2024-07-03 12:12:12 +00:00
Qizheng Xing
6db4c6a772
8335536: Fix assertion failure in IdealGraphPrinter when append is true
...
Reviewed-by: thartmann, chagedorn, tholenstein
2024-07-03 12:12:00 +00:00
Erik Gahlin
350f9c1947
8322812: Manpage for jcmd is missing JFR.view command
...
Reviewed-by: kevinw, mgronlun
2024-07-03 11:36:14 +00:00
Kim Barrett
c06b75ff88
8335591: Fix -Wzero-as-null-pointer-constant warnings in ConcurrentHashTable
...
Reviewed-by: chagedorn
2024-07-03 11:12:08 +00:00
Albert Mingkun Yang
6c84e9c8cb
8335544: Serial: Remove unused _should_allocate_from_space
...
Reviewed-by: iwalulya
2024-07-03 08:42:43 +00:00
Gergö Barany
4d2f73764b
8335357: Delete HotSpotJDKReflection.oopSizeOffset
...
Reviewed-by: dnsimon
2024-07-03 08:08:22 +00:00
Kim Barrett
77a7078b82
8335593: Fix -Wzero-as-null-pointer-constant warning in Type_Array ctor
...
Reviewed-by: thartmann
2024-07-03 06:00:20 +00:00
Kim Barrett
f3f90dc11a
8335592: Fix -Wzero-as-null-pointer-constant warnings in RootNode ctor
...
Reviewed-by: thartmann
2024-07-03 05:57:49 +00:00
Kim Barrett
7bc8f9c150
8335589: Fix -Wzero-as-null-pointer-constant warnings in IdealLoopTree ctor
...
Reviewed-by: thartmann
2024-07-03 05:55:28 +00:00
Chen Liang
0db9bc57de
8335290: Rename ClassFile::transform to ClassFile::transformClass
...
Reviewed-by: asotona
2024-07-03 05:03:56 +00:00
Eirik Bjørsnøs
d51141e5fc
8321274: Rename ZipEntry.extraAttributes to ZipEntry.externalFileAttributes
...
Reviewed-by: lancea, jpai
2024-07-03 04:36:32 +00:00
Xiaolong Peng
fac74b118f
8334229: Optimize InterpreterOopMap layout
...
Reviewed-by: coleenp, dholmes
2024-07-03 03:01:06 +00:00
Xiaolong Peng
f9b4ea13e6
8334220: Optimize Klass layout after JDK-8180450
...
Reviewed-by: coleenp, stuefe, dholmes
2024-07-03 02:56:17 +00:00
Chen Liang
f7af4504a8
8335110: Fix instruction name and API spec inconsistencies in CodeBuilder
...
Reviewed-by: asotona
2024-07-03 02:49:43 +00:00
Chen Liang
8a664a4c35
8334734: Remove specialized readXxxEntry methods from ClassReader
...
Reviewed-by: asotona
2024-07-03 02:43:41 +00:00
Chen Liang
3a2d426489
8334726: Remove accidentally exposed individual methods from Class-File API
...
Reviewed-by: asotona
2024-07-03 02:42:06 +00:00
Kim Barrett
f187c92bef
8335370: Fix -Wzero-as-null-pointer-constant warning in jvmti_common.hpp
...
Reviewed-by: jwaters, amenkov, sspitsyn
2024-07-03 02:19:54 +00:00
Chen Liang
1ef34c1833
8335475: ClassBuilder incorrectly calculates max_locals in some cases
...
Reviewed-by: asotona
2024-07-02 23:15:31 +00:00
Viktor Klang
27982c8f5d
8327854: Test java/util/stream/test/org/openjdk/tests/java/util/stream/WhileOpStatefulTest.java failed with RuntimeException
...
Reviewed-by: psandoz
2024-07-02 20:27:52 +00:00
Chris Plummer
a3479576c9
8335291: Problem list all SA core file tests on macosx-aarch64 due to JDK-8318754
...
Reviewed-by: kevinw, amenkov
2024-07-02 18:13:50 +00:00
Severin Gehwolf
153b12b9df
8331560: Refactor Hotspot container detection code so that subsystem delegates to controllers
...
Reviewed-by: jsjolen, stuefe
2024-07-02 15:38:54 +00:00
Jasmine Karthikeyan
685e5878b8
8334816: compiler/c2/irTests/TestIfMinMax.java fails after 8334629
...
Reviewed-by: thartmann, chagedorn
2024-07-02 14:36:29 +00:00
Albert Mingkun Yang
dd74e7f8c1
8335147: Serial: Refactor TenuredGeneration::promote
...
Reviewed-by: tschatzl, iwalulya
2024-07-02 12:15:02 +00:00
Daniel Fuchs
a537e87d2d
8335530: Java file extension missing in AuthenticatorTest
...
Reviewed-by: cstein, jpai
2024-07-02 11:50:21 +00:00
Kim Barrett
4060b35b1d
8335298: Fix -Wzero-as-null-pointer-constant warning in G1CardSetContainers
...
Reviewed-by: iwalulya, ayang
2024-07-02 08:58:20 +00:00
Emanuel Peter
9046d7aee3
8335390: C2 MergeStores: wrong result with Unsafe
...
Reviewed-by: thartmann, chagedorn, kvn
2024-07-02 08:20:26 +00:00
Kim Barrett
318d9acadf
8335369: Fix -Wzero-as-null-pointer-constant warnings in ImmutableOopMapBuilder
...
Reviewed-by: kvn, jwaters
2024-07-02 05:56:21 +00:00
Prasanta Sadhukhan
5fe07b36d9
5021949: JSplitPane setEnabled(false) shouldn't be partially functional
...
Reviewed-by: abhiscxk, achung, aivanov
2024-07-02 03:39:43 +00:00
Leonid Mesnik
ee4720a75d
8333306: gc/arguments/TestParallelGCErgo.java fails when largepage are enabled
...
Reviewed-by: ayang, zgu
2024-07-01 20:38:55 +00:00
Arseny Bochkarev
2f4f6cc34c
8317721: RISC-V: Implement CRC32 intrinsic
...
Reviewed-by: vkempik, rehn
2024-07-01 12:19:49 +00:00
Adam Sotona
3ca2bcd402
8335060: ClassCastException after JDK-8294960
...
Reviewed-by: liach, jpai
2024-07-01 11:51:13 +00:00
Evgeny Nikitin
747e1e47f5
8334295: CTW: update modules
...
Reviewed-by: shade, thartmann
2024-07-01 10:21:31 +00:00
Severin Gehwolf
0a6ffa5795
8261242: [Linux] OSContainer::is_containerized() returns true when run outside a container
...
Reviewed-by: stuefe, iklam
2024-07-01 08:47:29 +00:00
Albert Mingkun Yang
71e3798bf6
8335308: compiler/uncommontrap/DeoptReallocFailure.java times out with SerialGC on Windows
...
Reviewed-by: kvn, thartmann, chagedorn
2024-07-01 08:12:20 +00:00
Suchismith Roy
c7e9ebb4cf
8331732: [PPC64] Unify and optimize code which converts != 0 to 1
...
Reviewed-by: mdoerr, amitkumar
2024-07-01 08:07:42 +00:00
Matthias Baesken
53242cdf9e
8335283: Build failure due to 'no_sanitize' attribute directive ignored
...
Reviewed-by: shade, tschatzl, kbarrett, jwaters
2024-07-01 06:37:09 +00:00
Zhengyu Gu
d9bcf06145
8335217: Fix memory ordering in ClassLoaderData::ChunkedHandleList
...
Reviewed-by: dholmes, stefank, eosterlund
2024-06-29 20:40:51 +00:00
Kevin Walls
bb18498d71
8335349: jcmd VM.classloaders "fold" option should be optional
...
Reviewed-by: cjplummer, stuefe
2024-06-29 08:19:33 +00:00
Kim Barrett
8350b1daed
8335294: Fix simple -Wzero-as-null-pointer-constant warnings in gc code
...
Reviewed-by: tschatzl, coleenp, jwaters
2024-06-29 05:04:47 +00:00
Shaojin Wen
5d866bf17d
8335252: Reduce size of j.u.Formatter.Conversion#isValid
...
Reviewed-by: redestad
2024-06-28 22:27:34 +00:00
Vladimir Kozlov
166f9d9ac0
8335221: Some C2 intrinsics incorrectly assume that type argument is compile-time constant
...
Reviewed-by: roland, chagedorn
2024-06-28 19:36:00 +00:00
Fernando Guallini
3e23e9c535
8335344: test/jdk/sun/security/tools/keytool/NssTest.java fails to compile
...
Reviewed-by: weijun
2024-06-28 19:17:24 +00:00
Kevin Walls
79a3554e1d
8335124: com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java failed with CPU time out of expected range
...
Reviewed-by: phh, cjplummer
2024-06-28 19:01:36 +00:00
Aleksey Shipilev
45c4eaa560
8335274: SwitchBootstraps.ResolvedEnumLabels.resolvedEnum should be final
...
Reviewed-by: liach, jlahoda
2024-06-28 16:26:34 +00:00
Matthias Baesken
486aa11e74
8335237: ubsan: vtableStubs.hpp is_vtable_stub exclude from ubsan checks
...
Reviewed-by: mdoerr, clanger
2024-06-28 13:28:53 +00:00
Fernando Guallini
f4d8c005b3
8334562: Automate com/sun/security/auth/callback/TextCallbackHandler/Default.java test
...
Reviewed-by: weijun
2024-06-28 12:45:26 +00:00
Daniel Fuchs
49eb00da8d
8299813: java/nio/channels/DatagramChannel/Disconnect.java fails with jtreg test timeout due to lost datagram
...
Reviewed-by: aefimov
2024-06-28 11:13:11 +00:00
Daniel Fuchs
8ec378a6c8
8277949: (dc) java/nio/channels/DatagramChannel/AdaptorBasic.java failed in timeout
...
Reviewed-by: jpai
2024-06-28 11:03:29 +00:00
SendaoYan
c798316bc4
8269657: Test java/nio/channels/DatagramChannel/Loopback.java failed: Unexpected message
...
Reviewed-by: dfuchs
2024-06-28 09:38:18 +00:00
Jan Lahoda
99d2bbf767
8334433: jshell.exe runs an executable test.exe on startup
...
Reviewed-by: jpai
2024-06-28 09:31:14 +00:00
Christian Hagedorn
6f4ddc2f6b
8335142: compiler/c1/TestTraceLinearScanLevel.java occasionally times out with -Xcomp
...
Reviewed-by: thartmann, kvn
2024-06-28 09:23:48 +00:00
Albert Mingkun Yang
3b3a19e907
8335314: Problem list compiler/uncommontrap/DeoptReallocFailure.java
...
Reviewed-by: chagedorn
2024-06-28 08:27:07 +00:00
Amit Kumar
d457609f70
8319947: Recursive lightweight locking: s390x implementation
...
Reviewed-by: aboldtch, lucy
2024-06-28 06:43:32 +00:00
Xiaolong Peng
c47a0e005e
8334147: Shenandoah: Avoid taking lock for disabled free set logging
...
Reviewed-by: shade, ysr
2024-06-28 06:19:37 +00:00
Evgeny Nikitin
308a812383
8334645: Un-problemlist vmTestbase/nsk/sysdict/vm/stress/chain/chain007/chain007.java
...
Reviewed-by: thartmann, lmesnik
2024-06-28 04:42:33 +00:00
Jan Kratochvil
b4df380f1a
8334763: --enable-asan: assert(_thread->is_in_live_stack((address)this)) failed: not on stack?
...
Reviewed-by: kbarrett, stuefe, erikj
2024-06-28 03:07:09 +00:00
Gui Cao
cd46c87dc9
8334843: RISC-V: Fix wraparound checking for r_array_index in lookup_secondary_supers_table_slow_path
...
Reviewed-by: fyang
2024-06-28 01:44:14 +00:00
Chris Plummer
4e8cbf884a
8335134: Test com/sun/jdi/BreakpointOnClassPrepare.java timeout
...
Reviewed-by: kevinw, coleenp
2024-06-27 22:20:14 +00:00
Vladimir Petko
3b1ca98642
8334895: OpenJDK fails to configure on linux aarch64 when CDS is disabled after JDK-8331942
...
Reviewed-by: erikj
2024-06-27 20:27:51 +00:00
Ioi Lam
c35e58a5ad
8309634: Resolve CONSTANT_MethodRef at CDS dump time
...
Reviewed-by: matsaave, ccheung
2024-06-27 20:10:13 +00:00
Vladimir Ivanov
243bae7dc0
8304693: Remove -XX:-UseVtableBasedCHA
...
Reviewed-by: kvn, coleenp, dholmes
2024-06-27 18:25:16 +00:00
Vladimir Kozlov
9d986a013d
8335220: C2: Missing check for Opaque4 node in EscapeAnalysis
...
Reviewed-by: chagedorn, cslucas
2024-06-27 16:06:35 +00:00
Erik Gahlin
0e6b0cbaaa
8334886: jdk/jfr/api/recording/time/TestTimeMultiple.java failed with RuntimeException: getStopTime() > afterStop
...
Reviewed-by: mgronlun
2024-06-27 15:38:06 +00:00
Daniel Jeliński
b6ffb442ac
8335135: HttpURLConnection#HttpInputStream does not throw IOException when response is truncated
...
Reviewed-by: dfuchs
2024-06-27 15:14:36 +00:00
Francisco Ferrari Bihurriet
4ab7e98c79
8330842: Support AES CBC with Ciphertext Stealing (CTS) in SunPKCS11
...
Co-authored-by: Francisco Ferrari Bihurriet <fferrari@openjdk.org >
Co-authored-by: Martin Balao <mbalao@openjdk.org >
Reviewed-by: valeriep
2024-06-27 15:07:00 +00:00
Axel Boldt-Christmas
5909d54147
8326820: Metadata artificially kept alive
...
Reviewed-by: eosterlund, stefank, coleenp
2024-06-27 14:21:34 +00:00
Sonia Zaldana Calles
d5375c7db6
8333308: javap --system handling doesn't work on internal class names
...
Reviewed-by: liach, stuefe
2024-06-27 13:22:04 +00:00
Albert Mingkun Yang
6b961acb87
8333786: Serial: Remove SerialHeap::_incremental_collection_failed
...
Reviewed-by: tschatzl, iwalulya
2024-06-27 13:03:21 +00:00
Thomas Stuefe
50dd962b0d
8335007: Inline OopMapCache table
...
Reviewed-by: stefank, coleenp, shade
2024-06-27 12:56:26 +00:00
Albert Mingkun Yang
79a23017fc
8322859: Parallel: Move transform_stack_chunk
...
Reviewed-by: stefank, tschatzl
2024-06-27 10:23:55 +00:00
Kevin Walls
37e7698c29
8335154: jcmd VM.classes -verbose=false does not set verbose to false
...
Reviewed-by: dholmes, stuefe
2024-06-27 07:54:35 +00:00
Evemose
f3b69da55a
8335136: Underscore as parameter name in one-parameter functional types fails to compile
...
Reviewed-by: jlahoda
2024-06-27 07:45:18 +00:00
Matthias Baesken
46b817b749
8333363: ubsan: instanceKlass.cpp: runtime error: member call on null pointer of type 'struct AnnotationArray'
...
Reviewed-by: coleenp, stefank
2024-06-27 06:53:03 +00:00
Nizar Benalla
0fc5b2711f
8332014: since-checker - Fix @ since tags in jdk.jshell
...
Reviewed-by: jlahoda
2024-06-27 06:22:17 +00:00
Shaojin Wen
9d20b58f40
8334328: Reduce object allocation for FloatToDecimal and DoubleToDecimal
...
Reviewed-by: redestad, rgiulietti
2024-06-27 05:13:30 +00:00
Jaikiran Pai
9bb675f89d
8334719: (se) Deferred close of SelectableChannel may result in a Selector doing the final close before concurrent I/O on channel has completed
...
Co-authored-by: Alan Bateman <alanb@openjdk.org >
Reviewed-by: alanb, dfuchs
2024-06-27 04:38:32 +00:00
Vladimir Kozlov
6682305ee2
8334779: Test compiler/c1/CanonicalizeArrayLength.java is timing out
...
Reviewed-by: thartmann, dlong
2024-06-27 03:34:04 +00:00
Hannes Greule
3796fdfced
8328536: javac - crash on unknown type referenced in yield statement
...
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org >
Reviewed-by: jlahoda
2024-06-26 23:17:32 +00:00
Anthony Scarpino
07bc523df8
8334670: SSLSocketOutputRecord buffer miscalculation
...
Reviewed-by: djelinski, ssahoo
2024-06-26 22:28:33 +00:00
Zhengyu Gu
4ebb77120a
8334769: Shenandoah: Move CodeCache_lock close to its use in ShenandoahConcurrentNMethodIterator
...
Reviewed-by: shade, wkemper, kdnilsen
2024-06-26 20:24:29 +00:00
Xiaolong Peng
817edcb697
8331411: Shenandoah: Reconsider spinning duration in ShenandoahLock
...
Reviewed-by: shade, kdnilsen, wkemper
2024-06-26 19:25:37 +00:00
Justin Lu
bffc8484c3
8333755: NumberFormat integer only parsing breaks when format has suffix
...
Reviewed-by: naoto
2024-06-26 17:10:09 +00:00
Sonia Zaldana Calles
b5d589623c
8335108: Build error after JDK-8333658 due to class templates
...
Reviewed-by: jwaters, jsjolen
2024-06-26 16:20:15 +00:00
Claes Redestad
5883a20b82
8334437: De-duplicate ProxyMethod list creation
...
Reviewed-by: asotona, liach
2024-06-26 14:46:17 +00:00
Nizar Benalla
8591eff78d
8332103: since-checker - Add missing @ since tags to java.desktop
...
Reviewed-by: tr, aivanov
2024-06-26 14:39:21 +00:00
Emanuel Peter
8374d16504
8335006: C2 SuperWord: add JMH benchmark VectorLoadToStoreForwarding.java
...
Reviewed-by: shade, kvn, sviswanathan
2024-06-26 14:12:44 +00:00
Anthony Scarpino
4ffc5e6077
8326705: Test CertMsgCheck.java fails to find alert certificate_required
...
Reviewed-by: ssahoo, rhalade
2024-06-26 13:58:22 +00:00
Matthias Baesken
efb905e57a
8334618: ubsan: support setting additional ubsan check options
...
Reviewed-by: stuefe, lucy
2024-06-26 13:37:58 +00:00
Kangcheng Xu
b2ac7259c9
8327380: Add tests for Shenandoah barrier expansion optimization
...
Reviewed-by: roland, shade
2024-06-26 13:19:34 +00:00
Daniel Fuchs
f23295ec1d
8334600: TEST java/net/MulticastSocket/IPMulticastIF.java fails on linux-aarch64
...
Reviewed-by: alanb
2024-06-26 10:09:05 +00:00
Hannes Wallnöfer
741a0f39dd
8334241: Adjust API docs side bar dimensions
...
Reviewed-by: jjg
2024-06-26 09:37:22 +00:00
Maurizio Cimadamore
4ce8822b6c
8334037: Local class creation in lambda in pre-construction context crashes javac
...
8333313: NullPointerException in lambda instantiating an inner local class in prologue
8333766: Stack overflow with anonymous class in super() parameter
8334679: Wrong bug number in regression test for JDK-8334252
Co-authored-by: Archie Cobbs <acobbs@openjdk.org >
Reviewed-by: jlahoda, vromero
2024-06-26 09:12:02 +00:00
Adam Sotona
7f6804ceb6
8334872: BigEndian: java/lang/invoke/condy Tests failing since JDK-8294960
...
Reviewed-by: redestad
2024-06-26 09:09:13 +00:00
Thomas Stuefe
e1390056c9
8333994: NMT: call stacks should show source information
...
Reviewed-by: jsjolen, gziemski
2024-06-26 08:44:17 +00:00
Albert Mingkun Yang
b88af94269
8269870: PS: Membar in PSPromotionManager::copy_unmarked_to_survivor_space could be relaxed
...
Co-authored-by: Hamlin Li <mli@openjdk.org >
Reviewed-by: mli, kbarrett, tschatzl
2024-06-26 07:40:35 +00:00
Christian Hagedorn
a5f401f3a8
8334650: Add debug information about whether an Assertion Predicate is for the init or last value
...
Reviewed-by: roland, kvn
2024-06-26 07:09:50 +00:00
Kim Barrett
25c3845be2
8333133: Simplify QuickSort::sort
...
Reviewed-by: shade, dholmes
2024-06-26 05:15:36 +00:00
Gui Cao
c66f785fb6
8334505: RISC-V: Several tests fail when MaxVectorSize does not match VM_Version::_initial_vector_length
...
Reviewed-by: fyang
2024-06-26 00:59:49 +00:00
Volodymyr Paprotski
f101e153ce
8333583: Crypto-XDH.generateSecret regression after JDK-8329538
...
Reviewed-by: sviswanathan, kvn, ascarpino
2024-06-25 22:31:39 +00:00
Coleen Phillimore
b3bf31a0a0
8333542: Breakpoint in parallel code does not work
...
Co-authored-by: Chris Plummer <cjplummer@openjdk.org >
Reviewed-by: dholmes, vlivanov
2024-06-25 19:50:58 +00:00
Justin Lu
86b0cf259f
8334653: ISO 4217 Amendment 177 Update
...
Reviewed-by: naoto
2024-06-25 19:05:22 +00:00
Justin Lu
861aefcafa
8334418: Update IANA Language Subtag Registry to Version 2024-06-14
...
Reviewed-by: lancea, iris, srl, naoto
2024-06-25 19:05:01 +00:00
Yude Lin
f8bf470b77
8334810: Redo: Un-ProblemList LocaleProvidersRun and CalendarDataRegression
...
8268379: java/util/Locale/LocaleProvidersRun.java and sun/util/locale/provider/CalendarDataRegression.java timed out
Reviewed-by: naoto, jlu
2024-06-25 18:19:42 +00:00
Quan Anh Mai
933eababf2
8334629: [BACKOUT] PhaseIdealLoop::conditional_move is too conservative
...
Reviewed-by: epeter, thartmann, jkarthikeyan
2024-06-25 17:10:20 +00:00
Ioi Lam
7429c37e63
8334598: Default classlist in JDK is not deterministic after JDK-8293980
...
Reviewed-by: ccheung, dholmes, stuefe, erikj
2024-06-25 16:44:41 +00:00
Vladimir Kozlov
9c89f0861c
8334421: assert(!oldbox->is_unbalanced()) failed: this should not be called for unbalanced region
...
Reviewed-by: vlivanov, thartmann
2024-06-25 16:04:03 +00:00
Johan Sjölen
57f8b91e55
8333658: NMT: Use an allocator with 4-byte pointers to save memory in NativeCallStackStorage
...
Reviewed-by: stuefe, azafari
2024-06-25 14:37:38 +00:00
Matias Saavedra Silva
6c6793307d
8334899: Test runtime/cds/appcds/javaldr/ExceptionDuringDumpAtObjectsInitPhase.java failed after JDK-8306580
...
Reviewed-by: iklam, dholmes
2024-06-25 14:07:32 +00:00
Hamlin Li
cae94b268d
8334397: RISC-V: verify perf of ReverseBytesS/US
...
Reviewed-by: fyang, luhenry
2024-06-25 14:06:03 +00:00
Sean Mullan
75a2afacc8
8248981: Specify list of standard message digest and mgf algorithms for RSASSA-PSS signature
...
Reviewed-by: valeriep
2024-06-25 12:21:46 +00:00
Kevin Walls
baafa662a2
8334287: Man page update for jstatd deprecation
...
Reviewed-by: alanb
2024-06-25 09:12:09 +00:00
Neethu Prasad
c30e040342
8331911: Reconsider locking for recently disarmed nmethods
...
Reviewed-by: shade, eosterlund
2024-06-25 07:08:07 +00:00
Thomas Stuefe
974dca80df
8334223: Make Arena MEMFLAGs immutable
...
Reviewed-by: jsjolen, azafari, gziemski
2024-06-25 05:06:33 +00:00
Prasanta Sadhukhan
e527e1c32f
8334580: Deprecate no-arg constructor BasicSliderUI() for removal
...
Reviewed-by: kcr, aivanov, iris, prr
2024-06-25 03:26:18 +00:00
Alisen Chung
3a26bbcebc
8185429: [macos] After a modal dialog is closed, no window becomes active
...
Reviewed-by: tr, dnguyen, serb
2024-06-25 02:19:57 +00:00
Matias Saavedra Silva
4b153e5e05
8306580: Propagate CDS dumping errors instead of directly exiting the VM
...
Reviewed-by: iklam, ccheung
2024-06-24 18:19:03 +00:00
Matias Saavedra Silva
71a692ab43
8321033: Avoid casting Array to GrowableArray
...
Reviewed-by: kbarrett, iklam, ccheung
2024-06-24 18:05:50 +00:00
Erik Gahlin
55c7969461
8334765: JFR: Log chunk waste
...
Reviewed-by: mgronlun
2024-06-24 14:36:50 +00:00
Adam Sotona
b2930c5aee
8334040: jdk/classfile/CorpusTest.java timed out
...
Reviewed-by: alanb
2024-06-24 13:34:29 +00:00
Robert Toyonaga
e825ccfe66
8332362: Implement os::committed_in_range for MacOS and AIX
...
Reviewed-by: stuefe
2024-06-24 13:33:20 +00:00
Coleen Phillimore
5ac2149b7b
8334299: Deprecate LockingMode option, along with LM_LEGACY and LM_MONITOR
...
Reviewed-by: stuefe, dholmes
2024-06-24 12:37:53 +00:00
Lutz Schmidt
2e64d15144
8334564: VM startup: fatal error: FLAG_SET_ERGO cannot be used to set an invalid value for NonNMethodCodeHeapSize
...
Reviewed-by: mdoerr, kvn, stuefe
2024-06-24 11:27:18 +00:00
Matthew Donovan
9d4a4bd2c2
8324841: PKCS11 tests still skip execution
...
Reviewed-by: valeriep
2024-06-24 11:15:33 +00:00
Christian Hagedorn
ca5a438e5a
8334571: Extract control dependency rewiring out of PhaseIdealLoop::dominated_by() into separate method
...
Reviewed-by: roland, kvn
2024-06-24 08:58:02 +00:00
Aleksey Shipilev
05ff3185ed
8334594: Generational ZGC: Deadlock after OopMap rewrites in 8331572
...
Reviewed-by: stefank, eosterlund, coleenp, zgu
2024-06-24 08:46:10 +00:00
Johan Sjölen
05a63d80b9
8334489: Add function os::used_memory
...
Reviewed-by: eosterlund, dholmes, stuefe
2024-06-24 07:51:01 +00:00
Emanuel Peter
edf7f055ee
8334083: C2 SuperWord: TestCompatibleUseDefTypeSize.java fails with -XX:+AlignVector after JDK-8325155
...
Reviewed-by: chagedorn, kvn
2024-06-24 07:14:57 +00:00
Richard Reingruber
13dce296fc
8334560: [PPC64]: postalloc_expand_java_dynamic_call_sched does not copy all fields
...
Reviewed-by: mbaesken, mdoerr
2024-06-24 06:33:39 +00:00
Axel Boldt-Christmas
863b2a991d
8329994: Zap alignment padding bits for ArrayOops in non-release builds
...
Reviewed-by: ayang, sjohanss
2024-06-24 06:06:45 +00:00
Zhao Song
a4582a8957
8334166: Enable binary check
...
Reviewed-by: kcr, ihse, prr, erikj
2024-06-24 05:15:32 +00:00
SendaoYan
7baddc202a
8334339: Test java/nio/file/attribute/BasicFileAttributeView/CreationTime.java fails on alinux3
...
Reviewed-by: alanb
2024-06-23 18:00:28 +00:00
Johan Sjölen
eb110bdc6e
8334180: NMT gtests introduced with 8312132 should be labeled as NMT
...
Reviewed-by: gziemski, stuefe
2024-06-23 12:33:38 +00:00
Johan Sjölen
652784c803
8334392: Switch RNG in NMT's treap
...
Reviewed-by: stuefe, azafari, gziemski
2024-06-23 08:19:28 +00:00
Hannes Greule
72ca7bafcd
8334708: FFM: two javadoc problems
...
Reviewed-by: mcimadamore
2024-06-22 12:16:50 +00:00
Chen Liang
7e55ed3b10
8333748: javap crash - Fatal error: Unmatched bit position 0x2 for location CLASS
...
Reviewed-by: asotona
2024-06-21 22:38:38 +00:00
Nizar Benalla
1ff5acdaff
8332099: since-checker - Add @ since to package-info in jdk.jsobject
...
Reviewed-by: prr
2024-06-21 20:13:26 +00:00
Prasanta Sadhukhan
689cee3d09
8334509: Cancelling PageDialog does not return the same PageFormat object
...
Reviewed-by: aivanov, prr
2024-06-21 18:02:57 +00:00
Rajan Halade
8e1d2b091c
8334441: Mark tests in jdk_security_infra group as manual
...
Reviewed-by: clanger, mullan
2024-06-21 16:37:57 +00:00
SendaoYan
93d9802764
8334715: [riscv] Mixed use of tab and whitespace in riscv.ad
...
Reviewed-by: chagedorn, amitkumar
2024-06-21 15:48:38 +00:00
Jie Fu
c41293a708
8334695: Fix build failure without zgc after JDK-8333300
...
Reviewed-by: dnsimon, chagedorn
2024-06-21 14:23:38 +00:00
Ferenc Rakoczi
75bea280b9
8333867: SHA3 performance can be improved
...
Reviewed-by: kvn, valeriep
2024-06-21 14:16:23 +00:00
Kevin Walls
9f8de221d7
8327793: Deprecate jstatd for removal
...
Reviewed-by: alanb, cjplummer
2024-06-21 13:51:06 +00:00
Doug Simon
dbf5a9a400
8334706: [JVMCI] APX registers incorrectly exposed on AMD64
...
Reviewed-by: yzheng, never
2024-06-21 13:43:03 +00:00
Archie Cobbs
08ace27da1
8332314: Add window size configuration option to JavaShellToolBuilder interface
...
Reviewed-by: jlahoda
2024-06-21 10:44:51 +00:00
Tejesh R
711e723819
6967482: TAB-key does not work in JTables after selecting details-view in JFileChooser
...
8166352: FilePane.createDetailsView() removes JTable TAB, SHIFT-TAB functionality
Reviewed-by: achung, prr
2024-06-21 10:36:05 +00:00
Daniel Fuchs
d2bebffb1f
8327370: (ch) sun.nio.ch.Poller.register throws AssertionError
...
Co-authored-by: Alan Bateman <alanb@openjdk.org >
Reviewed-by: alanb, jpai, djelinski
2024-06-21 09:43:49 +00:00
Matthias Baesken
ed149062d0
8333361: ubsan,test : libHeapMonitorTest.cpp:518:9: runtime error: null pointer passed as argument 2, which is declared to never be null
...
Reviewed-by: asteiner, lucy, amenkov
2024-06-21 08:38:42 +00:00
Erik Gahlin
bdd96604ae
8323196: jdk/jfr/api/consumer/filestream/TestOrdered.java failed with "Events are not ordered! Reuse = false"
...
Reviewed-by: mgronlun
2024-06-21 07:36:02 +00:00
Matthias Baesken
6a5cb0b2c4
8334567: [test] runtime/os/TestTracePageSizes move ppc handling
...
Reviewed-by: stuefe, lucy
2024-06-21 07:04:26 +00:00
Vladimir Kozlov
880e458a10
8333819: Move embedded external addresses from relocation info into separate global table
...
Reviewed-by: dlong
2024-06-21 00:24:55 +00:00
Jatin Bhateja
e5de26ddf0
8329032: C2 compiler register allocation support for APX EGPRs
...
Reviewed-by: kvn, sviswanathan
2024-06-20 23:35:15 +00:00
Coleen Phillimore
4b4a483b6f
8330699: Obsolete -XX:+UseEmptySlotsInSupers
...
Reviewed-by: shade, fparain, dholmes
2024-06-20 19:03:50 +00:00
Tom Rodriguez
187710e1c1
8333300: [JVMCI] add support for generational ZGC
...
Reviewed-by: dnsimon, kvn, eosterlund
2024-06-20 18:46:36 +00:00
SendaoYan
de8ee97718
8334333: MissingResourceCauseTestRun.java fails if run by root
...
Reviewed-by: naoto, jlu
2024-06-20 18:04:58 +00:00
Naoto Sato
265a0f5547
8334490: Normalize string with locale invariant toLowerCase()
...
Reviewed-by: jlu, dfuchs, lancea, rriggs
2024-06-20 17:01:17 +00:00
Pavel Rappo
1b1dba8082
8333358: java/io/IO/IO.java test fails intermittently
...
Reviewed-by: naoto
2024-06-20 16:28:48 +00:00
Leonid Mesnik
a81e1bf1e1
8332252: Clean up vmTestbase/vm/share
...
Reviewed-by: cjplummer
2024-06-20 15:43:56 +00:00
Leonid Mesnik
99e4d77aac
8333117: Remove support of remote and manual debuggee launchers
...
Reviewed-by: cjplummer
2024-06-20 15:43:44 +00:00
Abhishek Kumar
9ef86da5f8
8334170: bug6492108.java test failed with exception Image comparison failed at (0, 0) for image 4
...
Reviewed-by: aivanov, azvegint
2024-06-20 15:42:17 +00:00
Gui Cao
001d686019
8332587: RISC-V: secondary_super_cache does not scale well
...
Reviewed-by: mli, fyang
2024-06-20 13:45:31 +00:00
Nizar Benalla
5cad0b4df7
8322708: Global HTML attributes are not allowed
...
Reviewed-by: jjg
2024-06-20 11:53:02 +00:00
Hamlin Li
642084629a
8334396: RISC-V: verify perf of ReverseBytesI/L
...
Reviewed-by: fyang, rehn
2024-06-20 10:10:54 +00:00
Thomas Stuefe
c6f3bf4bd6
8334026: Provide a diagnostic PrintMemoryMapAtExit switch on Linux
...
Reviewed-by: dholmes, mbaesken
2024-06-20 08:30:52 +00:00
Sonia Zaldana Calles
cabd1046d0
8334164: The fix for JDK-8322811 should use _filename.is_set() rather than strcmp()
...
Reviewed-by: dholmes, cjplummer
2024-06-20 08:28:06 +00:00
Roland Westrelin
d7dad50af5
8334544: C2: wrong control assigned in PhaseIdealLoop::clone_assertion_predicate_for_unswitched_loops()
...
Reviewed-by: chagedorn, thartmann
2024-06-20 07:14:01 +00:00
Matthias Baesken
ff30240926
8334239: Introduce macro for ubsan method/function exclusions
...
Reviewed-by: stefank, stuefe, kbarrett
2024-06-20 06:15:19 +00:00
Erik Österlund
2d4185f4f1
8332717: ZGC: Division by zero in heuristics
...
Reviewed-by: aboldtch, shade
2024-06-20 05:23:08 +00:00
Sibabrata Sahoo
fad6644eab
8333754: Add a Test against ECDSA and ECDH NIST Test vector
...
Reviewed-by: ascarpino
2024-06-20 04:18:39 +00:00
Sonia Zaldana Calles
b211929e05
8334570: Problem list gc/TestAlwaysPreTouchBehavior.java
...
Reviewed-by: ayang, tschatzl
2024-06-20 01:36:05 +00:00
Joe Darcy
4e58d8c897
8309821: Link to hidden classes section in Class specification for Class::isHidden
...
Reviewed-by: iris, rriggs
2024-06-19 23:23:52 +00:00
Magnus Ihse Bursie
78682fe78e
8329288: Update Visual Studio visibility support for POSIX functions
...
Reviewed-by: kbarrett
2024-06-19 19:12:31 +00:00
Kevin Walls
bcf4bb4882
8333344: JMX attaching of Subject does not work when security manager not allowed
...
Reviewed-by: weijun, dfuchs
2024-06-19 16:35:20 +00:00
Erik Gahlin
856931d01f
8304732: jdk/jfr/api/consumer/recordingstream/TestStop.java failed again with "Expected outer stream to have 3 events"
...
Reviewed-by: mgronlun
2024-06-19 16:23:22 +00:00
Adam Sotona
01ee4241b7
8294960: Convert java.base/java.lang.invoke package to use the Classfile API to generate lambdas and method handles
...
Co-authored-by: Claes Redestad <redestad@openjdk.org >
Reviewed-by: redestad, liach
2024-06-19 15:15:30 +00:00
Daniel Fuchs
50bed6c67b
8334297: (so) java/nio/channels/SocketChannel/OpenLeak.java should not depend on SecurityManager
...
Reviewed-by: alanb
2024-06-19 10:54:13 +00:00
Archie Cobbs
7b3a96d570
8334488: Improve error for illegal early access from nested class
...
Reviewed-by: mcimadamore
2024-06-19 10:45:34 +00:00
Inigo Mediavilla Saiz
07ebda54f2
8334215: serviceability/dcmd/thread/PrintMountedVirtualThread.java failing with JTREG_TEST_THREAD_FACTORY=Virtual
...
Reviewed-by: dholmes
2024-06-19 10:35:32 +00:00
Yudi Zheng
2165a053e8
8334399: [JVMCI] Implement JVMCICompiler::is_intrinsic_supported
...
Reviewed-by: dnsimon
2024-06-19 09:04:12 +00:00
Christian Hagedorn
48621ae193
8331168: Introduce PredicateEntryIterator to iterate through predicate entries
...
Reviewed-by: roland, kvn
2024-06-19 06:45:04 +00:00
Archie Cobbs
e227c7e37d
8334258: Compiler erronousely allows access to instance variable in argument expression of a constructor invocation
...
Reviewed-by: mcimadamore
2024-06-18 23:23:39 +00:00
Alisen Chung
2ce85d9635
8291472: [macos] jawt 1.4 lock/unlock not supported
...
Reviewed-by: serb
2024-06-18 21:31:16 +00:00
Emanuel Peter
e965d70a74
8333876: C2 SuperWord: regression after JDK-8325155: failed: internal connection
...
Reviewed-by: kvn, roland
2024-06-18 16:15:09 +00:00
Vladimir Kozlov
6f860f8f6f
8334430: Clean up nativeInst_x86.*
...
Reviewed-by: jwaters, jiefu
2024-06-18 14:48:46 +00:00
Sonia Zaldana Calles
8bc2fbe578
8333769: Pretouching tests dont test pretouching
...
Reviewed-by: stuefe, asmehra
2024-06-18 14:05:11 +00:00
Chen Liang
91bd85d65d
8333854: IllegalAccessError with proxies after JDK-8332457
...
Reviewed-by: redestad, asotona
2024-06-18 13:51:50 +00:00
nibjen
e681b4e9b3
8332524: Instead of printing "TLSv1.3," it is showing "TLS13"
...
Reviewed-by: mullan
2024-06-18 13:28:37 +00:00
Roland Westrelin
fa401f37df
8333805: Replaying compilation with null static final fields results in a crash
...
Reviewed-by: thartmann, dlong
2024-06-18 12:08:57 +00:00
SendaoYan
472b935b44
8334332: TestIOException.java fails if run by root
...
Reviewed-by: prappo
2024-06-18 10:24:43 +00:00
Roberto Castañeda Lozano
614b99a8f8
8334442: Temporarily disable return type assertion to reduce noise in testing
...
Reviewed-by: thartmann, chagedorn
2024-06-18 09:48:31 +00:00
Archie Cobbs
d4c1373717
8334043: VerifyError when inner class is accessed in prologue
...
Reviewed-by: mcimadamore
2024-06-18 08:42:44 +00:00
Albert Mingkun Yang
b42fe86e81
8334097: Parallel: Obsolete HeapFirstMaximumCompactionCount
...
Reviewed-by: tschatzl, dholmes
2024-06-18 08:33:02 +00:00
Albert Mingkun Yang
0665195e59
8334293: G1: Refactor G1ConcurrentMark::update_top_at_rebuild_start
...
Reviewed-by: tschatzl, iwalulya
2024-06-18 08:27:26 +00:00
Christian Stein
99fefec092
8331431: Update to use jtreg 7.4
...
Reviewed-by: ihse, erikj, jpai
2024-06-18 07:25:17 +00:00
Martin Doerr
0199fee431
8333639: ubsan: cppVtables.cpp:81:55: runtime error: index 14 out of bounds for type 'long int [1]'
...
Reviewed-by: aboldtch, mbaesken, kbarrett
2024-06-18 06:48:26 +00:00
Gui Cao
e95f092862
8333964: RISC-V: C2: Check "requires_strict_order" flag for floating-point add reduction
...
Reviewed-by: fyang
2024-06-18 05:24:33 +00:00
Phil Race
ba5a4670b8
8332854: Unable to build openjdk with --with-harfbuzz=system
...
Reviewed-by: jwaters, erikj, jdv, ihse
2024-06-17 19:37:32 +00:00
Thomas Stuefe
801bf15f02
8332105: Exploded JDK does not include CDS
...
Reviewed-by: dholmes, iklam
2024-06-17 17:27:01 +00:00
Albert Mingkun Yang
c94af6f943
8333962: Obsolete OldSize
...
Reviewed-by: dholmes, zgu
2024-06-17 15:50:55 +00:00
Markus Grönlund
cdf22b1320
8326715: ZGC: RunThese24H fails with ExitCode 139 during shutdown
...
Reviewed-by: egahlin
2024-06-17 12:57:09 +00:00
Gui Cao
ef7923e127
8334078: RISC-V: TestIntVect.java fails after JDK-8332153 when running without RVV
...
Reviewed-by: fyang, mli
2024-06-17 11:35:41 +00:00
Martin Doerr
0d1080d194
8331117: [PPC64] secondary_super_cache does not scale well
...
Reviewed-by: rrich, amitkumar
2024-06-17 09:30:48 +00:00
Matthias Baesken
113a2c028d
8332903: ubsan: opto/output.cpp:1002:18: runtime error: load of value 171, which is not a valid value for type 'bool'
...
Reviewed-by: kvn, mdoerr
2024-06-17 08:57:57 +00:00
Aleksey Shipilev
d751441b76
8330586: GHA: Drop additional gcc/glibc packages installation for x86_32
...
Reviewed-by: ihse
2024-06-17 08:23:39 +00:00
Matthias Baesken
5e09397bf6
8334222: exclude containers/cgroup/PlainRead.java
...
Reviewed-by: lucy
2024-06-17 08:06:20 +00:00
Emanuel Peter
7b38bfea33
8333729: C2 SuperWord: remove some @requires usages in test/hotspot/jtreg/compiler/loopopts/superword
...
Reviewed-by: chagedorn, kvn
2024-06-17 07:00:03 +00:00
Emanuel Peter
29b6392838
8334228: C2 SuperWord: fix JDK-24 regression in VPointer::cmp_for_sort after JDK-8325155
...
Reviewed-by: chagedorn, kvn
2024-06-17 06:58:55 +00:00
Liming Liu
31e8debae6
8324781: runtime/Thread/TestAlwaysPreTouchStacks.java failed with Expected a higher ratio between stack committed and reserved
...
8325218: gc/parallel/TestAlwaysPreTouchBehavior.java fails
Reviewed-by: stefank, jsjolen, stuefe
2024-06-17 06:16:26 +00:00
Leonid Mesnik
8464ce6db5
8332113: Update nsk.share.Log to be always verbose
...
Reviewed-by: sspitsyn, cjplummer
2024-06-14 15:32:19 +00:00
Leonid Mesnik
548e95a689
8330702: Update failure handler to don't generate Error message if cores actions are empty
...
Reviewed-by: sspitsyn
2024-06-14 15:32:04 +00:00
Archie Cobbs
dae0bda9d0
8334252: Verifier error for lambda declared in early construction context
...
Reviewed-by: mcimadamore
2024-06-14 14:53:05 +00:00
Roland Westrelin
b5212d7bfe
8328107: Shenandoah/C2: TestVerifyLoopOptimizations test failure
...
Reviewed-by: shade
2024-06-14 13:50:21 +00:00
Jaikiran Pai
efab48c065
8333714: Cleanup the usages of CHECK_EXCEPTION_NULL_FAIL macro in java launcher
...
Reviewed-by: alanb
2024-06-14 12:48:43 +00:00
Robert Toyonaga
cc64aeac47
8332400: isspace argument should be a valid unsigned char
...
Reviewed-by: dholmes, amitkumar, stuefe, jwaters
2024-06-14 09:32:52 +00:00
Gui Cao
9b0a5c5cd0
8333248: VectorGatherMaskFoldingTest.java failed when maximum vector bits is 64
...
Reviewed-by: dfenacci, fyang
2024-06-14 09:19:04 +00:00
Matthias Baesken
6861766b63
8332818: ubsan: archiveHeapLoader.cpp:70:27: runtime error: applying non-zero offset 18446744073707454464 to null pointer
...
Reviewed-by: stuefe, lucy
2024-06-14 07:13:22 +00:00
Ioi Lam
b818679eba
8293980: Resolve CONSTANT_FieldRef at CDS dump time
...
Reviewed-by: erikj, matsaave, heidinga
2024-06-14 06:06:24 +00:00
Calvin Cheung
eb2488fd17
8330198: Add some class loading related perf counters to measure VM startup
...
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org >
Reviewed-by: iklam, dholmes
2024-06-14 01:18:30 +00:00
Damon Nguyen
c4702ca8c0
8333827: JDK 23 RDP1 L10n resource files update
...
Reviewed-by: achung, jlu, naoto, joehw, prappo, cjplummer, asemenyuk, prr
2024-06-13 21:27:56 +00:00
Raffaello Giulietti
bb7ef03077
8333599: Improve description of \b matcher in j.u.r.Pattern
...
Reviewed-by: smarks, alanb
2024-06-13 20:55:48 +00:00
Marc R. Hoffmann
0721dbe442
8334032: javax.print: Missing @since tag in new class OutputBin
...
Reviewed-by: prr
2024-06-13 19:44:10 +00:00
Sonia Zaldana Calles
6462b87336
8333685: Make update-copyright-year script more useful
...
Reviewed-by: erikj, stuefe
2024-06-13 19:38:39 +00:00
Emanuel Peter
b09a45163c
8333840: C2 SuperWord: wrong result for MulAddS2I when inputs permuted
...
Reviewed-by: kvn, chagedorn
2024-06-13 18:11:36 +00:00
Viktor Klang
cff048c735
8334162: Gatherer.defaultCombiner has an erronous @see-link
...
Reviewed-by: jpai, alanb
2024-06-13 16:30:27 +00:00
Larry Cable
814cf87930
8313562: hsperfdata should export module path and "launcher" metadata
...
Reviewed-by: dholmes, kevinw
2024-06-13 16:28:04 +00:00
Jayathirth D V
9ed8629e5d
8333801: Typos in @code references of BufferedImage and JTableHeader
...
Reviewed-by: abhiscxk, prr
2024-06-13 15:50:53 +00:00
Matthias Baesken
0d3a3771c3
8333887: ubsan: unsafe.cpp:247:13: runtime error: store to null pointer of type 'volatile int'
...
Reviewed-by: lucy, mdoerr
2024-06-13 14:02:01 +00:00
Christoph Langer
9d8439c107
8211854: [aix] java/net/ServerSocket/AcceptInheritHandle.java fails: read times out
...
Reviewed-by: dfuchs, jpai
2024-06-13 13:16:38 +00:00
Christoph Langer
f5213671f7
8211847: [aix] java/lang/ProcessHandle/InfoTest.java fails: "reported cputime less than expected"
...
Reviewed-by: stuefe
2024-06-13 13:14:54 +00:00
Matthias Baesken
f8c657f671
8334123: log the opening of Type 1 fonts
...
Reviewed-by: prr
2024-06-13 13:13:19 +00:00
Matthias Baesken
57b6481449
8333277: ubsan: mlib_ImageScanPoly.c:292:43: runtime error: division by zero
...
Reviewed-by: prr
2024-06-13 12:45:32 +00:00
Thomas Stuefe
5528ad7490
8334179: VMATreeTest.TestConsistencyWithSimpleTracker_vm runs 50+ seconds
...
Reviewed-by: jsjolen
2024-06-13 08:38:04 +00:00
Emanuel Peter
5d2a19def1
8333684: C2 SuperWord: multiple smaller refactorings in preparation for JDK-8332163
...
Reviewed-by: chagedorn, kvn
2024-06-13 06:35:26 +00:00
Abhishek Kumar
301bd70856
8311110: multichar warning in WinAccessBridge.cpp
...
Reviewed-by: djelinski, jwaters, prr
2024-06-13 04:49:58 +00:00
David Holmes
238162a3b8
8322064: Remove expired flags in JDK 24
...
Reviewed-by: kvn, stuefe
2024-06-13 02:53:48 +00:00
Inigo Mediavilla Saiz
fcedde8042
8330846: Add stacks of mounted virtual threads to the HotSpot thread dump
...
Reviewed-by: dholmes, alanb
2024-06-12 23:18:27 +00:00
Ben Perez
74468bc1f3
8209092: Remove outdated wording from RC5ParameterSpec
...
Reviewed-by: mullan
2024-06-12 18:59:26 +00:00
Alisen Chung
b697b48a01
8315655: [macos] Right click and dragging over a component with a popup menu will open the popup
...
Reviewed-by: dnguyen, psadhukhan
2024-06-12 18:44:07 +00:00
Axel Boldt-Christmas
2c1da6c6fa
8332139: SymbolTableHash::Node allocations allocates twice the required memory
...
Reviewed-by: iwalulya, coleenp
2024-06-12 14:06:53 +00:00
Alexey Semenyuk
ba67ad63ae
8319457: Update jpackage to support WiX v4 and v5 on Windows
...
Reviewed-by: almatvee
2024-06-12 13:37:03 +00:00
Fei Gao
2c9185eb81
8321308: AArch64: Fix matching predication for cbz/cbnz
...
Reviewed-by: fyang, adinn, aph
2024-06-12 13:29:45 +00:00
Amit Kumar
5a8a9fdfa5
8333382: [s390x] Enhance popcnt Instruction to use Z15 facilities
...
Reviewed-by: lucy, aph
2024-06-12 13:24:58 +00:00
Daniel Fuchs
81083a0e10
8299487: Test java/net/httpclient/whitebox/SSLTubeTestDriver.java timed out
...
Reviewed-by: jpai
2024-06-12 11:29:58 +00:00
Daniel Fuchs
81ca0ece2e
8334028: HttpClient: NPE thrown from assert statement
...
Reviewed-by: jpai
2024-06-12 10:53:08 +00:00
Doug Simon
bd750b6b78
8319933: Disable tests for JDK-8280481 on Graal
...
Reviewed-by: chagedorn
2024-06-12 10:03:39 +00:00
Per Minborg
c80e2eb35c
8333886: Explicitly specify that asSlice and reinterpret return a memory segment backed by the same region of memory.
...
Reviewed-by: jvernee, mcimadamore
2024-06-12 09:35:48 +00:00
Tobias Hartmann
a0318bc873
8334077: Fix problem list entries for compiler tests
...
Reviewed-by: chagedorn
2024-06-12 09:18:53 +00:00
Matthias Baesken
a7e4ab9300
8333730: ubsan: FieldIndices/libFieldIndicesTest.cpp:276:11: runtime error: null pointer passed as argument 2, which is declared to never be null
...
Reviewed-by: cjplummer, amenkov
2024-06-12 07:06:29 +00:00
Matthias Baesken
abbf45b57e
8332699: ubsan: jfrEventSetting.inline.hpp:31:43: runtime error: index 163 out of bounds for type 'jfrNativeEventSetting [162]'
...
Reviewed-by: jbechberger, stuefe
2024-06-12 06:18:31 +00:00
Jaikiran Pai
bd046d9b9e
8222884: ConcurrentClassDescLookup.java times out intermittently
...
Reviewed-by: rriggs, mbaesken
2024-06-12 05:36:30 +00:00
Prasanta Sadhukhan
1c80ddb8ef
8333940: Ensure javax/swing/TestUngrab.java run on all platforms
...
Reviewed-by: tr
2024-06-12 05:32:06 +00:00
William Kemper
a7205cc651
8333926: Shenandoah: Lower default immediate garbage threshold
...
Reviewed-by: kdnilsen, ysr
2024-06-11 22:09:52 +00:00
Leonid Mesnik
56e8e60792
8330534: Update nsk/jdwp tests to use driver instead of othervm
...
Reviewed-by: sspitsyn, cjplummer
2024-06-11 21:03:20 +00:00
Alexandre Iline
bbd3b1d812
8334036: Update JCov for class file version 68
...
Reviewed-by: alanb, erikj
2024-06-11 20:10:46 +00:00
Leonid Mesnik
7ed8a5c431
8333841: Add more logging into setfldw001 tests
...
Reviewed-by: cjplummer, amenkov, sspitsyn
2024-06-11 18:40:20 +00:00
Daniel Jeliński
b77bd5fd6a
8333742: ProcessImpl and ProcessHandleImpl may mishandle processes that exit with code 259
...
Reviewed-by: rriggs
2024-06-11 17:34:09 +00:00
Renjith Kannath Pariyangad
aaaa86b571
8333360: PrintNullString.java doesn't use float arguments
...
Reviewed-by: aivanov, abhiscxk, achung
2024-06-11 11:47:19 +00:00
Christian Hagedorn
ef101f1bf2
8332920: C2: Partial Peeling is wrongly applied for CmpU with negative limit
...
Reviewed-by: kvn, thartmann, epeter
2024-06-11 11:32:12 +00:00
Albert Mingkun Yang
28437459fb
8333972: Parallel: Remove unused methods in PSOldGen
...
Reviewed-by: iwalulya
2024-06-11 11:23:53 +00:00
Albert Mingkun Yang
93f3918ee1
8333954: Parallel: Remove unused arguments of type ParCompactionManager*
...
Reviewed-by: iwalulya
2024-06-11 08:37:47 +00:00
Albert Mingkun Yang
788b876ebd
8333917: G1: Refactor G1CollectedHeap::register_old_region_with_region_attr
...
Reviewed-by: gli, tschatzl
2024-06-11 07:53:53 +00:00
Bhavana Kilambi
0e4d4a0c31
8320725: AArch64: C2: Add "requires_strict_order" flag for floating-point add and mul reduction
...
Co-authored-by: Eric Liu <eliu@openjdk.org >
Reviewed-by: gli, epeter, aph
2024-06-11 07:16:56 +00:00
Albert Mingkun Yang
badf1cb9ce
8331675: gtest CollectorPolicy.young_min_ergo_vm fails after 8272364
...
Reviewed-by: tschatzl, zgu, gli
2024-06-11 06:57:05 +00:00
Robbin Ehn
4d6064a760
8333649: Allow different NativeCall encodings
...
Reviewed-by: kvn, mli
2024-06-11 05:48:16 +00:00
Serguei Spitsyn
fe9c63cf73
8333931: Problemlist serviceability/jvmti/vthread/CarrierThreadEventNotification
...
Reviewed-by: serb
2024-06-11 05:35:33 +00:00
Jaikiran Pai
41c88bc395
8333756: java/lang/instrument/NativeMethodPrefixApp.java failed due to missing intrinsic
...
Reviewed-by: amenkov, cjplummer
2024-06-11 03:48:03 +00:00
David Holmes
3a01b47ac9
8330205: Initial troff manpage generation for JDK 24
...
Reviewed-by: alanb, iris
2024-06-11 01:05:19 +00:00
Vladimir Kozlov
9691153755
8329141: Obsolete RTM flags and code
...
Reviewed-by: chagedorn
2024-06-10 17:58:22 +00:00
Joe Darcy
13642cb4b8
8333828: Use value javadoc tag in java.lang.{Float, Double}
...
Reviewed-by: liach, rgiulietti
2024-06-10 17:15:32 +00:00
Matthew Donovan
b25476200a
8333829: ProblemList sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java due to JDK-8333317
...
Reviewed-by: mullan
2024-06-10 15:41:30 +00:00
Albert Mingkun Yang
b68609f80d
8333779: Parallel: Remove Summary phase related debug print during Full GC
...
Reviewed-by: tschatzl
2024-06-10 15:23:41 +00:00
Albert Mingkun Yang
6ea28fb30c
8333641: Serial: Remove Generation::supports_tlab_allocation
...
Reviewed-by: tschatzl
2024-06-10 15:23:32 +00:00
Gui Cao
ce5727df44
8333652: RISC-V: compiler/vectorapi/VectorGatherMaskFoldingTest.java fails when using RVV
...
Reviewed-by: fyang
2024-06-10 13:44:43 +00:00
Sonia Zaldana Calles
e0afe0b5e4
8326085: Remove unnecessary UpcallContext constructor
...
Reviewed-by: kbarrett, stuefe
2024-06-10 13:41:56 +00:00
Kuai Wei
2a242db01e
8325821: [REDO] use "dmb.ishst+dmb.ishld" for release barrier
...
Reviewed-by: shade, aph
2024-06-10 12:57:03 +00:00
Alan Bateman
e7dc76b577
8333849: (dc) DatagramChannel send/receive fails with UOE if buffer backed by memory segment allocated from shared arena
...
Reviewed-by: dfuchs
2024-06-10 12:47:09 +00:00
Daniel Fuchs
ec1664e8c9
8333804: java/net/httpclient/ForbiddenHeadTest.java threw an exception with 0 failures
...
Reviewed-by: jpai
2024-06-10 12:44:36 +00:00
Thomas Stuefe
e22fc121ae
8333775: Small improvement to outputStream auto-indentation mode
...
Reviewed-by: jsjolen, mbaesken
2024-06-10 12:33:32 +00:00
Claes Redestad
7b43a8cd7c
8333824: Unused ClassValue in VarHandles
...
Reviewed-by: mcimadamore
2024-06-10 10:05:14 +00:00
Volker Simonis
5f9d3e3af8
8333722: Fix CompilerDirectives for non-compiler JVM variants
...
Reviewed-by: kvn
2024-06-10 09:37:43 +00:00
Thomas Stuefe
83b34410e3
8322811: jcmd System.dump_map help info has conflicting statements
...
Reviewed-by: dholmes, kevinw
2024-06-10 09:00:05 +00:00
Shaojin Wen
8aa35cacfc
8333833: Remove the use of ByteArrayLittleEndian from UUID::toString
...
Reviewed-by: liach, redestad
2024-06-10 08:18:27 +00:00
Matthias Baesken
de55db2352
8333522: JFR SwapSpace event might read wrong free swap space size
...
Reviewed-by: sgehwolf, lucy
2024-06-10 08:14:23 +00:00
Jatin Bhateja
a941397327
8329031: CPUID feature detection for Advanced Performance Extensions (Intel® APX)
...
Reviewed-by: sviswanathan, kvn
2024-06-09 00:47:23 +00:00
Chen Liang
8d2f9e57c3
8333749: Consolidate ConstantDesc conversion in java.base
...
Co-authored-by: Claes Redestad <redestad@openjdk.org >
Reviewed-by: redestad, jvernee
2024-06-08 13:05:36 +00:00
Amit Kumar
a6fc2f839a
8333412: [s390x] Add support for branch on count instruction
...
Reviewed-by: lucy, mdoerr
2024-06-08 04:41:45 +00:00
Joe Darcy
cf677c901e
8333823: Update --release 23 symbol information for JDK 23 build 26
...
Reviewed-by: iris, jjg
2024-06-07 20:38:17 +00:00
Neethu Prasad
18e7d7b5e7
8333716: Shenandoah: Check for disarmed method before taking the nmethod lock
...
Reviewed-by: shade, ysr, wkemper
2024-06-07 20:03:10 +00:00
Elif Aslan
c37d02aef3
8312412: Uninitialized klassVtable::_verify_count field
...
Reviewed-by: shade, phh
2024-06-07 19:32:57 +00:00
Alex Menkov
17bd483ff0
8333680: com/sun/tools/attach/BasicTests.java fails with "SocketException: Permission denied: connect"
...
Reviewed-by: sspitsyn, kevinw, lmesnik
2024-06-07 19:30:37 +00:00
Sonia Zaldana Calles
512b2b4f14
8330420: Inverted use of DisplayVMOutputToStderr in ostream_exit
...
Reviewed-by: jsjolen, stuefe
2024-06-07 17:36:30 +00:00
Scott Gibbons
8e72d7cf8e
8320448: Accelerate IndexOf using AVX2
...
Reviewed-by: epeter, kvn, sviswanathan
2024-06-07 17:02:14 +00:00
Naoto Sato
25ad86234a
8332161: Test restoring echo in the Console implementation (java.base)
...
Reviewed-by: joehw, prappo
2024-06-07 16:22:02 +00:00
Jorn Vernee
ee82346bd5
8325984: 4 jcstress tests are failing in Tier6 4 times each
...
Reviewed-by: shade
2024-06-07 15:40:59 +00:00
Claes Redestad
d744059b5b
8333774: Avoid eagerly loading various EmptySpliterator classes
...
Reviewed-by: liach, pminborg
2024-06-07 14:50:29 +00:00
SendaoYan
d130d2f4f4
8333477: Delete extra empty spaces in Makefiles
...
Reviewed-by: erikj, chagedorn, liach, jwaters
2024-06-07 13:36:05 +00:00
Johan Sjölen
486dee2cf4
8333653: Remove MallocHeader::get_stack
...
Reviewed-by: stuefe
2024-06-07 12:17:52 +00:00
Varada M
40b2fbd820
8331733: [PPC64] saving and restoring CR is not needed at most places
...
Reviewed-by: mdoerr, amitkumar
2024-06-07 08:50:41 +00:00
Varada M
6968770b1e
8331935: Add support for primitive array C1 clone intrinsic in PPC
...
Reviewed-by: mdoerr, amitkumar
2024-06-07 08:24:15 +00:00
Albert Mingkun Yang
a2030fff98
8332516: Serial: Always sample promoted bytes to avoid getting stuck in Full GCs
...
Reviewed-by: iwalulya, tschatzl
2024-06-07 08:12:38 +00:00
Thomas Stuefe
bf7f1c41cc
8333211: NMT Reports: replace manual indentation handling with auto indent
...
Reviewed-by: jsjolen, asmehra
2024-06-07 07:34:58 +00:00
Matthias Baesken
8ffc35d117
8333724: Problem list security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#teliasonerarootcav1
...
Reviewed-by: lucy, serb
2024-06-07 07:12:55 +00:00
Richard Reingruber
f7862bd6b9
8331311: C2: Big Endian Port of 8318446: optimize stores into primitive arrays by combining values into larger store
...
Reviewed-by: epeter, kvn
2024-06-07 06:16:03 +00:00
Emanuel Peter
b4beda21b4
8332537: C2: High memory usage reported for compiler/loopopts/superword/TestAlignVectorFuzzer.java
...
Reviewed-by: kvn, thartmann, stuefe
2024-06-07 05:07:03 +00:00
Emanuel Peter
e5383d710c
8333713: C2 SuperWord: cleanup in vectornode.cpp/hpp
...
Reviewed-by: chagedorn, kvn
2024-06-07 05:04:11 +00:00
Emanuel Peter
944aeb81b1
8325155: C2 SuperWord: remove alignment boundaries
...
Reviewed-by: chagedorn, kvn
2024-06-07 05:01:23 +00:00
Jaikiran Pai
d8af58941b
8026127: Deflater/Inflater documentation incomplete/misleading
...
Reviewed-by: lancea
2024-06-07 00:35:51 +00:00
Justin Lu
6238bc8da2
8333456: CompactNumberFormat integer parsing fails when string has no suffix
...
Reviewed-by: naoto
2024-06-06 20:34:46 +00:00
Kevin Rushforth
2a37764e74
8333743: Change .jcheck/conf branches property to match valid branches
...
Reviewed-by: erikj, iris
2024-06-06 17:29:58 +00:00
Joe Darcy
75dc2f8518
8330182: Start of release updates for JDK 24
...
8330183: Add SourceVersion.RELEASE_24
8330184: Add source 24 and target 24 to javac
Reviewed-by: iris, vromero, asotona, dholmes
2024-06-06 16:01:57 +00:00