RFR: 8286647: JFR: Build failure when C1 or C2 is disabled after JDK-8282420

Jie Fu jiefu at openjdk.java.net
Thu May 12 14:24:45 UTC 2022


On Thu, 12 May 2022 14:12:15 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:

> Is it possible to use the ifdef's for only the include declarations in JfrResolution.cpp to help reduce the amount of conditionalisation? Thanks.

No.
Because the definition of methods would also use classes like `Parse`(C2-only) and `GraphBuilder`(C1-only).

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

PR: https://git.openjdk.java.net/jdk/pull/8680


More information about the hotspot-jfr-dev mailing list