--- old/src/share/vm/classfile/moduleEntry.cpp 2016-06-27 12:31:48.826155267 +0900 +++ new/src/share/vm/classfile/moduleEntry.cpp 2016-06-27 12:31:48.689155511 +0900 @@ -375,7 +375,7 @@ 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()),