src/cpu/x86/vm/interpreter_x86.hpp

changeset 2552
638119ce7cfd
parent 2314
f95d63e2154a
child 2895
167b70ff3abc
     1.1 --- a/src/cpu/x86/vm/interpreter_x86.hpp	Mon Jan 31 17:48:21 2011 -0800
     1.2 +++ b/src/cpu/x86/vm/interpreter_x86.hpp	Tue Feb 01 03:38:44 2011 -0800
     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 @@ -26,14 +26,6 @@
    1.11  #define CPU_X86_VM_INTERPRETER_X86_HPP
    1.12  
    1.13   public:
    1.14 -
    1.15 -  // Sentinel placed in the code for interpreter returns so
    1.16 -  // that i2c adapters and osr code can recognize an interpreter
    1.17 -  // return address and convert the return to a specialized
    1.18 -  // block of code to handle compiedl return values and cleaning
    1.19 -  // the fpu stack.
    1.20 -  static const int return_sentinel;
    1.21 -
    1.22    static Address::ScaleFactor stackElementScale() { return Address::times_4; }
    1.23  
    1.24    // Offset from rsp (which points to the last stack element)

mercurial