src/cpu/x86/vm/interp_masm_x86_32.hpp

changeset 2868
2e038ad0c1d0
parent 2314
f95d63e2154a
child 3050
fdb992d83a87
     1.1 --- a/src/cpu/x86/vm/interp_masm_x86_32.hpp	Mon May 02 10:51:36 2011 -0700
     1.2 +++ b/src/cpu/x86/vm/interp_masm_x86_32.hpp	Mon May 02 18:53:37 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2011, 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 @@ -124,12 +124,6 @@
    1.11    void load_ptr(int n, Register val);
    1.12    void store_ptr(int n, Register val);
    1.13  
    1.14 -  // Super call_VM calls - correspond to MacroAssembler::call_VM(_leaf) calls
    1.15 -  void super_call_VM_leaf(address entry_point);
    1.16 -  void super_call_VM_leaf(address entry_point, Register arg_1);
    1.17 -  void super_call_VM_leaf(address entry_point, Register arg_1, Register arg_2);
    1.18 -  void super_call_VM_leaf(address entry_point, Register arg_1, Register arg_2, Register arg_3);
    1.19 -
    1.20    // Generate a subtype check: branch to ok_is_subtype if sub_klass is
    1.21    // a subtype of super_klass.  EAX holds the super_klass.  Blows ECX
    1.22    // and EDI.  Register sub_klass cannot be any of the above.

mercurial