hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp
changeset 15228 e92acc84ade3
parent 13925 37f75ba502b1
child 23506 9b98355e9060
--- a/hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp	Wed Jan 16 16:30:04 2013 +0100
+++ b/hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp	Thu Jan 17 10:25:16 2013 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2013, 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
@@ -96,7 +96,7 @@
 
     if (PrintTenuringDistribution) {
       gclog_or_tty->cr();
-      gclog_or_tty->print_cr("Desired survivor size %ld bytes, new threshold %u (max %u)",
+      gclog_or_tty->print_cr("Desired survivor size " SIZE_FORMAT " bytes, new threshold %u (max %u)",
         desired_survivor_size*oopSize, result, MaxTenuringThreshold);
     }