On Tue, 4 Feb 2025 16:29:46 GMT, Martin Doerr <mdo...@openjdk.org> wrote:
>> On closer inspection bytecodeInterpreterWithChecks.cpp might be a remnant of >> the old Interpreter that no longer exists. Alright, this should be ok then > > I think bytecodeInterpreterWithChecks was removed a long time ago. It is > still referenced in 8u-dev: > https://github.com/openjdk/jdk8u-dev/blob/master/hotspot/src/share/vm/interpreter/bytecodeInterpreterWithChecks.xml > I guess that both interpreter excludes could be removed from > `JVM_PRECOMPILED_HEADER_EXCLUDE`. @coleenp may know more. As I reported elsewhere, `bytecodeInterpreterWithChecks.cpp` was a generated file for use with JVMTI. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23442#discussion_r1942200561