Integrated: 8289421: No-PCH build for Minimal VM was broken by JDK-8287001
Yasumasa Suenaga
ysuenaga at openjdk.org
Wed Jun 29 11:47:54 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
This pull request has now been integrated.
Changeset: 167ce4da
Author: Yasumasa Suenaga <ysuenaga at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/167ce4dae248024ffda0439c3ccc6b12404eadaf
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8289421: No-PCH build for Minimal VM was broken by JDK-8287001
Reviewed-by: mbaesken, jiefu, stuefe
-------------
PR: https://git.openjdk.org/jdk/pull/9323
More information about the hotspot-compiler-dev
mailing list