8266238: mark hotspot compiler/inlining tests which ignore VM flags

Reviewed-by: kvn
This commit is contained in:
Igor Ignatyev 2021-04-29 03:52:24 +00:00
parent df3b2d0495
commit b305eff7d3
2 changed files with 3 additions and 1 deletions

View file

@ -26,6 +26,7 @@
* @bug 8140650
* @summary Method::is_accessor should cover getters and setters for all types
* @library /test/lib
* @requires vm.flagless
*
* @run driver compiler.inlining.InlineAccessors
*/

View file

@ -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.
*
* This code is free software; you can redistribute it and/or modify it
@ -27,6 +27,7 @@
* @summary PrintInlining as compiler directive doesn't print virtual calls
* @modules java.base/jdk.internal.misc
* @library /test/lib
* @requires vm.flagless
*
* @run driver compiler.inlining.PrintInlining
*/