src/share/vm/runtime/osThread.hpp

changeset 3709
0105f367a14c
parent 3156
f08d439fab8c
child 3796
960a442eae91
     1.1 --- a/src/share/vm/runtime/osThread.hpp	Sun Apr 15 15:37:20 2012 -0700
     1.2 +++ b/src/share/vm/runtime/osThread.hpp	Tue Mar 06 12:36:59 2012 +0100
     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 @@ -98,6 +98,7 @@
    1.11  
    1.12    // For java intrinsics:
    1.13    static ByteSize interrupted_offset()            { return byte_offset_of(OSThread, _interrupted); }
    1.14 +  static ByteSize thread_id_offset()              { return byte_offset_of(OSThread, _thread_id); }
    1.15  
    1.16    // Platform dependent stuff
    1.17  #ifdef TARGET_OS_FAMILY_linux

mercurial