hg: jdk8/tl/jdk: 8003120: ResourceManager.getApplicationResources() does not close InputStreams

2012-11-07 Thread ahughes
Changeset: f51943263267 Author:andrew Date: 2012-11-07 16:07 -0500 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f51943263267 8003120: ResourceManager.getApplicationResources() does not close InputStreams Summary: Add finally blocks to close the InputStream instances Reviewed-by:

hg: jdk8/tl/jdk: 7201205: Add Makefile configuration option to build with unlimited crypto in OpenJDK.

2012-09-27 Thread ahughes
Changeset: 9e879c0288c2 Author:andrew Date: 2012-09-27 17:55 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9e879c0288c2 7201205: Add Makefile configuration option to build with unlimited crypto in OpenJDK. Summary: Allow OpenJDK to use the unlimited crypto policy.

hg: jdk8/tl/jdk: 7110151: Use underlying platform's zlib library for Java zlib support

2012-08-15 Thread ahughes
Changeset: 35e024c6a62c Author:andrew Date: 2012-08-15 14:35 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/35e024c6a62c 7110151: Use underlying platform's zlib library for Java zlib support Summary: Make SYSTEM_ZLIB more flexible by using ZLIB_{CFLAGS,LIBS} and building on

hg: jdk8/tl/jdk: 7189533: GetJavaProperties should free temporary file if subsequent allocations fails

2012-08-08 Thread ahughes
Changeset: d87e86aaf2b3 Author:andrew Date: 2012-08-08 12:37 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d87e86aaf2b3 7189533: GetJavaProperties should free temporary file if subsequent allocations fails Summary: Add missing calls to free Reviewed-by: alanb, dholmes,

hg: jdk8/tl/jdk: 6844255: Potential stack corruption in GetJavaProperties

2012-08-01 Thread ahughes
Changeset: 75bda37d0337 Author:omajid Date: 2012-08-01 22:13 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/75bda37d0337 6844255: Potential stack corruption in GetJavaProperties Summary: Use dynamically allocated buffers for temp and encoding. Reviewed-by: alanb, andrew !

hg: jdk7/tl/jdk: 6976186: Integrate Shark

2010-08-13 Thread ahughes
Changeset: 0cdd73548292 Author:gbenson Date: 2010-08-13 22:26 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/0cdd73548292 6976186: Integrate Shark Summary: Shark is a JIT compiler for Zero that uses the LLVM compiler infrastructure. Reviewed-by: ohair !

hg: jdk7/tl/jdk: 6959197: When building with JAVAC_MAX_WARNINGS=true, the build fails in sun/nio/cs due to the use of -Werror

2010-06-11 Thread ahughes
Changeset: c849dc20dc85 Author:andrew Date: 2010-06-12 01:32 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c849dc20dc85 6959197: When building with JAVAC_MAX_WARNINGS=true, the build fails in sun/nio/cs due to the use of -Werror Summary: Remove unneeded casts, add generic

hg: jdk7/tl/jdk: 2 new changesets

2010-05-28 Thread ahughes
Changeset: 0454cb04a407 Author:andrew Date: 2010-05-28 16:59 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/0454cb04a407 6956840: (ch) Rawtype warning when compiling sun.nio.ch.CompletedFuture Summary: Add missing generic type to CompletedFuture construction and remove

hg: jdk7/tl/jdk: 6944361: Missing CKR_ values in PKCS11Exception

2010-04-16 Thread ahughes
Changeset: c444651077d2 Author:andrew Date: 2010-04-16 09:54 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c444651077d2 6944361: Missing CKR_ values in PKCS11Exception Summary: Allow native NSS errors to be observed and correctly reported Reviewed-by: wetmore, valeriep !

hg: jdk7/tl/langtools: 6928623: Behaviour of VERBOSE=true on langtools build

2010-02-22 Thread ahughes
Changeset: f25efdb55c99 Author:andrew Date: 2010-02-22 21:37 + URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/f25efdb55c99 6928623: Behaviour of VERBOSE=true on langtools build Summary: VERBOSE=true causes -diagnostics to be passed to ant rather than -debug Reviewed-by:

hg: jdk7/tl/jdk: 6921740: Eliminate warnings from sun.io converters and allow compiling with JAVAC_MAX_WARNINGS=true

2010-02-02 Thread ahughes
Changeset: 7dadd2951a8b Author:andrew Date: 2010-02-02 10:55 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/7dadd2951a8b 6921740: Eliminate warnings from sun.io converters and allow compiling with JAVAC_MAX_WARNINGS=true Summary: Fix sun.io converters unchecked and cast

hg: jdk7/tl/jdk: 6912893: (build) make/java/nio/FILES_java.gmk doesn't list sun.nio.cs.Unicode

2009-12-23 Thread ahughes
Changeset: 4a062158d2c5 Author:andrew Date: 2009-12-23 17:17 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/4a062158d2c5 6912893: (build) make/java/nio/FILES_java.gmk doesn't list sun.nio.cs.Unicode Summary: Add missing Java source file Reviewed-by: alanb !

hg: jdk7/tl/jaxws: 6898251: Add ALT_DROPS_DIR feature to jaxp/jaxws

2009-11-04 Thread ahughes
Changeset: 600bc3d048be Author:andrew Date: 2009-11-05 00:02 + URL: http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/600bc3d048be 6898251: Add ALT_DROPS_DIR feature to jaxp/jaxws Summary: Allowthe directory for downloaded drops to beset using ALT_DROPS_DIR Reviewed-by: ohair, jjg

hg: jdk7/hotspot-rt/hotspot: 2 new changesets

2009-09-08 Thread ahughes
Changeset: 5fdbe2cdf565 Author:andrew Date: 2009-09-08 09:01 +0100 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/5fdbe2cdf565 6879689: Fix warning about ignored return value when compiling with -O2 Summary: Store the return value of fwrite and check it matches the

hg: jdk7/tl/langtools: 6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk

2009-08-19 Thread ahughes
Changeset: 2aa3a1cdb094 Author:andrew Date: 2009-08-19 20:44 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/2aa3a1cdb094 6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk Summary: Set source and target explicitly in pcompile task Reviewed-by:

hg: jdk7/tl/jdk: 6562614: Compiler warnings for gettimeofday in Inet4/Inet6AddressImpl.c

2009-07-13 Thread ahughes
Changeset: 880896883a47 Author:andrew Date: 2009-07-11 16:43 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/880896883a47 6562614: Compiler warnings for gettimeofday in Inet4/Inet6AddressImpl.c Summary: Add missing header to remove compiler warnings. Reviewed-by: martin