File tree 1 file changed +10
-2
lines changed
test/hotspot/jtreg/runtime/BootstrapMethod
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2017, 2021, Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
24
24
/*
25
25
* @test
26
26
* @bug 8174954
27
- * @bug 8262134
28
27
* @library /test/lib
29
28
* @modules java.base/jdk.internal.org.objectweb.asm
30
29
* @compile -XDignore.symbol.file BSMCalledTwice.java
31
30
* @run main BSMCalledTwice
31
+ */
32
+
33
+ /*
34
+ * @test
35
+ * @bug 8262134
36
+ * @library /test/lib
37
+ * @requires vm.debug
38
+ * @modules java.base/jdk.internal.org.objectweb.asm
39
+ * @compile -XDignore.symbol.file BSMCalledTwice.java
32
40
* @run main/othervm -Xcomp -XX:CompileCommand=compileonly,TestC::* -XX:+DeoptimizeALot -XX:+VerifyStack BSMCalledTwice
33
41
*/
34
42
You can’t perform that action at this time.
0 commit comments