Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
11 years agoAdd waitCompletion to Comm as a binding of MSG_comm_wait
Samuel Lepetit [Fri, 4 May 2012 11:57:55 +0000 (13:57 +0200)]
Add waitCompletion to Comm as a binding of MSG_comm_wait

11 years agoAdd isend in Task
Samuel Lepetit [Fri, 4 May 2012 11:02:11 +0000 (13:02 +0200)]
Add isend in Task

11 years agoBugfix in async example. maybe our code should be more defensive for that kind of...
Samuel Lepetit [Fri, 4 May 2012 08:21:23 +0000 (10:21 +0200)]
Bugfix in async example. maybe our code should be more defensive for that kind of case, since it can crash simgrid without the user understanding why.

11 years agoAdd asynchronous API (except wait) for communications
Samuel Lepetit [Thu, 3 May 2012 17:23:33 +0000 (19:23 +0200)]
Add asynchronous API (except wait) for communications

11 years agoProperly finalize the simgrid mutexes
Samuel Lepetit [Thu, 3 May 2012 13:00:06 +0000 (15:00 +0200)]
Properly finalize the simgrid mutexes

11 years agoQuick (and probably dirty) exportation of SimGrid simulated mutexes to Java
Martin Quinson [Wed, 2 May 2012 20:19:33 +0000 (22:19 +0200)]
Quick (and probably dirty) exportation of SimGrid simulated mutexes to Java

I have unfortunately to confess that I didn't test it at all. It
should work, but no promise here. Please people, break it and report
this.

11 years agocosmetics
Martin Quinson [Wed, 2 May 2012 20:19:13 +0000 (22:19 +0200)]
cosmetics

11 years agoDo not embeed our version of semaphores
Martin Quinson [Wed, 2 May 2012 19:24:33 +0000 (21:24 +0200)]
Do not embeed our version of semaphores

Java 1.5 can be considered as sufficiently prevalent for us to not
dupplicate its features. Closes #14217.

11 years agocosmetics
Martin Quinson [Mon, 30 Apr 2012 23:42:26 +0000 (01:42 +0200)]
cosmetics

11 years agouse -1 as default kill time to make sure that our process don't get killed on startup
Martin Quinson [Mon, 30 Apr 2012 23:41:16 +0000 (01:41 +0200)]
use -1 as default kill time to make sure that our process don't get killed on startup

11 years agowork around issues by passing the hostname instead of the host to processCreate()
Martin Quinson [Mon, 30 Apr 2012 22:06:22 +0000 (00:06 +0200)]
work around issues by passing the hostname instead of the host to processCreate()

11 years agoadapt to the lastest (and probably short-lived) API change in MSG
Martin Quinson [Mon, 30 Apr 2012 22:05:39 +0000 (00:05 +0200)]
adapt to the lastest (and probably short-lived) API change in MSG

11 years agorevive this file that is very handful to debug the bindings
Martin Quinson [Mon, 30 Apr 2012 22:03:00 +0000 (00:03 +0200)]
revive this file that is very handful to debug the bindings

11 years agoadapt to lastest cleanups in the core library
Martin Quinson [Fri, 27 Apr 2012 21:02:30 +0000 (23:02 +0200)]
adapt to lastest cleanups in the core library

11 years agoremove the now useless Process.ifInterruptedStop()
Martin Quinson [Fri, 27 Apr 2012 10:01:24 +0000 (12:01 +0200)]
remove the now useless Process.ifInterruptedStop()

11 years agoimplement the ability to kill processes without relying on ifInterruptedStop
Martin Quinson [Fri, 27 Apr 2012 09:57:36 +0000 (11:57 +0200)]
implement the ability to kill processes without relying on ifInterruptedStop

11 years agoMerge branch 'master' of git://scm.gforge.inria.fr/simgrid/simgrid-java
Samuel Lepetit [Fri, 27 Apr 2012 09:08:36 +0000 (11:08 +0200)]
Merge branch 'master' of git://scm.gforge.inria.fr/simgrid/simgrid-java

11 years agoremove a method that is deprecated since a very long time
Martin Quinson [Thu, 26 Apr 2012 16:22:12 +0000 (18:22 +0200)]
remove a method that is deprecated since a very long time

11 years agoMake Process.kill(process) an instance method, not a static one
Martin Quinson [Thu, 26 Apr 2012 16:20:48 +0000 (18:20 +0200)]
Make Process.kill(process) an instance method, not a static one

It feels more OOP this way, AMHA.

11 years agocache for pid/ppid/host in Process.java
Samuel Lepetit [Thu, 26 Apr 2012 14:58:15 +0000 (16:58 +0200)]
cache for pid/ppid/host in Process.java

11 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid-java
Martin Quinson [Wed, 25 Apr 2012 23:46:20 +0000 (01:46 +0200)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid-java

11 years agocheck error conditions of task receiption [Samuel Lepetit]
Martin Quinson [Wed, 25 Apr 2012 22:41:43 +0000 (00:41 +0200)]
check error conditions of task receiption [Samuel Lepetit]

11 years agoUse of SIMGRID_LIB_PATH and not SIMGRID_LIB
navarro [Wed, 25 Apr 2012 11:15:23 +0000 (13:15 +0200)]
Use of SIMGRID_LIB_PATH and not SIMGRID_LIB

11 years agoRemove unused tesh files.
navarro [Wed, 25 Apr 2012 11:09:58 +0000 (13:09 +0200)]
Remove unused tesh files.

11 years agoFix compilation problem with library path.
navarro [Wed, 25 Apr 2012 09:18:07 +0000 (11:18 +0200)]
Fix compilation problem with library path.
Cosmetics

11 years agoadd a release date to the previous stable, and document what I know of what were...
Martin Quinson [Tue, 24 Apr 2012 08:22:02 +0000 (10:22 +0200)]
add a release date to the previous stable, and document what I know of what were done since then

11 years agoAdd dsend and simulatedSleep to the binding, and add an example
Martin Quinson [Tue, 24 Apr 2012 08:17:11 +0000 (10:17 +0200)]
Add dsend and simulatedSleep to the binding, and add an example

11 years agoStop using SIMGRID_ROOT at compile time, use SIMGRID_LIB/INCLUDE instead
Martin Quinson [Tue, 24 Apr 2012 07:05:21 +0000 (09:05 +0200)]
Stop using SIMGRID_ROOT at compile time, use SIMGRID_LIB/INCLUDE instead

At configuration time, the SIMGRID_ROOT variable is used as a hint in
the FindSimgrid chunk, when looking for our headers and libraries. If
they cannot be located anyway, the user is given the opportunity to
manually give the mandated pathes in ccmake for example.

Then, at compilation time (ie, once the configuration is done), we
should not use SIMGRID_ROOT anymore, but only SIMGRID_LIB and
SIMGRID_INCLUDE because otherwise, we ignore specific settings that
the user may have provided in ccmake.

11 years agoadd a pimple to our code to silence some useless warning from eclipse -- sorry
Martin Quinson [Mon, 23 Apr 2012 15:32:30 +0000 (17:32 +0200)]
add a pimple to our code to silence some useless warning from eclipse -- sorry

11 years agoadd some parenthesis around a truth value, as suggested by eclipse
Martin Quinson [Mon, 23 Apr 2012 15:30:53 +0000 (17:30 +0200)]
add some parenthesis around a truth value, as suggested by eclipse

12 years agoreflect real location for simgrid.jar
Stephane Genaud [Tue, 17 Apr 2012 15:24:16 +0000 (17:24 +0200)]
reflect real location for simgrid.jar

12 years agoFix some link problème.
navarro [Fri, 13 Apr 2012 09:28:47 +0000 (11:28 +0200)]
Fix some link problème.

12 years agoPrint simgrid_lib (dbug)
navarro [Fri, 13 Apr 2012 09:04:16 +0000 (11:04 +0200)]
Print simgrid_lib (dbug)

12 years agoBuild argv properly.
Arnaud Giersch [Mon, 26 Mar 2012 16:10:42 +0000 (18:10 +0200)]
Build argv properly.

12 years agoReplace MSG_get_host_number with MSG_hosts_as_dynar.
navarro [Mon, 5 Mar 2012 10:07:14 +0000 (11:07 +0100)]
Replace MSG_get_host_number with MSG_hosts_as_dynar.

12 years agoProcess kills now seems to work. May need some additional checking ...
Laurent Bobelin [Thu, 16 Feb 2012 15:09:42 +0000 (16:09 +0100)]
Process kills now seems to work. May need some additional checking ...

12 years agoCosmetics
unknown [Thu, 16 Feb 2012 11:39:29 +0000 (12:39 +0100)]
Cosmetics

12 years agoLoad SG_java but rename libSG_java for SG_java on windows.
navarro [Thu, 16 Feb 2012 10:29:38 +0000 (11:29 +0100)]
Load SG_java but rename libSG_java for SG_java on windows.

12 years agoProtect windows specific needs.
navarro [Thu, 16 Feb 2012 10:21:42 +0000 (11:21 +0100)]
Protect windows specific needs.

12 years agoLoad libSG_java instead of SG_java
unknown [Thu, 16 Feb 2012 10:09:34 +0000 (11:09 +0100)]
Load libSG_java instead of SG_java

12 years agoRemove deprecated function getErrCode.
unknown [Thu, 16 Feb 2012 10:08:54 +0000 (11:08 +0100)]
Remove deprecated function getErrCode.

12 years agoUse and create dll for simgrid java.
unknown [Thu, 16 Feb 2012 10:06:00 +0000 (11:06 +0100)]
Use and create dll for simgrid java.

12 years agoDon't try to use git with windows and cmake
unknown [Fri, 13 Jan 2012 15:16:21 +0000 (16:16 +0100)]
Don't try to use git with windows and cmake

12 years agoUpdate commands to install simgrid-java
navarro [Mon, 13 Feb 2012 12:08:02 +0000 (13:08 +0100)]
Update commands to install simgrid-java

12 years agoMake a pdf for simgrid-java
navarro [Mon, 30 Jan 2012 09:56:28 +0000 (10:56 +0100)]
Make a pdf for simgrid-java

12 years agomsg.h lives in a subdir, actually
Martin Quinson [Tue, 31 Jan 2012 09:28:43 +0000 (10:28 +0100)]
msg.h lives in a subdir, actually

12 years agogive more hints to that stupid cmake
Martin Quinson [Tue, 31 Jan 2012 09:08:04 +0000 (10:08 +0100)]
give more hints to that stupid cmake

12 years agodoc cleanups
Martin Quinson [Fri, 27 Jan 2012 21:02:08 +0000 (22:02 +0100)]
doc cleanups

12 years agoalso fix the way we look for the simgrid library
Martin Quinson [Fri, 27 Jan 2012 20:58:27 +0000 (21:58 +0100)]
also fix the way we look for the simgrid library

12 years agoproperly look for the SimGrid header files; stop relying on the SIMGRID_ROOT
Martin Quinson [Fri, 27 Jan 2012 20:53:17 +0000 (21:53 +0100)]
properly look for the SimGrid header files; stop relying on the SIMGRID_ROOT

This environment variable is used as an hint at configure time, the
first time you run ccmake. But the value provided to ccmake is only
what's needed to get the thing running.

12 years agoI changed that path recently
Martin Quinson [Fri, 27 Jan 2012 20:43:42 +0000 (21:43 +0100)]
I changed that path recently

12 years agolook for msg.h instead of gras.h (cosmetics only: GRAS is soon to be deprecated)
Martin Quinson [Fri, 27 Jan 2012 20:43:25 +0000 (21:43 +0100)]
look for msg.h instead of gras.h (cosmetics only: GRAS is soon to be deprecated)

12 years agoWrite doc for how to use examples
navarro [Thu, 19 Jan 2012 10:32:48 +0000 (11:32 +0100)]
Write doc for how to use examples

12 years agoClean smx_ctx_java_stop, but it does not work yet
Christopho [Fri, 6 Jan 2012 16:49:37 +0000 (17:49 +0100)]
Clean smx_ctx_java_stop, but it does not work yet

12 years agoDon't destroy the Java thread object yet, we still have to call it
Christopho [Fri, 6 Jan 2012 16:48:36 +0000 (17:48 +0100)]
Don't destroy the Java thread object yet, we still have to call it

12 years agoWith DMSG_USE_DEPRECATED we can use function MSG_get_errno()
Navarrop [Mon, 19 Dec 2011 14:03:46 +0000 (15:03 +0100)]
With DMSG_USE_DEPRECATED we can use function MSG_get_errno()

12 years agoUpdate way to have processes to run from Simgrid 3.7
Navarrop [Mon, 19 Dec 2011 14:03:12 +0000 (15:03 +0100)]
Update way to have processes to run from Simgrid 3.7

12 years agoRename MSG_TASK_CANCELLED by MSG_TASK_CANCELED
Navarrop [Mon, 19 Dec 2011 14:02:41 +0000 (15:02 +0100)]
Rename MSG_TASK_CANCELLED by MSG_TASK_CANCELED

12 years agoCorrected typos as I had 5 minutes to waste before a meeting at 11.
Laurent Bobelin [Wed, 16 Nov 2011 09:47:49 +0000 (10:47 +0100)]
Corrected typos as I had 5 minutes to waste before a meeting at 11.

12 years agoCorrected some typos, clarified the index.
Laurent Bobelin [Mon, 14 Nov 2011 10:32:10 +0000 (11:32 +0100)]
Corrected some typos, clarified the index.

12 years agoAdd button for website.
Navarrop [Mon, 14 Nov 2011 10:16:49 +0000 (11:16 +0100)]
Add button for website.

12 years agoAdd a remove section from simgrid documentation.
Navarrop [Thu, 10 Nov 2011 16:46:14 +0000 (17:46 +0100)]
Add a remove section from simgrid documentation.

12 years agoAdd a sync target.
Navarrop [Thu, 10 Nov 2011 16:01:36 +0000 (17:01 +0100)]
Add a sync target.
Rewrite *.html with postprocesser.

12 years agoAdded an index page for javadoc
Laurent Bobelin [Thu, 10 Nov 2011 14:18:55 +0000 (15:18 +0100)]
Added an index page for javadoc

12 years agoFind for javadoc.
Navarrop [Thu, 10 Nov 2011 14:06:33 +0000 (15:06 +0100)]
Find for javadoc.

12 years agoRemove unused tools.
Navarrop [Thu, 10 Nov 2011 13:46:49 +0000 (14:46 +0100)]
Remove unused tools.

12 years agoMake a doc for java
Navarrop [Thu, 10 Nov 2011 13:42:30 +0000 (14:42 +0100)]
Make a doc for java

12 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid-java
Martin Quinson [Wed, 19 Oct 2011 12:06:21 +0000 (14:06 +0200)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid-java

12 years agosplit simulation run and simulation cleanup so that users can peek info out of it...
Martin Quinson [Wed, 19 Oct 2011 12:06:11 +0000 (14:06 +0200)]
split simulation run and simulation cleanup so that users can peek info out of it afterward

12 years agoUse a test list to set environment variables.
Navarrop [Wed, 19 Oct 2011 11:58:03 +0000 (13:58 +0200)]
Use a test list to set environment variables.

12 years ago1000 lines in already enough in this file, let's kill dead code
Martin Quinson [Wed, 19 Oct 2011 11:51:51 +0000 (13:51 +0200)]
1000 lines in already enough in this file, let's kill dead code

12 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid-java
Martin Quinson [Wed, 19 Oct 2011 11:46:59 +0000 (13:46 +0200)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid-java

12 years agoget ride of some supurious warnings
Martin Quinson [Wed, 19 Oct 2011 11:31:29 +0000 (13:31 +0200)]
get ride of some supurious warnings

12 years agoLook for simgrid into $SIMGRID_ROOT. If lib simgrid or gras.h is not found print...
Navarrop [Wed, 19 Oct 2011 11:19:26 +0000 (13:19 +0200)]
Look for simgrid into $SIMGRID_ROOT. If lib simgrid or gras.h is not found print a fatal error message.

12 years agoClean code. Remove unsused jobject.
Navarrop [Tue, 18 Oct 2011 10:51:55 +0000 (12:51 +0200)]
Clean code. Remove unsused jobject.

12 years agoAdd a new example to kill a process.
Navarrop [Tue, 18 Oct 2011 10:51:09 +0000 (12:51 +0200)]
Add a new example to kill a process.
Ping boom ;)

12 years agolaurent's eclipse was a bit too greedy
Martin Quinson [Tue, 18 Oct 2011 08:58:59 +0000 (10:58 +0200)]
laurent's eclipse was a bit too greedy

12 years agoImproved javadoc (yet not totally corrected). Added Derrick request for a kill (but...
Laurent Bobelin [Tue, 18 Oct 2011 08:36:56 +0000 (10:36 +0200)]
Improved javadoc (yet not totally corrected). Added Derrick request for a kill (but it's not working yet)

12 years agoRewrite the example in order to make clear on how a process can create
Pierre [Fri, 14 Oct 2011 13:27:29 +0000 (15:27 +0200)]
Rewrite the example in order to make clear on how a process can create
a process once simulation has started using Java bindings.

12 years agoAdd a new example for java with bypass of deployment.
Pierre [Fri, 14 Oct 2011 11:26:09 +0000 (13:26 +0200)]
Add a new example for java with bypass of deployment.

12 years agoChange SVN version for GIT version.
Navarrop [Thu, 6 Oct 2011 08:32:15 +0000 (10:32 +0200)]
Change SVN version for GIT version.

12 years agoAdd a make dist command.
Navarrop [Wed, 5 Oct 2011 15:31:43 +0000 (17:31 +0200)]
Add a make dist command.

12 years agoReplace push by addFirst, compatible with older versions of Java
Christophe Thiéry [Tue, 4 Oct 2011 13:48:14 +0000 (15:48 +0200)]
Replace push by addFirst, compatible with older versions of Java

12 years agoNow it is git.
Navarrop [Thu, 22 Sep 2011 12:40:09 +0000 (14:40 +0200)]
Now it is git.

12 years agoFix execution on mac but need to be uncommented later.
navarrop [Wed, 7 Sep 2011 16:03:24 +0000 (16:03 +0000)]
Fix execution on mac but need to be uncommented later.
On mac this line donesn't work.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9907 48e7efb5-ca39-0410-a469-dd3cf9ba447f

12 years agoOn mac we must set DYLD_LIBRARY_PATH to find libsimgrid.dylib
navarrop [Wed, 7 Sep 2011 15:18:06 +0000 (15:18 +0000)]
On mac we must set DYLD_LIBRARY_PATH to find libsimgrid.dylib

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9906 48e7efb5-ca39-0410-a469-dd3cf9ba447f

12 years agoAdd flag -Wno-error=unused-but-set-variable if gcc >=4.6
navarrop [Tue, 28 Jun 2011 12:01:33 +0000 (12:01 +0000)]
Add flag -Wno-error=unused-but-set-variable if gcc >=4.6

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9904 48e7efb5-ca39-0410-a469-dd3cf9ba447f

12 years agoDon't had LD_LIBRARY_PATH if it is empty.
navarrop [Thu, 23 Jun 2011 09:07:36 +0000 (09:07 +0000)]
Don't had LD_LIBRARY_PATH if it is empty.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9903 48e7efb5-ca39-0410-a469-dd3cf9ba447f

12 years agoAdd previous LD_LIBRARY_PATH to tests.
navarrop [Thu, 23 Jun 2011 08:14:08 +0000 (08:14 +0000)]
Add previous LD_LIBRARY_PATH to tests.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9902 48e7efb5-ca39-0410-a469-dd3cf9ba447f

12 years agoThe smx_ctx_*_runall function should not reset the process list.
agiersch [Mon, 9 May 2011 09:57:46 +0000 (09:57 +0000)]
The smx_ctx_*_runall function should not reset the process list.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9892 48e7efb5-ca39-0410-a469-dd3cf9ba447f

12 years agoField get_thread_id does not exist anymore in smx_context_factory.
agiersch [Mon, 9 May 2011 08:37:17 +0000 (08:37 +0000)]
Field get_thread_id does not exist anymore in smx_context_factory.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9891 48e7efb5-ca39-0410-a469-dd3cf9ba447f

12 years agoRename Process.changeHost to process.migrate to match the MSG API
thiery [Tue, 26 Apr 2011 14:00:45 +0000 (14:00 +0000)]
Rename Process.changeHost to process.migrate to match the MSG API

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9890 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoUpgrade xbt_assert in simgrid-contrib.
agiersch [Fri, 25 Mar 2011 06:59:16 +0000 (06:59 +0000)]
Upgrade xbt_assert in simgrid-contrib.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9859 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoremove the usless function : smx_ctx_java_get_data, smx_ctx_base_get_data is doing...
coldpeace [Wed, 23 Mar 2011 14:20:17 +0000 (14:20 +0000)]
remove the usless function : smx_ctx_java_get_data, smx_ctx_base_get_data is doing the job

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9819 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoMake test on pipol succed.
navarrop [Tue, 1 Mar 2011 11:34:28 +0000 (11:34 +0000)]
Make test on pipol succed.
Correctly set LD_LIBRARY_PATH

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9742 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoAdd note to submit
navarrop [Mon, 28 Feb 2011 11:19:24 +0000 (11:19 +0000)]
Add note to submit

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9728 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoAdd svn and cdash to java project.
navarrop [Mon, 28 Feb 2011 10:17:10 +0000 (10:17 +0000)]
Add svn and cdash to java project.
Add new tests in java.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9727 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoTarget "make install" works for java and ruby.
navarrop [Fri, 25 Feb 2011 12:19:40 +0000 (12:19 +0000)]
Target "make install" works for java and ruby.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9722 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoWhen exiting a process, replace MSG_process_kill by smx_ctx_java_stop
thiery [Thu, 24 Feb 2011 14:24:38 +0000 (14:24 +0000)]
When exiting a process, replace MSG_process_kill by smx_ctx_java_stop

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9714 48e7efb5-ca39-0410-a469-dd3cf9ba447f

13 years agoCorrectly use of xbt_die in java.
navarrop [Wed, 23 Feb 2011 12:19:59 +0000 (12:19 +0000)]
Correctly use of xbt_die in java.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java@9706 48e7efb5-ca39-0410-a469-dd3cf9ba447f