-
Bug
-
Resolution: Fixed
-
P2
-
repo-valhalla
-
x86
-
linux
/scratch/opt/jprt/T/P1/123754.tobias/s/hotspot/src/share/vm/runtime/thread.cpp: In member function 'void JavaThread::print_vt_buffer_stats_on(outputStream*) const':
/scratch/opt/jprt/T/P1/123754.tobias/s/hotspot/src/share/vm/runtime/thread.cpp:865:78: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'jlong {aka long long int}' [-Werror=format=]
st->print_cr("\tMemory buffered : %ld", vtchunk_total_memory_buffered());
/scratch/opt/jprt/T/P1/123754.tobias/s/hotspot/src/share/vm/runtime/thread.cpp:865:78: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'jlong {aka long long int}' [-Werror=format=]
st->print_cr("\tMemory buffered : %ld", vtchunk_total_memory_buffered());