Searched refs:spc_class (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DSctpChannelImpl.c66 static jclass spc_class; /* sun.nio.ch.SctpPeerAddressChanged */ variable
124 spc_class = (*env)->NewGlobalRef(env, cls);
125 CHECK_NULL(spc_class);
341 resultObj = (*env)->NewObject(env, spc_class, spc_ctrID, spc->spc_assoc_id,

Completed in 29 milliseconds