Skip to content

Commit 1a2a570

Browse files
committed
8266166: mark hotspot compiler/linkage tests which ignore VM flags
Reviewed-by: kvn
1 parent 5ee58b0 commit 1a2a570

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

test/hotspot/jtreg/compiler/linkage/TestLinkageErrorInGenerateOopMap.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 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
@@ -26,8 +26,7 @@
2626
* @bug 8190797
2727
* @summary Test OSR compilation with bad operand stack.
2828
* @library /test/lib /
29-
* @modules java.base/jdk.internal.misc
30-
* java.management
29+
* @requires vm.flagless
3130
* @compile OSRWithBadOperandStack.jasm
3231
* @run driver compiler.linkage.TestLinkageErrorInGenerateOopMap
3332
*/
@@ -50,7 +49,7 @@ public static void main(String args[]) throws Exception {
5049
"-XX:CompileCommand=dontinline,compiler/linkage/OSRWithBadOperandStack.m*",
5150
"-XX:-CreateCoredumpOnCrash",
5251
"-Xmx64m",
53-
"compiler.linkage.TestLinkageErrorInGenerateOopMap",
52+
TestLinkageErrorInGenerateOopMap.class.getName(),
5453
"run");
5554
OutputAnalyzer out = new OutputAnalyzer(pb.start());
5655
if (out.getExitValue() != 0) {

0 commit comments

Comments
 (0)