Ok, thanks!
Serguei
On 3/28/16 14:08, Mandy Chung wrote:
This fix can go in jdk9/dev as the module system has already been integrated in
jdk9. It doesn’t depend on anything in jigsaw/jake.
Mandy
On Mar 28, 2016, at 1:54 PM, [email protected] wrote:
Hi Dmitry,
This bug is for Jigsaw M4.
Should it be fixed in the Jigsaw repository then?
My understanding is that the M4 will be integrated into the jdk9-dev the same
was as it was for M3.
Thanks,
Serguei
On 3/28/16 11: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