src/hotspot/os/windows/perfMemory_windows.cpp
changeset 48865 53427ddce0a0
parent 47216 71c04702a3d5
child 50080 6fd9fbefd2b4
--- a/src/hotspot/os/windows/perfMemory_windows.cpp	Mon Feb 05 08:08:01 2018 +0100
+++ b/src/hotspot/os/windows/perfMemory_windows.cpp	Mon Feb 05 13:23:26 2018 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -1840,7 +1840,7 @@
 
   if (MemTracker::tracking_level() > NMT_minimal) {
     // it does not go through os api, the operation has to record from here
-    Tracker tkr = MemTracker::get_virtual_memory_release_tracker();
+    Tracker tkr(Tracker::release);
     remove_file_mapping(addr);
     tkr.record((address)addr, bytes);
   } else {