Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix github issue (#132)
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 13 Feb 2019 16:42:44 +0000 (17:42 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 13 Feb 2019 16:44:23 +0000 (17:44 +0100)
commitcb346689abc948bdaff8666ce48d4eb6014dadea
treeb831caa0570647116cb60912795012fc51c31fea
parent9b644e160f6913570d9d11e4143d5a0354e9244d
fix github issue (#132)

The Host.off() now throws a HostFailure exception if it captures that
an actor was ended by this action.  When a Java process wants to turn
off its own host (and thus die), it now has to catch a HostFailure
exception and the simulation can goes on.
ChangeLog
src/bindings/java/jmsg_host.cpp
src/bindings/java/org/simgrid/msg/Host.java