Fixed problem with mono_jit_init.
commit2b4e71cc8a22bc512f13276fdffec68d28f1307a
authorJD Marble <midorikid@gmail.com>
Sun, 23 Sep 2007 06:17:18 +0000 (22 23:17 -0700)
committerJD Marble <midorikid@gmail.com>
Sun, 23 Sep 2007 06:17:18 +0000 (22 23:17 -0700)
treeca54070065b73c194ee0aa0882696d7a0cfa97b4
parent7492e7ad29b71e5b53a5f681685b8f531e4038ac
Fixed problem with mono_jit_init.

The problem was that more than one root domain was being created by the mulitple
test cases that ran.  Even if you run mono_jit_cleanup between tests Mono didn't
like it.  So a static holder for the root domain was created.  Now one root
domain per execution is created.
mono/src/main/MonoScriptManager.cpp
mono/src/main/MonoScriptManager.hpp