RFR: 8349140: Size optimization (opt-size) build fails after recent PCH changes
David Holmes
dholmes at openjdk.org
Wed Feb 5 03:38:27 UTC 2025
On Tue, 4 Feb 2025 16:29:46 GMT, Martin Doerr <mdoerr at 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
More information about the build-dev
mailing list