--- old/src/share/vm/runtime/os.hpp 2015-11-19 01:03:15.016237483 -0500 +++ new/src/share/vm/runtime/os.hpp 2015-11-19 01:03:13.484151287 -0500 @@ -666,12 +666,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.