distinguishing my jdk derivative by setting java_runtime_name

2015-05-18 Thread Brian Toal
I'd like to be able to distinguish my openjdk build from others, by setting java_runtime_name to something that signifies my openjdk derivative. Is it possible to set java_runtime_name that's used in .//jdk/src/share/classes/sun/misc/Version.java.template via configure? How do others typically do

Re: Building OpenJDK that matches OracleJDK update

2015-05-18 Thread Brian Toal
uild > number was b14 - i.e. tag jdk8u45-b14 > > Regards, > Sean. > > > On 18/05/2015 17:48, Brian Toal wrote: > >> I'm trying to figure out how to build the OpenJDK so that it's at parity >> with the OracleJDK version. >> >> For example I wan

Building OpenJDK that matches OracleJDK update

2015-05-18 Thread Brian Toal
I'm trying to figure out how to build the OpenJDK so that it's at parity with the OracleJDK version. For example I want to build OpenJDK that is the equivalent of 8u45. Appreciate if someone could point me into the correct direction to any literature that explains how this is done. I've see it's