8271821: mark hotspot runtime/MinimalVM tests which ignore external VM flags

Reviewed-by: dholmes
This commit is contained in:
Igor Ignatyev 2021-08-04 05:16:22 +00:00
parent 33ec3a4d95
commit 3d40cac8ce
6 changed files with 12 additions and 6 deletions

@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, 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.
*
* This code is free software; you can redistribute it and/or modify it
@ -24,6 +24,7 @@
/*
* @test
* @requires vm.flavor == "minimal"
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* @library /test/lib
* @run driver CDS

@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, 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.
*
* This code is free software; you can redistribute it and/or modify it
@ -24,6 +24,7 @@
/*
* @test
* @requires vm.flavor == "minimal"
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* @library /test/lib
* @run driver CheckJNI

@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, 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.
*
* This code is free software; you can redistribute it and/or modify it
@ -25,6 +25,7 @@
* @test
* @library /test/lib
* @requires vm.flavor == "minimal"
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* java.instrument
* @run driver Instrumentation

@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, 2017, 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.
*
* This code is free software; you can redistribute it and/or modify it
@ -24,6 +24,7 @@
/*
* @test
* @requires vm.flavor == "minimal"
* @requires vm.flagless
* @library /test/lib
* @run main/othervm JMX
*/

@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, 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.
*
* This code is free software; you can redistribute it and/or modify it
@ -24,6 +24,7 @@
/*
* @test
* @requires vm.flavor == "minimal"
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* @library /test/lib
* @run driver JVMTI

@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, 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.
*
* This code is free software; you can redistribute it and/or modify it
@ -24,6 +24,7 @@
/*
* @test
* @requires vm.flavor == "minimal"
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* @library /test/lib
* @run driver NMT