RFR: 8096: EventTemplateTest fails for JDKs with custom jfr profiles

Christoph Langer clanger at openjdk.org
Thu Jun 22 20:17:13 UTC 2023


On Tue, 20 Jun 2023 21:59:00 GMT, Christoph Langer <clanger at openjdk.org> wrote:

> EventTemplateTest could be made more robust to not fail for VMs that deliver custom JFR profiles, such as SapMachine does.
> 
> The test currently expects that every JFR profile contains all available events which might not be true. The generic idea to fix this is to only assume this for profiles that are tagged with `provider="Oracle"`.

Thanks for the review

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

PR Comment: https://git.openjdk.org/jmc/pull/501#issuecomment-1603256346


More information about the jmc-dev mailing list