hotspot/src/share/vm/runtime/osThread.hpp
changeset 12377 ae6def2813e0
parent 10565 dc90c239f4ec
child 12765 3e1b42265329
--- a/hotspot/src/share/vm/runtime/osThread.hpp	Sun Apr 15 15:37:20 2012 -0700
+++ b/hotspot/src/share/vm/runtime/osThread.hpp	Tue Mar 06 12:36:59 2012 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -98,6 +98,7 @@
 
   // For java intrinsics:
   static ByteSize interrupted_offset()            { return byte_offset_of(OSThread, _interrupted); }
+  static ByteSize thread_id_offset()              { return byte_offset_of(OSThread, _thread_id); }
 
   // Platform dependent stuff
 #ifdef TARGET_OS_FAMILY_linux