jdk8u-dev
jdk8u-dev copied to clipboard
https://wiki.openjdk.org/display/jdk8u
Hi all, This pull request contains a backport of commit [a4a5c7fe](https://github.com/openjdk/jdk11u-dev/commit/a4a5c7fe66679ce4d9022443e3cd1f9ec38059ac) from the [openjdk/jdk11u-dev](https://git.openjdk.org/jdk11u-dev) repository. The commit being backported was authored by Jiawei Tang on 4 Mar 2024 and was...
This backport has modified the following aspects: - there are 53 cases that do not exist: jdk/test/java/awt/Choice/ChoiceHiDpi/ChoiceTest.java jdk/test/java/awt/Dialog/NestedDialogs/Modal/NestedModalDialogTest.java jdk/test/java/awt/Dialog/NestedDialogs/Modeless/NestedModelessDialogTest.java jdk/test/java/awt/FileDialog/FileDialogIconTest/FileDialogIconTest.java jdk/test/java/awt/Focus/FocusTraversalPolicy/ButtonGroupLayoutTraversal/ButtonGroupLayoutTraversalTest.java jdk/test/java/awt/Focus/RequestFocusByCause/RequestFocusByCauseTest.java jdk/test/java/awt/Frame/8158918/SetExtendedState.java jdk/test/java/awt/Frame/DecoratedFrameInsets/DecoratedFrameInsetsTest.java jdk/test/java/awt/Frame/SetMaximizedBounds/MaximizedMovedWindow.java jdk/test/java/awt/FullScreen/CurrentDisplayModeTest/CurrentDisplayModeTest.java jdk/test/java/awt/GraphicsDevice/DisplayModes/CompareToXrandrTest.java jdk/test/java/awt/hidpi/properties/HiDPIPropertiesWindowsTest.java jdk/test/java/awt/image/multiresolution/Corrupted2XImageTest.java jdk/test/java/awt/keyboard/AllKeyCode/AllKeyCode.java...
Hi all, This pull request contains a backport of commit [ceb6793b](https://github.com/openjdk/jdk11u-dev/commit/ceb6793bf3b5855c7c521678b5d99d752800b441) from the [openjdk/jdk11u-dev](https://git.openjdk.org/jdk11u-dev) repository. The commit being backported was authored by Sergey Bylokhov on 5 May 2023 and was...
I would like to backport 8248001: javadoc generates invalid HTML pages whose ftp:// links are broken. There are minor differences regarding DocRoot, but otherwise this is a clean backport. ---------...
JDK-8164119 remove key attribute headful, MoveToOtherScreenTest fails due wrong key attribute: @key headful isn't included in TEST.ROOT in jdk8. But define "headful" jtreg keyword on JDK-8129822. So add keywords headful...
Backport fixes 2 tests failures, when newer jtreg is used (6+1). Affects only test code. It excludes changes to `test/jdk/java/lang/ProcessHandle/PermissionTest.java` as jdk8 does not have this file (ProcessHandle is jdk9+)....
This is a backport of JDK-8160974: [TESTBUG] Mark more headful tests with @key headful. This patch has already been applied to OracleJDK8. As noted in the Bug Issue comments, some...
Hi all, This is a backport of JDK-8217850: CompressedClassSpaceSizeInJmapHeap fails after JDK-8217612 The bug reported is reproducible in JDK8, so this follow-up patch for JDK-8217612 is needed. The original patch...
Hi all, This is a backport of JDK-8137329: [windows] Build broken on VS2010 after "8046148: JEP 158: Unified JVM Logging". I worked on backporting JDK-8159695 to jdk8u ( https://github.com/openjdk/jdk8u-dev/pull/428 ),...
Hi all, this is a backport of JDK-8159695: Arguments::atojulong() fails to detect overflows. The bug reported is reproducible in JDK8, so this patch should be applied. The original patch does...