I want to debug the source code of hotspot, for example, set some breakpoints in the Native Code to recognize it. Therefore, I built the openjdk 9 source code using Eclipse and successfully, and below is the built-in configuration and output.

Then I tried to set up "Debug configurations", however I donβt know how to install the c / C ++ application, someone advises it to "openjdk / hotspot / build / Linux / linux_amd64_compiler2 / jvmg" for JDK 7, however I can not find it in the built output folder for jdk 9, I tried to set it to "~ / jdk9 / build / linux-x86_64-normal-server-fastdebug / jdk / java", then click the "debug" button to debug it, however it doesnβt failed with the information "No source code for the main one." So my question is: 1) how to do the setup so that I can successfully debug the jdk source code? 2,) If there are other places that I need to install? 
source share