8160356: invalid suffix on literal warning is occurred with GCC 6

Add whitespace separation

Reviewed-by: kbarrett, kvn
This commit is contained in:
Yasumasa Suenaga 2016-06-30 19:16:14 -04:00 committed by Kim Barrett
parent cc6f87129a
commit 8ea7496925
3 changed files with 5 additions and 5 deletions

View file

@ -413,7 +413,7 @@ void ModuleEntryTable::print(outputStream* st) {
void ModuleEntry::print(outputStream* st) {
ResourceMark rm;
st->print_cr("entry "PTR_FORMAT" name %s module "PTR_FORMAT" loader %s version %s location %s strict %s next "PTR_FORMAT,
st->print_cr("entry " PTR_FORMAT " name %s module " PTR_FORMAT " loader %s version %s location %s strict %s next " PTR_FORMAT,
p2i(this),
name() == NULL ? UNNAMED_MODULE : name()->as_C_string(),
p2i(module()),