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

Dmitry Samersoff dmitry.samersoff at oracle.com
Tue Mar 29 08:15:06 UTC 2016


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.

-Dmitry


On 2016-03-28 21:15, Dmitry Samersoff wrote:
> Everybody,
> 
> Please review:
> 
> http://cr.openjdk.java.net/~dsamersoff/JDK-8150973/webrev.02/
> 
> All references to boot class path in SA code is removed.
> 
> VirtualMachineImpl.bootClassPath() is the part of
> sun.com.jdi.PathSearchingVirtualMachine interface,
> cleanup of this interface requires much more efforts,
> so I file a separate CR for this work.
> 
> src/jdk.hotspot.agent/test/jdi/runsa.sh is part of obsoleted tests,
> cleanup of this tests is in progress under a separate CR.
> 
> 
> -Dmitry
> 
> 


-- 
Dmitry Samersoff
Oracle Java development team, Saint Petersburg, Russia
* I would love to change the world, but they won't give me the sources.


More information about the serviceability-dev mailing list