On Wed, 9 Mar 2022 02:20:22 GMT, Serguei Spitsyn <sspit...@openjdk.org> wrote:
> Not a review yet but I'd suggest to convert .c to .cpp. In long term we would > like to get rid of the *.c files in the serviceability/jvmti test folder for > consistency. Good thinking. I converted the test to C++, and this also allowed to simplify the JNI/JVMTI calls a bit. ------------- PR: https://git.openjdk.java.net/jdk/pull/7554