void throwOutOfMemoryError()

in src/main/c/org_apache_activemq_artemis_nativo_jlibaio_LibaioContext.c [252:255]


void throwOutOfMemoryError(JNIEnv* env) {
    jclass exceptionClass = (*env)->FindClass(env, "java/lang/OutOfMemoryError");
    (*env)->ThrowNew(env, exceptionClass, "");
}