hotspot/src/share/vm/classfile/symbolTable.cpp
changeset 20282 7f9cbdf89af2
parent 20053 a12bd7991794
child 20283 ddf704c33210
--- a/hotspot/src/share/vm/classfile/symbolTable.cpp	Wed Sep 25 17:47:51 2013 +0200
+++ b/hotspot/src/share/vm/classfile/symbolTable.cpp	Thu Sep 26 10:25:02 2013 -0400
@@ -840,7 +840,7 @@
   if (str1 == str2) {
     tty->print_cr("ERROR: identical oop values (0x" PTR_FORMAT ") "
                   "in entry @ bucket[%d][%d] and entry @ bucket[%d][%d]",
-                  str1, bkt1, e_cnt1, bkt2, e_cnt2);
+                  (void *)str1, bkt1, e_cnt1, bkt2, e_cnt2);
     return _verify_fail_continue;
   }