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

Jiangli Zhou jiangli at openjdk.org
Wed Mar 26 16:19:24 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"

Thanks for the reviews.

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

PR Comment: https://git.openjdk.org/jdk/pull/24214#issuecomment-2754987185


More information about the hotspot-dev mailing list