Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement VM::all() as a native, and use it in tests
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 21 Mar 2017 22:37:57 +0000 (23:37 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 22 Mar 2017 00:44:13 +0000 (01:44 +0100)
commitab74c9ce5c149e95d518e126e728a693470b9941
tree9894126a0d3f0484b5fd07049eea53a2c6514942
parent52243d72482fbe76a227bcaa2ddc12e2bce53efe
Implement VM::all() as a native, and use it in tests

This is to kill the array of all VMs in the java world, that retains
references to the VMs that thus cannot be cleaned. One method to go
and I'm good with it.
examples/java/cloud/masterworker/Master.java
src/bindings/java/jmsg_vm.cpp
src/bindings/java/jmsg_vm.h
src/bindings/java/org/simgrid/msg/VM.java