--- old/src/share/vm/services/classLoadingService.cpp 2017-08-07 12:19:59.865344184 +0200 +++ new/src/share/vm/services/classLoadingService.cpp 2017-08-07 12:19:59.752345628 +0200 @@ -53,7 +53,7 @@ len = name->utf8_length(); \ } \ HOTSPOT_CLASS_##type( /* type = unloaded, loaded */ \ - data, len, (clss)->class_loader(), (shared)); \ + data, len, (void*)(clss)->class_loader(), (shared)); \ } #else // ndef DTRACE_ENABLED