jdk/test/java/lang/StackWalker/StackWalkTest.java
changeset 45466 faf1c55d2046
parent 45288 58be10a068c2
equal deleted inserted replaced
45465:75b876952ec1 45466:faf1c55d2046
    36 /**
    36 /**
    37  * @test
    37  * @test
    38  * @bug 8140450
    38  * @bug 8140450
    39  * @summary Stack Walk Test (use -Dseed=X to set PRNG seed)
    39  * @summary Stack Walk Test (use -Dseed=X to set PRNG seed)
    40  * @library /test/lib
    40  * @library /test/lib
       
    41  * @build jdk.test.lib.RandomFactory
    41  * @compile StackRecorderUtil.java
    42  * @compile StackRecorderUtil.java
    42  * @run main/othervm StackWalkTest
    43  * @run main/othervm StackWalkTest
    43  * @run main/othervm/java.security.policy=stackwalktest.policy StackWalkTest
    44  * @run main/othervm/java.security.policy=stackwalktest.policy StackWalkTest
    44  * @run main/othervm StackWalkTest -random:50
    45  * @run main/othervm StackWalkTest -random:50
    45  * @run main/othervm/java.security.policy=stackwalktest.policy StackWalkTest -random:50
    46  * @run main/othervm/java.security.policy=stackwalktest.policy StackWalkTest -random:50