Skip to content

Commit 62dad3a

Browse files
author
Kim Barrett
committed
8339351: Remove duplicate line in FileMapHeader::print
Reviewed-by: dholmes
1 parent 0e6bb51 commit 62dad3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hotspot/share/cds/filemap.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ void FileMapHeader::print(outputStream* st) {
268268
st->print_cr("- core_region_alignment: " SIZE_FORMAT, _core_region_alignment);
269269
st->print_cr("- obj_alignment: %d", _obj_alignment);
270270
st->print_cr("- narrow_oop_base: " INTPTR_FORMAT, p2i(_narrow_oop_base));
271-
st->print_cr("- narrow_oop_base: " INTPTR_FORMAT, p2i(_narrow_oop_base));
272271
st->print_cr("- narrow_oop_shift %d", _narrow_oop_shift);
273272
st->print_cr("- compact_strings: %d", _compact_strings);
274273
st->print_cr("- max_heap_size: " UINTX_FORMAT, _max_heap_size);

0 commit comments

Comments
 (0)