hg: jdk7/swing/jdk: 133 new changesets (original) (raw)
lana.steuck at oracle.com lana.steuck at oracle.com
Sun Mar 6 06:51:57 UTC 2011
- Previous message: hg: jdk7/swing/hotspot: 82 new changesets
- Next message: Accessibility tools for JDK
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Changeset: bad0ddc6f573 Author: prr Date: 2011-01-26 11:46 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/bad0ddc6f573
7014738: Update jdk repo application manifests with Windows 7 compatibility section. Reviewed-by: bae, igor
! src/windows/resource/java.manifest
Changeset: d0e158473b6f Author: prr Date: 2011-01-26 13:26 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/d0e158473b6f
6940890: Java doesn't pick up the correct fontconfig files in latest Solaris Next builds Reviewed-by: bae, igor
! src/share/classes/sun/java2d/SunGraphicsEnvironment.java
Changeset: 4cf20706dbfa Author: dlila Date: 2011-01-27 16:43 -0500 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/4cf20706dbfa
4645692: solveCubic does not return all solutions. Summary: more robust solveCubic implementation. Reviewed-by: flar
! src/share/classes/java/awt/geom/CubicCurve2D.java
- test/java/awt/geom/CubicCurve2D/ContainsTest.java
- test/java/awt/geom/CubicCurve2D/IntersectsTest.java
- test/java/awt/geom/CubicCurve2D/SolveCubicTest.java
Changeset: 21621a756b32 Author: lana Date: 2011-02-03 19:15 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/21621a756b32
Merge
- make/java/hpi/Makefile
- make/java/hpi/hpi_common.gmk
- make/java/hpi/native/Makefile
- make/java/hpi/native/mapfile-vers
- make/java/hpi/native/reorder-i586
- make/java/hpi/native/reorder-sparc
- make/java/hpi/native/reorder-sparcv9
- make/java/hpi/windows/Makefile
- src/share/hpi/export/bool.h
- src/share/hpi/export/dll.h
- src/share/hpi/export/hpi.h
- src/share/hpi/include/hpi_impl.h
- src/share/hpi/include/vm_calls.h
- src/share/hpi/src/hpi.c
- src/solaris/hpi/export/byteorder_md.h
- src/solaris/hpi/export/hpi_md.h
- src/solaris/hpi/export/io_md.h
- src/solaris/hpi/export/path_md.h
- src/solaris/hpi/export/timeval_md.h
- src/solaris/hpi/include/hpi_init.h
- src/solaris/hpi/include/interrupt.h
- src/solaris/hpi/include/largefile.h
- src/solaris/hpi/include/largefile_linux.h
- src/solaris/hpi/include/largefile_solaris.h
- src/solaris/hpi/native_threads/include/condvar_md.h
- src/solaris/hpi/native_threads/include/monitor_md.h
- src/solaris/hpi/native_threads/include/mutex_md.h
- src/solaris/hpi/native_threads/include/np.h
- src/solaris/hpi/native_threads/include/porting.h
- src/solaris/hpi/native_threads/include/threads_md.h
- src/solaris/hpi/native_threads/src/condvar_md.c
- src/solaris/hpi/native_threads/src/interrupt_md.c
- src/solaris/hpi/native_threads/src/monitor_md.c
- src/solaris/hpi/native_threads/src/mutex_md.c
- src/solaris/hpi/native_threads/src/sys_api_td.c
- src/solaris/hpi/native_threads/src/threads_linux.c
- src/solaris/hpi/native_threads/src/threads_md.c
- src/solaris/hpi/native_threads/src/threads_solaris.c
- src/solaris/hpi/src/interrupt.c
- src/solaris/hpi/src/linker_md.c
- src/solaris/hpi/src/memory_md.c
- src/solaris/hpi/src/system_md.c
- src/windows/hpi/export/byteorder_md.h
- src/windows/hpi/export/hpi_md.h
- src/windows/hpi/export/io_md.h
- src/windows/hpi/export/path_md.h
- src/windows/hpi/export/timeval_md.h
- src/windows/hpi/include/monitor_md.h
- src/windows/hpi/include/mutex_md.h
- src/windows/hpi/include/threads_md.h
- src/windows/hpi/src/linker_md.c
- src/windows/hpi/src/memory_md.c
- src/windows/hpi/src/monitor_md.c
- src/windows/hpi/src/path_md.c
- src/windows/hpi/src/socket_md.c
- src/windows/hpi/src/sys_api_md.c
- src/windows/hpi/src/system_md.c
- src/windows/hpi/src/threads_md.c
- test/java/net/InetAddress/B4762344.java
- test/java/net/InetAddress/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor
- test/java/net/InetAddress/Simple1NameServiceDescriptor.java
- test/java/net/InetAddress/Simple2NameServiceDescriptor.java
- test/java/net/InetAddress/SimpleNameService.java
- test/sun/net/InetAddress/nameservice/B6442088.java
- test/sun/net/InetAddress/nameservice/CacheTest.java
- test/sun/net/InetAddress/nameservice/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor
- test/sun/net/InetAddress/nameservice/SimpleNameService.java
- test/sun/net/InetAddress/nameservice/SimpleNameServiceDescriptor.java
Changeset: 5e624003e622 Author: dlila Date: 2011-02-08 09:22 -0500 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/5e624003e622
7016856: dashing performance was reduced during latest changes to the OpenJDK rasterizer Summary: Optimized dashing, rasterizing, and the flow of transformed coordinates Reviewed-by: flar
! src/share/classes/sun/java2d/pisces/Curve.java ! src/share/classes/sun/java2d/pisces/Dasher.java ! src/share/classes/sun/java2d/pisces/Helpers.java ! src/share/classes/sun/java2d/pisces/PiscesCache.java ! src/share/classes/sun/java2d/pisces/PiscesRenderingEngine.java ! src/share/classes/sun/java2d/pisces/PiscesTileGenerator.java ! src/share/classes/sun/java2d/pisces/Renderer.java ! src/share/classes/sun/java2d/pisces/Stroker.java ! src/share/classes/sun/java2d/pisces/TransformingPathConsumer2D.java
Changeset: 577c5d930e44 Author: dav Date: 2011-01-25 15:33 +0300 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/577c5d930e44
6693961: cross-window focus transfer ability in the Focus Spec should be revised Reviewed-by: ant, art
! src/share/classes/java/awt/doc-files/FocusSpec.html
Changeset: 5f3615691623 Author: dav Date: 2011-01-25 19:07 +0300 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/5f3615691623
6431076: Cursor gets reset to text cursor in xawt TextArea when autoscrolling on append Reviewed-by: art, anthony
! src/solaris/classes/sun/awt/X11/XComponentPeer.java ! src/solaris/classes/sun/awt/X11/XGlobalCursorManager.java ! src/solaris/classes/sun/awt/X11/XTextAreaPeer.java
- test/java/awt/TextArea/MouseOverScrollbarWhenTyping/Test.java
- test/java/awt/TextArea/MouseOverScrollbarWhenTyping/Test1.java
Changeset: 6fd2d28e66cd Author: denis Date: 2011-01-28 16:52 +0300 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/6fd2d28e66cd
6340263: Regression testcase java/awt/dnd/DnDClipboardDeadlockTest throughs IOException: Owner timed out Reviewed-by: anthony, art
! src/solaris/classes/sun/awt/X11/XSelection.java
Changeset: 9da15efec22b Author: andrew Date: 2011-02-01 17:44 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/9da15efec22b
7015232: missing copyright header in CheckZOrderChange.java Summary: Add standard GPL header as on other tests Reviewed-by: anthony
! test/java/awt/Container/CheckZOrderChange/CheckZOrderChange.java
Changeset: 3244848a4a2b Author: dav Date: 2011-02-04 17:32 +0300 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/3244848a4a2b
6741526: KeyboardFocusManager.setDefaultFocusTraversalPolicy(FocusTraversalPolicy) affects created components Reviewed-by: ant, dcherepanov
! src/share/classes/java/awt/Window.java
- test/java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_AWT.java
- test/java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_Swing.java
Changeset: b5fc02e1a944 Author: lana Date: 2011-02-08 14:19 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/b5fc02e1a944
Merge
Changeset: d002fe0c57c5 Author: lana Date: 2011-02-08 14:19 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/d002fe0c57c5
Merge
Changeset: dbfc1e419cb2 Author: darcy Date: 2011-01-24 20:04 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/dbfc1e419cb2
7006578: Project Coin: Retrofit JDK libraries with @SafeVarargs Reviewed-by: mduigou, alexp
! src/share/classes/java/util/Arrays.java ! src/share/classes/java/util/Collections.java ! src/share/classes/java/util/EnumSet.java ! src/share/classes/javax/swing/SwingWorker.java ! src/share/classes/sun/swing/AccumulativeRunnable.java
Changeset: ae38d1374e31 Author: mullan Date: 2011-01-24 14:56 -0500 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/ae38d1374e31
5001004: Required Security Algorithms need to be defined Reviewed-by: wetmore
! src/share/classes/java/security/AlgorithmParameterGenerator.java ! src/share/classes/java/security/AlgorithmParameters.java ! src/share/classes/java/security/KeyFactory.java ! src/share/classes/java/security/KeyPairGenerator.java ! src/share/classes/java/security/KeyStore.java ! src/share/classes/java/security/MessageDigest.java ! src/share/classes/java/security/Policy.java ! src/share/classes/java/security/SecureRandom.java ! src/share/classes/java/security/Security.java ! src/share/classes/java/security/Signature.java ! src/share/classes/java/security/cert/CertPath.java ! src/share/classes/java/security/cert/CertPathBuilder.java ! src/share/classes/java/security/cert/CertPathValidator.java ! src/share/classes/java/security/cert/CertStore.java ! src/share/classes/java/security/cert/Certificate.java ! src/share/classes/java/security/cert/CertificateFactory.java ! src/share/classes/java/security/cert/CertificateFactorySpi.java ! src/share/classes/java/security/cert/package.html ! src/share/classes/java/security/package.html ! src/share/classes/javax/crypto/Cipher.java ! src/share/classes/javax/crypto/ExemptionMechanism.java ! src/share/classes/javax/crypto/KeyAgreement.java ! src/share/classes/javax/crypto/KeyGenerator.java ! src/share/classes/javax/crypto/Mac.java ! src/share/classes/javax/crypto/SecretKeyFactory.java ! src/share/classes/javax/crypto/package.html ! src/share/classes/javax/net/ssl/SSLContext.java ! src/share/classes/javax/net/ssl/package.html ! src/share/classes/javax/security/auth/login/Configuration.java ! src/share/classes/javax/security/auth/login/package.html
Changeset: b33e9b15835e Author: mullan Date: 2011-01-24 15:08 -0500 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/b33e9b15835e
Merge
- make/common/internal/BinaryPlugs.gmk
- make/java/hpi/Makefile
- make/java/hpi/hpi_common.gmk
- make/java/hpi/native/Makefile
- make/java/hpi/native/mapfile-vers
- make/java/hpi/native/reorder-i586
- make/java/hpi/native/reorder-sparc
- make/java/hpi/native/reorder-sparcv9
- make/java/hpi/windows/Makefile
- src/share/classes/java/dyn/JavaMethodHandle.java
- src/share/classes/java/dyn/LinkagePermission.java
- src/share/classes/java/nio/channels/AsynchronousDatagramChannel.java ! src/share/classes/java/security/Security.java ! src/share/classes/javax/net/ssl/SSLContext.java
- src/share/classes/sun/java2d/pisces/LineSink.java
- src/share/classes/sun/net/httpserver/SelectorCache.java
- src/share/classes/sun/nio/ch/SimpleAsynchronousDatagramChannelImpl.java
- src/share/classes/sun/security/krb5/KrbKdcReq.java
- src/share/classes/sun/security/krb5/internal/TCPClient.java
- src/share/classes/sun/security/krb5/internal/UDPClient.java
- src/share/demo/nio/zipfs/META-INF/services/java.nio.file.spi.FileSystemProvider
- src/share/demo/nio/zipfs/com/sun/nio/zipfs/JarFileSystemProvider.java
- src/share/demo/nio/zipfs/com/sun/nio/zipfs/ZipCoder.java
- src/share/demo/nio/zipfs/com/sun/nio/zipfs/ZipConstants.java
- src/share/demo/nio/zipfs/com/sun/nio/zipfs/ZipDirectoryStream.java
- src/share/demo/nio/zipfs/com/sun/nio/zipfs/ZipFileAttributeView.java
- src/share/demo/nio/zipfs/com/sun/nio/zipfs/ZipFileAttributes.java
- src/share/demo/nio/zipfs/com/sun/nio/zipfs/ZipFileStore.java
- src/share/demo/nio/zipfs/com/sun/nio/zipfs/ZipFileSystem.java
- src/share/demo/nio/zipfs/com/sun/nio/zipfs/ZipFileSystemProvider.java
- src/share/demo/nio/zipfs/com/sun/nio/zipfs/ZipInfo.java
- src/share/demo/nio/zipfs/com/sun/nio/zipfs/ZipPath.java
- src/share/demo/nio/zipfs/com/sun/nio/zipfs/ZipUtils.java
- src/share/hpi/export/bool.h
- src/share/hpi/export/dll.h
- src/share/hpi/export/hpi.h
- src/share/hpi/include/hpi_impl.h
- src/share/hpi/include/vm_calls.h
- src/share/hpi/src/hpi.c
- src/share/native/sun/font/layout/HebrewLigatureData.cpp
- src/share/native/sun/font/layout/HebrewShaping.cpp
- src/share/native/sun/font/layout/HebrewShaping.h
- src/solaris/classes/sun/net/www/protocol/http/NTLMAuthentication.java
- src/solaris/hpi/export/byteorder_md.h
- src/solaris/hpi/export/hpi_md.h
- src/solaris/hpi/export/io_md.h
- src/solaris/hpi/export/path_md.h
- src/solaris/hpi/export/timeval_md.h
- src/solaris/hpi/include/hpi_init.h
- src/solaris/hpi/include/interrupt.h
- src/solaris/hpi/include/largefile.h
- src/solaris/hpi/include/largefile_linux.h
- src/solaris/hpi/include/largefile_solaris.h
- src/solaris/hpi/native_threads/include/condvar_md.h
- src/solaris/hpi/native_threads/include/monitor_md.h
- src/solaris/hpi/native_threads/include/mutex_md.h
- src/solaris/hpi/native_threads/include/np.h
- src/solaris/hpi/native_threads/include/porting.h
- src/solaris/hpi/native_threads/include/threads_md.h
- src/solaris/hpi/native_threads/src/condvar_md.c
- src/solaris/hpi/native_threads/src/interrupt_md.c
- src/solaris/hpi/native_threads/src/monitor_md.c
- src/solaris/hpi/native_threads/src/mutex_md.c
- src/solaris/hpi/native_threads/src/sys_api_td.c
- src/solaris/hpi/native_threads/src/threads_linux.c
- src/solaris/hpi/native_threads/src/threads_md.c
- src/solaris/hpi/native_threads/src/threads_solaris.c
- src/solaris/hpi/src/interrupt.c
- src/solaris/hpi/src/linker_md.c
- src/solaris/hpi/src/memory_md.c
- src/solaris/hpi/src/system_md.c
- src/windows/hpi/export/byteorder_md.h
- src/windows/hpi/export/hpi_md.h
- src/windows/hpi/export/io_md.h
- src/windows/hpi/export/path_md.h
- src/windows/hpi/export/timeval_md.h
- src/windows/hpi/include/monitor_md.h
- src/windows/hpi/include/mutex_md.h
- src/windows/hpi/include/threads_md.h
- src/windows/hpi/src/linker_md.c
- src/windows/hpi/src/memory_md.c
- src/windows/hpi/src/monitor_md.c
- src/windows/hpi/src/path_md.c
- src/windows/hpi/src/socket_md.c
- src/windows/hpi/src/sys_api_md.c
- src/windows/hpi/src/system_md.c
- src/windows/hpi/src/threads_md.c
- test/java/awt/Insets/WindowWithWarningTest/WindowWithWarningTest.html
- test/java/awt/Insets/WindowWithWarningTest/WindowWithWarningTest.java
- test/java/net/InetAddress/B4762344.java
- test/java/net/InetAddress/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor
- test/java/net/InetAddress/Simple1NameServiceDescriptor.java
- test/java/net/InetAddress/Simple2NameServiceDescriptor.java
- test/java/net/InetAddress/SimpleNameService.java
- test/java/nio/channels/AsynchronousDatagramChannel/Basic.java
- test/javax/script/E4XErrorTest.java
- test/javax/swing/SwingWorker/6480289/bug6480289.java
- test/sun/net/InetAddress/nameservice/B6442088.java
- test/sun/net/InetAddress/nameservice/CacheTest.java
- test/sun/net/InetAddress/nameservice/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor
- test/sun/net/InetAddress/nameservice/SimpleNameService.java
- test/sun/net/InetAddress/nameservice/SimpleNameServiceDescriptor.java
- test/sun/security/krb5/auto/basic.sh
Changeset: 6ac9383640c6 Author: mullan Date: 2011-01-24 15:46 -0500 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/6ac9383640c6
Merge
Changeset: 6e7bed89ce84 Author: mullan Date: 2011-01-25 08:41 -0500 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/6e7bed89ce84
Merge
Changeset: bf1b937076db Author: alanb Date: 2011-01-26 18:01 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/bf1b937076db
7012663: javadoc warning in javax.swing.JComponent and javax.swing.plaf.synth.SynthTextPaneUI Reviewed-by: alexp
! src/share/classes/javax/swing/JComponent.java ! src/share/classes/javax/swing/plaf/synth/SynthTextPaneUI.java
Changeset: abab55565eda Author: darcy Date: 2011-01-26 12:32 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/abab55565eda
7013420: Project Coin: remove general expression support from try-with-resources statement Reviewed-by: alanb
! test/java/nio/channels/FileChannel/Truncate.java
Changeset: 236e3f2d0a6b Author: alanb Date: 2011-01-28 09:28 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/236e3f2d0a6b
7006126: (fs) Updates to file system API (1/2011) Reviewed-by: chegar, sherman
! make/java/java/FILES_java.gmk ! make/java/nio/FILES_java.gmk ! make/mkdemo/Makefile ! src/share/classes/java/io/BufferedReader.java ! src/share/classes/java/io/BufferedWriter.java ! src/share/classes/java/io/File.java ! src/share/classes/java/io/FileInputStream.java ! src/share/classes/java/io/FileOutputStream.java ! src/share/classes/java/io/FilePermission.java ! src/share/classes/java/io/SerialCallbackContext.java
- src/share/classes/java/io/TempFileHelper.java ! src/share/classes/java/nio/channels/FileChannel.java ! src/share/classes/java/nio/channels/SeekableByteChannel.java ! src/share/classes/java/nio/file/AccessMode.java
- src/share/classes/java/nio/file/CopyMoveHelper.java ! src/share/classes/java/nio/file/CopyOption.java ! src/share/classes/java/nio/file/DirectoryStream.java
- src/share/classes/java/nio/file/FileRef.java ! src/share/classes/java/nio/file/FileStore.java ! src/share/classes/java/nio/file/FileSystem.java ! src/share/classes/java/nio/file/FileSystems.java ! src/share/classes/java/nio/file/FileTreeWalker.java ! src/share/classes/java/nio/file/FileVisitor.java ! src/share/classes/java/nio/file/Files.java ! src/share/classes/java/nio/file/LinkOption.java ! src/share/classes/java/nio/file/LinkPermission.java ! src/share/classes/java/nio/file/OpenOption.java ! src/share/classes/java/nio/file/Path.java ! src/share/classes/java/nio/file/PathMatcher.java ! src/share/classes/java/nio/file/Paths.java ! src/share/classes/java/nio/file/SecureDirectoryStream.java
- src/share/classes/java/nio/file/TempFileHelper.java ! src/share/classes/java/nio/file/WatchEvent.java ! src/share/classes/java/nio/file/WatchKey.java ! src/share/classes/java/nio/file/WatchService.java ! src/share/classes/java/nio/file/attribute/AclEntry.java ! src/share/classes/java/nio/file/attribute/AclFileAttributeView.java
- src/share/classes/java/nio/file/attribute/Attributes.java ! src/share/classes/java/nio/file/attribute/BasicFileAttributeView.java ! src/share/classes/java/nio/file/attribute/BasicFileAttributes.java ! src/share/classes/java/nio/file/attribute/DosFileAttributeView.java ! src/share/classes/java/nio/file/attribute/DosFileAttributes.java ! src/share/classes/java/nio/file/attribute/FileAttribute.java ! src/share/classes/java/nio/file/attribute/FileAttributeView.java ! src/share/classes/java/nio/file/attribute/FileOwnerAttributeView.java
- src/share/classes/java/nio/file/attribute/FileStoreSpaceAttributeView.java
- src/share/classes/java/nio/file/attribute/FileStoreSpaceAttributes.java ! src/share/classes/java/nio/file/attribute/FileTime.java ! src/share/classes/java/nio/file/attribute/PosixFileAttributeView.java ! src/share/classes/java/nio/file/attribute/PosixFileAttributes.java ! src/share/classes/java/nio/file/attribute/PosixFilePermission.java ! src/share/classes/java/nio/file/attribute/PosixFilePermissions.java ! src/share/classes/java/nio/file/attribute/UserDefinedFileAttributeView.java ! src/share/classes/java/nio/file/attribute/package-info.java ! src/share/classes/java/nio/file/package-info.java ! src/share/classes/java/nio/file/spi/FileSystemProvider.java ! src/share/classes/java/nio/file/spi/FileTypeDetector.java ! src/share/classes/java/util/Scanner.java ! src/share/classes/sun/nio/fs/AbstractAclFileAttributeView.java ! src/share/classes/sun/nio/fs/AbstractBasicFileAttributeView.java
- src/share/classes/sun/nio/fs/AbstractFileSystemProvider.java ! src/share/classes/sun/nio/fs/AbstractFileTypeDetector.java ! src/share/classes/sun/nio/fs/AbstractPath.java ! src/share/classes/sun/nio/fs/AbstractPoller.java ! src/share/classes/sun/nio/fs/AbstractUserDefinedFileAttributeView.java ! src/share/classes/sun/nio/fs/AbstractWatchKey.java ! src/share/classes/sun/nio/fs/AbstractWatchService.java ! src/share/classes/sun/nio/fs/DynamicFileAttributeView.java ! src/share/classes/sun/nio/fs/FileOwnerAttributeViewImpl.java ! src/share/classes/sun/nio/fs/PollingWatchService.java ! src/share/classes/sun/security/provider/SeedGenerator.java ! src/share/classes/sun/tools/jar/Main.java ! src/share/sample/nio/file/AclEdit.java ! src/share/sample/nio/file/Chmod.java ! src/share/sample/nio/file/Copy.java ! src/share/sample/nio/file/DiskUsage.java ! src/share/sample/nio/file/FileType.java ! src/share/sample/nio/file/WatchDir.java ! src/share/sample/nio/file/Xdd.java ! src/solaris/classes/sun/nio/fs/GnomeFileTypeDetector.java ! src/solaris/classes/sun/nio/fs/LinuxDosFileAttributeView.java ! src/solaris/classes/sun/nio/fs/LinuxFileSystem.java ! src/solaris/classes/sun/nio/fs/LinuxFileSystemProvider.java ! src/solaris/classes/sun/nio/fs/LinuxUserDefinedFileAttributeView.java ! src/solaris/classes/sun/nio/fs/LinuxWatchService.java ! src/solaris/classes/sun/nio/fs/SolarisAclFileAttributeView.java ! src/solaris/classes/sun/nio/fs/SolarisFileSystem.java ! src/solaris/classes/sun/nio/fs/SolarisFileSystemProvider.java ! src/solaris/classes/sun/nio/fs/SolarisUserDefinedFileAttributeView.java ! src/solaris/classes/sun/nio/fs/SolarisWatchService.java ! src/solaris/classes/sun/nio/fs/UnixCopyFile.java ! src/solaris/classes/sun/nio/fs/UnixFileAttributeViews.java ! src/solaris/classes/sun/nio/fs/UnixFileAttributes.java ! src/solaris/classes/sun/nio/fs/UnixFileStore.java ! src/solaris/classes/sun/nio/fs/UnixFileSystem.java ! src/solaris/classes/sun/nio/fs/UnixFileSystemProvider.java ! src/solaris/classes/sun/nio/fs/UnixPath.java ! src/solaris/classes/sun/nio/fs/UnixSecureDirectoryStream.java ! src/windows/classes/sun/nio/fs/RegistryFileTypeDetector.java ! src/windows/classes/sun/nio/fs/WindowsFileAttributeViews.java ! src/windows/classes/sun/nio/fs/WindowsFileCopy.java ! src/windows/classes/sun/nio/fs/WindowsFileStore.java ! src/windows/classes/sun/nio/fs/WindowsFileSystem.java ! src/windows/classes/sun/nio/fs/WindowsFileSystemProvider.java ! src/windows/classes/sun/nio/fs/WindowsPath.java ! src/windows/classes/sun/nio/fs/WindowsPathParser.java ! src/windows/classes/sun/nio/fs/WindowsSecurityDescriptor.java ! src/windows/classes/sun/nio/fs/WindowsUserDefinedFileAttributeView.java ! src/windows/classes/sun/nio/fs/WindowsWatchService.java ! test/demo/zipfs/basic.sh ! test/java/io/File/IsHidden.java ! test/java/io/File/SetAccess.java ! test/java/io/File/SymLinks.java ! test/java/io/FileInputStream/LargeFileAvailable.java ! test/java/nio/channels/FileChannel/AtomicAppend.java ! test/java/nio/channels/FileChannel/Transfer.java ! test/java/nio/file/DirectoryStream/Basic.java ! test/java/nio/file/DirectoryStream/DriveLetter.java ! test/java/nio/file/DirectoryStream/SecureDS.java ! test/java/nio/file/FileStore/Basic.java
- test/java/nio/file/Files/BytesAndLines.java
- test/java/nio/file/Files/CheckPermissions.java
- test/java/nio/file/Files/ContentType.java
- test/java/nio/file/Files/CopyAndMove.java
- test/java/nio/file/Files/CreateFileTree.java
- test/java/nio/file/Files/DeleteOnClose.java
- test/java/nio/file/Files/FileAttributes.java
- test/java/nio/file/Files/ForceLoad.java
- test/java/nio/file/Files/InterruptCopy.java
- test/java/nio/file/Files/Links.java
- test/java/nio/file/Files/META-INF/services/java.nio.file.spi.FileTypeDetector
- test/java/nio/file/Files/MaxDepth.java ! test/java/nio/file/Files/Misc.java
- test/java/nio/file/Files/PassThroughFileSystem.java
- test/java/nio/file/Files/PrintFileTree.java
- test/java/nio/file/Files/SBC.java
- test/java/nio/file/Files/SimpleFileTypeDetector.java
- test/java/nio/file/Files/SkipSiblings.java
- test/java/nio/file/Files/TemporaryFiles.java
- test/java/nio/file/Files/TerminateWalk.java
- test/java/nio/file/Files/WalkWithSecurity.java
- test/java/nio/file/Files/delete_on_close.sh
- test/java/nio/file/Files/denyAll.policy
- test/java/nio/file/Files/grantAll.policy
- test/java/nio/file/Files/grantTopOnly.policy
- test/java/nio/file/Files/probeContentType/Basic.java
- test/java/nio/file/Files/probeContentType/ForceLoad.java
- test/java/nio/file/Files/probeContentType/META-INF/services/java.nio.file.spi.FileTypeDetector
- test/java/nio/file/Files/probeContentType/SimpleFileTypeDetector.java
- test/java/nio/file/Files/walkFileTree/CreateFileTree.java
- test/java/nio/file/Files/walkFileTree/MaxDepth.java
- test/java/nio/file/Files/walkFileTree/Nulls.java
- test/java/nio/file/Files/walkFileTree/PrintFileTree.java
- test/java/nio/file/Files/walkFileTree/SkipSiblings.java
- test/java/nio/file/Files/walkFileTree/TerminateWalk.java
- test/java/nio/file/Files/walkFileTree/WalkWithSecurity.java
- test/java/nio/file/Files/walkFileTree/denyAll.policy
- test/java/nio/file/Files/walkFileTree/grantAll.policy
- test/java/nio/file/Files/walkFileTree/grantTopOnly.policy
- test/java/nio/file/Files/walkFileTree/walk_file_tree.sh
- test/java/nio/file/Files/walk_file_tree.sh
- test/java/nio/file/Path/CheckPermissions.java
- test/java/nio/file/Path/CopyAndMove.java
- test/java/nio/file/Path/DeleteOnClose.java
- test/java/nio/file/Path/FileAttributes.java
- test/java/nio/file/Path/InterruptCopy.java
- test/java/nio/file/Path/Links.java ! test/java/nio/file/Path/Misc.java
- test/java/nio/file/Path/PassThroughFileSystem.java ! test/java/nio/file/Path/PathOps.java
- test/java/nio/file/Path/SBC.java
- test/java/nio/file/Path/TemporaryFiles.java
- test/java/nio/file/Path/delete_on_close.sh ! test/java/nio/file/TestUtil.java ! test/java/nio/file/WatchService/Basic.java ! test/java/nio/file/WatchService/FileTreeModifier.java ! test/java/nio/file/WatchService/LotsOfEvents.java ! test/java/nio/file/WatchService/SensitivityModifier.java ! test/java/nio/file/attribute/AclFileAttributeView/Basic.java ! test/java/nio/file/attribute/BasicFileAttributeView/Basic.java ! test/java/nio/file/attribute/DosFileAttributeView/Basic.java
- test/java/nio/file/attribute/FileStoreAttributeView/Basic.java ! test/java/nio/file/attribute/FileTime/Basic.java ! test/java/nio/file/attribute/PosixFileAttributeView/Basic.java ! test/java/nio/file/attribute/UserDefinedFileAttributeView/Basic.java ! test/java/nio/file/spi/SetDefaultProvider.java ! test/java/nio/file/spi/TestProvider.java
Changeset: 60d347deb54d Author: alanb Date: 2011-01-28 09:31 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/60d347deb54d
Merge
- src/share/classes/java/io/TempFileHelper.java
- src/share/classes/java/nio/file/FileRef.java
- src/share/classes/java/nio/file/attribute/Attributes.java
- src/share/classes/java/nio/file/attribute/FileStoreSpaceAttributeView.java
- src/share/classes/java/nio/file/attribute/FileStoreSpaceAttributes.java ! test/demo/zipfs/basic.sh
- test/java/nio/file/Files/ContentType.java
- test/java/nio/file/Files/CreateFileTree.java
- test/java/nio/file/Files/ForceLoad.java
- test/java/nio/file/Files/META-INF/services/java.nio.file.spi.FileTypeDetector
- test/java/nio/file/Files/MaxDepth.java
- test/java/nio/file/Files/PrintFileTree.java
- test/java/nio/file/Files/SimpleFileTypeDetector.java
- test/java/nio/file/Files/SkipSiblings.java
- test/java/nio/file/Files/TerminateWalk.java
- test/java/nio/file/Files/WalkWithSecurity.java
- test/java/nio/file/Files/denyAll.policy
- test/java/nio/file/Files/grantAll.policy
- test/java/nio/file/Files/grantTopOnly.policy
- test/java/nio/file/Files/walk_file_tree.sh
- test/java/nio/file/Path/CheckPermissions.java
- test/java/nio/file/Path/CopyAndMove.java
- test/java/nio/file/Path/DeleteOnClose.java
- test/java/nio/file/Path/FileAttributes.java
- test/java/nio/file/Path/InterruptCopy.java
- test/java/nio/file/Path/Links.java
- test/java/nio/file/Path/PassThroughFileSystem.java
- test/java/nio/file/Path/SBC.java
- test/java/nio/file/Path/TemporaryFiles.java
- test/java/nio/file/Path/delete_on_close.sh
- test/java/nio/file/attribute/FileStoreAttributeView/Basic.java
Changeset: dea360853f8b Author: alanb Date: 2011-01-28 13:26 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/dea360853f8b
7015410: test/java/net/Socks/SocksProxyVersion.java needs to be updated due to 7013420 Reviewed-by: chegar
! test/java/net/Socks/SocksProxyVersion.java
Changeset: d21a1ce074a7 Author: darcy Date: 2011-01-28 17:09 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/d21a1ce074a7
7015156: Remove JSR 308 changes from core libraries Reviewed-by: mduigou
! src/share/classes/java/lang/SuppressWarnings.java ! src/share/classes/java/lang/annotation/ElementType.java
Changeset: f110edeb4428 Author: darcy Date: 2011-02-01 00:29 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/f110edeb4428
7015827: Fix HTML validation issues in java.math package Reviewed-by: mduigou
! src/share/classes/java/math/BigDecimal.java ! src/share/classes/java/math/RoundingMode.java
Changeset: d4bc38aa7594 Author: xuelei Date: 2011-02-01 04:45 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/d4bc38aa7594
7011497: new CertPathValidatorException.BasicReason enum constant for constrained algorithm Summary: add new BasicReason and improve trust anchor searching method during cert path validation Reviewed-by: mullan
! src/share/classes/java/security/cert/CertPathValidatorException.java
- src/share/classes/sun/security/provider/certpath/AdaptableX509CertSelector.java ! src/share/classes/sun/security/provider/certpath/AlgorithmChecker.java ! src/share/classes/sun/security/provider/certpath/DistributionPointFetcher.java ! src/share/classes/sun/security/provider/certpath/ForwardBuilder.java ! src/share/classes/sun/security/provider/certpath/PKIXCertPathValidator.java ! src/share/classes/sun/security/validator/SimpleValidator.java ! test/sun/security/provider/certpath/DisabledAlgorithms/CPValidatorEndEntity.java ! test/sun/security/provider/certpath/DisabledAlgorithms/CPValidatorIntermediate.java ! test/sun/security/provider/certpath/DisabledAlgorithms/CPValidatorTrustAnchor.java
Changeset: 21d7cd823247 Author: sundar Date: 2011-02-01 21:00 +0530 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/21d7cd823247
7015908: 3 javax.script tests fail with openjdk build Reviewed-by: alanb
! test/javax/script/CauseExceptionTest.java ! test/javax/script/StringWriterPrintTest.java ! test/javax/script/UnescapedBracketRegExTest.java
Changeset: 312dc0abb960 Author: sherman Date: 2011-02-01 14:20 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/312dc0abb960
7015391: (zipfs) Update zip provider for 1/2011 changes 7014948: (zipfs) ZipFileSystem.newFileSystem(Path...) should not throw FileSystemAlreadyExistsException 7015139: (zipfs) ZipPath.delete() should throw DirectoryNotEmptyException when handling "real, non-empty" dir Summary: zip filesystem provider update Reviewed-by: alanb
! make/mkdemo/Makefile ! src/share/demo/nio/zipfs/Demo.java ! src/share/demo/nio/zipfs/README.txt ! src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/ZipFileAttributeView.java ! src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/ZipFileStore.java ! src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/ZipFileSystem.java ! src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/ZipFileSystemProvider.java ! src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/ZipPath.java
- src/share/demo/zipfs ! test/demo/zipfs/Basic.java ! test/demo/zipfs/PathOps.java ! test/demo/zipfs/ZipFSTester.java ! test/demo/zipfs/basic.sh
Changeset: 25462d7eee24 Author: briangoetz Date: 2011-02-02 13:13 -0500 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/25462d7eee24
7012540: java.util.Objects.nonNull() incorrectly named Reviewed-by: darcy, weijun
! src/share/classes/java/io/PrintStream.java ! src/share/classes/java/io/PrintWriter.java ! src/share/classes/java/lang/StackTraceElement.java ! src/share/classes/java/nio/file/DirectoryIteratorException.java ! src/share/classes/java/nio/file/FileTreeWalker.java ! src/share/classes/java/nio/file/Files.java ! src/share/classes/java/nio/file/SimpleFileVisitor.java ! src/share/classes/java/util/Formatter.java ! src/share/classes/java/util/Objects.java ! src/share/classes/java/util/Scanner.java ! src/share/classes/sun/security/krb5/KrbAsRep.java ! test/java/util/Objects/BasicObjectsTest.java
Changeset: 3c86f24f7500 Author: chegar Date: 2011-02-03 10:10 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/3c86f24f7500
7008595: Class loader leak caused by keepAliveTimer thread in KeepAliveCache Reviewed-by: michaelm
! src/share/classes/sun/net/www/http/KeepAliveCache.java ! src/share/classes/sun/net/www/http/KeepAliveStream.java
Changeset: dff9b6d18628 Author: coffeys Date: 2011-02-03 11:28 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/dff9b6d18628
7016897: Copyright header correction : test/sun/security/provider/SeedGenerator/SeedGeneratorChoice.java Reviewed-by: vinnie
! test/sun/security/provider/SeedGenerator/SeedGeneratorChoice.java
Changeset: 0f5dc2fc81b1 Author: chegar Date: 2011-02-03 11:56 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/0f5dc2fc81b1
6887710: Jar index should avoid putting META-INF in the INDEX.LIST Reviewed-by: michaelm
! src/share/classes/sun/misc/JarIndex.java
- test/sun/misc/JarIndex/metaInfFilenames/Basic.java
- test/sun/misc/JarIndex/metaInfFilenames/jarA/META-INF/services/my.happy.land
- test/sun/misc/JarIndex/metaInfFilenames/jarA/a/A.java
- test/sun/misc/JarIndex/metaInfFilenames/jarA/com/message/spi/MessageService.java
- test/sun/misc/JarIndex/metaInfFilenames/jarB/META-INF/JAVA2.DS
- test/sun/misc/JarIndex/metaInfFilenames/jarB/META-INF/services/no.name.service
- test/sun/misc/JarIndex/metaInfFilenames/jarB/b/B.java
- test/sun/misc/JarIndex/metaInfFilenames/jarC/META-INF/fonts.mf
- test/sun/misc/JarIndex/metaInfFilenames/jarC/META-INF/fonts/Company-corporate.ttf
- test/sun/misc/JarIndex/metaInfFilenames/jarC/META-INF/fonts/kidpr.ttf
- test/sun/misc/JarIndex/metaInfFilenames/jarC/META-INF/services/com.message.spi.MessageService
- test/sun/misc/JarIndex/metaInfFilenames/jarC/my/impl/StandardMessageService.java
Changeset: 68e3eba12afe Author: michaelm Date: 2011-02-03 12:57 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/68e3eba12afe
6751021: TEST_BUG: race condition in the test java/lang/Runtime/exec/Duped.java Reviewed-by: alanb
! test/java/lang/Runtime/exec/Duped.java
Changeset: e2a182adb30f Author: alanb Date: 2011-02-03 13:37 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/e2a182adb30f
7014794: (file) lookupPrincipalByGroupName fails to find large NIS groups Reviewed-by: chegar
! src/solaris/native/sun/nio/fs/UnixNativeDispatcher.c
Changeset: 515512634eb4 Author: vinnie Date: 2011-02-03 19:09 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/515512634eb4
6997561: A request for better error handling in JNDI Reviewed-by: robm
! src/share/classes/com/sun/jndi/toolkit/ctx/Continuation.java
- test/com/sun/jndi/ldap/LdapName/EmptyNameSearch.java
Changeset: 035ecca4379c Author: sherman Date: 2011-02-03 13:49 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/035ecca4379c
7014645: Support perl style Unicode hex notation \x{...} Summary: Added the construct \x{...} for Unicode hex notation support Reviewed-by: alanb, okutsu
! src/share/classes/java/util/regex/Pattern.java ! test/java/util/regex/RegExTest.java
Changeset: 3c1eca364cc7 Author: ksrini Date: 2011-02-03 15:41 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/3c1eca364cc7
6968053: (launcher) hide exceptions under certain launcher failures Reviewed-by: mchung
! src/share/bin/java.c ! src/share/classes/sun/launcher/LauncherHelper.java ! src/share/classes/sun/launcher/resources/launcher.properties ! src/share/classes/sun/misc/VM.java ! test/tools/launcher/Arrrghs.java
Changeset: 1b5c838b8db8 Author: vinnie Date: 2011-02-04 00:33 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/1b5c838b8db8
6989705: ECC security code native code compiler warnings Reviewed-by: alanb, ohair
! src/share/native/sun/security/ec/ECC_JNI.cpp ! src/share/native/sun/security/ec/impl/ec.c ! src/share/native/sun/security/ec/impl/ec.h ! src/share/native/sun/security/ec/impl/ec2.h ! src/share/native/sun/security/ec/impl/ec2_163.c ! src/share/native/sun/security/ec/impl/ec2_193.c ! src/share/native/sun/security/ec/impl/ec2_233.c ! src/share/native/sun/security/ec/impl/ec2_aff.c ! src/share/native/sun/security/ec/impl/ec2_mont.c ! src/share/native/sun/security/ec/impl/ec_naf.c ! src/share/native/sun/security/ec/impl/ecc_impl.h ! src/share/native/sun/security/ec/impl/ecdecode.c ! src/share/native/sun/security/ec/impl/ecl-curve.h ! src/share/native/sun/security/ec/impl/ecl-exp.h ! src/share/native/sun/security/ec/impl/ecl-priv.h ! src/share/native/sun/security/ec/impl/ecl.c ! src/share/native/sun/security/ec/impl/ecl.h ! src/share/native/sun/security/ec/impl/ecl_curve.c ! src/share/native/sun/security/ec/impl/ecl_gf.c ! src/share/native/sun/security/ec/impl/ecl_mult.c ! src/share/native/sun/security/ec/impl/ecp.h ! src/share/native/sun/security/ec/impl/ecp_192.c ! src/share/native/sun/security/ec/impl/ecp_224.c ! src/share/native/sun/security/ec/impl/ecp_256.c ! src/share/native/sun/security/ec/impl/ecp_384.c ! src/share/native/sun/security/ec/impl/ecp_521.c ! src/share/native/sun/security/ec/impl/ecp_aff.c ! src/share/native/sun/security/ec/impl/ecp_jac.c ! src/share/native/sun/security/ec/impl/ecp_jm.c ! src/share/native/sun/security/ec/impl/ecp_mont.c ! src/share/native/sun/security/ec/impl/logtab.h ! src/share/native/sun/security/ec/impl/mp_gf2m-priv.h ! src/share/native/sun/security/ec/impl/mp_gf2m.c ! src/share/native/sun/security/ec/impl/mp_gf2m.h ! src/share/native/sun/security/ec/impl/mpi-config.h ! src/share/native/sun/security/ec/impl/mpi-priv.h ! src/share/native/sun/security/ec/impl/mpi.c ! src/share/native/sun/security/ec/impl/mpi.h ! src/share/native/sun/security/ec/impl/mplogic.c ! src/share/native/sun/security/ec/impl/mplogic.h ! src/share/native/sun/security/ec/impl/mpmontg.c ! src/share/native/sun/security/ec/impl/mpprime.h ! src/share/native/sun/security/ec/impl/oid.c ! src/share/native/sun/security/ec/impl/secitem.c ! src/share/native/sun/security/ec/impl/secoidt.h
Changeset: fed61c2f4d14 Author: vinnie Date: 2011-02-04 00:33 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/fed61c2f4d14
Merge
Changeset: 78fe1b7a9a1a Author: vinnie Date: 2011-02-04 09:52 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/78fe1b7a9a1a
7017176: Several JNDI tests are mssing GPL header Reviewed-by: alanb
! test/com/sun/jndi/ldap/LdapName/Case.java ! test/com/sun/jndi/ldap/LdapName/EmptyNameSearch.java ! test/com/sun/jndi/ldap/LdapName/UnescapeTest.java ! test/com/sun/jndi/ldap/ReadTimeoutTest.java
Changeset: 9599534b1727 Author: lancea Date: 2011-02-04 09:07 -0500 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/9599534b1727
7014095: Broken link in java.sql package specification Reviewed-by: alanb
! src/share/classes/java/sql/package.html
Changeset: c5f953e920c6 Author: mduigou Date: 2011-02-04 12:54 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/c5f953e920c6
7015783: Update JDK Netbeans projects to -source 1.7 Reviewed-by: darcy
! make/netbeans/common/java-data-native.ent ! make/netbeans/common/java-data-no-native.ent
Changeset: b8662dac7c91 Author: sherman Date: 2011-02-04 13:17 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/b8662dac7c91
7005986: (zipfs) ZipPath.startsWith() fails because of the implementation of getName(index) Summary: Updated starsWith/endsWith to be consistent with default file system Reviewed-by: alanb
! src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/ZipPath.java ! test/demo/zipfs/PathOps.java ! test/demo/zipfs/basic.sh
Changeset: a775b8d3fed0 Author: lana Date: 2011-02-04 17:29 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/a775b8d3fed0
Merge
- src/solaris/classes/sun/awt/fontconfigs/solaris.fontconfig.5.8.properties
- src/solaris/classes/sun/awt/fontconfigs/solaris.fontconfig.5.9.properties
Changeset: b0bd638036bd Author: vinnie Date: 2011-02-07 09:11 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/b0bd638036bd
7017486: Need synchronized access when flushing the LDAP request queue Reviewed-by: alanb
! src/share/classes/com/sun/jndi/ldap/Connection.java
Changeset: f34dcfeecc8d Author: alanb Date: 2011-02-07 13:53 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/f34dcfeecc8d
7012823: TEST_BUG: java/nio/MappedByteBuffer tests leave file mappingsthat prevent clean-up (win) Reviewed-by: forax
! test/java/nio/MappedByteBuffer/Force.java ! test/java/nio/MappedByteBuffer/ZeroMap.java
Changeset: 32f1c5f67aae Author: alanb Date: 2011-02-07 13:55 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/32f1c5f67aae
7003155: (fs) Paths.get() does not handle escaped octets correctly Reviewed-by: sherman
! src/solaris/classes/sun/nio/fs/UnixUriUtils.java ! test/java/nio/file/Path/UriImportExport.java
Changeset: 94bcd9aa2119 Author: chegar Date: 2011-02-07 14:08 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/94bcd9aa2119
7016898: PlainSocketImpl.fd is null on Windows Reviewed-by: alanb
! src/windows/classes/java/net/PlainSocketImpl.java
Changeset: f9f321a7502c Author: alanb Date: 2011-02-07 18:01 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/f9f321a7502c
7017454: Residual warnings in sun/nio/** and java/io native code (win64) Reviewed-by: chegar
! src/share/native/java/io/io_util.c ! src/windows/native/java/io/WinNTFileSystem_md.c ! src/windows/native/java/io/canonicalize_md.c ! src/windows/native/java/io/io_util_md.c ! src/windows/native/sun/nio/ch/Iocp.c ! src/windows/native/sun/nio/fs/RegistryFileTypeDetector.c ! src/windows/native/sun/nio/fs/WindowsNativeDispatcher.c
Changeset: 08e1914d5852 Author: alanb Date: 2011-02-07 18:02 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/08e1914d5852
Merge
Changeset: 947ce00ed7a2 Author: alanb Date: 2011-02-08 15:50 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/947ce00ed7a2
7013585: Dual-pivot quicksort improvements for highly structured (nearly sorted) and data with small periods Reviewed-by: mduigou, alanb Contributed-by: vladimir.yaroslavskiy at oracle.com
! src/share/classes/java/util/DualPivotQuicksort.java ! test/java/util/Arrays/Sorting.java
Changeset: 82c8c54ac1d5 Author: alanb Date: 2011-02-08 19:31 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/82c8c54ac1d5
4421494: infinite loop while parsing double literal Reviewed-by: darcy, alanb Contributed-by: dmitry.nadezhin at oracle.com
! src/share/classes/sun/misc/FloatingDecimal.java ! test/java/lang/Double/ParseDouble.java
Changeset: 6661a1dfa369 Author: sherman Date: 2011-02-08 13:30 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/6661a1dfa369
7017840: (zipfs) test/demo/zipfs/basic.sh needs to be updated due to 7013420 Summary: updated try-with-resourcse usage in test/demo code Reviewed-by: alanb
! src/share/demo/nio/zipfs/Demo.java ! test/demo/zipfs/ZipFSTester.java ! test/demo/zipfs/basic.sh
Changeset: 1899523d8f24 Author: lana Date: 2011-02-08 14:25 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/1899523d8f24
Merge
- src/share/classes/java/io/TempFileHelper.java
- src/share/classes/java/nio/file/FileRef.java
- src/share/classes/java/nio/file/attribute/Attributes.java
- src/share/classes/java/nio/file/attribute/FileStoreSpaceAttributeView.java
- src/share/classes/java/nio/file/attribute/FileStoreSpaceAttributes.java
- src/share/demo/zipfs
- test/java/nio/file/Files/ContentType.java
- test/java/nio/file/Files/CreateFileTree.java
- test/java/nio/file/Files/ForceLoad.java
- test/java/nio/file/Files/META-INF/services/java.nio.file.spi.FileTypeDetector
- test/java/nio/file/Files/MaxDepth.java
- test/java/nio/file/Files/PrintFileTree.java
- test/java/nio/file/Files/SimpleFileTypeDetector.java
- test/java/nio/file/Files/SkipSiblings.java
- test/java/nio/file/Files/TerminateWalk.java
- test/java/nio/file/Files/WalkWithSecurity.java
- test/java/nio/file/Files/denyAll.policy
- test/java/nio/file/Files/grantAll.policy
- test/java/nio/file/Files/grantTopOnly.policy
- test/java/nio/file/Files/walk_file_tree.sh
- test/java/nio/file/Path/CheckPermissions.java
- test/java/nio/file/Path/CopyAndMove.java
- test/java/nio/file/Path/DeleteOnClose.java
- test/java/nio/file/Path/FileAttributes.java
- test/java/nio/file/Path/InterruptCopy.java
- test/java/nio/file/Path/Links.java
- test/java/nio/file/Path/PassThroughFileSystem.java
- test/java/nio/file/Path/SBC.java
- test/java/nio/file/Path/TemporaryFiles.java
- test/java/nio/file/Path/delete_on_close.sh
- test/java/nio/file/attribute/FileStoreAttributeView/Basic.java
Changeset: cd9a302f2806 Author: chegar Date: 2011-02-09 09:53 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/cd9a302f2806
7013961: Threads attached via JNI attach prevent daemon ThreadGroups from being destroyed Reviewed-by: dholmes
! src/share/classes/java/lang/Thread.java ! src/share/classes/java/lang/ThreadGroup.java
Changeset: 6a274c4d3e00 Author: alanb Date: 2011-02-09 15:59 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/6a274c4d3e00
7018258: Dual-pivot updates in 7013585 can fail with ArrayIndexOutOfBoundsException Reviewed-by: alanb Contributed-by: vladimir.yaroslavskiy at oracle.com
! src/share/classes/java/util/DualPivotQuicksort.java ! test/java/util/Arrays/Sorting.java
Changeset: 37563c09305d Author: alanb Date: 2011-02-09 16:30 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/37563c09305d
Merge
Changeset: a8fcaf5097ec Author: lana Date: 2011-02-09 10:28 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/a8fcaf5097ec
Merge
Changeset: 9d141e45ee4b Author: lana Date: 2011-02-14 16:30 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/9d141e45ee4b
Merge
- src/share/classes/java/io/TempFileHelper.java
- src/share/classes/java/nio/file/FileRef.java
- src/share/classes/java/nio/file/attribute/Attributes.java
- src/share/classes/java/nio/file/attribute/FileStoreSpaceAttributeView.java
- src/share/classes/java/nio/file/attribute/FileStoreSpaceAttributes.java
- src/share/demo/zipfs
- test/java/nio/file/Files/ContentType.java
- test/java/nio/file/Files/CreateFileTree.java
- test/java/nio/file/Files/ForceLoad.java
- test/java/nio/file/Files/META-INF/services/java.nio.file.spi.FileTypeDetector
- test/java/nio/file/Files/MaxDepth.java
- test/java/nio/file/Files/PrintFileTree.java
- test/java/nio/file/Files/SimpleFileTypeDetector.java
- test/java/nio/file/Files/SkipSiblings.java
- test/java/nio/file/Files/TerminateWalk.java
- test/java/nio/file/Files/WalkWithSecurity.java
- test/java/nio/file/Files/denyAll.policy
- test/java/nio/file/Files/grantAll.policy
- test/java/nio/file/Files/grantTopOnly.policy
- test/java/nio/file/Files/walk_file_tree.sh
- test/java/nio/file/Path/CheckPermissions.java
- test/java/nio/file/Path/CopyAndMove.java
- test/java/nio/file/Path/DeleteOnClose.java
- test/java/nio/file/Path/FileAttributes.java
- test/java/nio/file/Path/InterruptCopy.java
- test/java/nio/file/Path/Links.java
- test/java/nio/file/Path/PassThroughFileSystem.java
- test/java/nio/file/Path/SBC.java
- test/java/nio/file/Path/TemporaryFiles.java
- test/java/nio/file/Path/delete_on_close.sh
- test/java/nio/file/attribute/FileStoreAttributeView/Basic.java
Changeset: e4802c87e5c7 Author: herrick Date: 2011-02-09 09:19 -0500 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/e4802c87e5c7
7016724: Remove sun.jkernel.* classes in JDK 7 Summary: Remove sun.jkernel.* classes in JDK 7 Reviewed-by: ohair, alanb, mchung
! make/modules/modules.config ! make/sun/Makefile
- make/sun/jkernel/FILES_c_windows.gmk
- make/sun/jkernel/FILES_java.gmk
- make/sun/jkernel/Makefile ! src/share/classes/java/awt/color/ICC_Profile.java ! src/share/classes/java/util/zip/ZipEntry.java
- src/share/classes/sun/jkernel/BackgroundDownloader.java
- src/share/classes/sun/jkernel/Bundle.java
- src/share/classes/sun/jkernel/BundleCheck.java
- src/share/classes/sun/jkernel/ByteArrayToFromHexDigits.java
- src/share/classes/sun/jkernel/DigestOutputStream.java
- src/share/classes/sun/jkernel/DownloadManager.java
- src/share/classes/sun/jkernel/KernelError.java
- src/share/classes/sun/jkernel/Mutex.java
- src/share/classes/sun/jkernel/StandaloneByteArrayAccess.java
- src/share/classes/sun/jkernel/StandaloneMessageDigest.java
- src/share/classes/sun/jkernel/StandaloneSHA.java ! src/share/classes/sun/jvmstat/monitor/MonitoredVmUtil.java ! src/share/classes/sun/misc/BootClassLoaderHook.java ! src/share/classes/sun/tools/attach/HotSpotAttachProvider.java ! src/windows/bin/java_md.c
- src/windows/native/sun/jkernel/DownloadDialog.cpp
- src/windows/native/sun/jkernel/DownloadDialog.h
- src/windows/native/sun/jkernel/DownloadHelper.cpp
- src/windows/native/sun/jkernel/DownloadHelper.h
- src/windows/native/sun/jkernel/graphics/bullet.bmp
- src/windows/native/sun/jkernel/graphics/cautionshield32.bmp
- src/windows/native/sun/jkernel/graphics/java-icon.ico
- src/windows/native/sun/jkernel/graphics/masthead.bmp
- src/windows/native/sun/jkernel/graphics/warningmasthead.bmp
- src/windows/native/sun/jkernel/kernel.cpp
- src/windows/native/sun/jkernel/kernel.def
- src/windows/native/sun/jkernel/kernel.h
- src/windows/native/sun/jkernel/kernel.rc
- src/windows/native/sun/jkernel/kernel_de.rc
- src/windows/native/sun/jkernel/kernel_en.rc
- src/windows/native/sun/jkernel/kernel_es.rc
- src/windows/native/sun/jkernel/kernel_fr.rc
- src/windows/native/sun/jkernel/kernel_it.rc
- src/windows/native/sun/jkernel/kernel_ja.rc
- src/windows/native/sun/jkernel/kernel_ko.rc
- src/windows/native/sun/jkernel/kernel_pt_BR.rc
- src/windows/native/sun/jkernel/kernel_sv.rc
- src/windows/native/sun/jkernel/kernel_zh.rc
- src/windows/native/sun/jkernel/kernel_zh_TW.rc
- src/windows/native/sun/jkernel/resource.h
- src/windows/native/sun/jkernel/stdafx.cpp
- src/windows/native/sun/jkernel/stdafx.h
- src/windows/native/sun/jkernel/version.rc
Changeset: dc909d130397 Author: herrick Date: 2011-02-09 09:32 -0500 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/dc909d130397
Merge
- make/java/hpi/Makefile
- make/java/hpi/hpi_common.gmk
- make/java/hpi/native/Makefile
- make/java/hpi/native/mapfile-vers
- make/java/hpi/native/reorder-i586
- make/java/hpi/native/reorder-sparc
- make/java/hpi/native/reorder-sparcv9
- make/java/hpi/windows/Makefile
- src/share/hpi/export/bool.h
- src/share/hpi/export/dll.h
- src/share/hpi/export/hpi.h
- src/share/hpi/include/hpi_impl.h
- src/share/hpi/include/vm_calls.h
- src/share/hpi/src/hpi.c
- src/solaris/classes/sun/awt/fontconfigs/solaris.fontconfig.5.8.properties
- src/solaris/classes/sun/awt/fontconfigs/solaris.fontconfig.5.9.properties
- src/solaris/hpi/export/byteorder_md.h
- src/solaris/hpi/export/hpi_md.h
- src/solaris/hpi/export/io_md.h
- src/solaris/hpi/export/path_md.h
- src/solaris/hpi/export/timeval_md.h
- src/solaris/hpi/include/hpi_init.h
- src/solaris/hpi/include/interrupt.h
- src/solaris/hpi/include/largefile.h
- src/solaris/hpi/include/largefile_linux.h
- src/solaris/hpi/include/largefile_solaris.h
- src/solaris/hpi/native_threads/include/condvar_md.h
- src/solaris/hpi/native_threads/include/monitor_md.h
- src/solaris/hpi/native_threads/include/mutex_md.h
- src/solaris/hpi/native_threads/include/np.h
- src/solaris/hpi/native_threads/include/porting.h
- src/solaris/hpi/native_threads/include/threads_md.h
- src/solaris/hpi/native_threads/src/condvar_md.c
- src/solaris/hpi/native_threads/src/interrupt_md.c
- src/solaris/hpi/native_threads/src/monitor_md.c
- src/solaris/hpi/native_threads/src/mutex_md.c
- src/solaris/hpi/native_threads/src/sys_api_td.c
- src/solaris/hpi/native_threads/src/threads_linux.c
- src/solaris/hpi/native_threads/src/threads_md.c
- src/solaris/hpi/native_threads/src/threads_solaris.c
- src/solaris/hpi/src/interrupt.c
- src/solaris/hpi/src/linker_md.c
- src/solaris/hpi/src/memory_md.c
- src/solaris/hpi/src/system_md.c
- src/windows/hpi/export/byteorder_md.h
- src/windows/hpi/export/hpi_md.h
- src/windows/hpi/export/io_md.h
- src/windows/hpi/export/path_md.h
- src/windows/hpi/export/timeval_md.h
- src/windows/hpi/include/monitor_md.h
- src/windows/hpi/include/mutex_md.h
- src/windows/hpi/include/threads_md.h
- src/windows/hpi/src/linker_md.c
- src/windows/hpi/src/memory_md.c
- src/windows/hpi/src/monitor_md.c
- src/windows/hpi/src/path_md.c
- src/windows/hpi/src/socket_md.c
- src/windows/hpi/src/sys_api_md.c
- src/windows/hpi/src/system_md.c
- src/windows/hpi/src/threads_md.c
- test/java/net/InetAddress/B4762344.java
- test/java/net/InetAddress/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor
- test/java/net/InetAddress/Simple1NameServiceDescriptor.java
- test/java/net/InetAddress/Simple2NameServiceDescriptor.java
- test/java/net/InetAddress/SimpleNameService.java
- test/sun/net/InetAddress/nameservice/B6442088.java
- test/sun/net/InetAddress/nameservice/CacheTest.java
- test/sun/net/InetAddress/nameservice/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor
- test/sun/net/InetAddress/nameservice/SimpleNameService.java
- test/sun/net/InetAddress/nameservice/SimpleNameServiceDescriptor.java
Changeset: 4f84cda2a7d5 Author: igor Date: 2011-02-09 21:20 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/4f84cda2a7d5
Merge
- make/sun/jkernel/FILES_c_windows.gmk
- make/sun/jkernel/FILES_java.gmk
- make/sun/jkernel/Makefile
- src/share/classes/sun/jkernel/BackgroundDownloader.java
- src/share/classes/sun/jkernel/Bundle.java
- src/share/classes/sun/jkernel/BundleCheck.java
- src/share/classes/sun/jkernel/ByteArrayToFromHexDigits.java
- src/share/classes/sun/jkernel/DigestOutputStream.java
- src/share/classes/sun/jkernel/DownloadManager.java
- src/share/classes/sun/jkernel/KernelError.java
- src/share/classes/sun/jkernel/Mutex.java
- src/share/classes/sun/jkernel/StandaloneByteArrayAccess.java
- src/share/classes/sun/jkernel/StandaloneMessageDigest.java
- src/share/classes/sun/jkernel/StandaloneSHA.java
- src/windows/native/sun/jkernel/DownloadDialog.cpp
- src/windows/native/sun/jkernel/DownloadDialog.h
- src/windows/native/sun/jkernel/DownloadHelper.cpp
- src/windows/native/sun/jkernel/DownloadHelper.h
- src/windows/native/sun/jkernel/graphics/bullet.bmp
- src/windows/native/sun/jkernel/graphics/cautionshield32.bmp
- src/windows/native/sun/jkernel/graphics/java-icon.ico
- src/windows/native/sun/jkernel/graphics/masthead.bmp
- src/windows/native/sun/jkernel/graphics/warningmasthead.bmp
- src/windows/native/sun/jkernel/kernel.cpp
- src/windows/native/sun/jkernel/kernel.def
- src/windows/native/sun/jkernel/kernel.h
- src/windows/native/sun/jkernel/kernel.rc
- src/windows/native/sun/jkernel/kernel_de.rc
- src/windows/native/sun/jkernel/kernel_en.rc
- src/windows/native/sun/jkernel/kernel_es.rc
- src/windows/native/sun/jkernel/kernel_fr.rc
- src/windows/native/sun/jkernel/kernel_it.rc
- src/windows/native/sun/jkernel/kernel_ja.rc
- src/windows/native/sun/jkernel/kernel_ko.rc
- src/windows/native/sun/jkernel/kernel_pt_BR.rc
- src/windows/native/sun/jkernel/kernel_sv.rc
- src/windows/native/sun/jkernel/kernel_zh.rc
- src/windows/native/sun/jkernel/kernel_zh_TW.rc
- src/windows/native/sun/jkernel/resource.h
- src/windows/native/sun/jkernel/stdafx.cpp
- src/windows/native/sun/jkernel/stdafx.h
- src/windows/native/sun/jkernel/version.rc
Changeset: 802c085308bf Author: igor Date: 2011-02-15 19:16 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/802c085308bf
Merge
- src/share/classes/java/io/TempFileHelper.java
- src/share/classes/java/nio/file/FileRef.java
- src/share/classes/java/nio/file/attribute/Attributes.java
- src/share/classes/java/nio/file/attribute/FileStoreSpaceAttributeView.java
- src/share/classes/java/nio/file/attribute/FileStoreSpaceAttributes.java
- src/share/demo/zipfs
- test/java/nio/file/Files/ContentType.java
- test/java/nio/file/Files/CreateFileTree.java
- test/java/nio/file/Files/ForceLoad.java
- test/java/nio/file/Files/META-INF/services/java.nio.file.spi.FileTypeDetector
- test/java/nio/file/Files/MaxDepth.java
- test/java/nio/file/Files/PrintFileTree.java
- test/java/nio/file/Files/SimpleFileTypeDetector.java
- test/java/nio/file/Files/SkipSiblings.java
- test/java/nio/file/Files/TerminateWalk.java
- test/java/nio/file/Files/WalkWithSecurity.java
- test/java/nio/file/Files/denyAll.policy
- test/java/nio/file/Files/grantAll.policy
- test/java/nio/file/Files/grantTopOnly.policy
- test/java/nio/file/Files/walk_file_tree.sh
- test/java/nio/file/Path/CheckPermissions.java
- test/java/nio/file/Path/CopyAndMove.java
- test/java/nio/file/Path/DeleteOnClose.java
- test/java/nio/file/Path/FileAttributes.java
- test/java/nio/file/Path/InterruptCopy.java
- test/java/nio/file/Path/Links.java
- test/java/nio/file/Path/PassThroughFileSystem.java
- test/java/nio/file/Path/SBC.java
- test/java/nio/file/Path/TemporaryFiles.java
- test/java/nio/file/Path/delete_on_close.sh
- test/java/nio/file/attribute/FileStoreAttributeView/Basic.java
Changeset: 7bb09178ffc7 Author: ohair Date: 2011-02-10 20:45 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/7bb09178ffc7
7012644: Regression: jdk/make/common/shared/Defs-windows.gmk has problems on cygwin 7018835: Debug build issues in jdk makefiles Reviewed-by: ksrini
! make/common/shared/Defs-windows.gmk ! make/common/shared/Defs.gmk ! make/common/shared/Platform.gmk
Changeset: 9478964f9425 Author: ohair Date: 2011-02-10 20:51 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/9478964f9425
Merge
Changeset: 71b52ce5f389 Author: mfang Date: 2011-02-10 20:52 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/71b52ce5f389
7017734: jdk7 message drop 1 translation integration Reviewed-by: ogino, yhuang
! src/share/classes/com/sun/accessibility/internal/resources/accessibility_de.properties ! src/share/classes/com/sun/accessibility/internal/resources/accessibility_es.properties ! src/share/classes/com/sun/accessibility/internal/resources/accessibility_fr.properties ! src/share/classes/com/sun/accessibility/internal/resources/accessibility_it.properties ! src/share/classes/com/sun/accessibility/internal/resources/accessibility_ja.properties ! src/share/classes/com/sun/accessibility/internal/resources/accessibility_ko.properties ! src/share/classes/com/sun/accessibility/internal/resources/accessibility_pt_BR.properties ! src/share/classes/com/sun/accessibility/internal/resources/accessibility_sv.properties ! src/share/classes/com/sun/accessibility/internal/resources/accessibility_zh_CN.properties ! src/share/classes/com/sun/accessibility/internal/resources/accessibility_zh_TW.properties ! src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_de.properties ! src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_es.properties ! src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_fr.properties ! src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_it.properties ! src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_ja.properties ! src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_ko.properties ! src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_pt_BR.properties ! src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_sv.properties ! src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_zh_CN.properties ! src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_zh_TW.properties ! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_de.properties ! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_es.properties ! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_fr.properties ! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_it.properties ! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_ja.properties ! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_ko.properties ! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_pt_BR.properties ! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_sv.properties ! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_zh_CN.properties ! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_zh_TW.properties ! src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_de.properties ! src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_es.properties ! src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_fr.properties ! src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_it.properties ! src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_ja.properties ! src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_ko.properties ! src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_pt_BR.properties ! src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_sv.properties ! src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_zh_CN.properties ! src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_zh_TW.properties ! src/share/classes/com/sun/rowset/RowSetResourceBundle_de.properties ! src/share/classes/com/sun/rowset/RowSetResourceBundle_es.properties ! src/share/classes/com/sun/rowset/RowSetResourceBundle_fr.properties ! src/share/classes/com/sun/rowset/RowSetResourceBundle_it.properties ! src/share/classes/com/sun/rowset/RowSetResourceBundle_ja.properties ! src/share/classes/com/sun/rowset/RowSetResourceBundle_ko.properties ! src/share/classes/com/sun/rowset/RowSetResourceBundle_pt_BR.properties ! src/share/classes/com/sun/rowset/RowSetResourceBundle_sv.properties ! src/share/classes/com/sun/rowset/RowSetResourceBundle_zh_CN.properties ! src/share/classes/com/sun/rowset/RowSetResourceBundle_zh_TW.properties ! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_de.properties ! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_es.properties ! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_fr.properties ! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_it.properties ! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_ja.properties ! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_ko.properties ! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_pt_BR.properties ! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_sv.properties ! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_zh_CN.properties ! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_zh_TW.properties ! src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_de.properties ! src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_es.properties ! src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_fr.properties ! src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_it.properties ! src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_ja.properties ! src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_ko.properties ! src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_pt_BR.properties ! src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_sv.properties ! src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_zh_CN.properties ! src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_zh_TW.properties ! src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_de.properties ! src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_es.properties ! src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_fr.properties ! src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_it.properties ! src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_ja.properties ! src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_ko.properties ! src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_pt_BR.properties ! src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_sv.properties ! src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_zh_CN.properties ! src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_zh_TW.properties ! src/share/classes/com/sun/tools/example/debug/tty/TTYResources_ja.java ! src/share/classes/com/sun/tools/example/debug/tty/TTYResources_zh_CN.java ! src/share/classes/com/sun/tools/jdi/resources/jdi_ja.properties ! src/share/classes/com/sun/tools/jdi/resources/jdi_zh_CN.properties ! src/share/classes/sun/applet/resources/MsgAppletViewer_de.java ! src/share/classes/sun/applet/resources/MsgAppletViewer_es.java ! src/share/classes/sun/applet/resources/MsgAppletViewer_fr.java ! src/share/classes/sun/applet/resources/MsgAppletViewer_it.java ! src/share/classes/sun/applet/resources/MsgAppletViewer_ja.java ! src/share/classes/sun/applet/resources/MsgAppletViewer_ko.java ! src/share/classes/sun/applet/resources/MsgAppletViewer_pt_BR.java ! src/share/classes/sun/applet/resources/MsgAppletViewer_sv.java ! src/share/classes/sun/applet/resources/MsgAppletViewer_zh_CN.java ! src/share/classes/sun/applet/resources/MsgAppletViewer_zh_TW.java ! src/share/classes/sun/awt/resources/awt_de.properties ! src/share/classes/sun/awt/resources/awt_es.properties ! src/share/classes/sun/awt/resources/awt_fr.properties ! src/share/classes/sun/awt/resources/awt_it.properties ! src/share/classes/sun/awt/resources/awt_ja.properties ! src/share/classes/sun/awt/resources/awt_ko.properties ! src/share/classes/sun/awt/resources/awt_pt_BR.properties ! src/share/classes/sun/awt/resources/awt_sv.properties ! src/share/classes/sun/awt/resources/awt_zh_CN.properties ! src/share/classes/sun/awt/resources/awt_zh_TW.properties ! src/share/classes/sun/management/resources/agent_de.properties ! src/share/classes/sun/management/resources/agent_es.properties ! src/share/classes/sun/management/resources/agent_fr.properties ! src/share/classes/sun/management/resources/agent_it.properties ! src/share/classes/sun/management/resources/agent_ja.properties ! src/share/classes/sun/management/resources/agent_ko.properties ! src/share/classes/sun/management/resources/agent_pt_BR.properties ! src/share/classes/sun/management/resources/agent_sv.properties ! src/share/classes/sun/management/resources/agent_zh_CN.properties ! src/share/classes/sun/management/resources/agent_zh_TW.properties ! src/share/classes/sun/misc/resources/Messages_de.java ! src/share/classes/sun/misc/resources/Messages_es.java ! src/share/classes/sun/misc/resources/Messages_fr.java ! src/share/classes/sun/misc/resources/Messages_it.java ! src/share/classes/sun/misc/resources/Messages_ja.java ! src/share/classes/sun/misc/resources/Messages_ko.java ! src/share/classes/sun/misc/resources/Messages_pt_BR.java ! src/share/classes/sun/misc/resources/Messages_sv.java ! src/share/classes/sun/misc/resources/Messages_zh_CN.java ! src/share/classes/sun/misc/resources/Messages_zh_TW.java ! src/share/classes/sun/print/resources/serviceui_de.properties ! src/share/classes/sun/print/resources/serviceui_es.properties ! src/share/classes/sun/print/resources/serviceui_fr.properties ! src/share/classes/sun/print/resources/serviceui_it.properties ! src/share/classes/sun/print/resources/serviceui_ja.properties ! src/share/classes/sun/print/resources/serviceui_ko.properties ! src/share/classes/sun/print/resources/serviceui_pt_BR.properties ! src/share/classes/sun/print/resources/serviceui_sv.properties ! src/share/classes/sun/print/resources/serviceui_zh_CN.properties ! src/share/classes/sun/print/resources/serviceui_zh_TW.properties ! src/share/classes/sun/rmi/registry/resources/rmiregistry_de.properties ! src/share/classes/sun/rmi/registry/resources/rmiregistry_es.properties ! src/share/classes/sun/rmi/registry/resources/rmiregistry_fr.properties ! src/share/classes/sun/rmi/registry/resources/rmiregistry_it.properties ! src/share/classes/sun/rmi/registry/resources/rmiregistry_ja.properties ! src/share/classes/sun/rmi/registry/resources/rmiregistry_ko.properties ! src/share/classes/sun/rmi/registry/resources/rmiregistry_pt_BR.properties ! src/share/classes/sun/rmi/registry/resources/rmiregistry_sv.properties ! src/share/classes/sun/rmi/registry/resources/rmiregistry_zh_CN.properties ! src/share/classes/sun/rmi/registry/resources/rmiregistry_zh_TW.properties ! src/share/classes/sun/rmi/rmic/resources/rmic_ja.properties ! src/share/classes/sun/rmi/rmic/resources/rmic_zh_CN.properties ! src/share/classes/sun/rmi/server/resources/rmid_de.properties ! src/share/classes/sun/rmi/server/resources/rmid_es.properties ! src/share/classes/sun/rmi/server/resources/rmid_fr.properties ! src/share/classes/sun/rmi/server/resources/rmid_it.properties ! src/share/classes/sun/rmi/server/resources/rmid_ja.properties ! src/share/classes/sun/rmi/server/resources/rmid_ko.properties ! src/share/classes/sun/rmi/server/resources/rmid_pt_BR.properties ! src/share/classes/sun/rmi/server/resources/rmid_sv.properties ! src/share/classes/sun/rmi/server/resources/rmid_zh_CN.properties ! src/share/classes/sun/rmi/server/resources/rmid_zh_TW.properties ! src/share/classes/sun/security/tools/JarSignerResources_ja.java ! src/share/classes/sun/security/tools/JarSignerResources_zh_CN.java ! src/share/classes/sun/security/util/AuthResources_de.java ! src/share/classes/sun/security/util/AuthResources_es.java ! src/share/classes/sun/security/util/AuthResources_fr.java ! src/share/classes/sun/security/util/AuthResources_it.java ! src/share/classes/sun/security/util/AuthResources_ja.java ! src/share/classes/sun/security/util/AuthResources_ko.java ! src/share/classes/sun/security/util/AuthResources_pt_BR.java ! src/share/classes/sun/security/util/AuthResources_sv.java ! src/share/classes/sun/security/util/AuthResources_zh_CN.java ! src/share/classes/sun/security/util/AuthResources_zh_TW.java ! src/share/classes/sun/security/util/Resources_de.java ! src/share/classes/sun/security/util/Resources_es.java ! src/share/classes/sun/security/util/Resources_fr.java ! src/share/classes/sun/security/util/Resources_it.java ! src/share/classes/sun/security/util/Resources_ja.java ! src/share/classes/sun/security/util/Resources_ko.java ! src/share/classes/sun/security/util/Resources_pt_BR.java ! src/share/classes/sun/security/util/Resources_sv.java ! src/share/classes/sun/security/util/Resources_zh_CN.java ! src/share/classes/sun/security/util/Resources_zh_TW.java ! src/share/classes/sun/tools/jar/resources/jar_de.properties ! src/share/classes/sun/tools/jar/resources/jar_es.properties ! src/share/classes/sun/tools/jar/resources/jar_fr.properties ! src/share/classes/sun/tools/jar/resources/jar_it.properties ! src/share/classes/sun/tools/jar/resources/jar_ja.properties ! src/share/classes/sun/tools/jar/resources/jar_ko.properties ! src/share/classes/sun/tools/jar/resources/jar_pt_BR.properties ! src/share/classes/sun/tools/jar/resources/jar_sv.properties ! src/share/classes/sun/tools/jar/resources/jar_zh_CN.properties ! src/share/classes/sun/tools/jar/resources/jar_zh_TW.properties ! src/share/classes/sun/tools/javac/resources/javac_ja.properties ! src/share/classes/sun/tools/javac/resources/javac_zh_CN.properties ! src/share/classes/sun/tools/jconsole/resources/JConsoleResources_ja.java ! src/share/classes/sun/tools/jconsole/resources/JConsoleResources_zh_CN.java ! src/share/classes/sun/tools/native2ascii/resources/MsgNative2ascii_ja.java ! src/share/classes/sun/tools/native2ascii/resources/MsgNative2ascii_zh_CN.java ! src/share/classes/sun/tools/serialver/serialver_ja.properties ! src/share/classes/sun/tools/serialver/serialver_zh_CN.properties ! src/share/classes/sun/util/logging/resources/logging_de.properties ! src/share/classes/sun/util/logging/resources/logging_es.properties ! src/share/classes/sun/util/logging/resources/logging_fr.properties ! src/share/classes/sun/util/logging/resources/logging_it.properties ! src/share/classes/sun/util/logging/resources/logging_ja.properties ! src/share/classes/sun/util/logging/resources/logging_ko.properties ! src/share/classes/sun/util/logging/resources/logging_pt_BR.properties ! src/share/classes/sun/util/logging/resources/logging_sv.properties ! src/share/classes/sun/util/logging/resources/logging_zh_CN.properties ! src/share/classes/sun/util/logging/resources/logging_zh_TW.properties ! src/share/demo/jfc/CodePointIM/resources/codepoint_ja.properties ! src/share/demo/jfc/CodePointIM/resources/codepoint_zh_CN.properties ! src/share/demo/jfc/Font2DTest/resources/TextResources_ja.properties ! src/share/demo/jfc/Font2DTest/resources/TextResources_zh_CN.properties ! src/share/demo/jfc/Notepad/resources/Notepad_ja.properties ! src/share/demo/jfc/Notepad/resources/Notepad_zh_CN.properties ! src/windows/classes/sun/awt/windows/awtLocalization_es.properties ! src/windows/classes/sun/awt/windows/awtLocalization_ja.properties ! src/windows/classes/sun/awt/windows/awtLocalization_ko.properties ! src/windows/classes/sun/awt/windows/awtLocalization_pt_BR.properties ! src/windows/classes/sun/awt/windows/awtLocalization_zh_CN.properties ! src/windows/classes/sun/awt/windows/awtLocalization_zh_TW.properties ! src/windows/native/sun/jkernel/kernel_de.rc ! src/windows/native/sun/jkernel/kernel_es.rc ! src/windows/native/sun/jkernel/kernel_fr.rc ! src/windows/native/sun/jkernel/kernel_it.rc ! src/windows/native/sun/jkernel/kernel_ja.rc ! src/windows/native/sun/jkernel/kernel_ko.rc ! src/windows/native/sun/jkernel/kernel_pt_BR.rc ! src/windows/native/sun/jkernel/kernel_sv.rc ! src/windows/native/sun/jkernel/kernel_zh.rc ! src/windows/native/sun/jkernel/kernel_zh_TW.rc
Changeset: 8b6d1d96ef3d Author: mfang Date: 2011-02-11 22:57 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/8b6d1d96ef3d
Merge
Changeset: 0eacbbc8e1fb Author: mfang Date: 2011-02-11 23:46 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/0eacbbc8e1fb
Merge
Changeset: 780e53ad2896 Author: mfang Date: 2011-02-14 13:01 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/780e53ad2896
Merge
Changeset: 5fab973e5a47 Author: ohair Date: 2011-02-15 12:34 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/5fab973e5a47
Merge
Changeset: bdc069d3f910 Author: ohair Date: 2011-02-15 20:18 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/bdc069d3f910
Merge
Changeset: 89055b6d9ae0 Author: cl Date: 2011-02-18 14:23 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/89055b6d9ae0
Added tag jdk7-b130 for changeset bdc069d3f910
! .hgtags
Changeset: 0355c60c2da4 Author: ohair Date: 2011-02-16 13:29 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/0355c60c2da4
7013964: openjdk LICENSE file needs rebranding Reviewed-by: darcy, katleman, jjg
! LICENSE
Changeset: 9b2631288894 Author: ohair Date: 2011-02-16 14:33 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/9b2631288894
7010594: Add /SAFESEH to links on windows to verify safe exceptions Reviewed-by: alanb
! make/common/Defs-windows.gmk ! make/common/shared/Defs-windows.gmk
Changeset: 5e09deee1967 Author: andrew Date: 2011-02-23 17:10 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/5e09deee1967
7021314: Build should not install javaws man page Summary: Only install javaws.1 when not building OpenJDK Reviewed-by: alanb, ohair
! make/common/Release.gmk
Changeset: 8ac52c85f9e9 Author: cl Date: 2011-02-23 15:49 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/8ac52c85f9e9
Merge
Changeset: 11c9a066a5a4 Author: cl Date: 2011-02-24 15:16 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/11c9a066a5a4
Added tag jdk7-b131 for changeset 8ac52c85f9e9
! .hgtags
Changeset: d7de46ec011b Author: jrose Date: 2011-02-11 01:26 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/d7de46ec011b
7013417: JSR 292 needs to support variadic method handle calls Summary: Implement MH.asVarargsCollector, etc., and remove withTypeHandler. Reviewed-by: twisti
! src/share/classes/java/dyn/MethodHandle.java ! src/share/classes/java/dyn/MethodHandles.java ! src/share/classes/java/dyn/package-info.java ! src/share/classes/sun/dyn/AdapterMethodHandle.java ! src/share/classes/sun/dyn/CallSiteImpl.java ! src/share/classes/sun/dyn/InvokeGeneric.java ! src/share/classes/sun/dyn/Invokers.java ! src/share/classes/sun/dyn/MethodHandleImpl.java ! src/share/classes/sun/dyn/MethodTypeImpl.java ! test/java/dyn/InvokeDynamicPrintArgs.java ! test/java/dyn/JavaDocExamplesTest.java ! test/java/dyn/MethodHandlesTest.java ! test/java/dyn/indify/Indify.java
Changeset: c86c60ad8822 Author: jrose Date: 2011-02-11 01:26 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/c86c60ad8822
7012650: implement JSR 292 EG adjustments through January 2010 Summary: misc. EG changes and polishes (excluding 7013417) Reviewed-by: twisti
! src/share/classes/java/dyn/CallSite.java ! src/share/classes/java/dyn/ClassValue.java ! src/share/classes/java/dyn/ConstantCallSite.java ! src/share/classes/java/dyn/InvokeDynamicBootstrapError.java ! src/share/classes/java/dyn/Linkage.java ! src/share/classes/java/dyn/MethodHandle.java ! src/share/classes/java/dyn/MethodHandles.java ! src/share/classes/java/dyn/MethodType.java ! src/share/classes/java/dyn/MutableCallSite.java
- src/share/classes/java/dyn/SwitchPoint.java
- src/share/classes/java/dyn/Switcher.java ! src/share/classes/java/dyn/VolatileCallSite.java ! src/share/classes/java/dyn/WrongMethodTypeException.java ! src/share/classes/java/dyn/package-info.java ! src/share/classes/sun/dyn/AdapterMethodHandle.java ! src/share/classes/sun/dyn/FromGeneric.java ! src/share/classes/sun/dyn/InvokeGeneric.java ! src/share/classes/sun/dyn/Invokers.java ! src/share/classes/sun/dyn/MethodHandleImpl.java ! src/share/classes/sun/dyn/ToGeneric.java
- src/share/classes/sun/dyn/WrapperInstance.java ! test/java/dyn/InvokeGenericTest.java ! test/java/dyn/JavaDocExamplesTest.java ! test/java/dyn/MethodHandlesTest.java
Changeset: a2241b109aa1 Author: jrose Date: 2011-02-11 01:26 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/a2241b109aa1
7013730: JSR 292 reflective operations should report errors with standard exception types Summary: remove NoAccessException, replace it by ReflectiveOperationException subtypes; adjust javadoc of exceptions Reviewed-by: twisti
! src/share/classes/java/dyn/CallSite.java ! src/share/classes/java/dyn/Linkage.java ! src/share/classes/java/dyn/MethodHandles.java
- src/share/classes/java/dyn/NoAccessException.java ! src/share/classes/sun/dyn/CallSiteImpl.java ! src/share/classes/sun/dyn/FilterGeneric.java ! src/share/classes/sun/dyn/FilterOneArgument.java ! src/share/classes/sun/dyn/FromGeneric.java ! src/share/classes/sun/dyn/InvokeGeneric.java ! src/share/classes/sun/dyn/Invokers.java ! src/share/classes/sun/dyn/MemberName.java ! src/share/classes/sun/dyn/MethodHandleImpl.java ! src/share/classes/sun/dyn/MethodHandleNatives.java ! src/share/classes/sun/dyn/SpreadGeneric.java ! src/share/classes/sun/dyn/ToGeneric.java ! src/share/classes/sun/dyn/util/ValueConversions.java ! src/share/classes/sun/dyn/util/VerifyAccess.java ! test/java/dyn/InvokeGenericTest.java ! test/java/dyn/JavaDocExamplesTest.java ! test/java/dyn/MethodHandlesTest.java
Changeset: 5e4a41d0fccd Author: jrose Date: 2011-02-15 00:16 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/5e4a41d0fccd
7016261: JSR 292 MethodType objects should be serializable Summary: Define private writeObject, readObject, and readResolve methods. Also add unit tests. Reviewed-by: twisti
! src/share/classes/java/dyn/MethodType.java
- test/java/dyn/MethodTypeTest.java
Changeset: 56cbd0504a53 Author: jrose Date: 2011-02-15 00:16 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/56cbd0504a53
7014755: JSR 292 member lookup interaction with security manager Summary: add security manager interactions for Lookup methods Reviewed-by: twisti
! src/share/classes/java/dyn/MethodHandles.java ! src/share/classes/java/dyn/package-info.java
Changeset: 52bcd47b4521 Author: jrose Date: 2011-02-15 00:16 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/52bcd47b4521
7016520: JSR 292 rules for polymorphic signature processing must be in package-info Summary: insert rules for bytecode processors to recognize signature polymorphic names Reviewed-by: twisti
! src/share/classes/java/dyn/MethodHandle.java
Changeset: f6cd84cfed70 Author: trims Date: 2011-02-25 12:48 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/f6cd84cfed70
Merge
- src/share/classes/java/dyn/NoAccessException.java
- src/share/classes/java/dyn/Switcher.java
Changeset: 7905b047a475 Author: prr Date: 2011-02-08 14:24 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/7905b047a475
7006865: Regression: Corrupted output when printing images with bit depth of 4 Reviewed-by: bae, jgodinez
! src/windows/classes/sun/awt/windows/WPathGraphics.java ! src/windows/classes/sun/awt/windows/WPrinterJob.java
- test/java/awt/print/PrinterJob/ImagePrinting/ImageTypes.java
Changeset: d42ce0b309ae Author: bae Date: 2011-02-09 22:24 +0300 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/d42ce0b309ae
6818960: ImageFetcher ( MediaTracker) Thread leak Reviewed-by: igor, prr
! src/share/classes/sun/awt/image/ImageFetcher.java ! src/share/classes/sun/awt/image/InputStreamImageSource.java
Changeset: 37d20456c54c Author: ceisserer Date: 2011-02-09 14:34 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/37d20456c54c
7018387: Xrender pipeline may leak GC's Reviewed-by: prr
! src/solaris/classes/sun/java2d/xr/XRSurfaceData.java
Changeset: bcf663c292ef Author: bae Date: 2011-02-10 13:44 +0300 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/bcf663c292ef
6989774: imageio compiler warnings in native code Reviewed-by: igor, prr
! make/sun/jpeg/Makefile ! make/sun/jpeg/reorder-i586 ! make/sun/jpeg/reorder-sparc ! make/sun/jpeg/reorder-sparcv9 ! src/share/native/sun/awt/image/jpeg/imageioJPEG.c ! src/share/native/sun/awt/image/jpeg/jdmarker.c ! src/share/native/sun/awt/image/jpeg/jmemmgr.c ! src/share/native/sun/awt/image/jpeg/jmemnobs.c ! src/share/native/sun/awt/image/jpeg/jmemsys.h ! src/share/native/sun/awt/image/jpeg/jpegdecoder.c ! src/share/native/sun/awt/image/jpeg/jpeglib.h
Changeset: 1881764c4cdf Author: prr Date: 2011-02-11 10:40 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/1881764c4cdf
7018364: XShmGetImage with image's > drawable's size causes BadMatch Reviewed-by: art, anthony Contributed-by: linuxhippy at gmail.com
! src/solaris/native/sun/java2d/x11/X11SurfaceData.c ! src/solaris/native/sun/java2d/x11/X11SurfaceData.h
Changeset: b04dafeda706 Author: prr Date: 2011-02-16 15:58 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/b04dafeda706
7019441: No lookup cache for internal composite font creation leads to java heap growth Reviewed-by: igor, jgodinez
! src/share/classes/sun/font/FontUtilities.java
Changeset: e45f7d50dbc9 Author: bae Date: 2011-02-17 13:42 +0300 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/e45f7d50dbc9
7018912: [parfait] potential buffer overruns in imageio jpeg Reviewed-by: jgodinez, prr
! src/share/native/sun/awt/image/jpeg/imageioJPEG.c
Changeset: 810445ab3099 Author: prr Date: 2011-02-18 09:14 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/810445ab3099
6857592: Getting warning while moving or resizing the frame when component.printAll() is called on local JNI Reviewed-by: bae, flar
! src/windows/native/sun/java2d/windows/GDIBlitLoops.cpp
Changeset: 5d8cfcb9a4e8 Author: prr Date: 2011-02-18 09:18 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/5d8cfcb9a4e8
7017637: closed/java/awt/font/StyledMetrics/BoldSpace.java failed : Space char should have 0 advance Reviewed-by: igor, jgodinez
- test/java/awt/font/StyledMetrics/BoldSpace.java
Changeset: 4c6500d20ebf Author: jgodinez Date: 2011-02-04 11:46 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/4c6500d20ebf
7014796: Regression test java/awt/PrintJob/Text/stringwidth.sh cannot be terminated on Windows. Reviewed-by: prr
! test/java/awt/PrintJob/Text/StringWidth.java
Changeset: 33cd780e8989 Author: jgodinez Date: 2011-02-04 11:48 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/33cd780e8989
6995147: Case needs to be update. ServiceDialogTest.java failed as compilation error. Reviewed-by: prr
! test/javax/print/attribute/ServiceDialogTest.java
Changeset: 1d3f3c8d7ed5 Author: jgodinez Date: 2011-02-18 11:15 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/1d3f3c8d7ed5
6722351: sun.print.Win32PrintService.initMedia() is slow Reviewed-by: igor, prr
! src/windows/classes/sun/print/Win32PrintService.java
Changeset: 059b56058cad Author: jgodinez Date: 2011-02-18 12:04 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/059b56058cad
Merge
- make/java/hpi/Makefile
- make/java/hpi/hpi_common.gmk
- make/java/hpi/native/Makefile
- make/java/hpi/native/mapfile-vers
- make/java/hpi/native/reorder-i586
- make/java/hpi/native/reorder-sparc
- make/java/hpi/native/reorder-sparcv9
- make/java/hpi/windows/Makefile
- src/share/hpi/export/bool.h
- src/share/hpi/export/dll.h
- src/share/hpi/export/hpi.h
- src/share/hpi/include/hpi_impl.h
- src/share/hpi/include/vm_calls.h
- src/share/hpi/src/hpi.c
- src/solaris/hpi/export/byteorder_md.h
- src/solaris/hpi/export/hpi_md.h
- src/solaris/hpi/export/io_md.h
- src/solaris/hpi/export/path_md.h
- src/solaris/hpi/export/timeval_md.h
- src/solaris/hpi/include/hpi_init.h
- src/solaris/hpi/include/interrupt.h
- src/solaris/hpi/include/largefile.h
- src/solaris/hpi/include/largefile_linux.h
- src/solaris/hpi/include/largefile_solaris.h
- src/solaris/hpi/native_threads/include/condvar_md.h
- src/solaris/hpi/native_threads/include/monitor_md.h
- src/solaris/hpi/native_threads/include/mutex_md.h
- src/solaris/hpi/native_threads/include/np.h
- src/solaris/hpi/native_threads/include/porting.h
- src/solaris/hpi/native_threads/include/threads_md.h
- src/solaris/hpi/native_threads/src/condvar_md.c
- src/solaris/hpi/native_threads/src/interrupt_md.c
- src/solaris/hpi/native_threads/src/monitor_md.c
- src/solaris/hpi/native_threads/src/mutex_md.c
- src/solaris/hpi/native_threads/src/sys_api_td.c
- src/solaris/hpi/native_threads/src/threads_linux.c
- src/solaris/hpi/native_threads/src/threads_md.c
- src/solaris/hpi/native_threads/src/threads_solaris.c
- src/solaris/hpi/src/interrupt.c
- src/solaris/hpi/src/linker_md.c
- src/solaris/hpi/src/memory_md.c
- src/solaris/hpi/src/system_md.c
- src/windows/hpi/export/byteorder_md.h
- src/windows/hpi/export/hpi_md.h
- src/windows/hpi/export/io_md.h
- src/windows/hpi/export/path_md.h
- src/windows/hpi/export/timeval_md.h
- src/windows/hpi/include/monitor_md.h
- src/windows/hpi/include/mutex_md.h
- src/windows/hpi/include/threads_md.h
- src/windows/hpi/src/linker_md.c
- src/windows/hpi/src/memory_md.c
- src/windows/hpi/src/monitor_md.c
- src/windows/hpi/src/path_md.c
- src/windows/hpi/src/socket_md.c
- src/windows/hpi/src/sys_api_md.c
- src/windows/hpi/src/system_md.c
- src/windows/hpi/src/threads_md.c
- test/java/net/InetAddress/B4762344.java
- test/java/net/InetAddress/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor
- test/java/net/InetAddress/Simple1NameServiceDescriptor.java
- test/java/net/InetAddress/Simple2NameServiceDescriptor.java
- test/java/net/InetAddress/SimpleNameService.java
- test/sun/net/InetAddress/nameservice/B6442088.java
- test/sun/net/InetAddress/nameservice/CacheTest.java
- test/sun/net/InetAddress/nameservice/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor
- test/sun/net/InetAddress/nameservice/SimpleNameService.java
- test/sun/net/InetAddress/nameservice/SimpleNameServiceDescriptor.java
Changeset: 1acdde062e92 Author: jgodinez Date: 2011-02-18 13:47 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/1acdde062e92
6850806: NPE exception throws in PrintServce.getSupportedAttributeValues Reviewed-by: igor, prr
! src/windows/classes/sun/print/Win32PrintService.java
Changeset: fa6547fa57e6 Author: lana Date: 2011-02-21 14:22 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/fa6547fa57e6
Merge
Changeset: 5a6bd7df28b8 Author: lana Date: 2011-02-11 15:51 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/5a6bd7df28b8
Merge
- make/java/hpi/Makefile
- make/java/hpi/hpi_common.gmk
- make/java/hpi/native/Makefile
- make/java/hpi/native/mapfile-vers
- make/java/hpi/native/reorder-i586
- make/java/hpi/native/reorder-sparc
- make/java/hpi/native/reorder-sparcv9
- make/java/hpi/windows/Makefile
- src/share/hpi/export/bool.h
- src/share/hpi/export/dll.h
- src/share/hpi/export/hpi.h
- src/share/hpi/include/hpi_impl.h
- src/share/hpi/include/vm_calls.h
- src/share/hpi/src/hpi.c
- src/solaris/classes/sun/awt/fontconfigs/solaris.fontconfig.5.8.properties
- src/solaris/classes/sun/awt/fontconfigs/solaris.fontconfig.5.9.properties
- src/solaris/hpi/export/byteorder_md.h
- src/solaris/hpi/export/hpi_md.h
- src/solaris/hpi/export/io_md.h
- src/solaris/hpi/export/path_md.h
- src/solaris/hpi/export/timeval_md.h
- src/solaris/hpi/include/hpi_init.h
- src/solaris/hpi/include/interrupt.h
- src/solaris/hpi/include/largefile.h
- src/solaris/hpi/include/largefile_linux.h
- src/solaris/hpi/include/largefile_solaris.h
- src/solaris/hpi/native_threads/include/condvar_md.h
- src/solaris/hpi/native_threads/include/monitor_md.h
- src/solaris/hpi/native_threads/include/mutex_md.h
- src/solaris/hpi/native_threads/include/np.h
- src/solaris/hpi/native_threads/include/porting.h
- src/solaris/hpi/native_threads/include/threads_md.h
- src/solaris/hpi/native_threads/src/condvar_md.c
- src/solaris/hpi/native_threads/src/interrupt_md.c
- src/solaris/hpi/native_threads/src/monitor_md.c
- src/solaris/hpi/native_threads/src/mutex_md.c
- src/solaris/hpi/native_threads/src/sys_api_td.c
- src/solaris/hpi/native_threads/src/threads_linux.c
- src/solaris/hpi/native_threads/src/threads_md.c
- src/solaris/hpi/native_threads/src/threads_solaris.c
- src/solaris/hpi/src/interrupt.c
- src/solaris/hpi/src/linker_md.c
- src/solaris/hpi/src/memory_md.c
- src/solaris/hpi/src/system_md.c
- src/windows/hpi/export/byteorder_md.h
- src/windows/hpi/export/hpi_md.h
- src/windows/hpi/export/io_md.h
- src/windows/hpi/export/path_md.h
- src/windows/hpi/export/timeval_md.h
- src/windows/hpi/include/monitor_md.h
- src/windows/hpi/include/mutex_md.h
- src/windows/hpi/include/threads_md.h
- src/windows/hpi/src/linker_md.c
- src/windows/hpi/src/memory_md.c
- src/windows/hpi/src/monitor_md.c
- src/windows/hpi/src/path_md.c
- src/windows/hpi/src/socket_md.c
- src/windows/hpi/src/sys_api_md.c
- src/windows/hpi/src/system_md.c
- src/windows/hpi/src/threads_md.c
- test/java/net/InetAddress/B4762344.java
- test/java/net/InetAddress/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor
- test/java/net/InetAddress/Simple1NameServiceDescriptor.java
- test/java/net/InetAddress/Simple2NameServiceDescriptor.java
- test/java/net/InetAddress/SimpleNameService.java
- test/sun/net/InetAddress/nameservice/B6442088.java
- test/sun/net/InetAddress/nameservice/CacheTest.java
- test/sun/net/InetAddress/nameservice/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor
- test/sun/net/InetAddress/nameservice/SimpleNameService.java
- test/sun/net/InetAddress/nameservice/SimpleNameServiceDescriptor.java
Changeset: 14d9e6af8889 Author: andrew Date: 2011-02-15 15:09 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/14d9e6af8889
7017581: missing copyright header in test/sun/java2d/pipe/RegionOps.java Reviewed-by: anthony
! test/sun/java2d/pipe/RegionOps.java
Changeset: 7c98b6b4e8a7 Author: dav Date: 2011-02-16 01:12 +0300 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/7c98b6b4e8a7
6994933: java.awt.Desktop feature is "intermittently" supported on Solaris. Really unexpected behavior. Reviewed-by: art, dcherepanov
! src/solaris/classes/sun/awt/X11/XDesktopPeer.java ! src/solaris/native/sun/xawt/awt_Desktop.c
Changeset: 41da8f9ea83a Author: lana Date: 2011-02-21 14:23 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/41da8f9ea83a
Merge
Changeset: 2cc71008b6db Author: lana Date: 2011-02-21 14:31 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/2cc71008b6db
Merge
! src/share/classes/javax/swing/JComponent.java
Changeset: cfd397d86474 Author: sundar Date: 2011-02-11 10:38 +0530 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/cfd397d86474
6604827: JavaDoc for ScriptEngineFactory.getMethodCallSyntax contains an error. Reviewed-by: mchung
! src/share/classes/javax/script/ScriptEngineFactory.java
Changeset: 05a0271173a6 Author: ohair Date: 2011-02-10 20:48 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/05a0271173a6
Merge
- src/share/classes/java/io/TempFileHelper.java
- src/share/classes/java/nio/file/FileRef.java
- src/share/classes/java/nio/file/attribute/Attributes.java
- src/share/classes/java/nio/file/attribute/FileStoreSpaceAttributeView.java
- src/share/classes/java/nio/file/attribute/FileStoreSpaceAttributes.java
- src/share/demo/zipfs
- test/java/nio/file/Files/ContentType.java
- test/java/nio/file/Files/CreateFileTree.java
- test/java/nio/file/Files/ForceLoad.java
- test/java/nio/file/Files/META-INF/services/java.nio.file.spi.FileTypeDetector
- test/java/nio/file/Files/MaxDepth.java
- test/java/nio/file/Files/PrintFileTree.java
- test/java/nio/file/Files/SimpleFileTypeDetector.java
- test/java/nio/file/Files/SkipSiblings.java
- test/java/nio/file/Files/TerminateWalk.java
- test/java/nio/file/Files/WalkWithSecurity.java
- test/java/nio/file/Files/denyAll.policy
- test/java/nio/file/Files/grantAll.policy
- test/java/nio/file/Files/grantTopOnly.policy
- test/java/nio/file/Files/walk_file_tree.sh
- test/java/nio/file/Path/CheckPermissions.java
- test/java/nio/file/Path/CopyAndMove.java
- test/java/nio/file/Path/DeleteOnClose.java
- test/java/nio/file/Path/FileAttributes.java
- test/java/nio/file/Path/InterruptCopy.java
- test/java/nio/file/Path/Links.java
- test/java/nio/file/Path/PassThroughFileSystem.java
- test/java/nio/file/Path/SBC.java
- test/java/nio/file/Path/TemporaryFiles.java
- test/java/nio/file/Path/delete_on_close.sh
- test/java/nio/file/attribute/FileStoreAttributeView/Basic.java
Changeset: 1dc0c3021d13 Author: ohair Date: 2011-02-11 01:45 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/1dc0c3021d13
Merge
Changeset: 8711aedb08f2 Author: sherman Date: 2011-02-11 12:20 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/8711aedb08f2
7007596: (zipfs) FileSystems.newFileSystem(FileRef...) always employs zipfs regardless the real Path type. Summary: updated newFileSystem() to throw UOE exception for non-zip/jar file Reviewed-by: alanb
! src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/ZipFileSystemProvider.java ! test/demo/zipfs/ZipFSTester.java ! test/demo/zipfs/basic.sh
Changeset: 8860e17db3bd Author: weijun Date: 2011-02-12 05:09 +0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/8860e17db3bd
6742654: Code insertion/replacement attacks against signed jars 6911041: JCK api/signaturetest tests fails for Mixed Code PIT builds (b91) for all trains 6921823: JarVerifier csdomain field not initialized 6921839: Update trusted.libraries list Reviewed-by: dgu
! make/java/security/Makefile ! src/share/classes/java/util/jar/JarFile.java ! src/share/classes/java/util/jar/JarVerifier.java ! src/share/classes/java/util/jar/JavaUtilJarAccessImpl.java ! src/share/classes/sun/misc/JarIndex.java ! src/share/classes/sun/misc/JavaUtilJarAccess.java ! src/share/classes/sun/security/util/SignatureFileVerifier.java
Changeset: de923c0ec3c4 Author: weijun Date: 2011-02-12 07:30 +0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/de923c0ec3c4
7016698: test sun/security/krb5/runNameEquals.sh failed on Ubuntu Reviewed-by: valeriep
! src/share/classes/sun/security/jgss/wrapper/SunNativeProvider.java
Changeset: 21a1e86dedc2 Author: sherman Date: 2011-02-11 17:09 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/21a1e86dedc2
6996192: Console.readPassword race: input echo off must be prior to writing prompt Summary: To turn off echo before prompt Reviewed-by: alanb
! src/share/classes/java/io/Console.java
Changeset: b04e86b3e27e Author: dcubed Date: 2011-02-14 09:31 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/b04e86b3e27e
6637230: 2/3 jps doesn't work for application waiting for direct attach Summary: Properly handle exceptions thrown when querying a monitored VM. Reviewed-by: dsamersoff, swamyv
! src/share/classes/sun/tools/jps/Jps.java
Changeset: fefc740bff52 Author: alanb Date: 2011-02-14 18:30 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/fefc740bff52
7016704: TEST_BUG: java/nio/file/Files/walk_file_tree.sh fails with new version of find (lnx) Reviewed-by: forax
! test/java/nio/file/Files/walkFileTree/PrintFileTree.java
Changeset: 28037efa90a3 Author: mduigou Date: 2011-02-14 10:38 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/28037efa90a3
6934356: Vector.writeObject() serialization may deadlock Summary: No longer synchronize on self while writing other objects. Reviewed-by: alanb, forax, mduigou, peterjones Contributed-by: Neil Richards <neil.richards at ngmr.net>
! src/share/classes/java/util/Vector.java
- test/java/util/Vector/SerializationDeadlock.java
- test/java/util/Vector/SimpleSerialization.java
Changeset: 2633daa325ed Author: mduigou Date: 2011-02-14 10:48 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/2633daa325ed
Merge
Changeset: 338c5b815ff2 Author: mduigou Date: 2011-02-14 11:00 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/338c5b815ff2
6927486: Hashtable writeObject() may deadlock Summary: Do not synchronize on self while writing hash table elements Reviewed-by: alanb, mduigou Contributed-by: Neil Richards <neil.richards at ngmr.net>
! src/share/classes/java/util/Hashtable.java
- test/java/util/Hashtable/SerializationDeadlock.java
- test/java/util/Hashtable/SimpleSerialization.java
Changeset: 44c99f30f9df Author: xuelei Date: 2011-02-14 13:31 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/44c99f30f9df
7018897: CertPath validation cannot handle self-signed cert with bad KeyUsage Summary: Remove KeyUsage checking for trust anchors Reviewed-by: mullan
! src/share/classes/sun/security/provider/certpath/PKIXCertPathValidator.java
Changeset: 9024288330c4 Author: weijun Date: 2011-02-15 12:11 +0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/9024288330c4
7018928: test failure: sun/security/krb5/auto/SSL.java Reviewed-by: valeriep
! 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/CleanState.java ! test/sun/security/krb5/auto/CrossRealm.java ! test/sun/security/krb5/auto/HttpNegotiateServer.java ! test/sun/security/krb5/auto/IgnoreChannelBinding.java ! test/sun/security/krb5/auto/KerberosHashEqualsTest.java ! test/sun/security/krb5/auto/LifeTimeInSeconds.java ! test/sun/security/krb5/auto/LoginModuleOptions.java ! test/sun/security/krb5/auto/MaxRetries.java ! test/sun/security/krb5/auto/MoreKvno.java ! test/sun/security/krb5/auto/NewSalt.java ! test/sun/security/krb5/auto/NonMutualSpnego.java ! test/sun/security/krb5/auto/SSL.java ! test/sun/security/krb5/auto/SpnegoReqFlags.java ! test/sun/security/krb5/auto/Test5653.java
Changeset: b578c9ccfb01 Author: lana Date: 2011-02-15 08:34 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/b578c9ccfb01
Merge
Changeset: afa89f8ab9c8 Author: chegar Date: 2011-02-16 12:38 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/afa89f8ab9c8
6562203: Thread doesn't terminate immediately if it was stopped before start Reviewed-by: dholmes, alanb
! src/share/classes/java/lang/Thread.java
- test/java/lang/Thread/StopBeforeStart.java
Changeset: dbc74475822f Author: sherman Date: 2011-02-16 11:11 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/dbc74475822f
6999337: java.exe fails to start if some directory names in path to java binaries contain Russian characters Summary: updated to make sure the system properties are accessable by vm during initialization Reviewed-by: alanb, mchung
! src/share/classes/java/lang/System.java
Changeset: 6e33b377aa6e Author: smarks Date: 2011-02-16 18:22 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/6e33b377aa6e
7018392: update URLJarFile.java to use try-with-resources Reviewed-by: alanb, chegar, hawtin
! src/share/classes/sun/net/www/protocol/jar/URLJarFile.java
Changeset: 15ef6cf616d6 Author: chegar Date: 2011-02-17 09:56 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/15ef6cf616d6
7017901: OOME in java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java Summary: Unbounded queues should be disabled in the test Reviewed-by: alanb
! test/java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java
Changeset: 302877469037 Author: alanb Date: 2011-02-17 20:50 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/302877469037
6526860: (fc) FileChannel.position returns 0 when FileOutputStream opened in append mode Reviewed-by: forax
! src/share/classes/sun/nio/ch/FileChannelImpl.java ! src/solaris/classes/sun/nio/fs/UnixChannelFactory.java ! test/java/nio/channels/FileChannel/Position.java
Changeset: a5861eb81f3c Author: alanb Date: 2011-02-17 20:53 +0000 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/a5861eb81f3c
Merge
Changeset: dd143033cef1 Author: sundar Date: 2011-02-18 12:07 +0530 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/dd143033cef1
7018459: javax.script code comments have issues with HTML4 validation and Accessibility compliance Reviewed-by: jjh
! src/share/classes/javax/script/ScriptEngineFactory.java
Changeset: 5bf920749b97 Author: smarks Date: 2011-02-18 12:43 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/5bf920749b97
7018385: update javax.sql classes to use try-with-resources Reviewed-by: alanb, lancea, darcy
! src/share/classes/javax/sql/rowset/serial/SerialClob.java ! src/share/classes/javax/sql/rowset/spi/SyncFactory.java
Changeset: 42e4205db024 Author: mduigou Date: 2011-02-21 13:37 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/42e4205db024
7001685: Renable EnumSetBash Test Reviewed-by: alanb, ohair, darcy
! test/ProblemList.txt
Changeset: 3ebece41badd Author: lana Date: 2011-02-21 14:33 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/3ebece41badd
Merge
- test/java/lang/Thread/StopBeforeStart.java
Changeset: f046a44e92fd Author: jgodinez Date: 2011-02-24 15:00 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/f046a44e92fd
7022228: JPRT failure: RuntimeException in SupportedMedia regression test Reviewed-by: igor, prr
! src/windows/classes/sun/print/Win32PrintService.java
Changeset: 094c70388ab0 Author: lana Date: 2011-02-24 18:04 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/094c70388ab0
Merge
- test/java/lang/Thread/StopBeforeStart.java
Changeset: 6bbc7a473495 Author: lana Date: 2011-03-01 14:04 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/6bbc7a473495
Merge
- test/java/lang/Thread/StopBeforeStart.java
Changeset: b88e4395c437 Author: katleman Date: 2011-03-03 14:13 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/b88e4395c437
Added tag jdk7-b132 for changeset 6bbc7a473495
! .hgtags
Changeset: ca0f223b4be7 Author: lana Date: 2011-03-05 20:54 -0800 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/ca0f223b4be7
Merge
- make/sun/jkernel/FILES_c_windows.gmk
- make/sun/jkernel/FILES_java.gmk
- make/sun/jkernel/Makefile
- src/share/classes/java/dyn/NoAccessException.java
- src/share/classes/java/dyn/Switcher.java
- src/share/classes/java/io/TempFileHelper.java
- src/share/classes/java/nio/file/FileRef.java
- src/share/classes/java/nio/file/attribute/Attributes.java
- src/share/classes/java/nio/file/attribute/FileStoreSpaceAttributeView.java
- src/share/classes/java/nio/file/attribute/FileStoreSpaceAttributes.java ! src/share/classes/javax/swing/JComponent.java
- src/share/classes/sun/jkernel/BackgroundDownloader.java
- src/share/classes/sun/jkernel/Bundle.java
- src/share/classes/sun/jkernel/BundleCheck.java
- src/share/classes/sun/jkernel/ByteArrayToFromHexDigits.java
- src/share/classes/sun/jkernel/DigestOutputStream.java
- src/share/classes/sun/jkernel/DownloadManager.java
- src/share/classes/sun/jkernel/KernelError.java
- src/share/classes/sun/jkernel/Mutex.java
- src/share/classes/sun/jkernel/StandaloneByteArrayAccess.java
- src/share/classes/sun/jkernel/StandaloneMessageDigest.java
- src/share/classes/sun/jkernel/StandaloneSHA.java
- src/share/demo/zipfs
- src/windows/native/sun/jkernel/DownloadDialog.cpp
- src/windows/native/sun/jkernel/DownloadDialog.h
- src/windows/native/sun/jkernel/DownloadHelper.cpp
- src/windows/native/sun/jkernel/DownloadHelper.h
- src/windows/native/sun/jkernel/graphics/bullet.bmp
- src/windows/native/sun/jkernel/graphics/cautionshield32.bmp
- src/windows/native/sun/jkernel/graphics/java-icon.ico
- src/windows/native/sun/jkernel/graphics/masthead.bmp
- src/windows/native/sun/jkernel/graphics/warningmasthead.bmp
- src/windows/native/sun/jkernel/kernel.cpp
- src/windows/native/sun/jkernel/kernel.def
- src/windows/native/sun/jkernel/kernel.h
- src/windows/native/sun/jkernel/kernel.rc
- src/windows/native/sun/jkernel/kernel_de.rc
- src/windows/native/sun/jkernel/kernel_en.rc
- src/windows/native/sun/jkernel/kernel_es.rc
- src/windows/native/sun/jkernel/kernel_fr.rc
- src/windows/native/sun/jkernel/kernel_it.rc
- src/windows/native/sun/jkernel/kernel_ja.rc
- src/windows/native/sun/jkernel/kernel_ko.rc
- src/windows/native/sun/jkernel/kernel_pt_BR.rc
- src/windows/native/sun/jkernel/kernel_sv.rc
- src/windows/native/sun/jkernel/kernel_zh.rc
- src/windows/native/sun/jkernel/kernel_zh_TW.rc
- src/windows/native/sun/jkernel/resource.h
- src/windows/native/sun/jkernel/stdafx.cpp
- src/windows/native/sun/jkernel/stdafx.h
- src/windows/native/sun/jkernel/version.rc
- test/java/lang/Thread/StopBeforeStart.java
- test/java/nio/file/Files/ContentType.java
- test/java/nio/file/Files/CreateFileTree.java
- test/java/nio/file/Files/ForceLoad.java
- test/java/nio/file/Files/META-INF/services/java.nio.file.spi.FileTypeDetector
- test/java/nio/file/Files/MaxDepth.java
- test/java/nio/file/Files/PrintFileTree.java
- test/java/nio/file/Files/SimpleFileTypeDetector.java
- test/java/nio/file/Files/SkipSiblings.java
- test/java/nio/file/Files/TerminateWalk.java
- test/java/nio/file/Files/WalkWithSecurity.java
- test/java/nio/file/Files/denyAll.policy
- test/java/nio/file/Files/grantAll.policy
- test/java/nio/file/Files/grantTopOnly.policy
- test/java/nio/file/Files/walk_file_tree.sh
- test/java/nio/file/Path/CheckPermissions.java
- test/java/nio/file/Path/CopyAndMove.java
- test/java/nio/file/Path/DeleteOnClose.java
- test/java/nio/file/Path/FileAttributes.java
- test/java/nio/file/Path/InterruptCopy.java
- test/java/nio/file/Path/Links.java
- test/java/nio/file/Path/PassThroughFileSystem.java
- test/java/nio/file/Path/SBC.java
- test/java/nio/file/Path/TemporaryFiles.java
- test/java/nio/file/Path/delete_on_close.sh
- test/java/nio/file/attribute/FileStoreAttributeView/Basic.java
- Previous message: hg: jdk7/swing/hotspot: 82 new changesets
- Next message: Accessibility tools for JDK
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]