git: openjdk/jdk17u-dev: 3 new changesets
Goetz Lindenmaier
goetz at openjdk.org
Thu Mar 20 19:28:59 UTC 2025
Changeset: 4913ddbb
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2025-03-20 19:25:23 +0000
URL: https://git.openjdk.org/jdk17u-dev/commit/4913ddbbc1dbaeee7f24d3efa9786dc4be96a0af
8341298: Open source more AWT window tests
Backport-of: db61458da840123925cb3ba079cfaf8277880320
+ test/jdk/java/awt/Window/LocationByPlatformWithControls/TestLocationByPlatformWithControls.java
+ test/jdk/java/awt/Window/NoResizeEvent/NoResizeEvent.java
+ test/jdk/java/awt/Window/ProxyCrash/PopupProxyCrash.java
+ test/jdk/java/awt/Window/WindowToFrontTest/WindowToFrontTest.java
Changeset: 4fa11fe7
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2025-03-20 19:26:46 +0000
URL: https://git.openjdk.org/jdk17u-dev/commit/4fa11fe7554c094447c7026a243e0b1622e25396
8340809: Open source few more AWT PopupMenu tests
Backport-of: 313f4a962148331c9958618054109284470d1c9f
+ test/jdk/java/awt/PopupMenu/ActivePopupCrashTest.java
+ test/jdk/java/awt/PopupMenu/KeyTraversalCrash.java
+ test/jdk/java/awt/PopupMenu/MultiplePopupMenusTest.java
+ test/jdk/java/awt/PopupMenu/PopupMenuCrash.java
+ test/jdk/java/awt/PopupMenu/StressTest.java
Changeset: 36f9ed8a
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2025-03-20 19:27:57 +0000
URL: https://git.openjdk.org/jdk17u-dev/commit/36f9ed8a67aaf99ce263ebbde6b8e16e6c0bc2e7
8337221: CompileFramework: test library to conveniently compile java and jasm sources for fuzzing
Reviewed-by: rrich
Backport-of: e654a536dcb2b2b3784893d7aa6f5137223d8735
+ test/hotspot/jtreg/compiler/lib/compile_framework/ClassLoaderBuilder.java
+ test/hotspot/jtreg/compiler/lib/compile_framework/Compile.java
+ test/hotspot/jtreg/compiler/lib/compile_framework/CompileFramework.java
+ test/hotspot/jtreg/compiler/lib/compile_framework/CompileFrameworkException.java
+ test/hotspot/jtreg/compiler/lib/compile_framework/InternalCompileFrameworkException.java
+ test/hotspot/jtreg/compiler/lib/compile_framework/README.md
+ test/hotspot/jtreg/compiler/lib/compile_framework/SourceCode.java
+ test/hotspot/jtreg/compiler/lib/compile_framework/Utils.java
+ test/hotspot/jtreg/testlibrary_tests/compile_framework/examples/CombinedJavaJasmExample.java
+ test/hotspot/jtreg/testlibrary_tests/compile_framework/examples/IRFrameworkJavaExample.java
+ test/hotspot/jtreg/testlibrary_tests/compile_framework/examples/MultiFileJasmExample.java
+ test/hotspot/jtreg/testlibrary_tests/compile_framework/examples/MultiFileJavaExample.java
+ test/hotspot/jtreg/testlibrary_tests/compile_framework/examples/RunWithFlagsExample.java
+ test/hotspot/jtreg/testlibrary_tests/compile_framework/examples/SimpleJasmExample.java
+ test/hotspot/jtreg/testlibrary_tests/compile_framework/examples/SimpleJavaExample.java
+ test/hotspot/jtreg/testlibrary_tests/compile_framework/tests/TestBadJasmCompilation.java
+ test/hotspot/jtreg/testlibrary_tests/compile_framework/tests/TestBadJavaCompilation.java
+ test/hotspot/jtreg/testlibrary_tests/compile_framework/tests/TestConcurrentCompilation.java
! test/lib/jdk/test/lib/process/OutputAnalyzer.java
More information about the jdk-updates-changes
mailing list