Hi Dmitry, That's resolved that particular issue. Out of curiosity, why id the usual get_source.sh call not remove those files?
I know have a different issue, but I'll create a new thread for that. Cheers, Martijn On 6 December 2016 at 14:22, Dmitry Samersoff <[email protected]> wrote: > Martijn, > > Could I ask you to clone fresh sources? > > SA-JDI classes was removed in Aug see - JDK-8158050 > > -Dmitry > > On 2016-12-06 16:44, Martijn Verburg wrote: > > Hi all, > > > > Just ran make clean image this morning and got: > > > > ... > > ... > > === Output from failing command(s) repeated here === > > * For target jdk_modules_jdk.hotspot.agent__the.jdk.hotspot.agent_batch: > > /Users/karianna/Documents/workspace/AdoptOpenJDK_ > Projects/jdk9-dev/hotspot/src/jdk.hotspot.agent/share/ > classes/sun/jvm/hotspot/jdi/SACoreAttachingConnector.java:43: > > error: package com.sun.tools.jdi does not exist > > public > > SACoreAttachingConnector(com.sun.tools.jdi.VirtualMachineManagerService > > ignored) { > > ^ > > /Users/karianna/Documents/workspace/AdoptOpenJDK_ > Projects/jdk9-dev/hotspot/src/jdk.hotspot.agent/share/ > classes/sun/jvm/hotspot/jdi/SADebugServerAttachingConnector.java:42: > > error: package com.sun.tools.jdi does not exist > > public > > SADebugServerAttachingConnector(com.sun.tools.jdi. > VirtualMachineManagerService > > ignored) { > > ^ > > /Users/karianna/Documents/workspace/AdoptOpenJDK_ > Projects/jdk9-dev/hotspot/src/jdk.hotspot.agent/share/ > classes/sun/jvm/hotspot/jdi/SAPIDAttachingConnector.java:41: > > error: package com.sun.tools.jdi does not exist > > public > > SAPIDAttachingConnector(com.sun.tools.jdi.VirtualMachineManagerService > > ignored) { > > ^ > > /Users/karianna/Documents/workspace/AdoptOpenJDK_ > Projects/jdk9-dev/hotspot/src/jdk.hotspot.agent/share/ > classes/sun/jvm/hotspot/jdi/VirtualMachineImpl.java:265: > > error: package com.sun.tools.jdi does not exist > > > > ((com.sun.tools.jdi.VirtualMachineManagerImpl)mgr) > .addVirtualMachine(this); > > ^ > > ... (rest of output omitted) > > > > Before I dig further, has anyone else run across this? > > > > Cheers, > > Martijn > > > > > -- > Dmitry Samersoff > Oracle Java development team, Saint Petersburg, Russia > * I would love to change the world, but they won't give me the sources. >
