hotspot/src/share/vm/runtime/os.hpp
changeset 34633 2a6c7c7b30a7
parent 34621 7676bec20997
child 35071 a0910b1d3e0d
--- a/hotspot/src/share/vm/runtime/os.hpp	Fri Dec 04 04:29:31 2015 +0000
+++ b/hotspot/src/share/vm/runtime/os.hpp	Fri Dec 04 04:06:37 2015 -0500
@@ -670,12 +670,6 @@
   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.