test/hotspot/jtreg/gc/g1/TestParallelAlwaysPreTouch.java
changeset 48883 0f1be3c7b6b2
parent 47216 71c04702a3d5
child 53523 4c5184c56dc2
--- a/test/hotspot/jtreg/gc/g1/TestParallelAlwaysPreTouch.java	Wed Feb 07 21:53:38 2018 +0000
+++ b/test/hotspot/jtreg/gc/g1/TestParallelAlwaysPreTouch.java	Thu Feb 08 08:38:42 2018 -0800
@@ -23,13 +23,12 @@
 
 /*
  * @test
+ * @key gc regression
  * @bug 8169703
  * @summary Regression test to ensure AlwaysPreTouch with multiple threads works at mutator time.
  * Allocates a few humongous objects that will be allocated by expanding the heap, causing concurrent parallel
  * pre-touch.
  * @requires vm.gc.G1
- * @key gc
- * @key regression
  * @run main/othervm -XX:+UseG1GC -Xms10M -Xmx100m -XX:G1HeapRegionSize=1M -XX:+AlwaysPreTouch -XX:PreTouchParallelChunkSize=512k -Xlog:gc+ergo+heap=debug,gc+heap=debug,gc=debug TestParallelAlwaysPreTouch
  */