RFR: 8337667: sun/tools/jcmd/TestJcmdPIDSubstitution.java is failing on mac and windows
Chris Plummer
cjplummer at openjdk.org
Tue Aug 6 17:52:32 UTC 2024
On Thu, 1 Aug 2024 14:25:47 GMT, Sonia Zaldana Calles <szaldana at openjdk.org> wrote:
> Hi all,
>
> This PR addresses [8337667](https://bugs.openjdk.org/browse/JDK-8337667) .
>
> The `Compiler.perfmap` test case is failing on mac and windows as it is only enabled in linux. I am removing this test case and noting that this use case is already tested in [test/hotspot/jtreg/serviceability/dcmd/compiler/PerfMapTest.java](https://github.com/openjdk/jdk/blob/master/test/hotspot/jtreg/serviceability/dcmd/compiler/PerfMapTest.java#L88) which is linux specific.
>
> Thanks,
> Sonia
I'm working on it. I'll also add the Linux check.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20421#issuecomment-2271828149
More information about the serviceability-dev
mailing list