Integrated: 8258856: VM build without C1/C2 fails after JDK-8243205
Hao Sun
github.com+16932759+shqking at openjdk.java.net
Wed Dec 23 23:17:57 UTC 2020
On Wed, 23 Dec 2020 05:48:10 GMT, Hao Sun <github.com+16932759+shqking at openjdk.org> wrote:
> The declaration sites for JVM flags were changed by JDK-8243205 and the
> subsequent JDK-8258074. As a result, undeclared identifier errors
> occurred while building VM without compiler1 or compiler2 feature.
>
> Making the corresponding header files included would fix it.
>
> Note that we have tested locally with this patch, build without C1/C2 succeeded on Linux X86/AArch64 machines.
This pull request has now been integrated.
Changeset: cdb487a6
Author: Hao Sun <hao.sun at arm.com>
Committer: Jie Fu <jiefu at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/cdb487a6
Stats: 7 lines in 3 files changed: 7 ins; 0 del; 0 mod
8258856: VM build without C1/C2 fails after JDK-8243205
Reviewed-by: jiefu, kvn
-------------
PR: https://git.openjdk.java.net/jdk/pull/1876
More information about the hotspot-compiler-dev
mailing list