[jdk11u-dev] RFR: 8272551: mark hotspot runtime/modules tests which ignore external VM flags
Martin Doerr
mdoerr at openjdk.org
Thu Dec 21 18:23:46 UTC 2023
On Fri, 15 Dec 2023 02:19:42 GMT, Amos Shi <ashi at openjdk.org> wrote:
> Backport of [JDK-8272551](https://bugs.openjdk.org/browse/JDK-8272551)
>
> Unclean Backport:
> - `test/hotspot/jtreg/runtime/modules/ModuleOptionsTest.java`
> - `test/hotspot/jtreg/runtime/modules/ModuleOptionsWarn.java`
> - `test/hotspot/jtreg/runtime/modules/ModuleStress/ExportModuleStressTest.java`
> - `test/hotspot/jtreg/runtime/modules/PatchModule/PatchModuleDupJavaBase.java`
> - `test/hotspot/jtreg/runtime/modules/PatchModule/PatchModuleDupModule.java`
> - All the differences of the files above are the `Copyright year` line. Manually merged.
> - These files can be considered as `Clean backport`
> - `test/hotspot/jtreg/runtime/modules/ModulesSymLink.java`
> - This file is ingnored because it does not exit in Java 11
> - This file was added via [JDK-8220095](https://bugs.openjdk.org/browse/JDK-8220095) since Java 13
>
> Tests
> - Test Succeeded in local Dev Apple M1 Laptop
> - PR: All checks have passed
> - SAP nightlies passed on 2023-12-19
Maybe the test from [JDK-8220095](https://bugs.openjdk.org/browse/JDK-8220095) will get backported later which will require the addition. But that's trivial. LTGM.
-------------
Marked as reviewed by mdoerr (Reviewer).
PR Review: https://git.openjdk.org/jdk11u-dev/pull/2389#pullrequestreview-1793473216
More information about the jdk-updates-dev
mailing list