test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t001/sp02t001.cpp
changeset 52809 7edc56620d42
parent 52114 3b8994cb4481
equal deleted inserted replaced
52808:064e5795fa59 52809:7edc56620d42
    48     jthread thread;
    48     jthread thread;
    49 } ThreadDesc;
    49 } ThreadDesc;
    50 
    50 
    51 /* descriptions of tested threads */
    51 /* descriptions of tested threads */
    52 static ThreadDesc threadsDesc[THREADS_COUNT] = {
    52 static ThreadDesc threadsDesc[THREADS_COUNT] = {
    53     {"threadRunning", 2, NULL},
    53     { "threadRunning", 2, NULL },
    54     {"threadEntering", 2, NULL},
    54     { "threadEntering", 2, NULL },
    55     {"threadWaiting", 2, NULL},
    55     { "threadWaiting", 2, NULL },
    56     {"threadSleeping", 2, NULL},
    56     { "threadSleeping", 2, NULL },
    57     {"threadRunningInterrupted", 2, NULL},
    57     { "threadRunningInterrupted", 2, NULL },
    58     {"threadRunningNative", 2, NULL}
    58     { "threadRunningNative", 2, NULL }
    59 };
    59 };
    60 
    60 
    61 /* ============================================================================= */
    61 /* ============================================================================= */
    62 
    62 
    63 /* testcase(s) */
    63 /* testcase(s) */