Details
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135668 | emb-9 | David Holmes | P4 | Resolved | Fixed | team |
Description
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.
Attachments
Issue Links
- 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
-