diff -r bf3518bba285 -r 2a6c7c7b30a7 hotspot/src/share/vm/runtime/os.hpp --- 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.