src/cpu/x86/vm/macroAssembler_x86.hpp

changeset 8997
f8a45a60bc6b
parent 8877
f04097176542
child 9041
95a08233f46c
child 9669
32bc598624bd
     1.1 --- a/src/cpu/x86/vm/macroAssembler_x86.hpp	Tue Aug 08 12:02:01 2017 +0100
     1.2 +++ b/src/cpu/x86/vm/macroAssembler_x86.hpp	Fri Sep 29 14:30:05 2017 -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, 2017, 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 @@ -525,7 +525,8 @@
    1.11                                 RegisterOrConstant itable_index,
    1.12                                 Register method_result,
    1.13                                 Register scan_temp,
    1.14 -                               Label& no_such_interface);
    1.15 +                               Label& no_such_interface,
    1.16 +                               bool return_method = true);
    1.17  
    1.18    // virtual method calling
    1.19    void lookup_virtual_method(Register recv_klass,

mercurial