RFR: 8289421: No-PCH build for Minimal VM was broken by JDK-8287001
Yasumasa Suenaga
ysuenaga at openjdk.org
Wed Jun 29 09:05:04 UTC 2022
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
-------------
Commit messages:
- 8289421: No-PCH build for Minimal VM was broken by JDK-8287001
Changes: https://git.openjdk.org/jdk/pull/9323/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9323&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8289421
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/9323.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9323/head:pull/9323
PR: https://git.openjdk.org/jdk/pull/9323
More information about the hotspot-compiler-dev
mailing list