src/cpu/x86/vm/vtableStubs_x86_32.cpp

changeset 6680
78bbf4d43a14
parent 6198
55fb97c4c58d
child 6876
710a3c8b516e
child 8997
f8a45a60bc6b
     1.1 --- a/src/cpu/x86/vm/vtableStubs_x86_32.cpp	Thu May 15 18:23:26 2014 -0400
     1.2 +++ b/src/cpu/x86/vm/vtableStubs_x86_32.cpp	Thu May 22 15:52:41 2014 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2014, 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 @@ -118,7 +118,7 @@
    1.11  
    1.12    if (PrintMiscellaneous && (WizardMode || Verbose)) {
    1.13      tty->print_cr("vtable #%d at "PTR_FORMAT"[%d] left over: %d",
    1.14 -                  vtable_index, s->entry_point(),
    1.15 +                  vtable_index, p2i(s->entry_point()),
    1.16                    (int)(s->code_end() - s->entry_point()),
    1.17                    (int)(s->code_end() - __ pc()));
    1.18    }
    1.19 @@ -199,7 +199,7 @@
    1.20  
    1.21    if (PrintMiscellaneous && (WizardMode || Verbose)) {
    1.22      tty->print_cr("itable #%d at "PTR_FORMAT"[%d] left over: %d",
    1.23 -                  itable_index, s->entry_point(),
    1.24 +                  itable_index, p2i(s->entry_point()),
    1.25                    (int)(s->code_end() - s->entry_point()),
    1.26                    (int)(s->code_end() - __ pc()));
    1.27    }

mercurial