22 lines
1000 B
Diff
22 lines
1000 B
Diff
Subject: 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 7d12e1aca..023c0762a 100644
|
|
--- a/src/hotspot/share/cds/filemap.cpp
|
|
+++ b/src/hotspot/share/cds/filemap.cpp
|
|
@@ -278,7 +278,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
|
|
|