Re: [Ikvm-developers] VM Options
Brought to you by:
jfrijters
|
From: Volker B. <vol...@go...> - 2012-02-20 21:48:19
|
Hi, My understand is that .NET has no such command line option. But .NET 4.0 should support this feature. Jeroen has written in is blog over it. That a look in it at http://weblog.ikvm.net/allentries.aspx Volker Am 20.02.2012 16:21, schrieb geoffreycheng: > 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 |