On Wed, 19 Apr 2023 11:09:02 GMT, Markus Grönlund <mgron...@openjdk.org> wrote:
> It follows the same pattern as for other jvmti*.cpp files also excluded via > make/hotspot/lib/jvmFeatures.gmk. For example, jvmtiExport.cpp. Okay , yes I see that now - I was thrown by the fact that the original versions of these functions in arguments.hpp/cpp did not need this but they were in fact not conditional despite being JVMTI specific. Seems to me there should be a bunch of code in arguments.cpp that is conditionalized on INCLUDE_JVMTI. ------------- PR Comment: https://git.openjdk.org/jdk/pull/13512#issuecomment-1515648566