Otherwise we get SIGSEGV when passing -Dkey=value options.

Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
---
 vm/jato.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/vm/jato.c b/vm/jato.c
index e18cf62..9f73d8c 100644
--- a/vm/jato.c
+++ b/vm/jato.c
@@ -1185,9 +1185,10 @@ main(int argc, char *argv[])
 
        arch_init();
 
+       init_system_properties();
+
        parse_options(argc, argv);
 
-       init_system_properties();
        init_vm_objects();
 
        jit_text_init();
-- 
1.6.0.6


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to