< prev index next >

test/hotspot/jtreg/vmTestbase/nsk/share/jni/README

Print this page
rev 52185 : 8212148: Remove remaining NSK_CPP_STUBs
Summary: Remove remaining macros
Reviewed-by: amenkov, phh

*** 39,49 **** and checking JNI errors and pending exceptions: NSK_JNI_VERIFY(jni, action) NSK_JNI_VERIFY_NEGATIVE(jni, action) ! Typical example of usage of NSK_JNI_VERIFY and NSK_CPP_STUB macroses for invokation of JNI functions: // jni->FindClass(jni, class_name) if (!NSK_JNI_VERIFY(jni, jni->FindClass(class_name) != NULL)) { --- 39,49 ---- and checking JNI errors and pending exceptions: NSK_JNI_VERIFY(jni, action) NSK_JNI_VERIFY_NEGATIVE(jni, action) ! Typical example of usage of the NSK_JNI_VERIFY macro for invokation of JNI functions: // jni->FindClass(jni, class_name) if (!NSK_JNI_VERIFY(jni, jni->FindClass(class_name) != NULL)) {
< prev index next >