< prev index next >

test/hotspot/jtreg/vmTestbase/gc/memory/Churn/Churn.README

Print this page
rev 59093 : [mq]: randomness-code_vmTestbase_gc

@@ -41,17 +41,15 @@
 
 CommandLine class -- parses command line args. Static class.
 --------------------------
 Usage:
 
-java Churn [-l numberOfLoops] [-t numberOfThreads] [-a sizeOfArray] [-m multiplier] [-f <run forever>] [-s seed]
+java Churn [-l numberOfLoops] [-t numberOfThreads] [-a sizeOfArray] [-m multiplier] [-f <run forever>]
 
 NOTE: the options can be passed in any order
 
 
-seed is the seed for the LocalRandom pseudo-random generator
-
 numberOfLoops is the number of iterations a test will go through.
 This defaults to 2000
 
 numberOfThreads is the number of threads activating and deactivating
 MemoryObjects. This deaults to 2.
< prev index next >