]> AND Public Git Repository - simgrid.git/blobdiff - src/bindings/java/jmsg.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
on the way for 3.22.2
[simgrid.git] / src / bindings / java / jmsg.cpp
index 17a86a4d30375753fc6185009b715a6faf76db9b..ebe959756dcbe46ad0d965df044d40cb9c723dd7 100644 (file)
@@ -277,7 +277,7 @@ static void run_jprocess(JNIEnv *env, jobject jprocess)
     env->ExceptionClear();
     XBT_ATTRIB_UNUSED jint error = __java_vm->DetachCurrentThread();
     xbt_assert(error == JNI_OK, "Cannot detach failing thread");
-    simgrid::kernel::context::ForcefulKillException::do_throw();
+    simgrid::ForcefulKillException::do_throw();
   }
 }