test/hotspot/jtreg/vmTestbase/nsk/stress/jni/libjnistress005.cpp
changeset 52495 52be2c714a2f
parent 51774 79dc492c00ab
child 52952 837f1b8442be
--- a/test/hotspot/jtreg/vmTestbase/nsk/stress/jni/libjnistress005.cpp	Mon Nov 12 22:00:07 2018 +0100
+++ b/test/hotspot/jtreg/vmTestbase/nsk/stress/jni/libjnistress005.cpp	Mon Nov 12 13:13:00 2018 -0800
@@ -55,7 +55,7 @@
     env->MonitorEnter(jobj);
     CHECK_EXCEPTION
     if (!env->Throw(tobj)) {
-    if(env->ExceptionOccurred())
+    if (env->ExceptionOccurred())
         if (Exceptcalls%1000==0)
         fprintf(stderr, "NATIVE: Throw has been catched in native\n");
     env->ExceptionClear();