On Thu, 3 Dec 2020 20:05:36 GMT, Andrey Turbanov <github.com+741251+turban...@openjdk.org> wrote:
> === Output from failing command(s) repeated here === > * For target > hotspot_variant-server_libjvm_objs_bytecodeInterpreterWithChecks.obj: > bytecodeInterpreterWithChecks.cpp > ./build/windows-x86_64-server-release/hotspot/variant-server/gensrc/jvmtifiles/bytecodeInterpreterWithChecks.cpp(3): > fatal error C1083: Cannot open include file: > 'interpreter/bytecodeInterpreter.cpp': No such file or directory That's the build failure, actually, and `bytecodeInterpreterWithChecks.cpp` should have been long gone. Run `git clean` on your repo? ------------- PR: https://git.openjdk.java.net/jdk/pull/1495