Mercurial check out for a particular JDK8 build

2013-06-02 Thread Shrinivas Joshi
Hello, I have a question regarding mercurial checkout steps. What is the right way to check out source for the master and the nested repos (jaxp, langtools ..etc) for a particular JDK 8 build from http://hg.openjdk.java.net/jdk8/jdk8/ ? I didn't find much luck with hg clone and hg update for

Re: RFR: 8010785: JDK 8 build on Linux fails with new build mechanism

2013-06-02 Thread David Holmes
Hi Erik, In CreateJars.gmk I don't understand why you move the update to the JARS variable inside the BUILD_CRYPTO conditional when the jar file is a pre-req for a target defined outside of that conditional. What are the allowed combinations: BUILD_CRYPTO=yes, OPENJDK=true == OK (normal Ope

Re: Mercurial check out for a particular JDK8 build

2013-06-02 Thread David Holmes
On 3/06/2013 6:16 AM, Shrinivas Joshi wrote: Hello, I have a question regarding mercurial checkout steps. What is the right way to check out source for the master and the nested repos (jaxp, langtools ..etc) for a particular JDK 8 build from http://hg.openjdk.java.net/jdk8/jdk8/ ? I didn't find

Re: RFR: 8015759: hotspot changes needed to compile with Visual Studio 2012

2013-06-02 Thread David Holmes
Hi Tim, In compile.make: Please update copyright end year to 2013 (hotspot-runtime process rule). I'm wondering what the impact is of not being able to use _STATIC_CPPLIB? Given it has been deprecated for a while was it actually a no-op? We need to understand what impact this has, if any, on