Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135668 | emb-9 | David Holmes | P4 | Resolved | Fixed | team |
os::<os>::supports_variable_stack_size() is used to indicate whether the underlying thread implementation supports setting individual stack sizes for thread stacks (e.g. via pthread_attr_setstacksize()).
All our platforms support this (the only one which didn't was the old LinuxThreads implementation which preceeded NPTL). So, this function can be removed.
All our platforms support this (the only one which didn't was the old LinuxThreads implementation which preceeded NPTL). So, this function can be removed.
- backported by
-
JDK-8135668 Clean up os::...::supports_variable_stack_size()
-
- Resolved
-
- relates to
-
JDK-8078513 [linux] Clean up code relevant to LinuxThreads implementation.
-
- Resolved
-