Skip to content

Commit b305eff

Browse files
committedApr 29, 2021
8266238: mark hotspot compiler/inlining tests which ignore VM flags
Reviewed-by: kvn
1 parent df3b2d0 commit b305eff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎test/hotspot/jtreg/compiler/inlining/InlineAccessors.java

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* @bug 8140650
2727
* @summary Method::is_accessor should cover getters and setters for all types
2828
* @library /test/lib
29+
* @requires vm.flagless
2930
*
3031
* @run driver compiler.inlining.InlineAccessors
3132
*/

‎test/hotspot/jtreg/compiler/inlining/PrintInlining.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -27,6 +27,7 @@
2727
* @summary PrintInlining as compiler directive doesn't print virtual calls
2828
* @modules java.base/jdk.internal.misc
2929
* @library /test/lib
30+
* @requires vm.flagless
3031
*
3132
* @run driver compiler.inlining.PrintInlining
3233
*/

0 commit comments

Comments
 (0)
Please sign in to comment.