I tried to build a product version jdk by setting environmental variable "SKIP_DEBUG_BUILD=true, SKIP_FASTDEBUG_BUILD=true". But I check the output jdk version, the information as follows: "openjdk version "1.7.0-internal-debug" OpenJDK Runtime Environment (build 1.7.0-internal-debug-dli_01_jul_2009_02_59-b00) OpenJDK Server VM (build 12.0-b01-jvmg, mixed mode)" It seems a debug version? right? why not product version?
I use the following build command: cd ../openjkd/jdk7/ make CC_INTERP=1 all Could anyone give me a hand? Thanks a lot! -- View this message in context: http://www.nabble.com/why-I-cannot-build-a-product-version-openjdk--tp24292957p24292957.html Sent from the OpenJDK Build Infrastructure mailing list archive at Nabble.com.