On 28/03/2016 20:35, Dmitry Samersoff wrote:
The SA implementation implements com.sun.jdi.PathSearchingVirtualMachine and this method does not define any exceptions. Returning an empty List should be fine.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?
-Alan.
