mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8254042: gtest/GTestWrapper.java failed os.test_random
Reviewed-by: dholmes, stuefe, kbarrett
This commit is contained in:
parent
962f7a3bae
commit
4db05e991b
7 changed files with 4 additions and 14 deletions
|
@ -2089,8 +2089,6 @@ void os::init(void) {
|
|||
|
||||
clock_tics_per_sec = CLK_TCK;
|
||||
|
||||
init_random(1234567);
|
||||
|
||||
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