src/share/vm/adlc/forms.cpp

changeset 1038
dbbe28fc66b5
parent 993
3b5ac9e7e6ea
child 1059
337400e7a5dd
     1.1 --- a/src/share/vm/adlc/forms.cpp	Thu Feb 26 16:57:21 2009 -0800
     1.2 +++ b/src/share/vm/adlc/forms.cpp	Fri Feb 27 03:35:40 2009 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1997-2008 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1997-2009 Sun Microsystems, Inc.  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 @@ -370,7 +370,7 @@
    1.11  }
    1.12  
    1.13  // Print out the dictionary contents as key-value pairs
    1.14 -static void dumpkey (const void* key)  { fprintf(stdout, "%s", key); }
    1.15 +static void dumpkey (const void* key)  { fprintf(stdout, "%s", (char*) key); }
    1.16  static void dumpform(const void* form) { fflush(stdout); ((Form*)form)->dump(); }
    1.17  
    1.18  void FormDict::dump() {

mercurial