In jvmciCodeInstaller_sparc.cpp:CodeInstaller::pd_patch_MetaspaceConstant there are a couple of calls to TRACE_jvmci_3 in which the format specifier does not match the corresponding arguments. Specifically, %p is used to print a narrowKlass and in general, the rest of the file uses PTR_FORMAT + p2i to print pointers, so these two calls probably should too.