< prev index next >

src/hotspot/os/windows/perfMemory_windows.cpp

Print this page

        

@@ -1695,11 +1695,11 @@
   // File mapping object can be closed at this time without
   // invalidating the mapped view of the file
   CloseHandle(fmh);
 
   log_debug(perf, memops)("mapped " SIZE_FORMAT " bytes for vmid %d at "
-                          INTPTR_FORMAT "\n", size, vmid, mapAddress);
+                          INTPTR_FORMAT, size, vmid, mapAddress);
 }
 
 // this method unmaps the the mapped view of the the
 // file mapping object.
 //
< prev index next >