Alexey Varlamov wrote:
> Anyway, if you don't mind, I'll try to change the launcher code to use
> "launcher.enable.crash.handler" which should be true by default.

How about using -X<option> instead of -D<option>?
I'm going to integrated HARMONY-1925 soon, which introduces
distinction between Java and VM properties as discussed earlier. Then
it should become -XD<option> :)
Regarding the name, why "launcher" prefix? It may be used by VM as
well, as I said above.

I thought that VM would simply use the default handler (installed or not installed by the launcher) when VEH handler receives an exception that VM does not know.

So the only thing which this property would control is launcher behavior to install or not install the crash handler.

--
Gregory

Reply via email to