src/share/vm/classfile/dictionary.hpp

changeset 5784
190899198332
parent 5100
43083e670adf
child 5865
aa6f2ea19d8f
     1.1 --- a/src/share/vm/classfile/dictionary.hpp	Wed Sep 25 17:47:51 2013 +0200
     1.2 +++ b/src/share/vm/classfile/dictionary.hpp	Thu Sep 26 10:25:02 2013 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -264,7 +264,7 @@
    1.11      }
    1.12      if (method_type() != NULL) {
    1.13        if (printed)  st->print(" and ");
    1.14 -      st->print(INTPTR_FORMAT, method_type());
    1.15 +      st->print(INTPTR_FORMAT, (void *)method_type());
    1.16        printed = true;
    1.17      }
    1.18      st->print_cr(printed ? "" : "(empty)");

mercurial