RFR(S) JDK-8150973 Hotspot agent use of sun.boot.class.path needs to be updated for Jigsaw

Alan Bateman Alan.Bateman at oracle.com
Tue Mar 29 08:21:18 UTC 2016



On 29/03/2016 09:15, Dmitry Samersoff wrote:
> Everybody,
>
> http://cr.openjdk.java.net/~dsamersoff/JDK-8150973/webrev.02/
>
> Webrev updated (in-place, press shift-reload).
>
> VirtualMachineImpl.bootClassPath() returns Collections.emptyList()
> rather than throw an exception.
>
>
This looks okay except for the confusing comment "This function is 
required to implement com.sun.jdi.PathSearchingVirtualMachine 
interface". The class implements the interface so I think this comment 
can be removed.

For completeness then you could change the return type to List<String>.

-Alan


More information about the serviceability-dev mailing list