mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8187040: ThreadCritical crashes on Solaris if used between os::init and os::init_2
Reviewed-by: dholmes, stuefe
This commit is contained in:
parent
7a446900da
commit
04b79fa8f3
11 changed files with 8 additions and 54 deletions
|
@ -3353,8 +3353,6 @@ void os::init(void) {
|
|||
|
||||
init_random(1234567);
|
||||
|
||||
ThreadCritical::initialize();
|
||||
|
||||
Bsd::set_page_size(getpagesize());
|
||||
if (Bsd::page_size() == -1) {
|
||||
fatal("os_bsd.cpp: os::init: sysconf failed (%s)", os::strerror(errno));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue