added support for -X, -XX, and general JVM switches
Brought to you by:
ptrewhella
The JVM class did not have any support for adding VM
specific switches (i.e. -X, -XX, other general switches -
verbose:jini, etc.)
I have made a quick patch that includes the modified
files:
JVM.cpp
JVM.h
I have also added a delete[] on the options array after
the VM has been constructed.
Karl
Support for -X, -XX, and general JVM switches