[jdk11u-dev] RFR: 8272552: mark hotspot runtime/cds tests which ignore external VM flags
Goetz Lindenmaier
goetz at openjdk.org
Mon Jan 29 12:47:35 UTC 2024
On Mon, 22 Jan 2024 09:17:57 GMT, Amos Shi <ashi at openjdk.org> wrote:
> Backport of [JDK-8272552](https://bugs.openjdk.org/browse/JDK-8272552)
> - 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`
I ran the tests on a linux box, they all pass.
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2468#issuecomment-1914624975
More information about the jdk-updates-dev
mailing list