src/os_cpu/linux_zero/vm/thread_linux_zero.hpp

changeset 1867
6cfbdb113e52
parent 1860
0c5b3cf3c1f5
child 1907
c18cbe5936b8
     1.1 --- a/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp	Thu May 06 02:09:18 2010 -0700
     1.2 +++ b/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp	Fri May 07 04:20:56 2010 -0700
     1.3 @@ -89,6 +89,12 @@
     1.4    }
     1.5  
     1.6   public:
     1.7 +  static ByteSize last_Java_fp_offset() {
     1.8 +    return byte_offset_of(JavaThread, _anchor) +
     1.9 +      JavaFrameAnchor::last_Java_fp_offset();
    1.10 +  }
    1.11 +
    1.12 + public:
    1.13    // Check for pending suspend requests and pending asynchronous
    1.14    // exceptions.  There are separate accessors for these, but
    1.15    // _suspend_flags is volatile so using them would be unsafe.

mercurial