Integrated: 8254042: gtest/GTestWrapper.java failed os.test_random

Coleen Phillimore coleenp at openjdk.java.net
Mon Nov 30 12:54:17 UTC 2020


On Tue, 24 Nov 2020 23:38:52 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> The function os::init_random() and os::random() both set the _rand_seed. This test thinks nothing can change the seed while it is computing its expected value.
> I changed the test to run in a VM operation safepoint.  Alternately, I can change the test to not verify the random value computed in the loop, or remove the test.
> Ran tier1 tests on linux-x64 and windows-x64.

This pull request has now been integrated.

Changeset: 4db05e99
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/4db05e99
Stats:     15 lines in 7 files changed: 1 ins; 11 del; 3 mod

8254042: gtest/GTestWrapper.java failed os.test_random

Reviewed-by: dholmes, stuefe, kbarrett

-------------

PR: https://git.openjdk.java.net/jdk/pull/1422


More information about the hotspot-dev mailing list