Integrated: 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"`.

This pull request has now been integrated.

Changeset: 5ace151b
Author:    Christoph Langer <clanger at openjdk.org>
URL:       https://git.openjdk.org/jmc/commit/5ace151b6dc00096b5b3212edfad40e86f8bcf8d
Stats:     13 lines in 1 file changed: 3 ins; 3 del; 7 mod

8096: EventTemplateTest fails for JDKs with custom jfr profiles

Reviewed-by: aptmac

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

PR: https://git.openjdk.org/jmc/pull/501


More information about the jmc-dev mailing list