RFR: 8352766: Problemlist hotspot tier1 tests requiring tools that are not included in static JDK

Jiangli Zhou jiangli at openjdk.org
Tue Mar 25 18:51:28 UTC 2025


Please review this change that adds test/hotspot/jtreg/ProblemList-StaticJdk.txt, which problemlists 27 hotspot tier1 tests that use `javac`, `jstack`, `jcmd` and `jhsdb` at runtime. 

Following is an example of the command that I use to run hotspot tier1 tests on static JDK with the extra `ProblemList-StaticJdk.txt`:


$ make test TEST="test/hotspot/jtreg:tier1" JDK_UNDER_TEST=/<snip>/JDK-8352766/build/linux-x86_64-server-fastdebug/images/static-jdk JDK_FOR_COMPILE=/<snip>/JDK-8352766/build/linux-x86_64-server-fastdebug/images/jdk JTREG="EXTRA_PROBLEM_LISTS=/<snip>/JDK-8352766/test/hotspot/jtreg/ProblemList-StaticJdk.txt"

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

Commit messages:
 - Replace 8352764 with 8346719.
 - Problemlist runtime/HiddenClasses/DefineHiddenClass.java.
 - Add test/hotspot/jtreg/ProblemList-StaticJdk.txt.

Changes: https://git.openjdk.org/jdk/pull/24214/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24214&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8352766
  Stats: 34 lines in 1 file changed: 34 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/24214.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24214/head:pull/24214

PR: https://git.openjdk.org/jdk/pull/24214


More information about the hotspot-dev mailing list