mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8080298: Clean up os::...::supports_variable_stack_size()
Reviewed-by: kbarrett, simonis, stuefe, coleenp
This commit is contained in:
parent
2bf01467e3
commit
8dfd822c41
14 changed files with 77 additions and 123 deletions
|
@ -83,8 +83,6 @@ class Linux {
|
|||
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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue