You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2006/12/13 12:42:01 UTC

svn commit: r486605 - /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp

Author: varlax
Date: Wed Dec 13 03:42:00 2006
New Revision: 486605

URL: http://svn.apache.org/viewvc?view=rev&rev=486605
Log:
Fixed -Xem:interpreter (HARMONY-2399 & HARMONY-2564), thanks to Mikhail Fursov.
Tested on SUSE9

Modified:
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp

Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp?view=diff&rev=486605&r1=486604&r2=486605
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp (original)
+++ harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp Wed Dec 13 03:42:00 2006
@@ -265,7 +265,6 @@
         properties.set("vm.crash_handler", "false");
         properties.set("vm.finalize", "true");
         properties.set("vm.jit_may_inline_sync", "true");
-        properties.set("vm.use_interpreter", "false");
         properties.set("vm.use_verifier", "true");
         properties.set("vm.jvmti.enabled", "false");
         properties.set("vm.cleanupOnExit", "false");