Does it work for Linux builds?
I've already tried this key, that is what i got when I tried to run a simple
test(libgckat.so is my built GC):

[EMAIL PROTECTED] bin]$ ./java -Dvm.finalize=0 -XX:vm.dlls=libgckat.so Force
Unknown option -XX:vm.dlls=libgckat.so
Use java -help to get help on command line options

How can I resolve this?

Thank you in advance.

On 3/8/07, Gregory Shimansky <[EMAIL PROTECTED]> wrote:

Katja Sh wrote:
> Hi all,
> I'm just a student writing my course work, my intent is to write a GC
and
> run it within Harmony.
> GC module is written and built together with DRLVM on Linux.
> The question is: how to make VM to launch and use my GC?  I guess there
are
> some magic VM startup keys, but I cannot find it.
> Please help!

There is a VM property "vm.dlls" that you can set like -XX:vm.dlls="..."
to replace the default garbage collector.

--
Gregory


Reply via email to