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: lancea

! src/share/classes/com/sun/naming/internal/ResourceManager.java



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.
Reviewed-by: wetmore, ohair

! make/javax/crypto/Makefile



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 more than just MACOSX.
Reviewed-by: sherman, alanb

! make/com/sun/java/pack/Makefile
! make/common/Program.gmk
! make/common/shared/Defs-linux.gmk
! make/common/shared/Defs-macosx.gmk
! make/common/shared/Defs-solaris.gmk
! make/java/jli/Makefile
! make/java/zip/Makefile
! make/jdk_generic_profile.sh
! make/sun/splashscreen/Makefile
! src/share/native/com/sun/java/util/jar/pack/defines.h
! src/share/native/java/util/zip/Adler32.c
! src/share/native/java/util/zip/CRC32.c
! src/share/native/java/util/zip/Deflater.c
! src/share/native/java/util/zip/Inflater.c
! src/share/native/java/util/zip/zip_util.c



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, sherman

! src/solaris/native/java/lang/java_props_md.c



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

! src/solaris/native/java/lang/java_props_md.c



hg: jdk7/tl: 6976186: Integrate Shark

2010-08-24 Thread ahughes
Changeset: 1fbed32d2ddd
Author:gbenson
Date:  2010-08-24 13:27 +0100
URL:   http://hg.openjdk.java.net/jdk7/tl/rev/1fbed32d2ddd

6976186: Integrate Shark
Summary: Shark is a JIT compiler for Zero that uses the LLVM compiler 
infrastructure.
Reviewed-by: ohair

! make/hotspot-rules.gmk



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

! make/jdk_generic_profile.sh



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 types and make better use of static 
data
Reviewed-by: sherman

! make/sun/nio/cs/Makefile
! src/share/classes/sun/io/ByteToCharISO2022.java
! src/share/classes/sun/io/ByteToCharISO2022JP.java
! src/share/classes/sun/io/ByteToCharJISAutoDetect.java
! src/share/classes/sun/io/CharToBytePCK.java
! src/share/classes/sun/nio/cs/ext/DoubleByte.java
! src/share/classes/sun/nio/cs/ext/EUC_JP.java
! src/share/classes/sun/nio/cs/ext/EUC_JP_LINUX.java
! src/share/classes/sun/nio/cs/ext/EUC_JP_Open.java
! src/share/classes/sun/nio/cs/ext/EUC_TW.java
! src/share/classes/sun/nio/cs/ext/GB18030.java
! src/share/classes/sun/nio/cs/ext/HKSCS.java
! src/share/classes/sun/nio/cs/ext/ISO2022.java
! src/share/classes/sun/nio/cs/ext/JISAutoDetect.java
! src/share/classes/sun/nio/cs/ext/PCK.java
! src/share/classes/sun/nio/cs/ext/SJIS.java
! src/solaris/classes/sun/nio/cs/ext/COMPOUND_TEXT_Encoder.java
! src/solaris/classes/sun/nio/cs/ext/CompoundTextSupport.java



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 
unneeded SuppressWarnings annotations.
Reviewed-by: alanb

! src/share/classes/sun/nio/ch/CompletedFuture.java

Changeset: 0f58be815a2e
Author:andrew
Date:  2010-05-28 17:01 +0100
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/0f58be815a2e

Merge




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

! src/share/classes/sun/security/pkcs11/wrapper/PKCS11Exception.java
! src/share/classes/sun/security/x509/X509Key.java



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: jjg

! make/Makefile



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 warnings produced by 
-Xlint:all
Reviewed-by: alanb, sherman

! make/java/sun_nio/Makefile
! src/share/classes/sun/io/ByteToCharUTF8.java
! src/share/classes/sun/io/CharToByteUnicode.java
! src/share/classes/sun/io/CharacterEncoding.java
! src/share/classes/sun/io/Converters.java
! src/share/classes/sun/nio/cs/AbstractCharsetProvider.java



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

! make/java/nio/FILES_java.gmk



hg: jdk7/tl/jdk: 6909442: Fix comments in test/sun/tools/jhat/HatRun.java

2009-12-11 Thread ahughes
Changeset: 5434b2585a08
Author:andrew
Date:  2009-12-11 23:47 +
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/5434b2585a08

6909442: Fix comments in test/sun/tools/jhat/HatRun.java
Summary: Update the comments in this test to match the changes in 6902325
Reviewed-by: ohair

! test/sun/tools/jhat/HatRun.java



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

! build.properties
! jaxws.properties
! make/Makefile



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

2009-11-04 Thread ahughes
Changeset: 26b97fd0e595
Author:andrew
Date:  2009-11-05 00:00 +
URL:   http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/26b97fd0e595

6898251: Add ALT_DROPS_DIR feature to jaxp/jaxws
Summary: Allow the directory for downloaded drops to be set using ALT_DROPS_DIR
Reviewed-by: ohair, jjg

! build.properties
! jaxp.properties
! make/Makefile



hg: jdk7/tl/jdk: 6882745: Add DISABLE_INTREE_EC option to make new EC provider optional.

2009-09-18 Thread ahughes
Changeset: 39c15c0a71f7
Author:andrew
Date:  2009-09-10 19:04 +0100
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/39c15c0a71f7

6882745: Add DISABLE_INTREE_EC option to make new EC provider optional.
Summary: Don't build the ec subdirectory when DISABLE_INTREE_EC is defined.
Reviewed-by: vinnie

! make/sun/security/Makefile



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: jjg

! make/build.xml



hg: jdk7/tl/jdk: 6869697: Missing entry in makefiles for java/lang/ReflectiveOperationException.java

2009-08-07 Thread ahughes
Changeset: 88229bdd8aae
Author:andrew
Date:  2009-08-07 18:15 +0100
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/88229bdd8aae

6869697: Missing entry in makefiles for 
java/lang/ReflectiveOperationException.java
Summary: Add new dependency explicitly so all compilers pick it up
Reviewed-by: darcy, ohair

! make/java/java/FILES_java.gmk



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

2009-07-11 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
Contributed-by: Matthew Flaschen 

! src/solaris/native/java/net/Inet4AddressImpl.c
! src/solaris/native/java/net/Inet6AddressImpl.c