From b67f99d2787aa360886850db3386fd07a7dae422 Mon Sep 17 00:00:00 2001 From: Adrien Lebre Date: Mon, 28 Jul 2014 10:54:05 +0200 Subject: [PATCH] Rollback - the java code should make a THROWF call - adrien --- src/bindings/java/smx_context_java.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/java/smx_context_java.c b/src/bindings/java/smx_context_java.c index 2e94604ff6..bb36804faa 100644 --- a/src/bindings/java/smx_context_java.c +++ b/src/bindings/java/smx_context_java.c @@ -157,7 +157,7 @@ void smx_ctx_java_stop(smx_context_t context) jxbt_throw_by_name(env, "org/simgrid/msg/ProcessKilledError", xbt_strdup("Process killed :)")); // TODO emptty/adsein, comment the following line. This avoid to raise process cancelled exception at the Java level but // it impacts the shutdown of VMs :( see java-cloud example - //THROWF(cancel_error, 0, "process cancelled"); + THROWF(cancel_error, 0, "process cancelled"); } else { smx_ctx_base_stop(context); /* detach the thread and kills it */ -- 2.20.1