test/hotspot/jtreg/applications/ctw/modules/java_base.java
changeset 49881 29419b836244
parent 47766 bfba73a06c8c
child 52427 3c6aa484536c
--- a/test/hotspot/jtreg/applications/ctw/modules/java_base.java	Tue Apr 24 20:25:48 2018 -0700
+++ b/test/hotspot/jtreg/applications/ctw/modules/java_base.java	Tue Apr 24 21:40:10 2018 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2017, 2018, 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
- * @summary run CTW for all classes from java.base module
+ * @summary run CTW for some classes from java.base module
  *
  * @library /test/lib / /testlibrary/ctw/src
  * @modules java.base/jdk.internal.jimage
@@ -34,5 +34,5 @@
  * @build sun.hotspot.WhiteBox
  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
- * @run main/timeout=7200 sun.hotspot.tools.ctw.CtwRunner modules:java.base
+ * @run main/timeout=7200 sun.hotspot.tools.ctw.CtwRunner modules:java.base 0% 50%
  */