hotspot/src/share/vm/services/virtualMemoryTracker.cpp
changeset 26144 35e11b657728
parent 25946 1572c9f03fb9
child 26145 d25ff5b0a56d
--- a/hotspot/src/share/vm/services/virtualMemoryTracker.cpp	Tue Aug 12 21:16:05 2014 -0400
+++ b/hotspot/src/share/vm/services/virtualMemoryTracker.cpp	Tue Aug 19 08:34:25 2014 -0400
@@ -167,7 +167,7 @@
           // higher part
           address high_base = addr + sz;
           size_t  high_size = top - high_base;
-          CommittedMemoryRegion high_rgn(high_base, high_size, emptyStack);
+          CommittedMemoryRegion high_rgn(high_base, high_size, NativeCallStack::EMPTY_STACK);
           return add_committed_region(high_rgn);
         } else {
           return false;