src/cpu/x86/vm/interpreter_x86_32.cpp

changeset 2552
638119ce7cfd
parent 2314
f95d63e2154a
child 2639
8033953d67ff
     1.1 --- a/src/cpu/x86/vm/interpreter_x86_32.cpp	Mon Jan 31 17:48:21 2011 -0800
     1.2 +++ b/src/cpu/x86/vm/interpreter_x86_32.cpp	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 @@ -51,9 +51,6 @@
    1.11  
    1.12  #define __ _masm->
    1.13  
    1.14 -// Initialize the sentinel used to distinguish an interpreter return address.
    1.15 -const int Interpreter::return_sentinel = 0xfeedbeed;
    1.16 -
    1.17  //------------------------------------------------------------------------------------------------------------------------
    1.18  
    1.19  address AbstractInterpreterGenerator::generate_slow_signature_handler() {

mercurial