File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
test/jdk/com/sun/management/HotSpotDiagnosticMXBean Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
* @bug 8356870
27
27
* @summary Test HotSpotDiagnosticMXBean.dumpThreads with a thread owning a monitor for
28
28
* an object that is scalar replaced
29
- * @requires ! vm.debug & (vm. compMode != "Xcomp")
29
+ * @requires vm.compMode != "Xcomp"
30
30
* @requires (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel == 4)
31
31
* @modules jdk.management
32
32
* @library /test/lib
33
- * @run main/othervm DumpThreadsWithEliminatedLock plain platform
34
- * @run main/othervm DumpThreadsWithEliminatedLock plain virtual
35
- * @run main/othervm DumpThreadsWithEliminatedLock json platform
36
- * @run main/othervm DumpThreadsWithEliminatedLock json virtual
33
+ * @run main/othervm -XX:CompileCommand=inline,java/lang/String*.* DumpThreadsWithEliminatedLock plain platform
34
+ * @run main/othervm -XX:CompileCommand=inline,java/lang/String*.* DumpThreadsWithEliminatedLock plain virtual
35
+ * @run main/othervm -XX:CompileCommand=inline,java/lang/String*.* DumpThreadsWithEliminatedLock json platform
36
+ * @run main/othervm -XX:CompileCommand=inline,java/lang/String*.* DumpThreadsWithEliminatedLock json virtual
37
37
*/
38
38
39
39
import java .io .IOException ;
You can’t perform that action at this time.
0 commit comments