RFR: JDK-8306538: Zero variant build failure after JDK-8257967

Zixian Cai zcai at openjdk.org
Thu Apr 20 12:40:46 UTC 2023


On Thu, 20 Apr 2023 12:20:05 GMT, David Holmes <dholmes at openjdk.org> wrote:

> I think the better fix is that `os::find_builtin_agent` should be guarded by `#if INCLUDE_JVMTI`. Or even moved to a JVMTI file instead.

Right. This is also the pattern used to exclude C1/C2 specific stuff from a zero build. Perhaps we can have a separate JBS issue to track these proposed changes.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/13557#issuecomment-1516254023


More information about the serviceability-dev mailing list