RFR: 8352766: Problemlist hotspot tier1 tests requiring tools that are not included in static JDK
David Holmes
dholmes at openjdk.org
Wed Mar 26 07:08:07 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"
Seems fine.
Thanks
-------------
Marked as reviewed by dholmes (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/24214#pullrequestreview-2716087071
More information about the hotspot-dev
mailing list