[jdk11u-dev] RFR: 8233000: Mark vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize test as stress test

Amos Shi ashi at openjdk.org
Mon Dec 18 22:08:05 UTC 2023


Backport of [JDK-8123456](https://bugs.openjdk.org/browse/JDK-8123456)

This is an `Unclean` backport, because of
- The [original commit](https://github.com/openjdk/jdk/commit/989f39f8106a22498053a4ca5f2becf8df5f2420) was changing the files in the folder `test/hotspot/jtreg/runtime/cds/`, while this folder does not exist in Java 11. Where
  1. file `test/hotspot/jtreg/runtime/cds/MaxMetaspaceSize.java` match to `test/hotspot/jtreg/runtime/SharedArchiveFile/MaxMetaspaceSize.java` in Java 11
  1. file `test/hotspot/jtreg/runtime/cds/SharedStrings.java` match to `test/hotspot/jtreg/runtime/SharedArchiveFile/SharedStrings.java` in Java 11
  1. file `test/hotspot/jtreg/runtime/cds/appcds/MoveJDKTest.java` match to `test/hotspot/jtreg/runtime/appcds/MoveJDKTest.java` in Java 11
  1. file `test/hotspot/jtreg/runtime/cds/appcds/cacheObject/ArchivedModuleWithCustomImageTest.java` matche to `test/hotspot/jtreg/runtime/appcds/cacheObject/ArchivedModuleWithCustomImageTest.java` in Java 11
  1. file `test/hotspot/jtreg/runtime/cds/appcds/VerifyWithDefaultArchive.java` `does not exist` in Java 11, it was added by [JDK-8264337](https://bugs.openjdk.org/browse/JDK-8264337) on Java 17
  1. file `test/hotspot/jtreg/runtime/cds/appcds/jcmd/JCmdTestDynamicDump.java` `does not exist` in Java 11, it was added by [JDK-8265393](https://bugs.openjdk.org/browse/JDK-8265393) on Java 17
- So For those four (4) moved files
  1. we applied the change in the original commit
  1. and also all the missing commits in between
- For those two (2) missing files
  - which were added in Java 17, and does not exist in Java 11
  - we simply add them

Tests
- Test Succeeded in local laptop of MacOS M1 CPU Machine
- PR: (running)
- Test Machine: (to run)

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

Commit messages:
 - Backport db24eb1e6a0b777dc44f44ae3a1d75ad8d23d6d0

Changes: https://git.openjdk.org/jdk11u-dev/pull/2408/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2408&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8233000
  Stats: 259 lines in 6 files changed: 231 ins; 9 del; 19 mod
  Patch: https://git.openjdk.org/jdk11u-dev/pull/2408.diff
  Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/2408/head:pull/2408

PR: https://git.openjdk.org/jdk11u-dev/pull/2408


More information about the jdk-updates-dev mailing list