Please review the changes that fix a build failure for Jvmti tests. The fix replaces printf "%ld" format with JLONG_FORMAT macro defined in the same way as it is defined in the hotspot (src/hotspot//share/utilities/globalDefinitions.hpp and src/hotspot//share/utilities/globalDefinitions_gcc.hpp)
Bug: https://bugs.openjdk.java.net/browse/JDK-8203802 Webrev: http://cr.openjdk.java.net/~dtitov/8203802/webrev.01 Mach5 builds and hs-tier1-3, jdk-tier1-3 tests were completed successfully. Best regards, Daniil