src/hotspot/share/runtime/perfMemory.cpp
changeset 50080 6fd9fbefd2b4
parent 47765 b7c7428eaab9
child 50429 83aec1d357d4
--- a/src/hotspot/share/runtime/perfMemory.cpp	Thu May 10 16:39:50 2018 -0700
+++ b/src/hotspot/share/runtime/perfMemory.cpp	Fri May 11 09:40:23 2018 +0900
@@ -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
@@ -98,7 +98,7 @@
 
   log_debug(perf, memops)("PerfDataMemorySize = " SIZE_FORMAT ","
                           " os::vm_allocation_granularity = %d,"
-                          " adjusted size = " SIZE_FORMAT "\n",
+                          " adjusted size = " SIZE_FORMAT,
                           PerfDataMemorySize,
                           os::vm_allocation_granularity(),
                           capacity);
@@ -127,7 +127,7 @@
     // the PerfMemory region was created as expected.
 
     log_debug(perf, memops)("PerfMemory created: address = " INTPTR_FORMAT ","
-                            " size = " SIZE_FORMAT "\n",
+                            " size = " SIZE_FORMAT,
                             p2i(_start),
                             _capacity);