I want to build a debug version openJDK on my own PC, does anybody can tell me all the debug options while building the openJDK.
So far, i know:
DEBUG_NAME=all_fastdebug
BUILD_JAXWS=false
BUILD_JAXP=false
Anything else? Many thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can take a look at the Makefile for openjdk7 and see all of the options.
Only
DEBUG_NAMEis related to debug, the rest are just for selecting which components to buildThis is what I found in the makefile: