8268543: some runtime/verifier tests should be run in driver mode

Reviewed-by: hseigel
This commit is contained in:
Igor Ignatyev 2021-06-10 12:29:44 +00:00
parent 09243822eb
commit 6b6ff5360a
3 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2021, 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
@ -37,7 +37,7 @@ import jdk.test.lib.process.OutputAnalyzer;
* java.base/jdk.internal.misc
* java.management
* @compile -XDignore.symbol.file OverriderMsg.java
* @run main/othervm OverriderMsg
* @run driver OverriderMsg
*/
// This test checks that the super class name is included in the message when

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2021, 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
@ -38,8 +38,8 @@ import jdk.test.lib.process.OutputAnalyzer;
* @library /test/lib
* @modules java.base/jdk.internal.org.objectweb.asm
* @compile -XDignore.symbol.file TestANewArray.java
* @run main/othervm TestANewArray 49
* @run main/othervm TestANewArray 52
* @run driver TestANewArray 49
* @run driver TestANewArray 52
*/
/*

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2021, 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
@ -37,10 +37,10 @@ import jdk.test.lib.process.OutputAnalyzer;
* java.base/jdk.internal.misc
* java.management
* @compile -XDignore.symbol.file TestMultiANewArray.java
* @run main/othervm TestMultiANewArray 49
* @run main/othervm TestMultiANewArray 50
* @run main/othervm TestMultiANewArray 51
* @run main/othervm TestMultiANewArray 52
* @run driver TestMultiANewArray 49
* @run driver TestMultiANewArray 50
* @run driver TestMultiANewArray 51
* @run driver TestMultiANewArray 52
*/
public class TestMultiANewArray {