RFR: 8306282: Build failure linux-arm32-open-cmp-baseline after JDK-8257967 [v3]
David Holmes
dholmes at openjdk.org
Thu Apr 20 03:10:55 UTC 2023
On Wed, 19 Apr 2023 11:09:02 GMT, Markus Grönlund <mgronlun at 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
More information about the serviceability-dev
mailing list