changeset 27164 | 6523fa019ffa |
parent 26684 | d1221849ea3d |
child 29573 | 2d800e5d575f |
--- a/hotspot/src/os/linux/vm/os_linux.hpp Fri Oct 10 21:47:04 2014 +0000 +++ b/hotspot/src/os/linux/vm/os_linux.hpp Mon Oct 13 22:11:39 2014 +0200 @@ -55,6 +55,7 @@ static int (*_clock_gettime)(clockid_t, struct timespec *); static int (*_pthread_getcpuclockid)(pthread_t, clockid_t *); + static int (*_pthread_setname_np)(pthread_t, const char*); static address _initial_thread_stack_bottom; static uintptr_t _initial_thread_stack_size;