Current output:
```
[0x00007f96cc53c000 - 0x00007f96cc63c000] reserved and committed 1048576 for GC from
[0x00007f96cef944ac]ZPageTable::ZPageTable(ZPageAllocator*)+0x6c (allocation.inline.hpp:78)
[0x00007f96cef6db04]ZHeap::ZHeap()+0x64 (zHeap.cpp:61)
[0x00007f96cef61c10]ZCollectedHeap::ZCollectedHeap()+0x40 (allocation.hpp:127)
[0x00007f96cef4e2b5]ZArguments::create_heap()+0x25 (zArguments.cpp:237)
[0x00007f96cc53c000 - 0x00007f96cc63c000] committed 1048576 from
[0x00007f96cef944c8]ZPageTable::ZPageTable(ZPageAllocator*)+0x88 (zGranuleMap.inline.hpp:40)[0x00007f96cef6db04]ZHeap::ZHeap()+0x64 (zHeap.cpp:61)[0x00007f96cef61c10]ZCollectedHeap::ZCollectedHeap()+0x40 (allocation.hpp:127)[0x00007f96cef4e2b5]ZArguments::create_heap()+0x25 (zArguments.cpp:237)
```
Expected output:
```
[0x00007f2fa17dd000 - 0x00007f2fa18dd000] reserved and committed 1048576 for GC from
[0x00007f2fa42354ac]ZPageTable::ZPageTable(ZPageAllocator*)+0x6c (allocation.inline.hpp:78)
[0x00007f2fa420eb04]ZHeap::ZHeap()+0x64 (zHeap.cpp:61)
[0x00007f2fa4202c10]ZCollectedHeap::ZCollectedHeap()+0x40 (allocation.hpp:127)
[0x00007f2fa41ef2b5]ZArguments::create_heap()+0x25 (zArguments.cpp:237)
[0x00007f2fa17dd000 - 0x00007f2fa18dd000] committed 1048576 from
[0x00007f2fa42354c8]ZPageTable::ZPageTable(ZPageAllocator*)+0x88 (zGranuleMap.inline.hpp:40)
[0x00007f2fa420eb04]ZHeap::ZHeap()+0x64 (zHeap.cpp:61)
[0x00007f2fa4202c10]ZCollectedHeap::ZCollectedHeap()+0x40 (allocation.hpp:127)
[0x00007f2fa41ef2b5]ZArguments::create_heap()+0x25 (zArguments.cpp:237)
```
Output before
```
[0x00007fc14244a000 - 0x00007fc14254a000] reserved and committed 1048576 for GC from
[0x00007fc144ea1f8c]ZPageTable::ZPageTable(ZPageAllocator*)+0x6c
[0x00007fc144e7b5e4]ZHeap::ZHeap()+0x64
[0x00007fc144e6f6f0]ZCollectedHeap::ZCollectedHeap()+0x40
[0x00007fc144e5bd95]ZArguments::create_heap()+0x25
[0x00007fc14244a000 - 0x00007fc14254a000] committed 1048576 from
[0x00007fc144ea1fa8]ZPageTable::ZPageTable(ZPageAllocator*)+0x88
[0x00007fc144e7b5e4]ZHeap::ZHeap()+0x64
[0x00007fc144e6f6f0]ZCollectedHeap::ZCollectedHeap()+0x40
[0x00007fc144e5bd95]ZArguments::create_heap()+0x25
```
- relates to
-
JDK-8333994 NMT: call stacks should show source information
- Resolved