Searched defs:jthreads (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp747 jthread *jthreads = new_jthreadArray(nthreads, thread_objs); local
748 NULL_CHECK(jthreads, JVMTI_ERROR_OUT_OF_MEMORY);
750 *threads_ptr = jthreads;

Completed in 45 milliseconds