< prev index next >

src/share/vm/runtime/os.hpp

Print this page

        

@@ -664,16 +664,10 @@
   // IO operations on binary files
   static int create_binary_file(const char* path, bool rewrite_existing);
   static jlong current_file_offset(int fd);
   static jlong seek_to_file_offset(int fd, jlong offset);
 
-  // Thread Local Storage
-  static int   allocate_thread_local_storage();
-  static void  thread_local_storage_at_put(int index, void* value);
-  static void* thread_local_storage_at(int index);
-  static void  free_thread_local_storage(int index);
-
   // Retrieve native stack frames.
   // Parameter:
   //   stack:  an array to storage stack pointers.
   //   frames: size of above array.
   //   toSkip: number of stack frames to skip at the beginning.
< prev index next >