mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-25 09:40:10 +00:00
8360599: [TESTBUG] DumpThreadsWithEliminatedLock.java fails because of unstable inlining
Reviewed-by: alanb, mdoerr, lmesnik
This commit is contained in:
parent
afb4a1be9e
commit
fea73c1d40
@ -26,14 +26,14 @@
|
||||
* @bug 8356870
|
||||
* @summary Test HotSpotDiagnosticMXBean.dumpThreads with a thread owning a monitor for
|
||||
* an object that is scalar replaced
|
||||
* @requires !vm.debug & (vm.compMode != "Xcomp")
|
||||
* @requires vm.compMode != "Xcomp"
|
||||
* @requires (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel == 4)
|
||||
* @modules jdk.management
|
||||
* @library /test/lib
|
||||
* @run main/othervm DumpThreadsWithEliminatedLock plain platform
|
||||
* @run main/othervm DumpThreadsWithEliminatedLock plain virtual
|
||||
* @run main/othervm DumpThreadsWithEliminatedLock json platform
|
||||
* @run main/othervm DumpThreadsWithEliminatedLock json virtual
|
||||
* @run main/othervm -XX:CompileCommand=inline,java/lang/String*.* DumpThreadsWithEliminatedLock plain platform
|
||||
* @run main/othervm -XX:CompileCommand=inline,java/lang/String*.* DumpThreadsWithEliminatedLock plain virtual
|
||||
* @run main/othervm -XX:CompileCommand=inline,java/lang/String*.* DumpThreadsWithEliminatedLock json platform
|
||||
* @run main/othervm -XX:CompileCommand=inline,java/lang/String*.* DumpThreadsWithEliminatedLock json virtual
|
||||
*/
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user