hg: type-annotations/type-annotations/jdk: 104 new changesets

wdietl at gmail.com wdietl at gmail.com
Thu Jun 14 08:49:08 PDT 2012


Changeset: 72af24348b2b
Author:    weijun
Date:      2012-05-21 15:40 +0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/72af24348b2b

7170308: timing error in the krb5 test SSL.java
Reviewed-by: xuelei

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

Changeset: 9cb304dd71d4
Author:    alanb
Date:      2012-05-21 10:41 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/9cb304dd71d4

7170203: TEST_BUG: test/java/nio/MappedByteBuffer/Truncate.java failing intermittently
Reviewed-by: chegar

! test/java/nio/MappedByteBuffer/Truncate.java

Changeset: f109feb13698
Author:    ksrini
Date:      2012-05-21 09:40 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/f109feb13698

7170087: tools/launcher/Arrghs.java test has wrong bugID for 7151434
Reviewed-by: ohair

! test/tools/launcher/Arrrghs.java

Changeset: 0a1ef7e07e01
Author:    sla
Date:      2012-05-21 19:28 +0200
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/0a1ef7e07e01

7167157: jcmd command file parsing does not respect the "stop" command
Reviewed-by: alanb, dsamersoff, nloodin

! src/share/classes/sun/tools/jcmd/JCmd.java

Changeset: a2fc04c2dfc8
Author:    weijun
Date:      2012-05-23 15:51 +0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/a2fc04c2dfc8

7162687: enhance KDC server availability detection
Reviewed-by: valeriep

! src/share/classes/sun/security/krb5/KdcComm.java
! src/share/classes/sun/security/krb5/internal/NetClient.java
! test/ProblemList.txt
! test/sun/security/krb5/auto/BadKdc.java
! test/sun/security/krb5/auto/MaxRetries.java
! test/sun/security/krb5/auto/TcpTimeout.java
+ test/sun/security/krb5/auto/Unreachable.java
+ test/sun/security/krb5/auto/unreachable.krb5.conf

Changeset: 0c3d9050c918
Author:    khazra
Date:      2012-05-23 10:41 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/0c3d9050c918

7170169: (props) System.getProperty("os.name") should return "Windows 8" when run on Windows 8
Summary: Enable Windows Version 6.2 to be recognized as Windows 8
Reviewed-by: darcy, dholmes, alanb, chegar

! src/windows/native/java/lang/java_props_md.c

Changeset: 21703d431217
Author:    alanb
Date:      2012-05-24 10:57 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/21703d431217

7169050: (se) Selector.select slow on Solaris due to insertion of POLLREMOVE and 0 events
Reviewed-by: chegar, coffeys

! src/solaris/classes/sun/nio/ch/DevPollArrayWrapper.java
! src/solaris/native/sun/nio/ch/DevPollArrayWrapper.c

Changeset: a11c964d1319
Author:    jgish
Date:      2012-05-24 14:44 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/a11c964d1319

7160725: Strange or obsolete @see tags in some exception java.lang javadoc
Summary: update javadoc for IllegalArgumentException and NumberFormatException
Reviewed-by: alanb

! src/share/classes/java/lang/IllegalArgumentException.java

Changeset: 5ec5588c733d
Author:    nloodin
Date:      2012-05-24 09:32 +0200
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/5ec5588c733d

7143353: -Xrunhprof fails in Java 7 due to bad switch
Reviewed-by: jrose, sspitsyn

! src/share/demo/jvmti/java_crw_demo/java_crw_demo.c
! src/share/javavm/export/classfile_constants.h

Changeset: 1c869c799ef9
Author:    nloodin
Date:      2012-05-24 10:20 -0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/1c869c799ef9

Merge


Changeset: e309917fb9af
Author:    dbhole
Date:      2012-05-24 19:00 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/e309917fb9af

7117230: clean up warnings in java.text
Reviewed-by: jrose, smarks

! src/share/classes/java/text/AttributedCharacterIterator.java
! src/share/classes/java/text/AttributedString.java
! src/share/classes/java/text/BreakDictionary.java
! src/share/classes/java/text/BreakIterator.java
! src/share/classes/java/text/CharacterIteratorFieldDelegate.java
! src/share/classes/java/text/ChoiceFormat.java
! src/share/classes/java/text/CollationElementIterator.java
! src/share/classes/java/text/DateFormat.java
! src/share/classes/java/text/DecimalFormat.java
! src/share/classes/java/text/DictionaryBasedBreakIterator.java
! src/share/classes/java/text/MergeCollation.java
! src/share/classes/java/text/MessageFormat.java
! src/share/classes/java/text/NumberFormat.java
! src/share/classes/java/text/ParseException.java
! src/share/classes/java/text/RBCollationTables.java
! src/share/classes/java/text/RBTableBuilder.java
! src/share/classes/java/text/RuleBasedBreakIterator.java

Changeset: 71cf74329a9e
Author:    youdwei
Date:      2012-05-25 13:28 +0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/71cf74329a9e

7094176: (tz) Incorrect TimeZone display name when DST not applicable / disabled
Reviewed-by: okutsu

! src/windows/native/java/util/TimeZone_md.c
+ test/java/util/TimeZone/DstTzTest.java

Changeset: 85696e57d447
Author:    youdwei
Date:      2012-05-25 14:32 +0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/85696e57d447

7171028: dots are missed in the datetime for Slovanian
Reviewed-by: yhuang

! src/share/classes/sun/text/resources/FormatData_sl.java
! test/sun/text/resources/LocaleData
! test/sun/text/resources/LocaleDataTest.java

Changeset: 1def6b6bfbd9
Author:    egahlin
Date:      2012-05-25 12:24 +0200
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/1def6b6bfbd9

7017818: NLS: JConsoleResources.java cannot be handled by translation team
Reviewed-by: mchung, mfang

! make/netbeans/jconsole/build.xml
! make/sun/jconsole/FILES.gmk
! make/sun/jconsole/Makefile
! src/share/classes/sun/tools/jconsole/AboutDialog.java
! src/share/classes/sun/tools/jconsole/BorderedComponent.java
! src/share/classes/sun/tools/jconsole/ClassTab.java
! src/share/classes/sun/tools/jconsole/ConnectDialog.java
! src/share/classes/sun/tools/jconsole/CreateMBeanDialog.java
! src/share/classes/sun/tools/jconsole/Formatter.java
! src/share/classes/sun/tools/jconsole/HTMLPane.java
! src/share/classes/sun/tools/jconsole/InternalDialog.java
! src/share/classes/sun/tools/jconsole/JConsole.java
! src/share/classes/sun/tools/jconsole/LabeledComponent.java
! src/share/classes/sun/tools/jconsole/LocalVirtualMachine.java
! src/share/classes/sun/tools/jconsole/MBeansTab.java
! src/share/classes/sun/tools/jconsole/MaximizableInternalFrame.java
! src/share/classes/sun/tools/jconsole/MemoryPoolProxy.java
! src/share/classes/sun/tools/jconsole/MemoryPoolStat.java
! src/share/classes/sun/tools/jconsole/MemoryTab.java
+ src/share/classes/sun/tools/jconsole/Messages.java
! src/share/classes/sun/tools/jconsole/OverviewPanel.java
! src/share/classes/sun/tools/jconsole/OverviewTab.java
! src/share/classes/sun/tools/jconsole/Plotter.java
! src/share/classes/sun/tools/jconsole/PlotterPanel.java
! src/share/classes/sun/tools/jconsole/ProxyClient.java
! src/share/classes/sun/tools/jconsole/Resources.java
! src/share/classes/sun/tools/jconsole/SummaryTab.java
! src/share/classes/sun/tools/jconsole/Tab.java
! src/share/classes/sun/tools/jconsole/ThreadTab.java
! src/share/classes/sun/tools/jconsole/VMInternalFrame.java
! src/share/classes/sun/tools/jconsole/VMPanel.java
! src/share/classes/sun/tools/jconsole/VariableGridLayout.java
! src/share/classes/sun/tools/jconsole/Version.java.template
! src/share/classes/sun/tools/jconsole/inspector/OperationEntry.java
! src/share/classes/sun/tools/jconsole/inspector/TableSorter.java
! src/share/classes/sun/tools/jconsole/inspector/ThreadDialog.java
! src/share/classes/sun/tools/jconsole/inspector/Utils.java
! src/share/classes/sun/tools/jconsole/inspector/XArrayDataViewer.java
! src/share/classes/sun/tools/jconsole/inspector/XDataViewer.java
! src/share/classes/sun/tools/jconsole/inspector/XMBeanAttributes.java
! src/share/classes/sun/tools/jconsole/inspector/XMBeanInfo.java
! src/share/classes/sun/tools/jconsole/inspector/XMBeanNotifications.java
! src/share/classes/sun/tools/jconsole/inspector/XObject.java
! src/share/classes/sun/tools/jconsole/inspector/XOpenTypeViewer.java
! src/share/classes/sun/tools/jconsole/inspector/XOperations.java
! src/share/classes/sun/tools/jconsole/inspector/XPlotter.java
! src/share/classes/sun/tools/jconsole/inspector/XPlottingViewer.java
! src/share/classes/sun/tools/jconsole/inspector/XSheet.java
! src/share/classes/sun/tools/jconsole/inspector/XTable.java
! src/share/classes/sun/tools/jconsole/inspector/XTextField.java
! src/share/classes/sun/tools/jconsole/inspector/XTree.java
! src/share/classes/sun/tools/jconsole/inspector/XTreeRenderer.java
- src/share/classes/sun/tools/jconsole/resources/JConsoleResources.java
- 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/jconsole/resources/messages.properties
+ src/share/classes/sun/tools/jconsole/resources/messages_ja.properties
+ src/share/classes/sun/tools/jconsole/resources/messages_zh_CN.properties

Changeset: f92325f12654
Author:    jgish
Date:      2012-05-24 11:11 -0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/f92325f12654

7171474: Incorrect @see tags in java.lang.NumberFormatException javadoc
Summary: update javadoc for NumberFormatException
Reviewed-by: alanb

! src/share/classes/java/lang/NumberFormatException.java

Changeset: 82134992123c
Author:    dcubed
Date:      2012-05-25 08:20 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/82134992123c

7170449: Management is completely broken at least on Solaris 11 X86
Summary: Work around 'gobjcopy' failures on Solaris by adding temporary tools to add the '.gnu_debuglink' section and remove the SHF_ALLOC flag from "empty" section headers.
Reviewed-by: sspitsyn, acorn

! make/common/Defs-solaris.gmk
! make/common/Defs.gmk
! make/common/Library.gmk
! make/common/Program.gmk
! make/tools/Makefile
+ make/tools/add_gnu_debuglink/Makefile
+ make/tools/add_gnu_debuglink/add_gnu_debuglink.c
+ make/tools/fix_empty_sec_hdr_flags/Makefile
+ make/tools/fix_empty_sec_hdr_flags/fix_empty_sec_hdr_flags.c

Changeset: c2d9166f3284
Author:    ihse
Date:      2012-05-11 08:21 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/c2d9166f3284

7168208: Change use of @ in one sed command involving paths to different character
Reviewed-by: ohair

! make/common/Release.gmk

Changeset: 8d665b69ebf1
Author:    mfang
Date:      2012-05-15 11:46 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/8d665b69ebf1

7157855: jvisualvm.1 not included in binaries
Reviewed-by: katleman, thurka

! make/common/Release.gmk

Changeset: b6f529117521
Author:    katleman
Date:      2012-05-16 22:07 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/b6f529117521

Merge


Changeset: 47cd90bf0f66
Author:    katleman
Date:      2012-05-17 06:20 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/47cd90bf0f66

Added tag jdk8-b39 for changeset b6f529117521

! .hgtags

Changeset: 7c4eed4b6c19
Author:    bae
Date:      2012-05-21 14:04 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/7c4eed4b6c19

7124400: [macosx] CGraphicsDevice.getConfigurations() returns reference to member (does not copy configs)
Reviewed-by: anthony, kizune

! src/macosx/classes/sun/awt/CGraphicsDevice.java
! test/java/awt/GraphicsDevice/CloneConfigsTest.java

Changeset: 416b3a498e71
Author:    bae
Date:      2012-05-21 14:53 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/416b3a498e71

7154088: [macosx] Regression: Component.createImage do not inherits component attributes
Reviewed-by: art, kizune

! src/macosx/classes/sun/lwawt/LWComponentPeer.java

Changeset: 1b90a0113359
Author:    lana
Date:      2012-05-21 11:20 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/1b90a0113359

Merge


Changeset: c31eeeda3ed1
Author:    serb
Date:      2012-05-03 18:29 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/c31eeeda3ed1

7160623: [macosx] Editable TextArea/TextField are blocking GUI applications from exit
Reviewed-by: anthony, art

! src/macosx/classes/sun/lwawt/LWComponentPeer.java
! src/macosx/classes/sun/lwawt/LWTextComponentPeer.java

Changeset: a420895ee2c3
Author:    leonidr
Date:      2012-05-03 19:22 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/a420895ee2c3

7124376: [macosx] Modal dialog lost focus
Reviewed-by: anthony

! src/macosx/classes/sun/lwawt/LWWindowPeer.java
! src/macosx/classes/sun/lwawt/PlatformWindow.java
! src/macosx/classes/sun/lwawt/macosx/CPlatformEmbeddedFrame.java
! src/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java
! src/macosx/native/sun/awt/AWTView.m
! src/macosx/native/sun/awt/AWTWindow.h
! src/macosx/native/sun/awt/AWTWindow.m

Changeset: 95c8b63a3c47
Author:    kizune
Date:      2012-05-03 21:54 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/95c8b63a3c47

7148289: [macosx] Deadlock in sun.lwawt.macosx.CWrapper$NSScreen.visibleFrame
Reviewed-by: leonidr

! src/macosx/classes/sun/lwawt/macosx/CToolkitThreadBlockedHandler.java
! src/macosx/classes/sun/lwawt/macosx/LWCToolkit.java
! src/macosx/native/sun/awt/LWCToolkit.m

Changeset: a714e2e2b257
Author:    alexsch
Date:      2012-05-04 13:15 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/a714e2e2b257

7024963: Notepad demo: remove non-translatable resources from Notepad.properties file
Reviewed-by: rupashka

! src/share/demo/jfc/Notepad/Notepad.java
! src/share/demo/jfc/Notepad/resources/Notepad.properties
+ src/share/demo/jfc/Notepad/resources/system.properties

Changeset: 4cc873e28c78
Author:    bagiras
Date:      2012-05-04 18:42 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/4cc873e28c78

7146237: closed/java/awt/Focus/SetFocusTraversalKeysTest/SetFocusTraversalTest.html failed since 1.8.0b19
Reviewed-by: art, anthony

! src/share/classes/java/awt/Component.java
! src/share/classes/java/awt/Container.java
! src/share/classes/java/awt/KeyboardFocusManager.java
! src/share/classes/javax/swing/JComponent.java

Changeset: 0feee4541f67
Author:    serb
Date:      2012-05-04 21:25 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/0feee4541f67

7147055: [macosx] Cursors are changing over a blocked window; also blinking
Reviewed-by: art, kizune

! src/macosx/classes/sun/lwawt/LWCursorManager.java

Changeset: 912e666b4e1d
Author:    serb
Date:      2012-05-10 20:05 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/912e666b4e1d

7080109: Dialog.show() lacks doPrivileged() to access system event queue
Reviewed-by: art, anthony

! src/share/classes/java/awt/Dialog.java
+ test/java/awt/Dialog/ModalDialogPermission/ModalDialogPermission.java
+ test/java/awt/Dialog/ModalDialogPermission/java.policy

Changeset: 18842bb6676a
Author:    lana
Date:      2012-05-10 11:47 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/18842bb6676a

Merge

- src/macosx/bin/amd64/jvm.cfg
- src/share/classes/sun/security/action/LoadLibraryAction.java
- test/tools/pack200/dyn.jar
- test/tools/pack200/pack200-verifier/src/xmlkit/ClassSyntax.java
- test/tools/pack200/pack200-verifier/src/xmlkit/ClassWriter.java
- test/tools/pack200/pack200-verifier/src/xmlkit/InstructionAssembler.java
- test/tools/pack200/pack200-verifier/src/xmlkit/InstructionSyntax.java

Changeset: 4f39a13e74c6
Author:    anthony
Date:      2012-05-11 16:11 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/4f39a13e74c6

7166437: [macosx] Support for Window.Type.UTILITY on the Mac
Summary: Apply the native UTILITY style for UTILITY Java windows
Reviewed-by: art

! src/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java

Changeset: 689c0cd214e8
Author:    anthony
Date:      2012-05-11 20:37 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/689c0cd214e8

7149062: [macosx] dock menu don't show available frames
Summary: Inherit from either NSWindow for normal windows or NSPanel for utility windows
Reviewed-by: skovatch, swingler

! src/macosx/native/sun/awt/AWTView.m
! src/macosx/native/sun/awt/AWTWindow.h
! src/macosx/native/sun/awt/AWTWindow.m

Changeset: 3b8635e357e9
Author:    alexsch
Date:      2012-05-12 12:01 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/3b8635e357e9

7024965: Stylepad demo: remove non-translatable resources from Stylepad.properties file
Reviewed-by: alexp

! src/share/demo/jfc/Notepad/Notepad.java
+ src/share/demo/jfc/Notepad/resources/NotepadSystem.properties
- src/share/demo/jfc/Notepad/resources/system.properties

Changeset: cc8d1cc533bf
Author:    alexp
Date:      2012-05-12 17:46 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/cc8d1cc533bf

7149005: [macosx] Java Control Panel's UI controls are distorted when draging scroll bar.
Reviewed-by: serb

! src/macosx/classes/com/apple/laf/AquaButtonLabeledUI.java

Changeset: 69301efaac91
Author:    ant
Date:      2012-05-12 18:50 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/69301efaac91

7110683: Issues with some KeyboardFocusManager method
Reviewed-by: ahgross

! src/share/classes/java/awt/Component.java
! src/share/classes/java/awt/DefaultKeyboardFocusManager.java
! src/share/classes/java/awt/KeyboardFocusManager.java
! src/share/classes/java/awt/Window.java

Changeset: 28ec5b811aa2
Author:    dcherepanov
Date:      2012-05-15 15:04 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/28ec5b811aa2

7168550: [macosx] duplicate OGL context state changes related to vertex cache
Reviewed-by: bae, swingler

! src/macosx/native/sun/java2d/opengl/CGLSurfaceData.m
! src/share/native/sun/java2d/opengl/OGLContext.h
! src/share/native/sun/java2d/opengl/OGLTextRenderer.c
! src/share/native/sun/java2d/opengl/OGLVertexCache.c
! src/share/native/sun/java2d/opengl/OGLVertexCache.h

Changeset: cad0bb1a9bdb
Author:    dcherepanov
Date:      2012-05-16 13:15 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/cad0bb1a9bdb

7124337: [macosx] FileDialog fails to select multiple files
Reviewed-by: anthony, swingler

! src/macosx/classes/sun/lwawt/macosx/CFileDialog.java
! src/macosx/native/sun/awt/CFileDialog.h
! src/macosx/native/sun/awt/CFileDialog.m
! src/share/classes/java/awt/FileDialog.java
! src/share/classes/sun/awt/AWTAccessor.java
! src/solaris/classes/sun/awt/X11/GtkFileDialogPeer.java
! src/solaris/classes/sun/awt/X11/XFileDialogPeer.java
! src/windows/classes/sun/awt/windows/WFileDialogPeer.java

Changeset: 7c0b390ab5f9
Author:    anthony
Date:      2012-05-16 14:28 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/7c0b390ab5f9

7168851: [macosx] Netbeans crashes in CImage.nativeCreateNSImageFromArray
Summary: Eliminate unnecessary -release call
Reviewed-by: dcherepanov

! src/macosx/native/sun/awt/CImage.m

Changeset: 3c819d638e36
Author:    alexsch
Date:      2012-05-16 16:27 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/3c819d638e36

7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
Reviewed-by: rupashka

! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif.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.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

Changeset: 19edcc438203
Author:    alexsch
Date:      2012-05-16 18:11 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/19edcc438203

7158928: [macosx] NLS: Please change the mnemonic assignment system
Reviewed-by: rupashka, serb

! make/com/apple/osxui/Makefile
! make/common/internal/Resources.gmk
! src/macosx/classes/com/apple/laf/AquaLookAndFeel.java
! src/macosx/classes/com/apple/laf/resources/aqua.properties

Changeset: 731ee59c6ba2
Author:    alexsch
Date:      2012-05-17 14:27 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/731ee59c6ba2

7148281: [macosx] JTabbedPane tabs with HTML text do not render correctly
Reviewed-by: kizune

! src/macosx/classes/com/apple/laf/AquaTabbedPaneUI.java

Changeset: f9217bd87199
Author:    rupashka
Date:      2012-05-17 15:41 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/f9217bd87199

7166322: closed/javax/swing/text/html/HTMLEditorKit/4242228/bug4242228.java failed since 1.8.0b36
Reviewed-by: alexsch

+ test/javax/swing/text/html/HTMLEditorKit/4242228/bug4242228.java

Changeset: c00d6508afce
Author:    ant
Date:      2012-05-17 21:27 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/c00d6508afce

7142565: [macosx] Many special keys processed twice in text fields
Summary: forward port from 7u4
Reviewed-by: anthony

! src/macosx/native/sun/awt/AWTView.m

Changeset: 17c5e1a12965
Author:    ant
Date:      2012-05-17 21:31 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/17c5e1a12965

7154072: [macosx] swallowing key events
Summary: forward posrt from 7u4
Reviewed-by: anthony

! src/macosx/native/sun/awt/AWTView.m

Changeset: ef77fa799b34
Author:    ant
Date:      2012-05-17 21:48 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/ef77fa799b34

7125044: [macosx] Test failure because Component.transferFocus() works differently in applet and application.
Summary: forward port from 7u4
Reviewed-by: art

! src/share/classes/java/awt/Dialog.java
! src/share/classes/java/awt/Frame.java
! src/share/classes/java/awt/Window.java
! src/share/classes/javax/swing/JApplet.java
! src/share/classes/javax/swing/JDialog.java
! src/share/classes/javax/swing/JFrame.java
! src/share/classes/javax/swing/JInternalFrame.java
! src/share/classes/javax/swing/JWindow.java
! src/share/classes/javax/swing/UIManager.java
! src/share/classes/sun/awt/SunToolkit.java
+ test/java/awt/Focus/FocusTraversalPolicy/InitialFTP.java
+ test/java/awt/Focus/FocusTraversalPolicy/InitialFTP_AWT.java
+ test/java/awt/Focus/FocusTraversalPolicy/InitialFTP_Swing.java
+ test/java/awt/event/KeyEvent/SwallowKeyEvents/SwallowKeyEvents.java

Changeset: 5976b5848554
Author:    ant
Date:      2012-05-17 22:10 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/5976b5848554

7145768: [macosx] Regression: failure in b11 of ModalDialogInFocusEventTest
Summary: forward port from 7u4
Reviewed-by: art

! src/macosx/classes/sun/lwawt/LWComponentPeer.java
! src/macosx/classes/sun/lwawt/LWWindowPeer.java

Changeset: 1d75ff45586e
Author:    ant
Date:      2012-05-17 22:21 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/1d75ff45586e

7145827: [macosx] JCK failure in b11: FocusableWindow3
Summary: forward posrt from 7u4
Reviewed-by: art

! src/macosx/classes/sun/lwawt/LWWindowPeer.java

Changeset: 2eca75e0a063
Author:    dcherepanov
Date:      2012-05-18 19:39 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/2eca75e0a063

7156191: [macosx] Can't type into applet demos in Pivot
Reviewed-by: art

! src/macosx/classes/sun/lwawt/macosx/CEmbeddedFrame.java
! src/macosx/classes/sun/lwawt/macosx/CPlatformResponder.java
! src/macosx/classes/sun/lwawt/macosx/CPlatformView.java
! src/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java

Changeset: 1ee12bca4823
Author:    rupashka
Date:      2012-05-21 18:55 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/1ee12bca4823

7168144: No appropriate CCC request for changes introduced by 7154030
Reviewed-by: alexsch

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

Changeset: 967b38bfd5c1
Author:    ant
Date:      2012-05-22 01:12 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/967b38bfd5c1

7170427: setGlobalCurrentFocusCycleRoot unexpectedly throws SecurityException
Reviewed-by: art

! src/share/classes/java/awt/Component.java
! src/share/classes/java/awt/Container.java
! src/share/classes/java/awt/KeyboardFocusManager.java

Changeset: 5b2095d7a60b
Author:    lana
Date:      2012-05-21 11:41 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/5b2095d7a60b

Merge

! src/macosx/classes/sun/lwawt/LWComponentPeer.java

Changeset: b88fc3359dc7
Author:    lana
Date:      2012-05-21 11:44 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/b88fc3359dc7

Merge


Changeset: 7def50698e78
Author:    katleman
Date:      2012-05-24 16:15 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/7def50698e78

Added tag jdk8-b40 for changeset b88fc3359dc7

! .hgtags

Changeset: 7abdd3cb14ed
Author:    lana
Date:      2012-05-25 16:32 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/7abdd3cb14ed

Merge


Changeset: 60033ab79213
Author:    littlee
Date:      2012-05-29 09:42 +0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/60033ab79213

7172177: test/java/util/TimeZone/DstTzTest.java failing on all platforms
Reviewed-by: alanb, okutsu

- test/java/util/TimeZone/DstTzTest.java

Changeset: eb441933f6fe
Author:    khazra
Date:      2012-05-29 13:16 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/eb441933f6fe

7171591: getDefaultScopeID() in src/solaris/native/java/net/net_util_md.c should return a value
Summary: Use CHECK_NULL_RETURN instead of CHECK_NULL
Reviewed-by: alanb

! src/solaris/native/java/net/net_util_md.c

Changeset: 41dcfdbf8f07
Author:    ksrini
Date:      2012-05-29 14:56 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/41dcfdbf8f07

7168401: pack200 does not produce a compatible pack file for JDK7 classes if indy is not present
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/ClassReader.java
! src/share/classes/com/sun/java/util/jar/pack/ClassWriter.java
! src/share/classes/com/sun/java/util/jar/pack/Constants.java
! src/share/classes/com/sun/java/util/jar/pack/Package.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/classes/com/sun/java/util/jar/pack/PackerImpl.java
! src/share/classes/com/sun/java/util/jar/pack/PropMap.java
! src/share/classes/com/sun/java/util/jar/pack/Utils.java
! test/tools/pack200/PackageVersionTest.java

Changeset: 2c773daa825d
Author:    mduigou
Date:      2012-05-17 10:06 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/2c773daa825d

6924259: Remove offset and count fields from java.lang.String
Summary: Removes the use of shared character array buffers by String along with the two fields needed to support the use of shared buffers.
Reviewed-by: alanb, mduigou, forax, briangoetz
Contributed-by: brian.doherty at oracle.com

! src/share/classes/java/lang/Integer.java
! src/share/classes/java/lang/Long.java
! src/share/classes/java/lang/String.java
! src/share/classes/java/lang/StringCoding.java

Changeset: 15c231aa7e3d
Author:    wmdietl
Date:      2012-05-30 20:39 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/15c231aa7e3d

Automated merge with http://hg.openjdk.java.net/jdk8/tl/jdk

! .hgtags

Changeset: 43bd5ee0205e
Author:    mduigou
Date:      2012-05-30 22:18 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/43bd5ee0205e

7126277: Alternative String hashing implementation
Summary: All of the hashing based Map implementations: HashMap, Hashtable, LinkedHashMap, WeakHashMap and ConcurrentHashMap are modified to use an enhanced hashing algorithm for string keys when the capacity of the hash table has ever grown beyond 512 entries. The enhanced hashing implementation uses the murmur3 hashing algorithm along with random hash seeds and index masks. These enhancements mitigate cases where colliding String hash values could result in a performance bottleneck.
Reviewed-by: alanb, forax, dl

! make/java/java/FILES_java.gmk
! src/share/classes/java/lang/String.java
! src/share/classes/java/util/HashMap.java
! src/share/classes/java/util/Hashtable.java
! src/share/classes/java/util/LinkedHashMap.java
! src/share/classes/java/util/WeakHashMap.java
! src/share/classes/java/util/concurrent/ConcurrentHashMap.java
+ src/share/classes/sun/misc/Hashing.java
! test/java/util/Collection/BiggernYours.java
! test/java/util/Hashtable/HashCode.java
! test/java/util/Hashtable/SimpleSerialization.java
+ test/java/util/Map/Collisions.java
! test/java/util/Map/Get.java
+ test/sun/misc/Hashing.java

Changeset: 0c6830e7241f
Author:    mullan
Date:      2012-05-30 17:19 -0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/0c6830e7241f

6854712: Revocation checking enhancements (JEP-124)
6637288: Add OCSP support to PKIX CertPathBuilder implementation
7126011: ReverseBuilder.getMatchingCACerts may throws NPE
Reviewed-by: xuelei

! src/share/classes/java/security/cert/CertPathBuilder.java
! src/share/classes/java/security/cert/CertPathBuilderSpi.java
+ src/share/classes/java/security/cert/CertPathChecker.java
! src/share/classes/java/security/cert/CertPathValidator.java
! src/share/classes/java/security/cert/CertPathValidatorSpi.java
! src/share/classes/java/security/cert/PKIXCertPathChecker.java
+ src/share/classes/java/security/cert/PKIXRevocationChecker.java
! src/share/classes/java/security/cert/package.html
! src/share/classes/sun/security/provider/certpath/AdjacencyList.java
! src/share/classes/sun/security/provider/certpath/BasicChecker.java
! src/share/classes/sun/security/provider/certpath/BuildStep.java
! src/share/classes/sun/security/provider/certpath/Builder.java
! src/share/classes/sun/security/provider/certpath/CertStoreHelper.java
! src/share/classes/sun/security/provider/certpath/CollectionCertStore.java
! src/share/classes/sun/security/provider/certpath/ConstraintsChecker.java
- src/share/classes/sun/security/provider/certpath/CrlRevocationChecker.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/ForwardState.java
! src/share/classes/sun/security/provider/certpath/IndexedCollectionCertStore.java
! src/share/classes/sun/security/provider/certpath/KeyChecker.java
! src/share/classes/sun/security/provider/certpath/OCSP.java
- src/share/classes/sun/security/provider/certpath/OCSPChecker.java
! src/share/classes/sun/security/provider/certpath/OCSPRequest.java
! src/share/classes/sun/security/provider/certpath/OCSPResponse.java
+ src/share/classes/sun/security/provider/certpath/PKIX.java
! src/share/classes/sun/security/provider/certpath/PKIXCertPathValidator.java
! src/share/classes/sun/security/provider/certpath/PKIXMasterCertPathValidator.java
! src/share/classes/sun/security/provider/certpath/PolicyChecker.java
! src/share/classes/sun/security/provider/certpath/PolicyNodeImpl.java
! src/share/classes/sun/security/provider/certpath/ReverseBuilder.java
! src/share/classes/sun/security/provider/certpath/ReverseState.java
+ src/share/classes/sun/security/provider/certpath/RevocationChecker.java
! src/share/classes/sun/security/provider/certpath/SunCertPathBuilder.java
! src/share/classes/sun/security/provider/certpath/SunCertPathBuilderParameters.java
! src/share/classes/sun/security/provider/certpath/URICertStore.java
! src/share/classes/sun/security/provider/certpath/Vertex.java
! src/share/classes/sun/security/provider/certpath/X509CertPath.java
! src/share/classes/sun/security/provider/certpath/X509CertificatePair.java
! src/share/classes/sun/security/x509/X509CRLEntryImpl.java
+ test/java/security/cert/PKIXRevocationChecker/UnitTest.java

Changeset: 3192e73394fe
Author:    mullan
Date:      2012-05-31 17:07 -0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/3192e73394fe

Merge

- src/share/classes/sun/security/provider/certpath/CrlRevocationChecker.java
! src/share/classes/sun/security/provider/certpath/ForwardBuilder.java
! src/share/classes/sun/security/provider/certpath/ForwardState.java
- src/share/classes/sun/security/provider/certpath/OCSPChecker.java
! src/share/classes/sun/security/provider/certpath/PKIXCertPathValidator.java
! src/share/classes/sun/security/provider/certpath/ReverseBuilder.java
! src/share/classes/sun/security/provider/certpath/ReverseState.java
! src/share/classes/sun/security/provider/certpath/SunCertPathBuilder.java

Changeset: 48dfc0df61d0
Author:    mullan
Date:      2012-05-31 17:10 -0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/48dfc0df61d0

Merge


Changeset: 7baa22e6a6b3
Author:    mduigou
Date:      2012-06-01 00:05 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/7baa22e6a6b3

7173432: Handle null key at HashMap resize
Summary: If the key to be inserted into a HashMap is null and the table needs to be resized as part of the insertion then addEntry will try to recalculate the hash of a null key. This will fail with an NPE.
Reviewed-by: darcy

! src/share/classes/java/util/HashMap.java
+ test/java/util/HashMap/NullKeyAtResize.java

Changeset: 237e27c7ddc3
Author:    littlee
Date:      2012-06-04 16:30 +0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/237e27c7ddc3

7166055: Javadoc for WeakHashMap contains misleading advice
Reviewed-by: dholmes, mduigou

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

Changeset: a5bb0343f135
Author:    weijun
Date:      2012-06-04 18:06 +0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/a5bb0343f135

7173036: test/com/sun/jdi/ConnectedVMs.java does not run as expected
Reviewed-by: alanb

! test/com/sun/jdi/ConnectedVMs.java

Changeset: 4573662cb28c
Author:    zhouyx
Date:      2012-06-05 10:16 +0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/4573662cb28c

7173044: MemoryMonitor hangs if getMax method in MemoryUsage object returns -1
Reviewed-by: dholmes, sspitsyn

! src/share/demo/management/MemoryMonitor/MemoryMonitor.java

Changeset: 0678af55d3db
Author:    weijun
Date:      2012-06-05 17:11 +0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/0678af55d3db

7172701: KDC tests cleanup
Reviewed-by: xuelei

! test/sun/security/krb5/auto/KDC.java
! test/sun/security/krb5/auto/OkAsDelegate.java
! test/sun/security/krb5/auto/OkAsDelegateXRealm.java
- test/sun/security/krb5/auto/ok-as-delegate-xrealm.sh
- test/sun/security/krb5/auto/ok-as-delegate.sh

Changeset: 5ea56641276c
Author:    alanb
Date:      2012-06-05 12:47 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/5ea56641276c

7173515: (se) Selector.open fails with OOME on Solaris when unlimited file descriptors
Reviewed-by: coffeys, chegar

- src/share/classes/sun/nio/ch/DevPollSelectorProvider.java
! src/solaris/classes/sun/nio/ch/DevPollArrayWrapper.java
+ src/solaris/classes/sun/nio/ch/DevPollSelectorProvider.java

Changeset: d1f52390275b
Author:    sherman
Date:      2012-06-05 12:11 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/d1f52390275b

6183404: Many eudc characters are incorrectly mapped in MS936 and GBK converter
Summary: updated MS936 and GBK mappings
Reviewed-by: alanb

! make/tools/CharsetMapping/GBK.map
! make/tools/CharsetMapping/MS936.map

Changeset: edb02bee325e
Author:    ihse
Date:      2012-05-25 18:55 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/edb02bee325e

7172014: Remove empty and unused javah include files
Reviewed-by: ohair, erikj

! src/share/native/sun/awt/image/cvutils/img_dcm.h
! src/share/native/sun/awt/image/cvutils/img_dcm8.h
! src/share/native/sun/java2d/pipe/SpanClipRenderer.c
! src/solaris/native/sun/awt/initIDs.c

Changeset: 8b4dd321b8a2
Author:    dholmes
Date:      2012-05-30 00:37 -0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/8b4dd321b8a2

7171653: 32-bit cross-compile on 64-bit build host generates 64-bit data for awt/X11 leading to crash
Reviewed-by: ohair, anthony

! make/sun/xawt/Makefile
! makefiles/sun/xawt/Makefile

Changeset: 4eac56f073ea
Author:    katleman
Date:      2012-05-30 15:59 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/4eac56f073ea

Merge


Changeset: cf5c1f6fbc5b
Author:    cl
Date:      2012-06-01 14:12 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/cf5c1f6fbc5b

Added tag jdk8-b41 for changeset 4eac56f073ea

! .hgtags

Changeset: 91d05db156d3
Author:    lana
Date:      2012-06-05 17:40 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/91d05db156d3

Merge


Changeset: b6eb10d6932f
Author:    weijun
Date:      2012-06-06 10:05 +0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/b6eb10d6932f

7174351: test/sun/security/tools/keytool/standard.sh failed after new Hashtable
Reviewed-by: xuelei

! test/sun/security/tools/keytool/KeyToolTest.java

Changeset: 119c9a306a3d
Author:    alanb
Date:      2012-06-06 17:59 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/119c9a306a3d

7172826: (se) Selector based on the Solaris event port mechanism
Reviewed-by: coffeys, chegar

! make/java/nio/Makefile
! make/java/nio/mapfile-linux
! make/java/nio/mapfile-solaris
! src/share/classes/sun/nio/ch/IOUtil.java
! src/solaris/classes/sun/nio/ch/DevPollArrayWrapper.java
! src/solaris/classes/sun/nio/ch/EPollArrayWrapper.java
+ src/solaris/classes/sun/nio/ch/EventPortSelectorImpl.java
+ src/solaris/classes/sun/nio/ch/EventPortSelectorProvider.java
+ src/solaris/classes/sun/nio/ch/EventPortWrapper.java
! src/solaris/classes/sun/nio/ch/SolarisEventPort.java
! src/solaris/native/sun/nio/ch/DevPollArrayWrapper.c
! src/solaris/native/sun/nio/ch/EPollArrayWrapper.c
! src/solaris/native/sun/nio/ch/IOUtil.c
! src/solaris/native/sun/nio/ch/SolarisEventPort.c
! test/java/nio/channels/Selector/lots_of_updates.sh
! test/java/nio/channels/SocketChannel/Open.sh
! test/sun/nio/ch/SelProvider.java

Changeset: af313ded4ffb
Author:    khazra
Date:      2012-06-06 11:37 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/af313ded4ffb

7173645: (props) System.getProperty("os.name") should return "Windows Server 2012" for Windows Server 2012
Summary: Enable Windows Server 2012 to be recognized as "os.name"
Reviewed-by: alanb, dholmes, chegar

! src/windows/native/java/lang/java_props_md.c

Changeset: f8e72d7ff37d
Author:    xuelei
Date:      2012-06-06 18:18 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/f8e72d7ff37d

7174244: NPE in Krb5ProxyImpl.getServerKeys()
Reviewed-by: weijun

! src/share/classes/sun/security/ssl/SSLContextImpl.java
! src/share/classes/sun/security/ssl/ServerHandshaker.java
! src/share/classes/sun/security/ssl/krb5/Krb5ProxyImpl.java
+ test/sun/security/ssl/sanity/ciphersuites/CipherSuitesInOrder.java

Changeset: 713b10821c3d
Author:    xuelei
Date:      2012-06-06 18:39 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/713b10821c3d

7172149: ArrayIndexOutOfBoundsException from Signature.verify
Summary: take care of integer addition overflow
Reviewed-by: xuelei, wetmore
Contributed-by: Jonathan Lu <luchsh at linux.vnet.ibm.com>

! src/share/classes/java/security/Signature.java
+ test/java/security/Signature/VerifyRangeCheckOverflow.java

Changeset: 181175887d24
Author:    jonas
Date:      2012-06-06 13:16 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/181175887d24

7174861: all/OPT jdk build on Solaris with FDS enabled sets wrong options
Summary: Use CFLAGS_COMMON instead of CC_OPT and CXXFLAGS_COMMON instead of CXX_OPT for setting FDS options. FDS should also set OPTIMIZATION_LEVEL.
Reviewed-by: ihse, dholmes, ohair, dcubed

! make/common/Defs-solaris.gmk

Changeset: 7543b6db3026
Author:    dcubed
Date:      2012-06-06 19:11 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/7543b6db3026

Merge


Changeset: 636f9486fde7
Author:    alanb
Date:      2012-06-07 10:31 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/636f9486fde7

7175011: ProblemList.txt updates (6/2012)
Reviewed-by: mduigou, chegar

! test/ProblemList.txt

Changeset: 757a5129fad7
Author:    alanb
Date:      2012-06-07 12:31 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/757a5129fad7

7164256: EnumMap clone doesn't clear the entrySet keeping a reference to the original Map
Reviewed-by: alanb, chegar, forax, mduigou
Contributed-by: dbelfer at gmail.com

! src/share/classes/java/util/EnumMap.java
+ test/java/util/EnumMap/ProperEntrySetOnClone.java

Changeset: c89018e3f3b6
Author:    nloodin
Date:      2012-06-05 13:43 +0200
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/c89018e3f3b6

7163471: Licensee source bundle failed around 7u4
Reviewed-by: dholmes, sla, brutisso, erikj

! make/com/oracle/Makefile

Changeset: 9b814b887240
Author:    weijun
Date:      2012-06-07 22:33 +0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/9b814b887240

7175041: HttpTimestamper should accept https URI
Reviewed-by: mullan

! src/share/classes/sun/security/timestamp/HttpTimestamper.java

Changeset: 23f8be788c77
Author:    alanb
Date:      2012-06-07 18:42 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/23f8be788c77

7174723: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing [win]
Reviewed-by: mduigou

! test/java/lang/ProcessBuilder/Basic.java

Changeset: fc0e508b713f
Author:    mduigou
Date:      2012-06-07 01:01 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/fc0e508b713f

7174736: JCK test api/java_util/HashMap/index_EntrySet failing
Summary: Corrects a problem with HashMap.removeEntry() that caused a JCK test to fail
Reviewed-by: mduigou
Contributed-by: alan.bateman at oracle.com

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

Changeset: abe465d6a9b8
Author:    chegar
Date:      2012-06-08 09:55 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/abe465d6a9b8

7175413: Typo in comments of JVM_SupportsCX8 in jvm.h
Reviewed-by: chegar
Contributed-by: Krystal Mok <sajia at taobao.com>

! src/share/javavm/export/jvm.h

Changeset: 8305ddc88a5a
Author:    lancea
Date:      2012-06-07 20:11 -0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/8305ddc88a5a

7172551: Remove Native calls from DriverManager for jigsaw
Reviewed-by: alanb, chegar, darcy, mchung

! make/java/java/FILES_c.gmk
! make/java/java/mapfile-vers
! makefiles/java/java/FILES_c.gmk
! makefiles/java/java/mapfile-vers
! src/share/classes/java/sql/DriverManager.java
- src/share/native/java/sql/DriverManager.c

Changeset: 7cb7bfae9d3a
Author:    lancea
Date:      2012-06-08 09:22 -0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/7cb7bfae9d3a

Merge


Changeset: 82c41d3065e2
Author:    sla
Date:      2012-06-07 15:28 +0200
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/82c41d3065e2

7165257: Add JFR tests to the JDK code base
Reviewed-by: ohair, dholmes, nloodin, mgronlun

! make/jprt.properties
! test/Makefile

Changeset: 961807959c5f
Author:    sla
Date:      2012-06-08 05:39 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/961807959c5f

Merge


Changeset: a7895dc61088
Author:    robm
Date:      2012-06-08 18:23 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/a7895dc61088

7161881: (dc) DatagramChannel.bind(null) fails if IPv4 socket and running with preferIPv6Addresses=true
Reviewed-by: alanb, chegar

! src/share/classes/sun/nio/ch/DatagramChannelImpl.java
+ test/java/nio/channels/DatagramChannel/BindNull.java

Changeset: fc575c78f5d3
Author:    alanb
Date:      2012-06-10 10:29 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/fc575c78f5d3

7175775: Disable SA options in jinfo/Basic.java test until SA updated for new hash and String count/offset
Reviewed-by: minqi

! test/sun/tools/jinfo/Basic.sh

Changeset: 46ff1b63b0c3
Author:    lancea
Date:      2012-06-11 07:10 -0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/46ff1b63b0c3

7171917: CachedRowSetImpl.populate does not handle map properly
Reviewed-by: joehw

! src/share/classes/com/sun/rowset/CachedRowSetImpl.java

Changeset: 6b6a73e8c036
Author:    lancea
Date:      2012-06-12 17:32 -0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/6b6a73e8c036

7171918: XmlReaderContentHandler.endElement does not handle a Delete Tag properly
Reviewed-by: joehw

! src/share/classes/com/sun/rowset/internal/XmlReaderContentHandler.java

Changeset: 9fd127ff51d5
Author:    ohair
Date:      2012-06-12 13:54 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/9fd127ff51d5

7176138: Fixes for missing close() calls and possible null pointer reference instead of fatal error
Reviewed-by: dcubed

! src/share/demo/jvmti/hprof/hprof_table.c
! src/solaris/demo/jvmti/hprof/hprof_md.c

Changeset: 7b93a2a9cd15
Author:    ohair
Date:      2012-06-12 15:16 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/7b93a2a9cd15

Merge


Changeset: 4435f8b20d08
Author:    weijun
Date:      2012-06-13 19:23 +0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/4435f8b20d08

7176574: sun/security/krb5/auto/TcpTimeout.java failed with solaris-i586
Reviewed-by: chegar

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

Changeset: 4f99d146fce0
Author:    alanb
Date:      2012-06-14 12:13 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/4f99d146fce0

7176630: (sc) SocketChannel.write does not write more than 128k when channel configured blocking [win]
Reviewed-by: khazra, chegar

! src/windows/native/sun/nio/ch/SocketDispatcher.c
+ test/java/nio/channels/SocketChannel/ShortWrite.java

Changeset: 505455116320
Author:    mduigou
Date:      2012-06-13 16:48 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/505455116320

7173919: Minor optimization of hashing methods
Summary: several minor optimizations to hashing methods used by hash map classes
Reviewed-by: dholmes

! src/share/classes/java/util/HashMap.java
! src/share/classes/java/util/Hashtable.java
! src/share/classes/java/util/WeakHashMap.java
! src/share/classes/java/util/concurrent/ConcurrentHashMap.java

Changeset: b304f338353a
Author:    wmdietl
Date:      2012-06-14 23:48 +0800
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/b304f338353a

Automated merge with http://hg.openjdk.java.net/jdk8/tl/jdk

! .hgtags



More information about the type-annotations-dev mailing list