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