hg: jdk7/jdk7/jdk: 33 new changesets

tim.bell at sun.com tim.bell at sun.com
Fri Jan 8 15:10:07 PST 2010


Changeset: a0f6963b1618
Author:    martin
Date:      2009-12-08 12:41 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/a0f6963b1618

6903754: (bf) Improve floating-point buffer comparison
Summary: Describe the exact behavior of {Double,Float}Buffer.{equals,compareTo}; fix non-anti-symmetric behavior of compareTo
Reviewed-by: alanb
Contributed-by: jessewilson at google.com

! make/java/nio/genBuffer.sh
! src/share/classes/java/nio/X-Buffer.java.template
! test/java/nio/Buffer/Basic-X.java.template
! test/java/nio/Buffer/BasicByte.java
! test/java/nio/Buffer/BasicChar.java
! test/java/nio/Buffer/BasicDouble.java
! test/java/nio/Buffer/BasicFloat.java
! test/java/nio/Buffer/BasicInt.java
! test/java/nio/Buffer/BasicLong.java
! test/java/nio/Buffer/BasicShort.java
! test/java/nio/Buffer/genBasic.sh

Changeset: db5c77621c6b
Author:    weijun
Date:      2009-12-09 11:15 +0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/db5c77621c6b

6908628: ObjectIdentifier s11n test fails
Reviewed-by: xuelei

! test/sun/security/util/Oid/S11N.sh

Changeset: c2f83e13bbe5
Author:    darcy
Date:      2009-12-09 17:55 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/c2f83e13bbe5

6909057: @see Arrays#hashCode missing particular method specification in j.u.Objects.hash
Reviewed-by: ksrini

! src/share/classes/java/util/Objects.java

Changeset: 0f8f624ddcb4
Author:    mchung
Date:      2009-12-09 21:09 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/0f8f624ddcb4

6909082: Docs warning from java.util.logging.PlatformLoggingMXBean
Summary: Fix incorrect tag @See with @see.
Reviewed-by: darcy

! src/share/classes/java/util/logging/PlatformLoggingMXBean.java

Changeset: 7c9be6c9385a
Author:    mullan
Date:      2009-12-10 11:31 -0500
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/7c9be6c9385a

6867348: Digest Value of References inside Manifest - calculation order problem
Reviewed-by: xuelei

! src/share/classes/org/jcp/xml/dsig/internal/dom/DOMXMLSignature.java
! test/javax/xml/crypto/dsig/GenerationTests.java

Changeset: 421e652f00c7
Author:    mullan
Date:      2009-12-10 11:34 -0500
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/421e652f00c7

Merge


Changeset: ae944611249f
Author:    chegar
Date:      2009-12-10 15:52 +0000
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/ae944611249f

6909089: Memory leak occurs by lack of free for read buffer in SocketInputStream#read()
Reviewed-by: alanb, jccollet

! src/windows/native/java/net/SocketInputStream.c

Changeset: 59221d9e0c1c
Author:    chegar
Date:      2009-12-10 09:08 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/59221d9e0c1c

Merge


Changeset: f9c9c2b726a0
Author:    darcy
Date:      2009-12-10 13:04 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/f9c9c2b726a0

6909070: Missing package statements in java.text.Bidi @see links
Reviewed-by: anthony

! src/share/classes/java/text/Bidi.java

Changeset: aa0d374b40a5
Author:    darcy
Date:      2009-12-10 13:28 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/aa0d374b40a5

4891262: API spec, javax/accessibility: few invalid javadoc tags
Reviewed-by: jjg

! src/share/classes/javax/accessibility/AccessibleContext.java
! src/share/classes/javax/accessibility/AccessibleExtendedText.java
! src/share/classes/javax/accessibility/AccessibleKeyBinding.java

Changeset: 3267ca7afe95
Author:    darcy
Date:      2009-12-11 10:40 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/3267ca7afe95

6909563: Javadoc build warnings in rmi, security, management
Reviewed-by: mchung, mullan

! src/share/classes/java/lang/management/PlatformManagedObject.java
! src/share/classes/java/rmi/activation/Activatable.java
! src/share/classes/java/rmi/registry/LocateRegistry.java
! src/share/classes/java/rmi/server/RemoteObjectInvocationHandler.java
! src/share/classes/java/security/cert/CertPathValidatorException.java

Changeset: 5434b2585a08
Author:    andrew
Date:      2009-12-11 23:47 +0000
URL:       http://hg.openjdk.java.net/jdk7/jdk7/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

Changeset: 2d53da2c4764
Author:    ohair
Date:      2009-12-09 09:46 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/2d53da2c4764

6906210: Fix another minor typo in test/Makefile
Reviewed-by: tbell, dcubed

! test/Makefile
! test/ProblemList.txt
! test/com/sun/jdi/NoLaunchOptionTest.java
! test/com/sun/jdi/OptionTest.java
! test/sun/tools/jhat/HatRun.java

Changeset: a5ee97f72245
Author:    ohair
Date:      2009-12-09 09:50 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/a5ee97f72245

Merge


Changeset: 8d42b2bd25fe
Author:    ohair
Date:      2009-12-10 16:57 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/8d42b2bd25fe

Merge


Changeset: c84d8b9be5c6
Author:    ohair
Date:      2009-12-11 15:29 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/c84d8b9be5c6

6909373: Add -ea to the testing done by jdk/test/Makefile
Reviewed-by: darcy

! test/Makefile
! test/ProblemList.txt

Changeset: 623c22f00e49
Author:    ohair
Date:      2009-12-11 15:29 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/623c22f00e49

Merge


Changeset: 15568b6998f4
Author:    ohair
Date:      2009-12-11 17:18 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/15568b6998f4

Merge

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

Changeset: ad1e30930c6c
Author:    darcy
Date:      2009-12-15 13:51 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/ad1e30930c6c

6908131: Pure Java implementations of StrictMath.floor(double) & StrictMath.ceil(double)
Reviewed-by: alanb

! make/java/java/mapfile-vers
! make/java/java/reorder-i586
! make/java/java/reorder-sparc
! make/java/java/reorder-sparcv9
! src/share/classes/java/lang/StrictMath.java
! src/share/native/java/lang/StrictMath.c
+ test/java/lang/Math/CeilAndFloorTests.java

Changeset: c6d3ca281660
Author:    ohair
Date:      2009-12-16 12:45 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/c6d3ca281660

6558110: tmp/java/jli/obj_g/static is not deleted automatically
Reviewed-by: ksrini

! make/java/jli/Makefile

Changeset: a368ebcfeeb6
Author:    mchung
Date:      2009-12-17 08:11 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/a368ebcfeeb6

6898747: Allow JNDI cosnaming provider to be used when java.applet is not present
Summary: Check if java.applet.Applet is present before accessing the type
Reviewed-by: alanb, vinnie

! src/share/classes/com/sun/jndi/toolkit/corba/CorbaUtils.java

Changeset: de776cd139aa
Author:    mchung
Date:      2009-12-18 07:49 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/de776cd139aa

Merge


Changeset: da43f2e977ac
Author:    mchung
Date:      2009-12-18 11:36 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/da43f2e977ac

6909572: Add a new target for building modules
Summary: Add a new "modules" build target that builds jdk and jre module image
Reviewed-by: alanb, ohair

! make/Makefile
+ make/common/Modules.gmk
+ make/modules/Makefile
+ make/modules/bootmodule.roots
+ make/modules/jdk7.depconfig
+ make/modules/modules.config
+ make/modules/modules.group
+ make/modules/optional.depconfig
+ make/modules/tools/Makefile
+ make/modules/tools/build.xml
+ make/modules/tools/nbproject/project.properties
+ make/modules/tools/nbproject/project.xml
+ make/modules/tools/src/com/sun/classanalyzer/AnnotatedDependency.java
+ make/modules/tools/src/com/sun/classanalyzer/AnnotationParser.java
+ make/modules/tools/src/com/sun/classanalyzer/BootAnalyzer.java
+ make/modules/tools/src/com/sun/classanalyzer/CheckDeps.java
+ make/modules/tools/src/com/sun/classanalyzer/ClassAnalyzer.java
+ make/modules/tools/src/com/sun/classanalyzer/ClassFileParser.java
+ make/modules/tools/src/com/sun/classanalyzer/ClassPath.java
+ make/modules/tools/src/com/sun/classanalyzer/CodeAttributeParser.java
+ make/modules/tools/src/com/sun/classanalyzer/ConstantPoolAnalyzer.java
+ make/modules/tools/src/com/sun/classanalyzer/ConstantPoolParser.java
+ make/modules/tools/src/com/sun/classanalyzer/DependencyConfig.java
+ make/modules/tools/src/com/sun/classanalyzer/Klass.java
+ make/modules/tools/src/com/sun/classanalyzer/Module.java
+ make/modules/tools/src/com/sun/classanalyzer/ModuleConfig.java
+ make/modules/tools/src/com/sun/classanalyzer/ResolutionInfo.java
+ make/modules/tools/src/com/sun/classanalyzer/ResourceFile.java
+ make/modules/tools/src/com/sun/classanalyzer/ShowDeps.java

Changeset: b8d1e718ea6d
Author:    mchung
Date:      2009-12-18 11:42 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/b8d1e718ea6d

6909573: Temporary launcher support to add modules in the bootclasspath
Summary: Add the list of modules to the bootclasspath if lib/rt.jar and classes don't exist
Reviewed-by: alanb, ohair, ksrini

! src/share/bin/java.c

Changeset: 3b896fcc7806
Author:    tbell
Date:      2009-12-19 10:26 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/3b896fcc7806

Merge


Changeset: f7e4cda33734
Author:    darcy
Date:      2009-12-22 21:48 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/f7e4cda33734

6908541: Bad resource management in java/math/BigInteger/BigIntegerTest.java
Reviewed-by: alanb

! test/ProblemList.txt
! test/java/math/BigInteger/BigIntegerTest.java

Changeset: 94feb5bd31bd
Author:    ptisnovs
Date:      2009-12-23 11:18 +0100
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/94feb5bd31bd

6912628: test/java/util/jar/JarFile/TurkCert.java cannot be run in samevm mode
Summary: Added tag to run this test in othervm
Reviewed-by: chegar

! test/java/util/jar/JarFile/TurkCert.java

Changeset: 4a062158d2c5
Author:    andrew
Date:      2009-12-23 17:17 +0000
URL:       http://hg.openjdk.java.net/jdk7/jdk7/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

Changeset: 49bc2b443eca
Author:    dl
Date:      2009-12-23 15:57 -0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/49bc2b443eca

6908348: java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java get OOME for unbounded queues
Reviewed-by: martin, dholmes

! test/java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java

Changeset: 6a80c535f02e
Author:    weijun
Date:      2009-12-24 13:56 +0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/6a80c535f02e

6843127: krb5 should not try to access unavailable kdc too often
Reviewed-by: valeriep, mullan

! src/share/classes/sun/security/krb5/Config.java
! src/share/classes/sun/security/krb5/KrbKdcReq.java
! src/share/lib/security/java.security
+ test/sun/security/krb5/auto/BadKdc.java
+ test/sun/security/krb5/auto/BadKdc1.java
+ test/sun/security/krb5/auto/BadKdc2.java
+ test/sun/security/krb5/auto/BadKdc3.java
+ test/sun/security/krb5/auto/BadKdc4.java
! test/sun/security/krb5/auto/KDC.java
! test/sun/security/krb5/auto/OneKDC.java

Changeset: 91c3cabb3d32
Author:    weijun
Date:      2009-12-24 13:56 +0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/91c3cabb3d32

6907425: JCK Kerberos tests fail since b77
Reviewed-by: valeriep

! src/share/classes/sun/security/krb5/EncryptionKey.java
! test/sun/security/krb5/auto/KDC.java
! test/sun/security/krb5/auto/MoreKvno.java

Changeset: ef9774dc4f5a
Author:    weijun
Date:      2010-01-05 10:40 +0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/ef9774dc4f5a

6895424: RFC 5653
Reviewed-by: valeriep

! src/share/classes/org/ietf/jgss/GSSName.java
! src/share/classes/sun/security/jgss/GSSManagerImpl.java
! src/share/classes/sun/security/jgss/GSSNameImpl.java
! src/share/classes/sun/security/jgss/GSSUtil.java
! src/share/classes/sun/security/jgss/wrapper/GSSNameElement.java
+ test/sun/security/krb5/auto/Test5653.java

Changeset: c028d78fa438
Author:    weijun
Date:      2010-01-05 10:40 +0800
URL:       http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/c028d78fa438

6913636: kvno check in JSSE
Reviewed-by: valeriep

! src/share/classes/sun/security/ssl/krb5/KerberosClientKeyExchangeImpl.java
! test/sun/security/krb5/auto/SSL.java



More information about the jdk7-dev mailing list