8202672: Build failed in metaspace.cpp with VS2017
Add whitespace between string and identifier. Reviewed-by: dcubed, erikj
This commit is contained in:
parent
42c3c3b5f7
commit
a313d5961a
@ -4131,7 +4131,7 @@ void MetaspaceUtils::print_report(outputStream* out, size_t scale, int flags) {
|
||||
cl._stats_total.class_sm_stats().free_blocks_cap_words();
|
||||
out->print("Deallocated from chunks in use: ");
|
||||
print_scaled_words_and_percentage(out, free_blocks_cap_words, committed_words, scale, 6);
|
||||
out->print(" ("UINTX_FORMAT " blocks)", free_blocks_num);
|
||||
out->print(" (" UINTX_FORMAT " blocks)", free_blocks_num);
|
||||
out->cr();
|
||||
|
||||
// Print total waste.
|
||||
|
Loading…
x
Reference in New Issue
Block a user