hg: hsx/hotspot-main/jdk: 35 new changesets

john.coomes at oracle.com john.coomes at oracle.com
Thu Nov 29 20:32:52 PST 2012


Changeset: 03d22c98b30a
Author:    ceisserer
Date:      2012-11-13 16:12 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/03d22c98b30a

7105461: Large JTables are not rendered correctly with Xrender pipeline
Reviewed-by: flar, prr

! src/solaris/classes/sun/java2d/xr/XRRenderer.java
! src/solaris/classes/sun/java2d/xr/XRUtils.java

Changeset: ed977ca9a969
Author:    lana
Date:      2012-11-20 11:46 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/ed977ca9a969

Merge


Changeset: 11ba8795bbe9
Author:    kshefov
Date:      2012-11-14 11:37 +0000
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/11ba8795bbe9

7147408: [macosx] Add autodelay to fix a regression test
Reviewed-by: serb, alexsch

+ test/javax/swing/text/StyledEditorKit/4506788/bug4506788.html
+ test/javax/swing/text/StyledEditorKit/4506788/bug4506788.java

Changeset: f32a0aee7bb9
Author:    alitvinov
Date:      2012-11-14 18:40 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/f32a0aee7bb9

6789984: JPasswordField can not receive keyboard input
Reviewed-by: naoto, anthony

! src/share/classes/sun/awt/im/InputContext.java
! src/share/classes/sun/awt/im/InputMethodAdapter.java
! src/solaris/classes/sun/awt/X11InputMethod.java

Changeset: 0269459afe2a
Author:    malenkov
Date:      2012-11-20 18:56 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/0269459afe2a

8003333: Regression: java/beans/EventHandler/Test6277266.java fails with ACE
Reviewed-by: art

! test/java/beans/EventHandler/Test6277266.java

Changeset: ea368459cca5
Author:    lana
Date:      2012-11-20 11:47 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/ea368459cca5

Merge


Changeset: c3e7ceb22d37
Author:    alanb
Date:      2012-11-11 10:05 +0000
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/c3e7ceb22d37

8003253: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java hang intermittently [win]
Reviewed-by: chegar

! test/java/nio/channels/AsynchronousChannelGroup/Unbounded.java

Changeset: 5d3f8f9e6c58
Author:    okutsu
Date:      2012-11-12 11:12 +0900
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/5d3f8f9e6c58

8000986: Split java.util.spi.CalendarDataProvider into week parameters and field names portions
Reviewed-by: naoto

! make/java/java/FILES_java.gmk
! src/macosx/classes/sun/util/locale/provider/HostLocaleProviderAdapterImpl.java
! src/share/classes/java/util/Calendar.java
! src/share/classes/java/util/spi/CalendarDataProvider.java
+ src/share/classes/java/util/spi/CalendarNameProvider.java
! src/share/classes/sun/util/locale/provider/AuxLocaleProviderAdapter.java
! src/share/classes/sun/util/locale/provider/CalendarDataProviderImpl.java
! src/share/classes/sun/util/locale/provider/CalendarDataUtility.java
+ src/share/classes/sun/util/locale/provider/CalendarNameProviderImpl.java
! src/share/classes/sun/util/locale/provider/JRELocaleProviderAdapter.java
! src/share/classes/sun/util/locale/provider/LocaleProviderAdapter.java
! src/share/classes/sun/util/locale/provider/SPILocaleProviderAdapter.java
! src/windows/classes/sun/util/locale/provider/HostLocaleProviderAdapterImpl.java
! test/java/util/PluggableLocale/CalendarDataProviderTest.java
! test/java/util/PluggableLocale/CalendarDataProviderTest.sh
+ test/java/util/PluggableLocale/CalendarNameProviderTest.java
+ test/java/util/PluggableLocale/CalendarNameProviderTest.sh
! test/java/util/PluggableLocale/GenericTest.java
! test/java/util/PluggableLocale/barprovider.jar
! test/java/util/PluggableLocale/fooprovider.jar
! test/java/util/PluggableLocale/providersrc/CalendarDataProviderImpl.java
+ test/java/util/PluggableLocale/providersrc/CalendarNameProviderImpl.java
! test/java/util/PluggableLocale/providersrc/Makefile
+ test/java/util/PluggableLocale/providersrc/java.util.spi.CalendarNameProvider

Changeset: be1fb42ef696
Author:    mduigou
Date:      2012-11-13 20:02 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/be1fb42ef696

7088913: Add compatible static hashCode(primitive) to primitive wrapper classes
Summary: Adds static utility methods to each primitive wrapper class to allow calculation of a hashCode value from an unboxed primitive.
Reviewed-by: darcy, smarks, dholmes

! src/share/classes/java/lang/Boolean.java
! src/share/classes/java/lang/Byte.java
! src/share/classes/java/lang/Character.java
! src/share/classes/java/lang/Double.java
! src/share/classes/java/lang/Float.java
! src/share/classes/java/lang/Integer.java
! src/share/classes/java/lang/Long.java
! src/share/classes/java/lang/Short.java
! test/java/lang/HashCode.java

Changeset: 83765e82cacb
Author:    zhouyx
Date:      2012-11-14 13:26 +0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/83765e82cacb

7201156: jar tool fails to convert file separation characters for list and extract
Reviewed-by: alanb, chegar, sherman

! src/share/classes/sun/tools/jar/Main.java
+ test/tools/jar/JarBackSlash.java

Changeset: 0f54a98f9bc9
Author:    alanb
Date:      2012-11-14 12:56 +0000
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/0f54a98f9bc9

8003285: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java fails again [macosx]
Reviewed-by: chegar

! test/java/nio/channels/AsynchronousChannelGroup/Unbounded.java

Changeset: 369709a13823
Author:    jjg
Date:      2012-11-14 07:08 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/369709a13823

8000404: rename javax.tools.GenerateNativeHeader to java.lang.annotation.Native
Reviewed-by: alanb

+ src/share/classes/java/lang/annotation/Native.java

Changeset: e24123de581c
Author:    mduigou
Date:      2012-11-13 20:02 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/e24123de581c

7088952: Add size in bytes constant "BYTES" to primitive type wrapper types
Summary: Adds a constant BYTES to each of the primitive wrapper classes (Byte, Character, Double, Float, Integer, Long, Short) with the calculation Primitive.SIZE / Byte.SIZE already made.
Reviewed-by: dholmes

! src/share/classes/java/lang/Byte.java
! src/share/classes/java/lang/Character.java
! src/share/classes/java/lang/Double.java
! src/share/classes/java/lang/Float.java
! src/share/classes/java/lang/Integer.java
! src/share/classes/java/lang/Long.java
! src/share/classes/java/lang/Short.java

Changeset: f4de6a38f794
Author:    lana
Date:      2012-11-14 16:41 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/f4de6a38f794

Merge


Changeset: ac22a52a732c
Author:    jgish
Date:      2012-11-15 13:46 +0000
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/ac22a52a732c

6244047: impossible to specify directories to logging FileHandler unless they exist
Reviewed-by: alanb

! src/share/classes/java/util/logging/FileHandler.java
+ test/java/util/logging/CheckLockLocationTest.java

Changeset: 51c695958712
Author:    weijun
Date:      2012-11-16 10:34 +0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/51c695958712

8003263: redundant cast build failure after 8003120
Reviewed-by: alanb

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

Changeset: 64a42798ea5e
Author:    naoto
Date:      2012-11-15 20:17 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/64a42798ea5e

7199750: Loading sequence of service provider is changed
Reviewed-by: okutsu

! src/share/classes/sun/util/locale/provider/SPILocaleProviderAdapter.java
! test/java/util/PluggableLocale/CurrencyNameProviderTest.sh
! test/java/util/PluggableLocale/barprovider.jar
! test/java/util/PluggableLocale/providersrc/CurrencyNameProviderImpl2.java

Changeset: 0ee09f17361e
Author:    khazra
Date:      2012-11-16 12:28 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/0ee09f17361e

8003518: (prefs) Tests in jdk/test/java/util/prefs should not be run concurrently
Summary: Add java/util/prefs to exclusiveAccess.dirs in TEST.ROOT
Reviewed-by: alanb, mchung

! test/TEST.ROOT

Changeset: 6f20caa6e1e9
Author:    bchristi
Date:      2012-11-16 17:01 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/6f20caa6e1e9

7178922: (props) re-visit how os.name is determined on Mac
Reviewed-by: alanb, mchung, skovatch, serb

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

Changeset: 25e5df117021
Author:    xuelei
Date:      2012-11-18 01:31 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/25e5df117021

8003587: Warning cleanup in package javax.net.ssl
Summary: Removes unnecessary imports and adds missing Override annotations
Reviewed-by: xuelei
Contributed-by: Florian Weimer <fweimer at redhat.com>

! src/share/classes/javax/net/ssl/HandshakeCompletedEvent.java
! src/share/classes/javax/net/ssl/HostnameVerifier.java
! src/share/classes/javax/net/ssl/HttpsURLConnection.java
! src/share/classes/javax/net/ssl/KeyManagerFactory.java
! src/share/classes/javax/net/ssl/SSLContext.java
! src/share/classes/javax/net/ssl/SSLContextSpi.java
! src/share/classes/javax/net/ssl/SSLEngineResult.java
! src/share/classes/javax/net/ssl/SSLParameters.java
! src/share/classes/javax/net/ssl/SSLPermission.java
! src/share/classes/javax/net/ssl/SSLServerSocketFactory.java
! src/share/classes/javax/net/ssl/SSLSession.java
! src/share/classes/javax/net/ssl/SSLSocket.java
! src/share/classes/javax/net/ssl/SSLSocketFactory.java
! src/share/classes/javax/net/ssl/TrustManagerFactory.java
! src/share/classes/javax/net/ssl/X509KeyManager.java

Changeset: f740a9ac6eb6
Author:    weijun
Date:      2012-11-19 11:13 +0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/f740a9ac6eb6

8002344: Krb5LoginModule config class does not return proper KDC list from DNS
Reviewed-by: weijun
Contributed-by: Severin Gehwolf <sgehwolf at redhat.com>, Wang Weijun <weijun.wang at oracle.com>

! src/share/classes/sun/security/krb5/Config.java
+ test/sun/security/krb5/config/DNS.java
+ test/sun/security/krb5/config/NamingManager.java
+ test/sun/security/krb5/config/dns.sh

Changeset: 3877706701b1
Author:    alanb
Date:      2012-11-19 13:17 +0000
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/3877706701b1

8003607: More ProblemList.txt updates (11/2012)
Reviewed-by: lancea

! test/ProblemList.txt
! test/TEST.ROOT

Changeset: 2d08b404cd91
Author:    jzavgren
Date:      2012-11-20 09:26 +0000
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/2d08b404cd91

8000476: Memory Leaks and uninitialized memory access in PKCS11 and other native code
Reviewed-by: dsamersoff, valeriep, chegar

! src/share/bin/wildcard.c
! src/share/native/sun/security/jgss/wrapper/GSSLibStub.c
! src/share/native/sun/security/pkcs11/wrapper/p11_mutex.c
! src/solaris/bin/java_md_solinux.c

Changeset: 914cd9b482c8
Author:    ksrini
Date:      2012-11-19 19:49 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/914cd9b482c8

8001533: java launcher must launch javafx applications
Reviewed-by: ksrini, mchung, kcr, alanb
Contributed-by: david.dehaven at oracle.com

! src/share/bin/java.c
! src/share/classes/sun/launcher/LauncherHelper.java
! src/share/classes/sun/launcher/resources/launcher.properties
! test/tools/launcher/TestHelper.java

Changeset: b1c364c84d09
Author:    ksrini
Date:      2012-11-19 19:50 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/b1c364c84d09

8003660: (launcher) 8001533 regression tests
Reviewed-by: ksrini, mchung, kcr, ddehaven
Contributed-by: steve.sides at oracle.com

+ test/tools/launcher/FXLauncherTest.java

Changeset: 107a7a52a3c0
Author:    lana
Date:      2012-11-20 11:49 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/107a7a52a3c0

Merge


Changeset: ccff3b663797
Author:    tbell
Date:      2012-11-14 10:21 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/ccff3b663797

8001906: build-infra: warning: [path] bad path element on Solaris
Summary: Remove unnecesary -cp parameter from compile line
Reviewed-by: ohair, tbell
Contributed-by: erik.joelsson at oracle.com

! makefiles/CompileDemos.gmk

Changeset: 716efc201640
Author:    tbell
Date:      2012-11-15 00:55 +0000
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/716efc201640

Merge


Changeset: 44e845bb5f76
Author:    erikj
Date:      2012-11-28 09:47 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/44e845bb5f76

8003960: build-infra: Jarsigner launcher has wrong classname
Summary: Fixed package name in launcher
Reviewed-by: alanb, ohair, ohrstrom

! makefiles/CompileLaunchers.gmk

Changeset: ad5741112252
Author:    erikj
Date:      2012-11-28 13:20 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/ad5741112252

8001460: build-infra: Linker warnings on macosx
Summary: Remove creation of empty i386 section from fdlibm
Reviewed-by: ohair

! makefiles/CompileNativeLibraries.gmk

Changeset: 7ecc80d2ff2e
Author:    erikj
Date:      2012-11-28 13:29 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/7ecc80d2ff2e

8003477: build-infra: Remove explicit source file listings for libs when possible
Reviewed-by: ohair, ohrstrom

! makefiles/CompileNativeLibraries.gmk

Changeset: 51d2fd6d9850
Author:    erikj
Date:      2012-11-28 13:49 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/51d2fd6d9850

8003528: build-infra: Diffs in libjava and hotspot libs on solaris.
Summary: Reorder libraries on link command line to match old build.
Reviewed-by: ohair, ohrstrom

! makefiles/CompileNativeLibraries.gmk

Changeset: 54516ed0f99f
Author:    erikj
Date:      2012-11-28 14:10 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/54516ed0f99f

8003482: build-infra: Use correct manifest in security jars
Reviewed-by: ohair, ohrstrom

! makefiles/CreateJars.gmk

Changeset: 4d337fae2250
Author:    katleman
Date:      2012-11-28 14:06 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/4d337fae2250

Merge


Changeset: df5619994dc3
Author:    katleman
Date:      2012-11-29 11:31 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/df5619994dc3

Added tag jdk8-b66 for changeset 4d337fae2250

! .hgtags



More information about the hotspot-dev mailing list