[Ikvm-developers] VM Options
Brought to you by:
jfrijters
|
From: geoffreycheng <geo...@gm...> - 2012-02-20 15:22:02
|
Is there a way to include the VM options when: * we run the .NET program in CLR? or * we compile the jars into a dll using ikvmc? I looked through the following page and it says as if we are provided but a few very basic options: http://www.ikvm.net/userguide/ikvm.html http://www.ikvm.net/userguide/ikvm.html I need in particular pass in -XX:+CMSClassUnloadingEnabled because my program loads java class instances dynamically depending on user's actions. In Java the runtime difference of using this VM option and not is HUGE. Geoff -- View this message in context: http://old.nabble.com/VM-Options-tp33326903p33326903.html Sent from the IKVM .NET - Dev mailing list archive at Nabble.com. |