hg: type-annotations/type-annotations/jdk: 51 new changesets
wdietl at gmail.com
wdietl at gmail.com
Wed Jan 16 22:01:49 PST 2013
Changeset: cc78ceb99284
Author: jgish
Date: 2012-12-28 16:56 -0500
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/cc78ceb99284
8005118: Javadoc styles are inconsistent
Summary: use a common javadoc style in the String classes
Reviewed-by: darcy
! src/share/classes/java/lang/AbstractStringBuilder.java
! src/share/classes/java/lang/String.java
! src/share/classes/java/lang/StringBuffer.java
! src/share/classes/java/lang/StringBuilder.java
! src/share/classes/java/lang/StringIndexOutOfBoundsException.java
Changeset: 21708d15553b
Author: chegar
Date: 2013-01-03 10:00 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/21708d15553b
8005634: tools/launcher/VersionCheck.java fails version check on jdeps
Summary: add jdeps to the list of tools that do not support '-version'
Reviewed-by: mchung
! test/tools/launcher/VersionCheck.java
Changeset: 438d37d16417
Author: chegar
Date: 2013-01-04 11:18 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/438d37d16417
8005659: Add tools/pack200/AttributeTests.java to exclude list (ProblemList.txt) until pack200 updated to support method parameters
Reviewed-by: mchung, ksrini
! test/ProblemList.txt
Changeset: 6d814b2f9112
Author: chegar
Date: 2013-01-04 11:34 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/6d814b2f9112
8005638: Less secure Authentication schemes should work when more secure schemes are not available
Reviewed-by: alanb
! src/share/classes/sun/net/www/protocol/http/AuthenticationHeader.java
Changeset: 92c3b24a8e9a
Author: smarks
Date: 2013-01-04 16:10 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/92c3b24a8e9a
8005683: ProblemList.txt updates (01/2013)
Reviewed-by: mchung, alanb
Contributed-by: amy.lu at oracle.com
! test/ProblemList.txt
Changeset: 0c89465b656a
Author: chegar
Date: 2013-01-05 17:06 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/0c89465b656a
8005709: Add at since tags to new FJP getCommonPoolParallelism and commonPool
Reviewed-by: dl
! src/share/classes/java/util/concurrent/ForkJoinPool.java
Changeset: 1d9638ba5202
Author: ksrini
Date: 2013-01-07 09:58 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/1d9638ba5202
8004547: Extend JavaFX launcher support to allow full JavaFX launch feature set
Reviewed-by: mchung, kcr, ksrini
Contributed-by: david.dehaven at oracle.com
! src/share/classes/sun/launcher/LauncherHelper.java
! src/share/classes/sun/launcher/resources/launcher.properties
! test/tools/launcher/FXLauncherTest.java
Changeset: dbc692ea3f0a
Author: bchristi
Date: 2013-01-07 13:19 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/dbc692ea3f0a
8003228: (props) sun.jnu.encoding should be set to UTF-8 [macosx]
Summary: Hard-code sun.jnu.encoding to UTF-8 on Mac
Reviewed-by: naoto
! src/share/native/java/lang/System.c
! src/solaris/native/java/lang/java_props_md.c
+ test/java/util/Properties/MacJNUEncoding/ExpectedEncoding.java
+ test/java/util/Properties/MacJNUEncoding/MacJNUEncoding.sh
Changeset: 797e8a3dcd51
Author: smarks
Date: 2013-01-07 18:09 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/797e8a3dcd51
7187882: TEST_BUG: java/rmi/activation/checkusage/CheckUsage.java fails intermittently
Summary: Tighten up JavaVM test library API, and adjust tests to match.
Reviewed-by: mchung, dmocek
! test/ProblemList.txt
! test/java/rmi/activation/Activatable/shutdownGracefully/ShutdownGracefully.java
! test/java/rmi/activation/checkusage/CheckUsage.java
! test/java/rmi/registry/altSecurityManager/AltSecurityManager.java
! test/java/rmi/registry/checkusage/CheckUsage.java
! test/java/rmi/registry/reexport/Reexport.java
! test/java/rmi/testlibrary/JavaVM.java
! test/java/rmi/testlibrary/RMID.java
! test/java/rmi/transport/checkFQDN/CheckFQDN.java
! test/java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java
! test/sun/rmi/runtime/Log/4504153/Test4504153.java
! test/sun/rmi/runtime/Log/6409194/NoConsoleOutput.java
! test/sun/rmi/transport/tcp/DeadCachedConnection.java
Changeset: 98935c514de4
Author: weijun
Date: 2013-01-08 14:54 +0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/98935c514de4
8005447: default principal should act as anyone
Reviewed-by: valeriep
! src/share/classes/sun/security/jgss/krb5/InitSecContextToken.java
! src/share/classes/sun/security/jgss/krb5/Krb5AcceptCredential.java
! src/share/classes/sun/security/jgss/krb5/Krb5Context.java
! src/share/classes/sun/security/jgss/krb5/Krb5MechFactory.java
! src/share/classes/sun/security/jgss/krb5/Krb5Util.java
+ src/share/classes/sun/security/jgss/krb5/ServiceCreds.java
! src/share/classes/sun/security/jgss/krb5/SubjectComber.java
! src/share/classes/sun/security/krb5/KrbApReq.java
! src/share/classes/sun/security/krb5/internal/ktab/KeyTab.java
! src/share/classes/sun/security/ssl/krb5/Krb5ProxyImpl.java
+ test/sun/security/krb5/ServiceCredsCombination.java
+ test/sun/security/krb5/auto/AcceptPermissions.java
! test/sun/security/krb5/auto/CleanState.java
! test/sun/security/krb5/auto/Context.java
+ test/sun/security/krb5/auto/DiffNameSameKey.java
! test/sun/security/krb5/auto/DynamicKeytab.java
! test/sun/security/krb5/auto/KDC.java
! test/sun/security/krb5/auto/KeyTabCompat.java
+ test/sun/security/krb5/auto/TwoOrThree.java
Changeset: d29a7ce28189
Author: dxu
Date: 2013-01-08 20:37 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/d29a7ce28189
8002306: (se) Selector.open fails if invoked with thread interrupt status set [win]
Reviewed-by: alanb
! src/windows/classes/sun/nio/ch/PipeImpl.java
+ test/java/nio/channels/Pipe/PipeInterrupt.java
Changeset: 46e6a4b7ca26
Author: valeriep
Date: 2013-01-07 11:11 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/46e6a4b7ca26
6996769: support AEAD cipher
Summary: Added implementation for GCM mode under AES cipher
Reviewed-by: weijun
! src/share/classes/com/sun/crypto/provider/AESCipher.java
! src/share/classes/com/sun/crypto/provider/CipherCore.java
! src/share/classes/com/sun/crypto/provider/CipherTextStealing.java
! src/share/classes/com/sun/crypto/provider/FeedbackCipher.java
+ src/share/classes/com/sun/crypto/provider/GCMParameters.java
+ src/share/classes/com/sun/crypto/provider/GCTR.java
+ src/share/classes/com/sun/crypto/provider/GHASH.java
+ src/share/classes/com/sun/crypto/provider/GaloisCounterMode.java
! src/share/classes/com/sun/crypto/provider/SunJCE.java
! src/share/classes/javax/crypto/Cipher.java
! src/share/classes/javax/crypto/spec/GCMParameterSpec.java
! test/com/sun/crypto/provider/Cipher/AES/Test4512524.java
! test/com/sun/crypto/provider/Cipher/AES/Test4512704.java
! test/com/sun/crypto/provider/Cipher/AES/Test4517355.java
! test/com/sun/crypto/provider/Cipher/AES/Test4626070.java
+ test/com/sun/crypto/provider/Cipher/AES/TestGCMKeyAndIvCheck.java
+ test/com/sun/crypto/provider/Cipher/AES/TestKATForGCM.java
! test/javax/crypto/Cipher/GCMAPI.java
Changeset: 5333a4c8cade
Author: valeriep
Date: 2013-01-07 14:40 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/5333a4c8cade
Merge
Changeset: 3c5a62290939
Author: valeriep
Date: 2013-01-08 11:55 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/3c5a62290939
8004044: Lazily instantiate SunJCE.RANDOM
Summary: Replace the static initialization of SunJCE.RANDOM object w/ lazy initialization
Reviewed-by: mchung
! src/share/classes/com/sun/crypto/provider/AESKeyGenerator.java
! src/share/classes/com/sun/crypto/provider/BlowfishKeyGenerator.java
! src/share/classes/com/sun/crypto/provider/CipherCore.java
! src/share/classes/com/sun/crypto/provider/DESKeyGenerator.java
! src/share/classes/com/sun/crypto/provider/DESedeKeyGenerator.java
! src/share/classes/com/sun/crypto/provider/DESedeWrapCipher.java
! src/share/classes/com/sun/crypto/provider/DHKeyPairGenerator.java
! src/share/classes/com/sun/crypto/provider/DHParameterGenerator.java
! src/share/classes/com/sun/crypto/provider/HmacMD5KeyGenerator.java
! src/share/classes/com/sun/crypto/provider/HmacPKCS12PBESHA1.java
! src/share/classes/com/sun/crypto/provider/HmacSHA1KeyGenerator.java
! src/share/classes/com/sun/crypto/provider/ISO10126Padding.java
! src/share/classes/com/sun/crypto/provider/KeyGeneratorCore.java
! src/share/classes/com/sun/crypto/provider/KeyProtector.java
! src/share/classes/com/sun/crypto/provider/PBECipherCore.java
! src/share/classes/com/sun/crypto/provider/PBES1Core.java
! src/share/classes/com/sun/crypto/provider/PBES2Core.java
! src/share/classes/com/sun/crypto/provider/PBMAC1Core.java
! src/share/classes/com/sun/crypto/provider/PKCS12PBECipherCore.java
! src/share/classes/com/sun/crypto/provider/SunJCE.java
Changeset: 9b6a29cb04ac
Author: valeriep
Date: 2013-01-08 13:06 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/9b6a29cb04ac
Merge
Changeset: ac5fd681a7a2
Author: darcy
Date: 2013-01-08 16:08 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/ac5fd681a7a2
8005298: Add FunctionalInterface type to the core libraries
Reviewed-by: mduigou
+ src/share/classes/java/lang/FunctionalInterface.java
Changeset: 86828e84654f
Author: mullan
Date: 2013-01-08 19:00 -0500
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/86828e84654f
7019834: Eliminate dependency from PolicyFile to com.sun.security.auth.PrincipalComparator
Summary: Add new java.security.Principal.implies method
Reviewed-by: alanb
! src/share/classes/java/security/Principal.java
! src/share/classes/sun/security/provider/PolicyFile.java
! src/share/classes/sun/security/provider/PolicyParser.java
! src/share/classes/sun/security/tools/policytool/PolicyTool.java
+ test/java/security/Principal/Implies.java
! test/sun/security/provider/PolicyFile/Comparator.java
Changeset: bf6d0bca5ea7
Author: mullan
Date: 2013-01-08 19:02 -0500
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/bf6d0bca5ea7
Merge
- make/jdk/asm/Makefile
- src/share/classes/sun/awt/TextureSizeConstraining.java
- src/share/lib/security/java.security
- test/java/rmi/server/Unmarshal/checkUnmarshalOnStopThread/CheckUnmarshall.java
Changeset: f0ed9ef84637
Author: mullan
Date: 2013-01-09 08:59 -0500
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/f0ed9ef84637
Merge
Changeset: 4c8b37f159f9
Author: mchung
Date: 2013-01-09 16:58 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/4c8b37f159f9
7103957: NegativeArraySizeException while initializing class IntegerCache
Reviewed-by: darcy, mchung
Contributed-by: brian.burkhalter at oracle.com
! src/share/classes/java/lang/Integer.java
Changeset: 4176e6cc499e
Author: darcy
Date: 2013-01-09 20:20 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/4176e6cc499e
8005713: Simplify library support for repeating annotations in java.lang.annotation
Reviewed-by: abuckley
+ src/share/classes/java/lang/annotation/Repeatable.java
Changeset: c622df692bfb
Author: bchristi
Date: 2013-01-10 10:21 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/c622df692bfb
8005962: TEST_BUG: java/util/Properties/MacJNUEncoding can fail in certain environments
Summary: Test script now sets LC_ALL, other small changes, relocate test
Reviewed-by: naoto, alanb
+ test/java/lang/System/MacJNUEncoding/ExpectedEncoding.java
+ test/java/lang/System/MacJNUEncoding/MacJNUEncoding.sh
- test/java/util/Properties/MacJNUEncoding/ExpectedEncoding.java
- test/java/util/Properties/MacJNUEncoding/MacJNUEncoding.sh
Changeset: 13ff1089e625
Author: jgish
Date: 2013-01-10 15:09 -0500
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/13ff1089e625
8005582: java/lang/Runtime/exec/WinCommand.java intermittent test failures
Summary: Remove file-deletion code at cleanup which conflicts with jtreg cleanup
Reviewed-by: chegar
! test/java/lang/Runtime/exec/WinCommand.java
Changeset: 3e906ccad412
Author: chegar
Date: 2013-01-10 21:52 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/3e906ccad412
8006007: j.u.c.atomic classes should use intrinsic getAndXXX provided by 7023898
Reviewed-by: dl, shade
! src/share/classes/java/util/concurrent/atomic/AtomicBoolean.java
! src/share/classes/java/util/concurrent/atomic/AtomicInteger.java
! src/share/classes/java/util/concurrent/atomic/AtomicIntegerArray.java
! src/share/classes/java/util/concurrent/atomic/AtomicIntegerFieldUpdater.java
! src/share/classes/java/util/concurrent/atomic/AtomicLong.java
! src/share/classes/java/util/concurrent/atomic/AtomicLongArray.java
! src/share/classes/java/util/concurrent/atomic/AtomicLongFieldUpdater.java
! src/share/classes/java/util/concurrent/atomic/AtomicReference.java
! src/share/classes/java/util/concurrent/atomic/AtomicReferenceArray.java
! src/share/classes/java/util/concurrent/atomic/AtomicReferenceFieldUpdater.java
Changeset: c6e8a518c3cd
Author: jjg
Date: 2013-01-10 19:36 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/c6e8a518c3cd
8004834: Add doclint support into javadoc
Reviewed-by: erikj, tbell
! make/docs/Makefile
Changeset: c9308137ad9e
Author: jjg
Date: 2013-01-10 19:37 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/c9308137ad9e
Merge
- test/java/util/Properties/MacJNUEncoding/ExpectedEncoding.java
- test/java/util/Properties/MacJNUEncoding/MacJNUEncoding.sh
Changeset: 86c563dc70ca
Author: darcy
Date: 2013-01-10 21:12 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/86c563dc70ca
8006062: Add @Repeatable to repeating annotations regression tests in JDK repo
Reviewed-by: jjg
! test/java/lang/annotation/repeatingAnnotations/subpackage/Containee.java
! test/java/lang/annotation/repeatingAnnotations/subpackage/InheritedContainee.java
Changeset: 0ca2e39a110d
Author: alanb
Date: 2013-01-11 12:27 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/0ca2e39a110d
8005566: (fs) test/java/nio/file/Files/Misc.java failing (sol)
Reviewed-by: chegar
! src/solaris/classes/sun/nio/fs/SolarisAclFileAttributeView.java
! test/java/nio/file/Files/Misc.java
Changeset: 7da291690aa0
Author: alanb
Date: 2013-01-11 20:19 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/7da291690aa0
8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools
Reviewed-by: chegar
! test/ProblemList.txt
! test/com/sun/management/HotSpotDiagnosticMXBean/DumpHeap.sh
! test/com/sun/management/UnixOperatingSystemMXBean/GetMaxFileDescriptorCount.sh
! test/com/sun/management/UnixOperatingSystemMXBean/GetOpenFileDescriptorCount.sh
! test/java/io/FileOutputStream/FileOpen.sh
! test/java/io/Serializable/class/run.sh
! test/java/io/Serializable/evolution/RenamePackage/run.sh
! test/java/io/Serializable/maskSyntheticModifier/run.sh
! test/java/io/Serializable/packageAccess/run.sh
! test/java/io/Serializable/resolveClass/consTest/run.sh
! test/java/io/Serializable/resolveClass/deserializeButton/run.sh
! test/java/io/Serializable/superclassDataLoss/run.sh
! test/java/io/Serializable/unnamedPackageSwitch/run.sh
! test/java/lang/Class/getEnclosingClass/build.sh
! test/java/lang/ClassLoader/Assert.sh
! test/java/lang/ClassLoader/deadlock/TestCrossDelegate.sh
! test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh
! test/java/lang/System/MacJNUEncoding/MacJNUEncoding.sh
! test/java/lang/Thread/UncaughtExceptions.sh
! test/java/lang/annotation/loaderLeak/LoaderLeak.sh
! test/java/lang/instrument/AppendToBootstrapClassPathSetUp.sh
! test/java/lang/instrument/AppendToClassPathSetUp.sh
! test/java/lang/instrument/BootClassPath/BootClassPathTest.sh
! test/java/lang/instrument/MakeJAR.sh
! test/java/lang/instrument/MakeJAR2.sh
! test/java/lang/instrument/MakeJAR3.sh
! test/java/lang/instrument/MakeJAR4.sh
! test/java/lang/instrument/ManifestTest.sh
! test/java/lang/instrument/ParallelTransformerLoader.sh
! test/java/lang/instrument/PremainClass/NoPremainAgent.sh
! test/java/lang/instrument/PremainClass/PremainClassTest.sh
! test/java/lang/instrument/PremainClass/ZeroArgPremainAgent.sh
! test/java/lang/instrument/RedefineBigClass.sh
! test/java/lang/instrument/RedefineClassWithNativeMethod.sh
! test/java/lang/instrument/RedefineMethodAddInvoke.sh
! test/java/lang/instrument/RedefineSetUp.sh
! test/java/lang/instrument/RetransformBigClass.sh
! test/java/lang/instrument/appendToClassLoaderSearch/CircularityErrorTest.sh
! test/java/lang/instrument/appendToClassLoaderSearch/ClassUnloadTest.sh
! test/java/lang/instrument/appendToClassLoaderSearch/CommonSetup.sh
! test/java/lang/instrument/appendToClassLoaderSearch/run_tests.sh
! test/java/net/Authenticator/B4933582.sh
! test/java/net/URL/B5086147.sh
! test/java/net/URL/runconstructor.sh
! test/java/net/URLClassLoader/B5077773.sh
! test/java/net/URLClassLoader/closetest/build.sh
! test/java/net/URLClassLoader/getresourceasstream/test.sh
! test/java/net/URLClassLoader/sealing/checksealed.sh
! test/java/net/URLConnection/6212146/test.sh
! test/java/net/URLConnection/UNCTest.sh
! test/java/nio/charset/spi/basic.sh
! test/java/rmi/activation/Activatable/extLoadedImpl/ext.sh
! test/java/rmi/registry/readTest/readTest.sh
! test/java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.sh
! test/java/security/Security/ClassLoaderDeadlock/Deadlock2.sh
! test/java/security/Security/signedfirst/Dyn.sh
! test/java/security/Security/signedfirst/Static.sh
! test/java/security/cert/CertificateFactory/slowstream.sh
! test/java/util/Formatter/Basic.sh
! test/java/util/Locale/LocaleProviders.sh
! test/java/util/PluggableLocale/ExecTest.sh
! test/java/util/ServiceLoader/basic.sh
! test/java/util/TimeZone/TimeZoneDatePermissionCheck.sh
! test/java/util/prefs/PrefsSpi.sh
! test/javax/crypto/SecretKeyFactory/FailOverTest.sh
! test/javax/script/CommonSetup.sh
! test/javax/script/ProviderTest.sh
! test/javax/security/auth/Subject/doAs/Test.sh
! test/lib/security/java.policy/Ext_AllPolicy.sh
! test/sun/management/jmxremote/bootstrap/PasswordFilePermissionTest.sh
! test/sun/management/jmxremote/bootstrap/SSLConfigFilePermissionTest.sh
! test/sun/management/jmxremote/startstop/JMXStartStopTest.sh
! test/sun/net/www/MarkResetTest.sh
! test/sun/net/www/http/HttpClient/RetryPost.sh
! test/sun/net/www/protocol/jar/B5105410.sh
! test/sun/net/www/protocol/jar/jarbug/run.sh
! test/sun/security/krb5/config/dns.sh
! test/sun/security/krb5/runNameEquals.sh
! test/sun/security/mscapi/IsSunMSCAPIAvailable.sh
! test/sun/security/pkcs11/KeyStore/Basic.sh
! test/sun/security/pkcs11/KeyStore/ClientAuth.sh
! test/sun/security/pkcs11/KeyStore/Solaris.sh
! test/sun/security/pkcs11/Provider/ConfigQuotedString.sh
! test/sun/security/pkcs11/Provider/Login.sh
! test/sun/security/provider/PolicyFile/GrantAllPermToExtWhenNoPolicy.sh
! test/sun/security/provider/PolicyFile/getinstance/getinstance.sh
! test/sun/security/ssl/com/sun/net/ssl/internal/ssl/EngineArgs/DebugReportsOneExtraByte.sh
! test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/NotifyHandshakeTest.sh
! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh
! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxyWithAuth.sh
! test/sun/security/tools/keytool/autotest.sh
! test/sun/security/tools/keytool/printssl.sh
! test/sun/security/tools/keytool/readjar.sh
! test/sun/security/tools/keytool/standard.sh
! test/sun/security/util/Oid/S11N.sh
! test/sun/security/validator/certreplace.sh
! test/sun/security/validator/samedn.sh
! test/tools/launcher/ClassPathWildCard.sh
! test/tools/launcher/MultipleJRE.sh
Changeset: bc1f16f5566f
Author: darcy
Date: 2013-01-11 15:39 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/bc1f16f5566f
7131459: [Fmt-De] DecimalFormat produces wrong format() results when close to a tie
Reviewed-by: darcy
Contributed-by: olivier.lagneau at oracle.com
! src/share/classes/java/text/DigitList.java
! src/share/classes/sun/misc/FloatingDecimal.java
+ test/java/text/Format/DecimalFormat/TieRoundingTest.java
Changeset: 6f6246aced89
Author: sherman
Date: 2013-01-11 22:43 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/6f6246aced89
8005466: JAR file entry hash table uses too much memory (zlib_util.c)
Summary: realign the fields of jzcell struct
Reviewed-by: sherman
Contributed-by: ioi.lam at oracle.com
! src/share/native/java/util/zip/zip_util.h
Changeset: 8009c7e3899e
Author: sherman
Date: 2013-01-11 22:45 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/8009c7e3899e
Merge
Changeset: 7db04ae3378f
Author: chegar
Date: 2013-01-13 22:09 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/7db04ae3378f
8006153: HTTP protocol handler authenication should use Base64 API
Reviewed-by: chegar, alanb
Contributed-by: Mark Sheppard <mark.sheppard at oracle.com>
! src/share/classes/sun/net/www/protocol/http/BasicAuthentication.java
! src/share/classes/sun/net/www/protocol/http/NegotiateAuthentication.java
Changeset: 1109bfff4e92
Author: dholmes
Date: 2013-01-13 19:57 -0500
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/1109bfff4e92
8005232: (JEP-149) Class Instance size reduction
Summary: Moved the fields for cached reflection objects into a seperate ReflectionData object to reduce dynamic footprint.
Reviewed-by: dholmes, mchung, shade
Contributed-by: Peter Levart <peter.levart at gmail.com>
! src/share/classes/java/lang/Class.java
Changeset: 1d7a6adf499f
Author: naoto
Date: 2013-01-14 11:09 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/1d7a6adf499f
7162007: Clean up i18n related caches
Reviewed-by: okutsu, ohair
! make/java/java/FILES_java.gmk
! src/share/classes/java/text/DateFormatSymbols.java
! src/share/classes/java/text/DecimalFormat.java
! src/share/classes/java/text/DecimalFormatSymbols.java
! src/share/classes/java/text/NumberFormat.java
! src/share/classes/java/util/Locale.java
! src/share/classes/java/util/TimeZone.java
! src/share/classes/sun/text/resources/zh/CollationData_zh_HK.java
! src/share/classes/sun/text/resources/zh/FormatData_zh_HK.java
! src/share/classes/sun/util/locale/provider/AuxLocaleProviderAdapter.java
! src/share/classes/sun/util/locale/provider/BreakIteratorProviderImpl.java
! src/share/classes/sun/util/locale/provider/CalendarDataProviderImpl.java
! src/share/classes/sun/util/locale/provider/CalendarNameProviderImpl.java
! src/share/classes/sun/util/locale/provider/CollatorProviderImpl.java
! src/share/classes/sun/util/locale/provider/CurrencyNameProviderImpl.java
! src/share/classes/sun/util/locale/provider/JRELocaleProviderAdapter.java
! src/share/classes/sun/util/locale/provider/LocaleNameProviderImpl.java
! src/share/classes/sun/util/locale/provider/LocaleProviderAdapter.java
! src/share/classes/sun/util/locale/provider/LocaleResources.java
+ src/share/classes/sun/util/locale/provider/ResourceBundleBasedAdapter.java
! src/share/classes/sun/util/locale/provider/TimeZoneNameProviderImpl.java
! src/share/classes/sun/util/locale/provider/TimeZoneNameUtility.java
! src/share/classes/sun/util/resources/LocaleData.java
! src/share/classes/sun/util/resources/zh/CurrencyNames_zh_HK.java
! src/share/classes/sun/util/resources/zh/CurrencyNames_zh_SG.java
! src/share/classes/sun/util/resources/zh/LocaleNames_zh_HK.java
! src/share/classes/sun/util/resources/zh/TimeZoneNames_zh_HK.java
! test/java/util/PluggableLocale/BreakIteratorProviderTest.java
! test/java/util/PluggableLocale/CollatorProviderTest.java
! test/java/util/PluggableLocale/CurrencyNameProviderTest.java
! test/java/util/PluggableLocale/DateFormatProviderTest.java
! test/java/util/PluggableLocale/DateFormatSymbolsProviderTest.java
! test/java/util/PluggableLocale/DecimalFormatSymbolsProviderTest.java
! test/java/util/PluggableLocale/LocaleNameProviderTest.java
! test/java/util/PluggableLocale/NumberFormatProviderTest.java
! test/java/util/PluggableLocale/TimeZoneNameProviderTest.java
Changeset: dcb64d498d5b
Author: ksrini
Date: 2013-01-14 15:46 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/dcb64d498d5b
8005252: pack200 should support MethodParameters
Reviewed-by: jrose
! src/share/classes/com/sun/java/util/jar/pack/Attribute.java
! src/share/classes/com/sun/java/util/jar/pack/BandStructure.java
! src/share/classes/com/sun/java/util/jar/pack/Constants.java
! src/share/classes/com/sun/java/util/jar/pack/PackageReader.java
! src/share/classes/com/sun/java/util/jar/pack/PackageWriter.java
! src/share/native/com/sun/java/util/jar/pack/bands.cpp
! src/share/native/com/sun/java/util/jar/pack/bands.h
! src/share/native/com/sun/java/util/jar/pack/constants.h
! src/share/native/com/sun/java/util/jar/pack/main.cpp
! src/share/native/com/sun/java/util/jar/pack/unpack.cpp
! test/ProblemList.txt
! test/tools/pack200/AttributeTests.java
! test/tools/pack200/pack200-verifier/src/xmlkit/ClassReader.java
Changeset: edb7e34a0531
Author: xuelei
Date: 2013-01-14 18:31 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/edb7e34a0531
8006265: Add test SSLEngineDeadlock.java to ProblemList
Reviewed-by: weijun
! test/ProblemList.txt
Changeset: a40052a54801
Author: uta
Date: 2013-01-15 14:26 +0400
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/a40052a54801
8005250: Downgrade normative references to ${java.home}/lib folder from Java client code.
Summary: Javadoc was changed in accordance with CCC-8005250 request.
Reviewed-by: alanb, amenkov
! src/share/classes/java/awt/datatransfer/SystemFlavorMap.java
! src/share/classes/javax/imageio/spi/IIORegistry.java
! src/share/classes/javax/sound/midi/MidiSystem.java
! src/share/classes/javax/sound/sampled/AudioSystem.java
! src/share/classes/javax/swing/UIManager.java
Changeset: 4b012af44f24
Author: chegar
Date: 2013-01-15 11:44 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/4b012af44f24
8005406: HTTP server implementation should use Base64 API
Reviewed-by: khazra, alanb, chegar
Contributed-by: Mark Sheppard <mark.sheppard at oracle.com>
! src/share/classes/com/sun/net/httpserver/BasicAuthenticator.java
! src/share/classes/sun/net/www/protocol/http/BasicAuthentication.java
Changeset: 44d6cabc9a3f
Author: robm
Date: 2013-01-15 19:58 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/44d6cabc9a3f
8005618: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing intermittently
Reviewed-by: alanb, martin, dholmes
! test/java/lang/ProcessBuilder/Basic.java
Changeset: 9d8ef6174cfd
Author: dl
Date: 2013-01-16 10:14 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/9d8ef6174cfd
8005926: Merge ThreadLocalRandom state into java.lang.Thread
Reviewed-by: shade, chegar
! src/share/classes/java/lang/Thread.java
! src/share/classes/java/util/concurrent/ThreadLocalRandom.java
Changeset: a546d8897e0d
Author: dl
Date: 2013-01-16 12:09 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/a546d8897e0d
8001666: Add lambda-compatible atomics and accumulators to the ActomicXXX classes
Reviewed-by: dl, chegar, darcy, goetz
Contributed-by: dl at cs.oswego.edu, chris.hegarty at oracle.com
! src/share/classes/java/util/concurrent/atomic/AtomicInteger.java
! src/share/classes/java/util/concurrent/atomic/AtomicIntegerArray.java
! src/share/classes/java/util/concurrent/atomic/AtomicIntegerFieldUpdater.java
! src/share/classes/java/util/concurrent/atomic/AtomicLong.java
! src/share/classes/java/util/concurrent/atomic/AtomicLongArray.java
! src/share/classes/java/util/concurrent/atomic/AtomicLongFieldUpdater.java
! src/share/classes/java/util/concurrent/atomic/AtomicReference.java
! src/share/classes/java/util/concurrent/atomic/AtomicReferenceArray.java
! src/share/classes/java/util/concurrent/atomic/AtomicReferenceFieldUpdater.java
Changeset: c7d54f93d3e5
Author: juh
Date: 2013-01-16 09:51 -0500
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/c7d54f93d3e5
8005389: Backout fix for JDK-6500133
Reviewed-by: mullan
! src/share/classes/sun/security/x509/URIName.java
! test/sun/security/x509/URIName/Parse.java
Changeset: f7f77bdf248b
Author: juh
Date: 2013-01-16 13:35 -0500
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/f7f77bdf248b
8005939: sun/security/x509/{X509CRLImplX509CertImpl}/Verify.java fail in confusing way when some providers not present
Reviewed-by: mullan, weijun
! test/sun/security/x509/X509CRLImpl/Verify.java
! test/sun/security/x509/X509CertImpl/Verify.java
Changeset: 32a57e645e01
Author: katleman
Date: 2013-01-03 12:44 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/32a57e645e01
Added tag jdk8-b71 for changeset 2a5af0f766d0
! .hgtags
Changeset: c9a914b11436
Author: katleman
Date: 2013-01-10 09:55 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/c9a914b11436
Added tag jdk8-b72 for changeset 32a57e645e01
! .hgtags
Changeset: d54922883f4c
Author: alexsch
Date: 2013-01-09 16:52 +0400
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/d54922883f4c
8005019: JTable passes row index instead of length when inserts selection interval
Reviewed-by: serb, denis
! src/share/classes/javax/swing/JTable.java
+ test/javax/swing/JTable/8005019/bug8005019.java
Changeset: b2c425d7e5be
Author: lana
Date: 2013-01-10 15:49 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/b2c425d7e5be
Merge
Changeset: 733885f57e14
Author: lana
Date: 2013-01-10 15:52 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/733885f57e14
Merge
Changeset: 9fed48caac80
Author: lana
Date: 2013-01-16 12:07 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/9fed48caac80
Merge
Changeset: a888150794c9
Author: wmdietl
Date: 2013-01-16 22:01 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/a888150794c9
Automated merge with http://hg.openjdk.java.net/jdk8/tl/jdk
! .hgtags
! src/share/classes/java/lang/Class.java
More information about the type-annotations-dev
mailing list