hg: jdk7u/jdk7u/jdk: 25 new changesets (original) (raw)

lana.steuck at oracle.com lana.steuck at oracle.com
Fri Aug 31 17:39:12 PDT 2012


Changeset: e77341306d8f Author: dsamersoff Date: 2012-08-09 17:42 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/e77341306d8f

7183753: [TEST] Some colon in the diff for this test Summary: Reference output file contains extra colon Reviewed-by: sspitsyn, mgronlun

! test/sun/tools/jcmd/help_help.out

Changeset: 043839897cd9 Author: lana Date: 2012-08-09 20:46 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/043839897cd9

Merge

Changeset: 806c0f5936f1 Author: serb Date: 2012-08-13 20:59 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/806c0f5936f1

7161437: [macosx] awt.FileDialog doesn't respond appropriately for mac when selecting folders Reviewed-by: anthony Contributed-by: Marco Dinacci <marco.dinacci at gmail.com>

! src/macosx/classes/sun/lwawt/macosx/CFileDialog.java ! src/macosx/native/sun/awt/CFileDialog.h ! src/macosx/native/sun/awt/CFileDialog.m

Changeset: 547880604844 Author: dmocek Date: 2012-08-10 09:04 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/547880604844

7142596: RMI JPRT tests are failing Summary: Changed RMI tests to use random port numbers for the RMI Registry and RMID so the tests can be run concurrently without test failures due to tests using the same port numbers. Reviewed-by: smarks, alanb Contributed-by: olivier.lagneau at oracle.com

! test/ProblemList.txt ! test/com/sun/jndi/rmi/registry/RegistryContext/ContextWithNullProperties.java ! test/com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java ! test/java/rmi/Naming/LookupNameWithColon.java ! test/java/rmi/Naming/RmiIsNoScheme.java ! test/java/rmi/Naming/UnderscoreHost.java ! test/java/rmi/Naming/legalRegistryNames/LegalRegistryNames.java ! test/java/rmi/activation/Activatable/checkActivateRef/security.policy ! test/java/rmi/activation/Activatable/checkAnnotations/security.policy ! test/java/rmi/activation/Activatable/checkImplClassLoader/security.policy ! test/java/rmi/activation/Activatable/checkRegisterInLog/security.policy ! test/java/rmi/activation/Activatable/createPrivateActivable/security.policy ! test/java/rmi/activation/Activatable/downloadParameterClass/security.policy ! test/java/rmi/activation/Activatable/elucidateNoSuchMethod/security.policy ! test/java/rmi/activation/Activatable/extLoadedImpl/security.policy ! test/java/rmi/activation/Activatable/forceLogSnapshot/security.policy ! test/java/rmi/activation/Activatable/inactiveGroup/security.policy ! test/java/rmi/activation/Activatable/lookupActivationSystem/LookupActivationSystem.java ! test/java/rmi/activation/Activatable/nestedActivate/security.policy ! test/java/rmi/activation/Activatable/nonExistentActivatable/security.policy ! test/java/rmi/activation/Activatable/restartCrashedService/security.policy ! test/java/rmi/activation/Activatable/restartLatecomer/security.policy ! test/java/rmi/activation/Activatable/restartService/security.policy ! test/java/rmi/activation/Activatable/shutdownGracefully/security.policy ! test/java/rmi/activation/Activatable/unregisterInactive/security.policy ! test/java/rmi/activation/ActivateFailedException/activateFails/security.policy ! test/java/rmi/activation/ActivationSystem/activeGroup/security.policy ! test/java/rmi/activation/ActivationSystem/modifyDescriptor/security.policy ! test/java/rmi/activation/ActivationSystem/stubClassesPermitted/StubClassesPermitted.java ! test/java/rmi/activation/ActivationSystem/stubClassesPermitted/security.policy ! test/java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup.java ! test/java/rmi/activation/ActivationSystem/unregisterGroup/security.policy ! test/java/rmi/activation/CommandEnvironment/SetChildEnv.java ! test/java/rmi/activation/CommandEnvironment/security.policy ! test/java/rmi/activation/rmidViaInheritedChannel/InheritedChannelNotServerSocket.java ! test/java/rmi/activation/rmidViaInheritedChannel/RmidViaInheritedChannel.java ! test/java/rmi/activation/rmidViaInheritedChannel/rmid.security.policy ! test/java/rmi/registry/altSecurityManager/AltSecurityManager.java ! test/java/rmi/registry/classPathCodebase/ClassPathCodebase.java ! test/java/rmi/registry/emptyName/EmptyName.java ! test/java/rmi/registry/interfaceHash/InterfaceHash.java ! test/java/rmi/registry/multipleRegistries/MultipleRegistries.java ! test/java/rmi/registry/readTest/readTest.java ! test/java/rmi/registry/readTest/readTest.sh ! test/java/rmi/registry/reexport/Reexport.java ! test/java/rmi/reliability/juicer/AppleUserImpl.java ! test/java/rmi/reliability/juicer/ApplicationServer.java ! test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/EchoImpl.java ! test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/UseCustomSocketFactory.java ! test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/security.policy ! test/java/rmi/server/RMISocketFactory/useSocketFactory/registry/HelloImpl.java ! test/java/rmi/server/RMISocketFactory/useSocketFactory/registry/UseCustomSocketFactory.java ! test/java/rmi/server/RMISocketFactory/useSocketFactory/registry/security.policy ! test/java/rmi/server/RMISocketFactory/useSocketFactory/unicast/EchoImpl.java ! test/java/rmi/server/RMISocketFactory/useSocketFactory/unicast/UseCustomSocketFactory.java ! test/java/rmi/server/RMISocketFactory/useSocketFactory/unicast/security.policy ! test/java/rmi/server/RemoteServer/AddrInUse.java ! test/java/rmi/server/UnicastRemoteObject/keepAliveDuringCall/KeepAliveDuringCall.java ! test/java/rmi/server/UnicastRemoteObject/keepAliveDuringCall/ShutdownImpl.java ! test/java/rmi/server/UnicastRemoteObject/unexportObject/UnexportLeak.java ! test/java/rmi/server/Unreferenced/finiteGCLatency/FiniteGCLatency.java ! test/java/rmi/server/Unreferenced/leaseCheckInterval/LeaseCheckInterval.java ! test/java/rmi/server/Unreferenced/leaseCheckInterval/SelfTerminator.java ! test/java/rmi/server/Unreferenced/unreferencedContext/UnreferencedContext.java ! test/java/rmi/server/useCustomRef/UseCustomRef.java ! test/java/rmi/server/useCustomRef/security.policy ! test/java/rmi/testlibrary/ActivationLibrary.java ! test/java/rmi/testlibrary/RMID.java ! test/java/rmi/testlibrary/RegistryRunner.java ! test/java/rmi/testlibrary/StreamPipe.java ! test/java/rmi/testlibrary/TestLibrary.java ! test/java/rmi/transport/checkFQDN/CheckFQDN.java ! test/java/rmi/transport/checkFQDN/CheckFQDNClient.java ! test/java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java ! test/java/rmi/transport/checkLeaseInfoLeak/LeaseLeakClient.java ! test/java/rmi/transport/checkLeaseInfoLeak/security.policy ! test/java/rmi/transport/closeServerSocket/CloseServerSocket.java ! test/java/rmi/transport/dgcDeadLock/DGCDeadLock.java ! test/java/rmi/transport/dgcDeadLock/TestImpl.java ! test/java/rmi/transport/handshakeFailure/HandshakeFailure.java ! test/java/rmi/transport/handshakeTimeout/HandshakeTimeout.java ! test/java/rmi/transport/httpSocket/HttpSocketTest.java ! test/java/rmi/transport/httpSocket/security.policy ! test/java/rmi/transport/pinClientSocketFactory/PinClientSocketFactory.java ! test/java/rmi/transport/rapidExportUnexport/RapidExportUnexport.java ! test/java/rmi/transport/reuseDefaultPort/ReuseDefaultPort.java ! test/sun/rmi/rmic/newrmic/equivalence/AppleUserImpl.java ! test/sun/rmi/rmic/newrmic/equivalence/run.sh ! test/sun/rmi/runtime/Log/6409194/NoConsoleOutput.java ! test/sun/rmi/runtime/Log/checkLogging/CheckLogging.java ! test/sun/rmi/transport/proxy/EagerHttpFallback.java ! test/sun/rmi/transport/tcp/DeadCachedConnection.java

Changeset: 295bad1785ee Author: dmocek Date: 2012-07-18 10:04 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/295bad1785ee

7184943: fix failing test com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java 7184946: fix failing test com/sun/jndi/rmi/registry/RegistryContext/ContextWithNullProperties.java Reviewed-by: smarks

! test/com/sun/jndi/rmi/registry/RegistryContext/ContextWithNullProperties.java ! test/com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java

Changeset: e63a54172486 Author: dmocek Date: 2012-07-27 16:53 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/e63a54172486

7186111: fix bugs in java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup Reviewed-by: smarks, jgish

! test/java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup.java ! test/java/rmi/activation/ActivationSystem/unregisterGroup/group.security.policy ! test/java/rmi/activation/ActivationSystem/unregisterGroup/rmid.security.policy ! test/java/rmi/activation/ActivationSystem/unregisterGroup/security.policy

Changeset: 0ec52ab2f2f0 Author: ksrini Date: 2012-07-31 06:10 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/0ec52ab2f2f0

7188114: (launcher) need an alternate command line parser for Windows Reviewed-by: darcy, dholmes, jjh Contributed-by: akhil.arora at oracle.com

Changeset: 8cd543d7959d Author: ksrini Date: 2012-08-16 07:39 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/8cd543d7959d

7146424: Wildcard expansion for single entry classpath Reviewed-by: dholmes, darcy, jjh, sherman

! make/common/Program.gmk ! make/java/jli/Makefile ! make/java/jli/mapfile-vers ! src/share/bin/java.c ! src/share/bin/java.h ! src/share/bin/jli_util.c ! src/share/bin/jli_util.h ! src/share/bin/main.c ! src/share/bin/wildcard.c ! src/share/classes/sun/launcher/LauncherHelper.java ! src/share/classes/sun/launcher/resources/launcher.properties ! src/solaris/bin/java_md_common.c ! src/windows/bin/java_md.c ! test/tools/launcher/Arrrghs.java ! test/tools/launcher/TestHelper.java

Changeset: 6bd9089ebe96 Author: ksrini Date: 2012-08-16 08:29 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/6bd9089ebe96

7151434: java -jar -XX crashes java launcher Reviewed-by: mchung, darcy, jjh, dholmes

! src/share/bin/java.c ! test/tools/launcher/Arrrghs.java

Changeset: ced39ad6e1cf Author: ksrini Date: 2012-08-16 08:40 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/ced39ad6e1cf

7189944: (launcher) test/tools/launcher/Arrrrghs.java needs a couple of minor fixes Reviewed-by: darcy, jgish, jjh

! test/tools/launcher/Arrrghs.java ! test/tools/launcher/TestHelper.java

Changeset: 92c7d1df9851 Author: dmocek Date: 2012-08-02 18:12 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/92c7d1df9851

7187876: ClassCastException in TCPTransport.executeAcceptLoop Reviewed-by: dholmes, smarks

! src/share/classes/sun/rmi/transport/tcp/TCPTransport.java

Changeset: 6c5484839ef6 Author: anthony Date: 2012-08-22 15:07 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/6c5484839ef6

7189350: Fix failed for CR 7162144 Summary: Handle EDT interruption differently Reviewed-by: art, bagiras, serb

! src/share/classes/java/awt/EventDispatchThread.java

Changeset: ef26b6c8264d Author: malenkov Date: 2012-08-23 12:47 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/ef26b6c8264d

7189112: java.beans.Introspector misses write methods Reviewed-by: rupashka

! src/share/classes/java/beans/PropertyDescriptor.java

Changeset: 3898abcc7c28 Author: anthony Date: 2012-08-24 16:40 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/3898abcc7c28

7160609: [macosx] JDK crash in libjvm.dylib ( C [GeForceGLDriver+0x675a] gldAttachDrawable+0x941) Summary: Constrain window dimensions with screen bounds and GL_MAX_TEXTURE_SIZE Reviewed-by: art, serb

! src/macosx/classes/sun/java2d/opengl/CGLGraphicsConfig.java ! src/macosx/classes/sun/lwawt/LWWindowPeer.java ! src/macosx/classes/sun/lwawt/PlatformWindow.java ! src/macosx/classes/sun/lwawt/macosx/CPlatformEmbeddedFrame.java ! src/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java ! src/macosx/native/sun/java2d/opengl/CGLGraphicsConfig.m

Changeset: d50a753bf368 Author: weijun Date: 2012-08-27 10:23 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/d50a753bf368

7152121: Krb5LoginModule no longer handles keyTabNames with "file:" prefix Reviewed-by: mullan

! src/share/classes/com/sun/security/auth/module/Krb5LoginModule.java ! src/share/classes/sun/security/krb5/internal/ktab/KeyTab.java

Changeset: 589c21e1aa30 Author: vkarnauk Date: 2012-08-27 21:38 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/589c21e1aa30

7167780: Hang javasoft.sqe.tests.api.javax.swing.Timer.Ctor2Tests Reviewed-by: rupashka

! src/share/classes/javax/swing/TimerQueue.java

Changeset: 226981134147 Author: khazra Date: 2012-08-27 17:08 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/226981134147

7168172: (fs) Files.isReadable slow on Windows Summary: Remove DACL checking for read access, also reviewed by zhong.j.yu at gmail.com Reviewed-by: alanb, ulfzibis

! src/windows/classes/sun/nio/fs/WindowsFileSystemProvider.java

Changeset: f7ac6a1d5853 Author: weijun Date: 2012-08-28 17:25 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/f7ac6a1d5853

7194472: FileKeyTab.java test fails on Windows Reviewed-by: alanb

! test/sun/security/krb5/auto/FileKeyTab.java

Changeset: 08169e59a25a Author: lana Date: 2012-08-28 13:25 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/08169e59a25a

Merge

Changeset: 8a738039cd7e Author: bae Date: 2012-08-29 11:52 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/8a738039cd7e

7150594: VM chash in JCK api/java_awt/Image/ConvolveOp/ tests for 64 bit jdk8 on linux. Reviewed-by: jgodinez, prr

! src/share/native/sun/awt/medialib/mlib_types.h

Changeset: 9c586a733dc1 Author: weijun Date: 2012-08-29 11:03 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/9c586a733dc1

7184815: [macosx] Need to read Kerberos config in files Reviewed-by: valeriep

! src/share/classes/sun/security/krb5/Config.java

Changeset: aa5a30249beb Author: chegar Date: 2012-08-12 22:56 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/aa5a30249beb

7188755: Crash due to missing synchronization on gconf_client in DefaultProxySelector.c Reviewed-by: chegar Contributed-by: Christian Schulte <cs at schulte.it>

! src/share/classes/sun/net/spi/DefaultProxySelector.java

Changeset: a7abba2b71b8 Author: khazra Date: 2012-08-29 11:13 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/a7abba2b71b8

7184287: (prefs) BackingStoreException when calling flush on root node[macosx] Summary: Change implementation to enable user without administrative privileges to call flush Reviewed-by: alanb

! src/macosx/classes/java/util/prefs/MacOSXPreferences.java ! src/macosx/classes/java/util/prefs/MacOSXPreferencesFile.java

Changeset: eaf58bd0f505 Author: khazra Date: 2012-08-29 11:33 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/eaf58bd0f505

7160252: (prefs) NodeAddedEvent was not delivered when new node add when new Node Summary: Change native code to convey to Java code whether a new node was added Reviewed-by: alanb, chegar

! src/macosx/classes/java/util/prefs/MacOSXPreferences.java ! src/macosx/classes/java/util/prefs/MacOSXPreferencesFile.java ! src/macosx/native/java/util/MacOSXPreferencesFile.m

Changeset: 147401296df6 Author: lana Date: 2012-08-30 21:02 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/147401296df6

Merge



More information about the jdk7u-dev mailing list