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

Magnus Ihse Bursie ihse at openjdk.org
Wed Mar 26 10:49:18 UTC 2025


On Tue, 25 Mar 2025 03:02:32 GMT, Jiangli Zhou <jiangli at openjdk.org> wrote:

> 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"

Marked as reviewed by ihse (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/24214#pullrequestreview-2716699025


More information about the hotspot-dev mailing list