test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe004/TestDescription.java
changeset 53074 1e213c37befa
parent 50260 46c67f5e27c2
equal deleted inserted replaced
53073:11033c4ada54 53074:1e213c37befa
    27  *
    27  *
    28  * @summary converted from VM Testbase nsk/jvmti/PopFrame/popframe004.
    28  * @summary converted from VM Testbase nsk/jvmti/PopFrame/popframe004.
    29  * VM Testbase keywords: [quick, jpda, jvmti, noras]
    29  * VM Testbase keywords: [quick, jpda, jvmti, noras]
    30  * VM Testbase readme:
    30  * VM Testbase readme:
    31  * DESCRIPTION
    31  * DESCRIPTION
    32  *     This test checks that a method's frame can be popped by
    32  *     This test checks that a method's frame can not be popped by
    33  *     the JVMTI function PopFrame():
    33  *     the JVMTI function PopFrame():
    34  *      - with intermediate native frames, and a thread, from which
    34  *      - with intermediate native frames, and a thread, from which
    35  *        the PopFrame() was called, is different than the current thread;
    35  *        the PopFrame() was called, is different than the current thread;
    36  *      - from the current thread with intermediate native frames;
    36  *      - from the current thread with intermediate native frames;
    37  *      - no JVMTI events will be generated by the function PopFrame()
    37  *      - no JVMTI events will be generated by the function PopFrame()