src/share/vm/runtime/frame.inline.hpp

changeset 4037
da91efe96a93
parent 2708
1d1603768966
child 5237
f2110083203d
     1.1 --- a/src/share/vm/runtime/frame.inline.hpp	Fri Aug 31 16:39:35 2012 -0700
     1.2 +++ b/src/share/vm/runtime/frame.inline.hpp	Sat Sep 01 13:25:18 2012 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2012, 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 @@ -28,7 +28,7 @@
    1.11  #include "interpreter/bytecodeInterpreter.hpp"
    1.12  #include "interpreter/bytecodeInterpreter.inline.hpp"
    1.13  #include "interpreter/interpreter.hpp"
    1.14 -#include "oops/methodOop.hpp"
    1.15 +#include "oops/method.hpp"
    1.16  #include "runtime/frame.hpp"
    1.17  #include "runtime/signature.hpp"
    1.18  #ifdef TARGET_ARCH_x86
    1.19 @@ -58,7 +58,7 @@
    1.20  // This file holds platform-independent bodies of inline functions for frames.
    1.21  
    1.22  // Note: The bcx usually contains the bcp; however during GC it contains the bci
    1.23 -//       (changed by gc_prologue() and gc_epilogue()) to be methodOop position
    1.24 +//       (changed by gc_prologue() and gc_epilogue()) to be Method* position
    1.25  //       independent. These accessors make sure the correct value is returned
    1.26  //       by testing the range of the bcx value. bcp's are guaranteed to be above
    1.27  //       max_method_code_size, since methods are always allocated in OldSpace and

mercurial