# HG changeset patch # User pliden # Date 1570092999 -7200 # Node ID ca80b8395923f0edd75727a285a02e32d0815efa # Parent 61437e06602af3ef6712ae4455ad9bf3edac983c 8231776: ZGC: Fix incorrect address space description Reviewed-by: eosterlund diff -r 61437e06602a -r ca80b8395923 src/hotspot/cpu/aarch64/gc/z/zGlobals_aarch64.cpp --- a/src/hotspot/cpu/aarch64/gc/z/zGlobals_aarch64.cpp Thu Oct 03 10:54:18 2019 +0200 +++ b/src/hotspot/cpu/aarch64/gc/z/zGlobals_aarch64.cpp Thu Oct 03 10:56:39 2019 +0200 @@ -40,7 +40,7 @@ // +--------------------------------+ 0x0000014000000000 (20TB) // | Remapped View | // +--------------------------------+ 0x0000010000000000 (16TB) -// | (Reserved, but unused) | +// . . // +--------------------------------+ 0x00000c0000000000 (12TB) // | Marked1 View | // +--------------------------------+ 0x0000080000000000 (8TB) @@ -75,7 +75,7 @@ // +--------------------------------+ 0x0000280000000000 (40TB) // | Remapped View | // +--------------------------------+ 0x0000200000000000 (32TB) -// | (Reserved, but unused) | +// . . // +--------------------------------+ 0x0000180000000000 (24TB) // | Marked1 View | // +--------------------------------+ 0x0000100000000000 (16TB) @@ -110,7 +110,7 @@ // +--------------------------------+ 0x0000500000000000 (80TB) // | Remapped View | // +--------------------------------+ 0x0000400000000000 (64TB) -// | (Reserved, but unused) | +// . . // +--------------------------------+ 0x0000300000000000 (48TB) // | Marked1 View | // +--------------------------------+ 0x0000200000000000 (32TB) diff -r 61437e06602a -r ca80b8395923 src/hotspot/cpu/x86/gc/z/zGlobals_x86.cpp --- a/src/hotspot/cpu/x86/gc/z/zGlobals_x86.cpp Thu Oct 03 10:54:18 2019 +0200 +++ b/src/hotspot/cpu/x86/gc/z/zGlobals_x86.cpp Thu Oct 03 10:56:39 2019 +0200 @@ -40,7 +40,7 @@ // +--------------------------------+ 0x0000014000000000 (20TB) // | Remapped View | // +--------------------------------+ 0x0000010000000000 (16TB) -// | (Reserved, but unused) | +// . . // +--------------------------------+ 0x00000c0000000000 (12TB) // | Marked1 View | // +--------------------------------+ 0x0000080000000000 (8TB) @@ -75,7 +75,7 @@ // +--------------------------------+ 0x0000280000000000 (40TB) // | Remapped View | // +--------------------------------+ 0x0000200000000000 (32TB) -// | (Reserved, but unused) | +// . . // +--------------------------------+ 0x0000180000000000 (24TB) // | Marked1 View | // +--------------------------------+ 0x0000100000000000 (16TB) @@ -110,7 +110,7 @@ // +--------------------------------+ 0x0000500000000000 (80TB) // | Remapped View | // +--------------------------------+ 0x0000400000000000 (64TB) -// | (Reserved, but unused) | +// . . // +--------------------------------+ 0x0000300000000000 (48TB) // | Marked1 View | // +--------------------------------+ 0x0000200000000000 (32TB)