< prev index next >

test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag002/setvrbflag002.cpp

Print this page
rev 52185 : [mq]: refactor

*** 45,56 **** if (!nsk_jvmti_waitForSync(timeout)) return; NSK_DISPLAY0("Check on JVMTI_ERROR_ILLEGAL_ARGUMENT\n"); if (!NSK_JVMTI_VERIFY_CODE(JVMTI_ERROR_ILLEGAL_ARGUMENT, ! NSK_CPP_STUB3(SetVerboseFlag, jvmti, ! (jvmtiVerboseFlag)(-1), JNI_TRUE))) nsk_jvmti_setFailStatus(); /* resume debugee after last sync */ if (!nsk_jvmti_resumeSync()) return; --- 45,55 ---- if (!nsk_jvmti_waitForSync(timeout)) return; NSK_DISPLAY0("Check on JVMTI_ERROR_ILLEGAL_ARGUMENT\n"); if (!NSK_JVMTI_VERIFY_CODE(JVMTI_ERROR_ILLEGAL_ARGUMENT, ! jvmti->SetVerboseFlag((jvmtiVerboseFlag)(-1), JNI_TRUE))) nsk_jvmti_setFailStatus(); /* resume debugee after last sync */ if (!nsk_jvmti_resumeSync()) return;
< prev index next >