[jdk11u-dev] RFR: 8272552: mark hotspot runtime/cds tests which ignore external VM flags

Martin Doerr mdoerr at openjdk.org
Sat Jan 27 09:30:33 UTC 2024


On Mon, 22 Jan 2024 09:17:57 GMT, Amos Shi <ashi at openjdk.org> wrote:

> Backport of [JDK-8272335](https://bugs.openjdk.org/browse/JDK-8272335)
> - The original commit contains 6 files, well this PR only contains 4 of them, because the following 2 files do not exist
> - `VerifyWithDefaultArchive.java` does not exist in Java 11, it was added by [JDK-8264337](https://bugs.openjdk.org/browse/JDK-8264337) since Java 17
> - `JCmdTestDynamicDump.java` does not exist in Java 11, it was added by [JDK-8265393](https://bugs.openjdk.org/browse/JDK-8265393) since Java 17
> - So this is unclean backport
> 
> Testing
> - Local: not aplicable - `no tests selected`
>   - `MaxMetaspaceSize.java` - Test results: no tests selected
>   - `SharedStrings.java` - Test results: no tests selected
>   - `MoveJDKTest.java` - Test results: no tests selected
>   - `ArchivedModuleWithCustomImageTest.java` - Test results: no tests selected
>   - `test/hotspot/jtreg/runtime/SharedArchiveFile` folder - Test results: passed: 1
> - Pipeline: All checks have passed
> - Testing Machine: SAP nightlies passed on `2024-01-25,26`

The description at the beginning references the wrong issue ("Backport of"), but the backport looks good.

-------------

Marked as reviewed by mdoerr (Reviewer).

PR Review: https://git.openjdk.org/jdk11u-dev/pull/2468#pullrequestreview-1847042436


More information about the jdk-updates-dev mailing list