< prev index next >

test/hotspot/jtreg/vmTestbase/gc/gctests/gctest03/gctest03.java

Print this page
rev 59093 : [mq]: randomness-code_vmTestbase_gc
rev 59094 : imported patch randomness-keyword_vmTestbase_gc
rev 59095 : imported patch 8243430.00

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2002, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 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
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -34,11 +34,11 @@
  */
 
 
 /*
  * @test
- * @key gc
+ * @key gc randomness
  *
  * @summary converted from VM Testbase gc/gctests/gctest03.
  * VM Testbase keywords: [gc]
  *
  * @library /vmTestbase

@@ -56,12 +56,10 @@
 import nsk.share.TestBug;
 
 //import Tree;
 //import Redthread;
 //import Bluethread;
-//import LocalRandom;
-import java.util.Random;
 
 public class gctest03 extends TestBase {
         private String[] args;
 
         public gctest03(String[] args) {
< prev index next >