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

hg: jdk8/tl/jdk: 8007398: Peformance improvements to Integer and Long string formatting.

2013-06-02 Thread mike . duigou
Changeset: c8410ce73ad6 Author:mduigou Date: 2013-02-12 17:04 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c8410ce73ad6 8007398: Peformance improvements to Integer and Long string formatting. Reviewed-by: mduigou, martin, darcy, briangoetz Contributed-by: Steven Schlansker