< prev index next >

hotspot/test/runtime/valhalla/valuetypes/MVTComboDebugTier1.java

Print this page




  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 package runtime.valhalla.valuetypes;
  26 /*
  27  * @test MVTComboDebugTier1
  28  * @summary Debug variant of value type layout testing (Xcomp taking too long with debug)
  29  * @requires (vm.debug == true)
  30  * @library /test/lib
  31  * @modules jdk.compiler/com.sun.tools.javac.api
  32  *          jdk.compiler/com.sun.tools.javac.code
  33  *          jdk.compiler/com.sun.tools.javac.comp
  34  *          jdk.compiler/com.sun.tools.javac.main
  35  *          jdk.compiler/com.sun.tools.javac.tree
  36  *          jdk.compiler/com.sun.tools.javac.util

  37  * @compile MVTCombo.java
  38  * @build jdk.test.lib.combo.ComboTestHelper
  39  * @run main/othervm -Xint -XX:+EnableMVT runtime.valhalla.valuetypes.MVTComboTier1 3
  40  * @run main/othervm -Xint -XX:+EnableMVT runtime.valhalla.valuetypes.MVTComboTier1 -reducetypes 6
  41  */
  42 public class MVTComboDebugTier1 {
  43 
  44     public static void main(String[] args) throws Throwable {
  45         MVTCombo.main(args);
  46     }
  47 
  48 }


  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 package runtime.valhalla.valuetypes;
  26 /*
  27  * @test MVTComboDebugTier1
  28  * @summary Debug variant of value type layout testing (Xcomp taking too long with debug)
  29  * @requires (vm.debug == true)
  30  * @library /test/lib
  31  * @modules jdk.compiler/com.sun.tools.javac.api
  32  *          jdk.compiler/com.sun.tools.javac.code
  33  *          jdk.compiler/com.sun.tools.javac.comp
  34  *          jdk.compiler/com.sun.tools.javac.main
  35  *          jdk.compiler/com.sun.tools.javac.tree
  36  *          jdk.compiler/com.sun.tools.javac.util
  37  *          jdk.incubator.mvt
  38  * @compile MVTCombo.java
  39  * @build jdk.test.lib.combo.ComboTestHelper
  40  * @run main/othervm -Xint -XX:+EnableMVT runtime.valhalla.valuetypes.MVTComboTier1 3
  41  * @run main/othervm -Xint -XX:+EnableMVT runtime.valhalla.valuetypes.MVTComboTier1 -reducetypes 6
  42  */
  43 public class MVTComboDebugTier1 {
  44 
  45     public static void main(String[] args) throws Throwable {
  46         MVTCombo.main(args);
  47     }
  48 
  49 }
< prev index next >