8268543: some runtime/verifier tests should be run in driver mode
Reviewed-by: hseigel
This commit is contained in:
parent
09243822eb
commit
6b6ff5360a
@ -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
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user