RFR: 8289421: No-PCH build for Minimal VM was broken by JDK-8287001
Jie Fu
jiefu at openjdk.org
Wed Jun 29 09:15:29 UTC 2022
On Wed, 29 Jun 2022 08:57:54 GMT, Yasumasa Suenaga <ysuenaga at openjdk.org> wrote:
> We see following error if we pass `--with-jvm-variants=minimal --disable-precompiled-headers` to configure script.
>
>
> src/hotspot/share/compiler/disassembler.cpp:841:5: error: 'log_warning' was not declared in this scope; did you mean 'warning'?
> [2022-06-29T01:25:45,429Z] 841 | log_warning(os)("Loading hsdis library failed");
> [2022-06-29T01:25:45,429Z] | ^~~~~~~~~~~
> [2022-06-29T01:25:45,429Z] | warning
>
>
> Missing include of log.hpp
Looks good and trivial.
-------------
Marked as reviewed by jiefu (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9323
More information about the hotspot-compiler-dev
mailing list