src/share/vm/gc_implementation/parallelScavenge/psScavenge.inline.hpp

changeset 5784
190899198332
parent 5202
47bdfb3d010f
child 6680
78bbf4d43a14
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/psScavenge.inline.hpp	Wed Sep 25 17:47:51 2013 +0200
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/psScavenge.inline.hpp	Thu Sep 26 10:25:02 2013 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2002, 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 @@ -81,7 +81,7 @@
    1.11    if (TraceScavenge &&  o->is_forwarded()) {
    1.12      gclog_or_tty->print_cr("{%s %s " PTR_FORMAT " -> " PTR_FORMAT " (%d)}",
    1.13         "forwarding",
    1.14 -       new_obj->klass()->internal_name(), o, new_obj, new_obj->size());
    1.15 +       new_obj->klass()->internal_name(), (void *)o, (void *)new_obj, new_obj->size());
    1.16    }
    1.17  #endif
    1.18  

mercurial