< prev index next >

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

Print this page
rev 52185 : [mq]: refactor

*** 55,68 **** nsk_tools.h Provides functions and macroses for the most usefull actions: - - access native JVM environment in a compiler independent manner - - NSK_CPP_STUBn(function, env, arg1, ..., argn) - - print error message with arguments NSK_COMPLAINn(format, arg1, ..., argn) - print verbose message with arguments --- 55,64 ----
*** 87,97 **** int nsk_getTraceMode(); - miscelaneous functions for printing messages (hidden by above mentioned macroses) ! Typical example of using macroses NSK_CPP_STUB and NSK_VERIFY for accesing JVM native environment: // jvm->GetEnv(jvm, &env, version) if (!NSK_VERIFY( jvm->GetEnv(&env, JNI_VERSION_1_2) == JNI_OK)) { --- 83,93 ---- int nsk_getTraceMode(); - miscelaneous functions for printing messages (hidden by above mentioned macroses) ! Typical example of using the NSK_VERIFY macro for accesing JVM native environment: // jvm->GetEnv(jvm, &env, version) if (!NSK_VERIFY( jvm->GetEnv(&env, JNI_VERSION_1_2) == JNI_OK)) {
< prev index next >