File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
test/hotspot/jtreg/compiler/linkage Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
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 ) {
You can’t perform that action at this time.
0 commit comments