< prev index next >

src/share/vm/classfile/moduleEntry.cpp

Print this page

        

@@ -373,11 +373,11 @@
   }
 }
 
 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()),
                loader()->loader_name(),
                version() != NULL ? version()->as_C_string() : "NULL",
< prev index next >