changeset 32080 | 9d2ace436482 |
parent 31377 | 229b4eb67c2b |
child 34145 | f8097485b483 |
--- a/hotspot/src/os/linux/vm/os_linux.hpp Mon Aug 03 11:12:57 2015 +0200 +++ b/hotspot/src/os/linux/vm/os_linux.hpp Mon Aug 03 16:54:08 2015 -0400 @@ -83,8 +83,6 @@ static void set_glibc_version(const char *s) { _glibc_version = s; } static void set_libpthread_version(const char *s) { _libpthread_version = s; } - static bool supports_variable_stack_size(); - static void rebuild_cpu_to_node_map(); static GrowableArray<int>* cpu_to_node() { return _cpu_to_node; }