8271904: mark hotspot runtime/ClassFile tests which ignore external VM flags
Reviewed-by: dholmes
This commit is contained in:
parent
fa36e33437
commit
e882087f7a
test/hotspot/jtreg/runtime/ClassFile
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -25,6 +25,7 @@
|
|||||||
* @test
|
* @test
|
||||||
* @bug 8148854
|
* @bug 8148854
|
||||||
* @summary Ensure class name loaded by app class loader is format checked by default
|
* @summary Ensure class name loaded by app class loader is format checked by default
|
||||||
|
* @requires vm.flagless
|
||||||
* @library /test/lib
|
* @library /test/lib
|
||||||
* @compile BadHelloWorld.jcod
|
* @compile BadHelloWorld.jcod
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
* @bug 7053586
|
* @bug 7053586
|
||||||
* @bug 7185550
|
* @bug 7185550
|
||||||
* @bug 7149464
|
* @bug 7149464
|
||||||
|
* @requires vm.flagless
|
||||||
* @library /test/lib
|
* @library /test/lib
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.desktop
|
* java.desktop
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
* @bug 7037122
|
* @bug 7037122
|
||||||
* @bug 7123945
|
* @bug 7123945
|
||||||
* @bug 8016029
|
* @bug 8016029
|
||||||
|
* @requires vm.flagless
|
||||||
* @library /test/lib
|
* @library /test/lib
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.desktop
|
* java.desktop
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -29,6 +29,7 @@
|
|||||||
* clause does not cause the JVM to assert nor throw an exception.
|
* clause does not cause the JVM to assert nor throw an exception.
|
||||||
* Also, test that logging can be used to print a message about bogus
|
* Also, test that logging can be used to print a message about bogus
|
||||||
* classes in method throws clauses.
|
* classes in method throws clauses.
|
||||||
|
* @requires vm.flagless
|
||||||
* @library /test/lib
|
* @library /test/lib
|
||||||
* @compile CheckedExceptions.jcod
|
* @compile CheckedExceptions.jcod
|
||||||
* @run driver TestCheckedExceptions
|
* @run driver TestCheckedExceptions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user