src/cpu/x86/vm/methodHandles_x86.cpp

changeset 5784
190899198332
parent 4889
cc32ccaaf47f
child 5802
268e7a2178d7
     1.1 --- a/src/cpu/x86/vm/methodHandles_x86.cpp	Wed Sep 25 17:47:51 2013 +0200
     1.2 +++ b/src/cpu/x86/vm/methodHandles_x86.cpp	Thu Sep 26 10:25:02 2013 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 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 @@ -475,7 +475,7 @@
    1.11    const char* mh_reg_name = has_mh ? "rcx_mh" : "rcx";
    1.12    tty->print_cr("MH %s %s="PTR_FORMAT" sp="PTR_FORMAT,
    1.13                  adaptername, mh_reg_name,
    1.14 -                mh, entry_sp);
    1.15 +                (void *)mh, entry_sp);
    1.16  
    1.17    if (Verbose) {
    1.18      tty->print_cr("Registers:");

mercurial