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

Jie Fu jiefu at openjdk.java.net
Thu May 12 22:52:50 UTC 2022


On Thu, 12 May 2022 13:52:52 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> Hi all,
> 
> JDK fails to build when c1 or c2 is disabled after JDK-8282420.
> The reason is that c1/c2 code is used without `#ifdef` guards.
> The fix just adds some `#ifdef`.
> 
> Testing:
>  - build   on Linux/x64
>  - jdk/jfr on Linux/x64
> 
> Thanks.
> Best regards,
> Jie

This pull request has now been integrated.

Changeset: 617ef541
Author:    Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/617ef541bba58e45aa660aa30d7eb85c89ddb5b5
Stats:     18 lines in 2 files changed: 16 ins; 2 del; 0 mod

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

Reviewed-by: mgronlun

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

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


More information about the hotspot-jfr-dev mailing list