hotspot/src/share/vm/classfile/dictionary.hpp
changeset 20282 7f9cbdf89af2
parent 17373 7d8bb2a8787e
child 20408 ca559663042f
--- a/hotspot/src/share/vm/classfile/dictionary.hpp	Wed Sep 25 17:47:51 2013 +0200
+++ b/hotspot/src/share/vm/classfile/dictionary.hpp	Thu Sep 26 10:25:02 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 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
@@ -264,7 +264,7 @@
     }
     if (method_type() != NULL) {
       if (printed)  st->print(" and ");
-      st->print(INTPTR_FORMAT, method_type());
+      st->print(INTPTR_FORMAT, (void *)method_type());
       printed = true;
     }
     st->print_cr(printed ? "" : "(empty)");