mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 16:44:36 +02:00
8266238: mark hotspot compiler/inlining tests which ignore VM flags
Reviewed-by: kvn
This commit is contained in:
parent
df3b2d0495
commit
b305eff7d3
2 changed files with 3 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
||||||
* @bug 8140650
|
* @bug 8140650
|
||||||
* @summary Method::is_accessor should cover getters and setters for all types
|
* @summary Method::is_accessor should cover getters and setters for all types
|
||||||
* @library /test/lib
|
* @library /test/lib
|
||||||
|
* @requires vm.flagless
|
||||||
*
|
*
|
||||||
* @run driver compiler.inlining.InlineAccessors
|
* @run driver compiler.inlining.InlineAccessors
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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
|
||||||
|
@ -27,6 +27,7 @@
|
||||||
* @summary PrintInlining as compiler directive doesn't print virtual calls
|
* @summary PrintInlining as compiler directive doesn't print virtual calls
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @library /test/lib
|
* @library /test/lib
|
||||||
|
* @requires vm.flagless
|
||||||
*
|
*
|
||||||
* @run driver compiler.inlining.PrintInlining
|
* @run driver compiler.inlining.PrintInlining
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue