mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +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
|
@ -4394,8 +4394,6 @@ void os::init(void) {
|
|||
|
||||
clock_tics_per_sec = sysconf(_SC_CLK_TCK);
|
||||
|
||||
init_random(1234567);
|
||||
|
||||
Linux::set_page_size(sysconf(_SC_PAGESIZE));
|
||||
if (Linux::page_size() == -1) {
|
||||
fatal("os_linux.cpp: os::init: sysconf failed (%s)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue