Re: distinguishing my jdk derivative by setting java_runtime_name

2015-05-18 Thread David Holmes
On 19/05/2015 6:19 AM, Brian Toal wrote: 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

RFR: JDK-8080630 Stop doing sed manipulation of manifest files in SetupJavaCompilation

2015-05-18 Thread Magnus Ihse Bursie
We're currently breaking abstraction barriers by doing a sed replacement of $(RELEASE) and $(COMPANY_NAME) in SetupJavaCompilation. This replacement should be moved to a more proper place. Unfortunately there were no shared dependencies between jrtfs-jar and demos, apart from buildtools. :( I

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
Thanks Sean, I ended up doing something similar to what you mention. hg clone -u jdk8u45-b14 http://hg.openjdk.java.net/jdk8u/jdk8u jdk8u45-b14 cd jdk8u45-b14 bash ./get_source.sh bash ./make/scripts/hgforest.sh update jdk8u45-b14 On Mon, May 18, 2015 at 12:01 PM, Seán Coffey wrote: > 8u45 was

Re: Building OpenJDK that matches OracleJDK update

2015-05-18 Thread Seán Coffey
8u45 was a Critical Patch Update (CPU) release and such releases are not worked via the OpenJDK forests. You won't be able to build the equivalent of Oracle JDK from OpenJDK sources given that the Oracle JDK contains extra features like plugin and installer bundles. The Oracle JDK is built on

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

Re: vs2010+cygwin build failure jdk9/dev, char cannot be represented in current code page

2015-05-18 Thread Weijun Wang
Or not treating this warning as error? This is not a stopper for me now since I am already using English locale now. But it still feels uncomfortable. --Max On 5/18/2015 3:02 PM, Magnus Ihse Bursie wrote: On 2015-05-15 14:58, Weijun Wang wrote: On 5/15/2015 8:46 PM, Erik Joelsson wrote:

Re: vs2010+cygwin build failure jdk9/dev, char cannot be represented in current code page

2015-05-18 Thread Magnus Ihse Bursie
On 2015-05-15 14:58, Weijun Wang wrote: On 5/15/2015 8:46 PM, Erik Joelsson wrote: Hello Max, I just synced up my jdk9/dev on Windows and built successfully using VS2010. I doubt changing compilers will have any effect. I guess it's related to my Windows being Chinese. I've since changed t