< prev index next >

test/hotspot/jtreg/applications/ctw/modules/jdk_localedata_2.java

Print this page
rev 57932 : 8238591: CTW: Split applications/ctw/modules/jdk_localedata.java
Reviewed-by: XXX

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2017, 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.

@@ -21,11 +21,11 @@
  * questions.
  */
 
 /*
  * @test
- * @summary run CTW for all classes from jdk.localedata module
+ * @summary run CTW for some classes from jdk.localedata module
  *
  * @library /test/lib / /testlibrary/ctw/src
  * @modules java.base/jdk.internal.access
  *          java.base/jdk.internal.jimage
  *          java.base/jdk.internal.misc

@@ -33,7 +33,7 @@
  * @modules jdk.localedata
  *
  * @build sun.hotspot.WhiteBox
  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
- * @run driver/timeout=7200 sun.hotspot.tools.ctw.CtwRunner modules:jdk.localedata
+ * @run driver/timeout=7200 sun.hotspot.tools.ctw.CtwRunner modules:jdk.localedata 50% 100%
  */
< prev index next >