hotspot/test/runtime/libadimalloc.solaris.sparc/Testlibadimalloc.java
changeset 38152 80e5da81fb2c
parent 34233 2cf348387c44
child 40631 ed82623d7831
equal deleted inserted replaced
38151:fffedc5e5cf8 38152:80e5da81fb2c
    25 /*
    25 /*
    26  * @test Testlibadimalloc.java
    26  * @test Testlibadimalloc.java
    27  * @bug 8141445
    27  * @bug 8141445
    28  * @summary make sure the Solaris Sparc M7 libadimalloc.so library generates SIGSEGV's on buffer overflow
    28  * @summary make sure the Solaris Sparc M7 libadimalloc.so library generates SIGSEGV's on buffer overflow
    29  * @requires (os.family == "solaris" & os.arch == "sparcv9")
    29  * @requires (os.family == "solaris" & os.arch == "sparcv9")
       
    30  * @modules java.base/jdk.internal.misc
    30  * @library /testlibrary
    31  * @library /testlibrary
    31  * @build jdk.test.lib.*
    32  * @build jdk.test.lib.*
    32  * @compile SEGVOverflow.java
    33  * @compile SEGVOverflow.java
    33  * @run driver Testlibadimalloc
    34  * @run driver Testlibadimalloc
    34  */
    35  */