8243430: use reproducible random in :vmTestbase_vm_gc

Reviewed-by: kbarrett, lmesnik, tschatzl
This commit is contained in:
Igor Ignatyev 2020-06-02 13:04:21 -07:00
parent 0366f6bf45
commit f2cd6d6a10
232 changed files with 490 additions and 546 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -23,7 +23,7 @@
/*
* @test
* @key stress gc
* @key stress gc randomness
*
* @summary converted from VM Testbase gc/hashcode/HashCodeTestPC.
* VM Testbase keywords: [gc, stress, stressopt, nonconcurrent, jrockit]