On 28/03/2016 20:35, Dmitry Samersoff wrote:
Alan,

Shouldn't VirtualMachineImpl.bootClassPath return emptyList() rather
than throw an implementation specific exception?
This function never used anymore. So I would prefer an exception to make
any attempt to call it fails immediately.

Would RuntimeException better?

The SA implementation implements com.sun.jdi.PathSearchingVirtualMachine and this method does not define any exceptions. Returning an empty List should be fine.

-Alan.

Reply via email to