22 lines
1012 B
Diff
22 lines
1012 B
Diff
|
|
Subject: Backport of 8339351: Remove duplicate line in FileMapHeader::print
|
||
|
|
|
||
|
|
---
|
||
|
|
src/hotspot/share/cds/filemap.cpp | 1 -
|
||
|
|
1 file changed, 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/src/hotspot/share/cds/filemap.cpp b/src/hotspot/share/cds/filemap.cpp
|
||
|
|
index fa981d38c..106c14bfc 100644
|
||
|
|
--- a/src/hotspot/share/cds/filemap.cpp
|
||
|
|
+++ b/src/hotspot/share/cds/filemap.cpp
|
||
|
|
@@ -287,7 +287,6 @@ void FileMapHeader::print(outputStream* st) {
|
||
|
|
st->print_cr("- core_region_alignment: " SIZE_FORMAT, _core_region_alignment);
|
||
|
|
st->print_cr("- obj_alignment: %d", _obj_alignment);
|
||
|
|
st->print_cr("- narrow_oop_base: " INTPTR_FORMAT, p2i(_narrow_oop_base));
|
||
|
|
- st->print_cr("- narrow_oop_base: " INTPTR_FORMAT, p2i(_narrow_oop_base));
|
||
|
|
st->print_cr("- narrow_oop_shift %d", _narrow_oop_shift);
|
||
|
|
st->print_cr("- compact_strings: %d", _compact_strings);
|
||
|
|
st->print_cr("- max_heap_size: " UINTX_FORMAT, _max_heap_size);
|
||
|
|
--
|
||
|
|
2.33.0
|
||
|
|
|