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
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"
@magicus pointed out that there's https://bugs.openjdk.org/browse/JDK-8346719 already. I closed JDK-8352764 as the duplicate of JDK-8346719 and updated test/hotspot/jtreg/ProblemList-StaticJdk.txt to use 8346719.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24214#issuecomment-2752113209
More information about the hotspot-dev
mailing list