8227630: adjust format specifiers in loadlib_aix.cpp
authormbaesken
Fri, 12 Jul 2019 12:19:58 +0200
changeset 55683 b528b724b16d
parent 55682 70fab3a8ff02
child 55684 000138a6a4b3
8227630: adjust format specifiers in loadlib_aix.cpp Reviewed-by: mdoerr, shade
src/hotspot/os/aix/loadlib_aix.cpp
--- a/src/hotspot/os/aix/loadlib_aix.cpp	Tue Jul 16 07:29:12 2019 +0900
+++ b/src/hotspot/os/aix/loadlib_aix.cpp	Fri Jul 12 12:19:58 2019 +0200
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
- * Copyright (c) 2012, 2015 SAP SE. All rights reserved.
+ * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2019 SAP SE. 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
@@ -207,7 +207,7 @@
     }
   }
 
-  trcVerbose("loadquery buffer size is %llu.", buflen);
+  trcVerbose("loadquery buffer size is " SIZE_FORMAT ".", buflen);
 
   // Iterate over the loadquery result. For details see sys/ldr.h on AIX.
   ldi = (struct ld_info*) buffer;
@@ -264,7 +264,7 @@
       e->info.is_in_vm = true;
     }
 
-    trcVerbose("entry: %p %llu, %p %llu, %s %s %s, %d",
+    trcVerbose("entry: %p " SIZE_FORMAT ", %p " SIZE_FORMAT ", %s %s %s, %d",
       e->info.text, e->info.text_len,
       e->info.data, e->info.data_len,
       e->info.path, e->info.shortname,