hg: jdk6/jdk6/jdk: 31 new changesets

ahughes at redhat.com ahughes at redhat.com
Wed Jul 24 06:00:55 PDT 2013


Changeset: ceff03c34858
Author:    chegar
Date:      2013-07-15 19:07 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/ceff03c34858

8009063: Improve reliability of ConcurrentHashMap
Reviewed-by: alanb, ahgross, omajid

! src/share/classes/java/util/concurrent/ConcurrentHashMap.java

Changeset: ca691679edc8
Author:    andrew
Date:      2013-07-15 19:26 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/ca691679edc8

6657673: Issues with JAXP
Reviewed-by: alanb, lancea, ahgross, mullan, omajid

! src/share/lib/security/java.security
! src/share/lib/security/java.security-solaris
! src/share/lib/security/java.security-windows
! test/Makefile

Changeset: 5f5845e17ce9
Author:    andrew
Date:      2013-07-15 19:39 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/5f5845e17ce9

6669869: Beans.isDesignTime() and other queries should be per-AppContext
Reviewed-by: peterz, rupashka, omajid

! src/share/classes/java/beans/Beans.java
+ test/java/beans/Beans/6669869/TestDesignTime.java
+ test/java/beans/Beans/6669869/TestGuiAvailable.java

Changeset: f795f306822c
Author:    andrew
Date:      2013-07-15 19:39 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/f795f306822c

5102804: Memory leak in Introspector.getBeanInfo(Class) for custom BeanInfo: Class param (includes WeakCache from 6397609)
Reviewed-by: peterz, omajid

+ src/share/classes/com/sun/beans/WeakCache.java
! src/share/classes/java/beans/Introspector.java
+ test/java/beans/Introspector/Test5102804.java

Changeset: 519a39479e4c
Author:    andrew
Date:      2013-07-15 19:40 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/519a39479e4c

6963811: Deadlock-prone locking changes in Introspector
Reviewed-by: peterz, rupashka, omajid

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

Changeset: 9e0d4fba81b4
Author:    andrew
Date:      2013-07-15 19:41 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/9e0d4fba81b4

7064279: Introspector.getBeanInfo() should release some resources in timely manner
Reviewed-by: art, alexp, omajid

! src/share/classes/java/beans/Beans.java
! src/share/classes/java/beans/Introspector.java
+ src/share/classes/java/beans/ThreadGroupContext.java
! test/java/beans/Beans/6669869/TestDesignTime.java
! test/java/beans/Beans/6669869/TestGuiAvailable.java
+ test/java/beans/Introspector/7064279/Test7064279.java
! test/java/beans/Introspector/Test6660539.java

Changeset: b057d28c7592
Author:    andrew
Date:      2013-07-15 19:44 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/b057d28c7592

7200507: Refactor Introspector internals
Reviewed-by: ahgross, art, omajid

! src/share/classes/java/beans/ThreadGroupContext.java
+ src/share/classes/java/beans/WeakIdentityMap.java

Changeset: d621c66dd504
Author:    andrew
Date:      2013-07-15 19:45 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/d621c66dd504

8000724: Improve networking serialization
Summary: delegate InetAddress fields to a holder object
Reviewed-by: alanb, chegar, omajid

! src/share/classes/java/net/AbstractPlainDatagramSocketImpl.java
! src/share/classes/java/net/Inet4Address.java
! src/share/classes/java/net/Inet4AddressImpl.java
! src/share/classes/java/net/Inet6Address.java
! src/share/classes/java/net/Inet6AddressImpl.java
! src/share/classes/java/net/InetAddress.java
! src/share/classes/java/net/InetSocketAddress.java
! src/share/native/java/net/InetAddress.c
! src/share/native/java/net/net_util.c
! src/share/native/java/net/net_util.h
! src/solaris/native/java/net/Inet4AddressImpl.c
! src/solaris/native/java/net/Inet6AddressImpl.c
! src/solaris/native/java/net/NetworkInterface.c
! src/solaris/native/java/net/PlainDatagramSocketImpl.c
! src/solaris/native/java/net/net_util_md.c
! src/windows/native/java/net/Inet4AddressImpl.c
! src/windows/native/java/net/Inet6AddressImpl.c
! src/windows/native/java/net/NetworkInterface.c
! src/windows/native/java/net/NetworkInterface.h
! src/windows/native/java/net/NetworkInterface_winXP.c
! src/windows/native/java/net/TwoStacksPlainDatagramSocketImpl.c
! src/windows/native/java/net/TwoStacksPlainSocketImpl.c
! src/windows/native/java/net/net_util_md.c

Changeset: edb745e6bec3
Author:    andrew
Date:      2013-07-15 19:46 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/edb745e6bec3

8004986: Better handling of glyph table
8004987: Improve font layout
8004994: Improve checking of glyph table
Reviewed-by: bae, mschoene, jgodinez, omajid
Contributed-by: steven.loomis at oracle.com

! src/share/native/sun/font/layout/ArabicLayoutEngine.cpp
! src/share/native/sun/font/layout/LETypes.h
! src/share/native/sun/font/layout/LayoutEngine.cpp
! src/share/native/sun/font/layout/LigatureSubstProc.cpp
! src/share/native/sun/font/layout/LookupProcessor.cpp
! src/share/native/sun/font/layout/OpenTypeLayoutEngine.cpp
! src/share/native/sun/font/layout/OpenTypeLayoutEngine.h
! src/share/native/sun/font/layout/StateTableProcessor.cpp
! src/share/native/sun/font/layout/StateTables.h

Changeset: 1a4dbc9bd19d
Author:    andrew
Date:      2013-07-15 20:43 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/1a4dbc9bd19d

6501644: sync LayoutEngine *code* structure to match ICU
Reviewed-by: prr, omajid

! make/sun/font/Makefile
! src/share/native/sun/font/layout/AlternateSubstSubtables.cpp
! src/share/native/sun/font/layout/AlternateSubstSubtables.h
! src/share/native/sun/font/layout/AnchorTables.cpp
! src/share/native/sun/font/layout/AnchorTables.h
! src/share/native/sun/font/layout/ArabicLayoutEngine.cpp
! src/share/native/sun/font/layout/ArabicLayoutEngine.h
! src/share/native/sun/font/layout/ArabicShaping.cpp
! src/share/native/sun/font/layout/ArabicShaping.h
! src/share/native/sun/font/layout/AttachmentPosnSubtables.h
! src/share/native/sun/font/layout/CanonData.cpp
! src/share/native/sun/font/layout/CanonShaping.cpp
! src/share/native/sun/font/layout/CanonShaping.h
! src/share/native/sun/font/layout/CharSubstitutionFilter.h
! src/share/native/sun/font/layout/ClassDefinitionTables.cpp
! src/share/native/sun/font/layout/ClassDefinitionTables.h
! src/share/native/sun/font/layout/ContextualGlyphInsertion.h
! src/share/native/sun/font/layout/ContextualGlyphSubstProc.cpp
! src/share/native/sun/font/layout/ContextualGlyphSubstProc.h
! src/share/native/sun/font/layout/ContextualGlyphSubstitution.h
! src/share/native/sun/font/layout/ContextualSubstSubtables.cpp
! src/share/native/sun/font/layout/ContextualSubstSubtables.h
! src/share/native/sun/font/layout/CoverageTables.cpp
! src/share/native/sun/font/layout/CoverageTables.h
! src/share/native/sun/font/layout/CursiveAttachmentSubtables.cpp
! src/share/native/sun/font/layout/CursiveAttachmentSubtables.h
! src/share/native/sun/font/layout/DefaultCharMapper.h
! src/share/native/sun/font/layout/DeviceTables.cpp
! src/share/native/sun/font/layout/DeviceTables.h
! src/share/native/sun/font/layout/ExtensionSubtables.cpp
! src/share/native/sun/font/layout/ExtensionSubtables.h
! src/share/native/sun/font/layout/Features.cpp
! src/share/native/sun/font/layout/Features.h
! src/share/native/sun/font/layout/GDEFMarkFilter.cpp
! src/share/native/sun/font/layout/GDEFMarkFilter.h
! src/share/native/sun/font/layout/GXLayoutEngine.cpp
! src/share/native/sun/font/layout/GXLayoutEngine.h
! src/share/native/sun/font/layout/GlyphDefinitionTables.cpp
! src/share/native/sun/font/layout/GlyphDefinitionTables.h
! src/share/native/sun/font/layout/GlyphIterator.cpp
! src/share/native/sun/font/layout/GlyphIterator.h
! src/share/native/sun/font/layout/GlyphLookupTables.cpp
! src/share/native/sun/font/layout/GlyphLookupTables.h
! src/share/native/sun/font/layout/GlyphPositionAdjustments.cpp
! src/share/native/sun/font/layout/GlyphPositionAdjustments.h
! src/share/native/sun/font/layout/GlyphPositioningTables.cpp
! src/share/native/sun/font/layout/GlyphPositioningTables.h
! src/share/native/sun/font/layout/GlyphPosnLookupProc.cpp
! src/share/native/sun/font/layout/GlyphPosnLookupProc.h
! src/share/native/sun/font/layout/GlyphSubstLookupProc.cpp
! src/share/native/sun/font/layout/GlyphSubstLookupProc.h
! src/share/native/sun/font/layout/GlyphSubstitutionTables.cpp
! src/share/native/sun/font/layout/GlyphSubstitutionTables.h
! src/share/native/sun/font/layout/HanLayoutEngine.cpp
! src/share/native/sun/font/layout/HanLayoutEngine.h
! src/share/native/sun/font/layout/IndicClassTables.cpp
! src/share/native/sun/font/layout/IndicLayoutEngine.cpp
! src/share/native/sun/font/layout/IndicLayoutEngine.h
! src/share/native/sun/font/layout/IndicRearrangement.h
! src/share/native/sun/font/layout/IndicRearrangementProcessor.cpp
! src/share/native/sun/font/layout/IndicRearrangementProcessor.h
! src/share/native/sun/font/layout/IndicReordering.cpp
! src/share/native/sun/font/layout/IndicReordering.h
! src/share/native/sun/font/layout/KernTable.cpp
! src/share/native/sun/font/layout/KernTable.h
! src/share/native/sun/font/layout/KhmerLayoutEngine.cpp
! src/share/native/sun/font/layout/KhmerLayoutEngine.h
! src/share/native/sun/font/layout/KhmerReordering.cpp
! src/share/native/sun/font/layout/KhmerReordering.h
! src/share/native/sun/font/layout/LEFontInstance.cpp
! src/share/native/sun/font/layout/LEFontInstance.h
! src/share/native/sun/font/layout/LEGlyphFilter.h
! src/share/native/sun/font/layout/LEGlyphStorage.cpp
! src/share/native/sun/font/layout/LEGlyphStorage.h
! src/share/native/sun/font/layout/LEInsertionList.cpp
! src/share/native/sun/font/layout/LEInsertionList.h
! src/share/native/sun/font/layout/LELanguages.h
! src/share/native/sun/font/layout/LEScripts.h
+ src/share/native/sun/font/layout/LEStandalone.h
! src/share/native/sun/font/layout/LESwaps.h
! src/share/native/sun/font/layout/LETypes.h
! src/share/native/sun/font/layout/LayoutEngine.cpp
! src/share/native/sun/font/layout/LayoutEngine.h
! src/share/native/sun/font/layout/LayoutTables.h
! src/share/native/sun/font/layout/LigatureSubstProc.cpp
! src/share/native/sun/font/layout/LigatureSubstProc.h
! src/share/native/sun/font/layout/LigatureSubstSubtables.cpp
! src/share/native/sun/font/layout/LigatureSubstSubtables.h
! src/share/native/sun/font/layout/LigatureSubstitution.h
! src/share/native/sun/font/layout/LookupProcessor.cpp
! src/share/native/sun/font/layout/LookupProcessor.h
! src/share/native/sun/font/layout/LookupTables.cpp
! src/share/native/sun/font/layout/LookupTables.h
! src/share/native/sun/font/layout/Lookups.cpp
! src/share/native/sun/font/layout/Lookups.h
! src/share/native/sun/font/layout/MPreFixups.cpp
! src/share/native/sun/font/layout/MPreFixups.h
! src/share/native/sun/font/layout/MarkArrays.cpp
! src/share/native/sun/font/layout/MarkArrays.h
! src/share/native/sun/font/layout/MarkToBasePosnSubtables.cpp
! src/share/native/sun/font/layout/MarkToBasePosnSubtables.h
! src/share/native/sun/font/layout/MarkToLigaturePosnSubtables.cpp
! src/share/native/sun/font/layout/MarkToLigaturePosnSubtables.h
! src/share/native/sun/font/layout/MarkToMarkPosnSubtables.cpp
! src/share/native/sun/font/layout/MarkToMarkPosnSubtables.h
! src/share/native/sun/font/layout/MirroredCharData.cpp
! src/share/native/sun/font/layout/MorphStateTables.h
! src/share/native/sun/font/layout/MorphTables.cpp
! src/share/native/sun/font/layout/MorphTables.h
! src/share/native/sun/font/layout/MultipleSubstSubtables.cpp
! src/share/native/sun/font/layout/MultipleSubstSubtables.h
! src/share/native/sun/font/layout/NonContextualGlyphSubst.h
! src/share/native/sun/font/layout/NonContextualGlyphSubstProc.cpp
! src/share/native/sun/font/layout/NonContextualGlyphSubstProc.h
! src/share/native/sun/font/layout/OpenTypeLayoutEngine.cpp
! src/share/native/sun/font/layout/OpenTypeLayoutEngine.h
! src/share/native/sun/font/layout/OpenTypeTables.h
! src/share/native/sun/font/layout/OpenTypeUtilities.cpp
! src/share/native/sun/font/layout/OpenTypeUtilities.h
! src/share/native/sun/font/layout/PairPositioningSubtables.cpp
! src/share/native/sun/font/layout/PairPositioningSubtables.h
! src/share/native/sun/font/layout/ScriptAndLanguage.cpp
! src/share/native/sun/font/layout/ScriptAndLanguage.h
! src/share/native/sun/font/layout/ScriptAndLanguageTags.cpp
! src/share/native/sun/font/layout/ScriptAndLanguageTags.h
! src/share/native/sun/font/layout/SegmentArrayProcessor.cpp
! src/share/native/sun/font/layout/SegmentArrayProcessor.h
! src/share/native/sun/font/layout/SegmentSingleProcessor.cpp
! src/share/native/sun/font/layout/SegmentSingleProcessor.h
! src/share/native/sun/font/layout/ShapingTypeData.cpp
! src/share/native/sun/font/layout/SimpleArrayProcessor.cpp
! src/share/native/sun/font/layout/SimpleArrayProcessor.h
! src/share/native/sun/font/layout/SinglePositioningSubtables.cpp
! src/share/native/sun/font/layout/SinglePositioningSubtables.h
! src/share/native/sun/font/layout/SingleSubstitutionSubtables.cpp
! src/share/native/sun/font/layout/SingleSubstitutionSubtables.h
! src/share/native/sun/font/layout/SingleTableProcessor.cpp
! src/share/native/sun/font/layout/SingleTableProcessor.h
! src/share/native/sun/font/layout/StateTableProcessor.cpp
! src/share/native/sun/font/layout/StateTableProcessor.h
! src/share/native/sun/font/layout/StateTables.h
! src/share/native/sun/font/layout/SubstitutionLookups.cpp
! src/share/native/sun/font/layout/SubstitutionLookups.h
! src/share/native/sun/font/layout/SubtableProcessor.cpp
! src/share/native/sun/font/layout/SubtableProcessor.h
! src/share/native/sun/font/layout/ThaiLayoutEngine.cpp
! src/share/native/sun/font/layout/ThaiLayoutEngine.h
! src/share/native/sun/font/layout/ThaiShaping.cpp
! src/share/native/sun/font/layout/ThaiShaping.h
! src/share/native/sun/font/layout/ThaiStateTables.cpp
! src/share/native/sun/font/layout/TrimmedArrayProcessor.cpp
! src/share/native/sun/font/layout/TrimmedArrayProcessor.h
! src/share/native/sun/font/layout/ValueRecords.cpp
! src/share/native/sun/font/layout/ValueRecords.h

Changeset: 841db88c2afc
Author:    andrew
Date:      2013-07-15 20:44 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/841db88c2afc

6886358: layout code update
Reviewed-by: igor, prr, omajid

! make/sun/font/FILES_c.gmk
! src/share/classes/sun/font/FontManager.java
! src/share/native/sun/font/layout/ArabicLayoutEngine.cpp
! src/share/native/sun/font/layout/ArabicLayoutEngine.h
! src/share/native/sun/font/layout/ArabicShaping.cpp
! src/share/native/sun/font/layout/CanonData.cpp
! src/share/native/sun/font/layout/CanonShaping.h
! src/share/native/sun/font/layout/ClassDefinitionTables.cpp
! src/share/native/sun/font/layout/ContextualSubstSubtables.cpp
! src/share/native/sun/font/layout/ContextualSubstSubtables.h
! src/share/native/sun/font/layout/CoverageTables.cpp
! src/share/native/sun/font/layout/CursiveAttachmentSubtables.cpp
! src/share/native/sun/font/layout/DeviceTables.cpp
! src/share/native/sun/font/layout/ExtensionSubtables.cpp
! src/share/native/sun/font/layout/ExtensionSubtables.h
! src/share/native/sun/font/layout/Features.cpp
! src/share/native/sun/font/layout/GXLayoutEngine.cpp
! src/share/native/sun/font/layout/GXLayoutEngine.h
! src/share/native/sun/font/layout/GlyphIterator.cpp
! src/share/native/sun/font/layout/GlyphIterator.h
! src/share/native/sun/font/layout/GlyphPositionAdjustments.cpp
! src/share/native/sun/font/layout/GlyphPositionAdjustments.h
! src/share/native/sun/font/layout/GlyphPositioningTables.cpp
! src/share/native/sun/font/layout/GlyphPositioningTables.h
! src/share/native/sun/font/layout/GlyphPosnLookupProc.cpp
! src/share/native/sun/font/layout/GlyphPosnLookupProc.h
! src/share/native/sun/font/layout/GlyphSubstLookupProc.cpp
! src/share/native/sun/font/layout/GlyphSubstLookupProc.h
! src/share/native/sun/font/layout/GlyphSubstitutionTables.cpp
! src/share/native/sun/font/layout/GlyphSubstitutionTables.h
! src/share/native/sun/font/layout/HanLayoutEngine.cpp
! src/share/native/sun/font/layout/HanLayoutEngine.h
+ src/share/native/sun/font/layout/HangulLayoutEngine.cpp
+ src/share/native/sun/font/layout/HangulLayoutEngine.h
- src/share/native/sun/font/layout/HebrewLigatureData.cpp
- src/share/native/sun/font/layout/HebrewShaping.cpp
- src/share/native/sun/font/layout/HebrewShaping.h
+ src/share/native/sun/font/layout/ICUFeatures.h
! src/share/native/sun/font/layout/IndicClassTables.cpp
! src/share/native/sun/font/layout/IndicLayoutEngine.cpp
! src/share/native/sun/font/layout/IndicLayoutEngine.h
! src/share/native/sun/font/layout/IndicReordering.cpp
! src/share/native/sun/font/layout/IndicReordering.h
! src/share/native/sun/font/layout/KernTable.cpp
! src/share/native/sun/font/layout/KhmerLayoutEngine.cpp
! src/share/native/sun/font/layout/KhmerLayoutEngine.h
! src/share/native/sun/font/layout/KhmerReordering.cpp
! src/share/native/sun/font/layout/LEFontInstance.cpp
! src/share/native/sun/font/layout/LEFontInstance.h
! src/share/native/sun/font/layout/LEGlyphStorage.cpp
! src/share/native/sun/font/layout/LEGlyphStorage.h
! src/share/native/sun/font/layout/LEInsertionList.cpp
! src/share/native/sun/font/layout/LEInsertionList.h
! src/share/native/sun/font/layout/LELanguages.h
! src/share/native/sun/font/layout/LEScripts.h
! src/share/native/sun/font/layout/LEStandalone.h
! src/share/native/sun/font/layout/LESwaps.h
! src/share/native/sun/font/layout/LETypes.h
! src/share/native/sun/font/layout/LayoutEngine.cpp
! src/share/native/sun/font/layout/LayoutEngine.h
! src/share/native/sun/font/layout/LigatureSubstSubtables.cpp
! src/share/native/sun/font/layout/LookupProcessor.cpp
! src/share/native/sun/font/layout/LookupProcessor.h
! src/share/native/sun/font/layout/MPreFixups.cpp
! src/share/native/sun/font/layout/MPreFixups.h
! src/share/native/sun/font/layout/MarkToBasePosnSubtables.cpp
! src/share/native/sun/font/layout/MultipleSubstSubtables.cpp
! src/share/native/sun/font/layout/MultipleSubstSubtables.h
! src/share/native/sun/font/layout/OpenTypeLayoutEngine.cpp
! src/share/native/sun/font/layout/OpenTypeLayoutEngine.h
! src/share/native/sun/font/layout/OpenTypeTables.h
! src/share/native/sun/font/layout/OpenTypeUtilities.cpp
! src/share/native/sun/font/layout/PairPositioningSubtables.cpp
! src/share/native/sun/font/layout/ScriptAndLanguage.cpp
! src/share/native/sun/font/layout/ScriptAndLanguageTags.cpp
! src/share/native/sun/font/layout/ScriptAndLanguageTags.h
! src/share/native/sun/font/layout/SegmentArrayProcessor.cpp
! src/share/native/sun/font/layout/ShapingTypeData.cpp
! src/share/native/sun/font/layout/SubstitutionLookups.cpp
! src/share/native/sun/font/layout/SubstitutionLookups.h
! src/share/native/sun/font/layout/ThaiLayoutEngine.cpp
! src/share/native/sun/font/layout/ThaiLayoutEngine.h
+ src/share/native/sun/font/layout/TibetanLayoutEngine.cpp
+ src/share/native/sun/font/layout/TibetanLayoutEngine.h
+ src/share/native/sun/font/layout/TibetanReordering.cpp
+ src/share/native/sun/font/layout/TibetanReordering.h
+ test/java/awt/font/TextLayout/TestOldHangul.java
+ test/java/awt/font/TextLayout/TestTibetan.java

Changeset: b6ed79d977dc
Author:    andrew
Date:      2013-07-15 20:46 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/b6ed79d977dc

8001031: Better font processing.
Reviewed-by: vadim, prr, mschoene, omajid

! src/share/native/sun/font/FontInstanceAdapter.cpp
! src/share/native/sun/font/FontInstanceAdapter.h
! src/share/native/sun/font/fontscalerdefs.h
! src/share/native/sun/font/layout/AlternateSubstSubtables.cpp
! src/share/native/sun/font/layout/AlternateSubstSubtables.h
! src/share/native/sun/font/layout/ArabicLayoutEngine.cpp
! src/share/native/sun/font/layout/ArabicLayoutEngine.h
! src/share/native/sun/font/layout/ArabicShaping.cpp
! src/share/native/sun/font/layout/ArabicShaping.h
! src/share/native/sun/font/layout/AttachmentPosnSubtables.h
! src/share/native/sun/font/layout/CanonData.cpp
! src/share/native/sun/font/layout/CanonShaping.cpp
! src/share/native/sun/font/layout/CanonShaping.h
! src/share/native/sun/font/layout/ClassDefinitionTables.cpp
! src/share/native/sun/font/layout/ClassDefinitionTables.h
! src/share/native/sun/font/layout/ContextualGlyphSubstProc.cpp
! src/share/native/sun/font/layout/ContextualGlyphSubstProc.h
! src/share/native/sun/font/layout/ContextualSubstSubtables.cpp
! src/share/native/sun/font/layout/ContextualSubstSubtables.h
! src/share/native/sun/font/layout/CoverageTables.h
! src/share/native/sun/font/layout/CursiveAttachmentSubtables.cpp
! src/share/native/sun/font/layout/CursiveAttachmentSubtables.h
! src/share/native/sun/font/layout/DeviceTables.h
! src/share/native/sun/font/layout/ExtensionSubtables.cpp
! src/share/native/sun/font/layout/Features.cpp
! src/share/native/sun/font/layout/GDEFMarkFilter.cpp
! src/share/native/sun/font/layout/GDEFMarkFilter.h
! src/share/native/sun/font/layout/GXLayoutEngine.cpp
! src/share/native/sun/font/layout/GXLayoutEngine.h
! src/share/native/sun/font/layout/GlyphDefinitionTables.cpp
! src/share/native/sun/font/layout/GlyphDefinitionTables.h
! src/share/native/sun/font/layout/GlyphIterator.cpp
! src/share/native/sun/font/layout/GlyphIterator.h
! src/share/native/sun/font/layout/GlyphLookupTables.cpp
! src/share/native/sun/font/layout/GlyphLookupTables.h
! src/share/native/sun/font/layout/GlyphPositioningTables.cpp
! src/share/native/sun/font/layout/GlyphPositioningTables.h
! src/share/native/sun/font/layout/GlyphPosnLookupProc.cpp
! src/share/native/sun/font/layout/GlyphPosnLookupProc.h
! src/share/native/sun/font/layout/GlyphSubstLookupProc.cpp
! src/share/native/sun/font/layout/GlyphSubstLookupProc.h
! src/share/native/sun/font/layout/GlyphSubstitutionTables.cpp
! src/share/native/sun/font/layout/GlyphSubstitutionTables.h
! src/share/native/sun/font/layout/HanLayoutEngine.cpp
! src/share/native/sun/font/layout/HanLayoutEngine.h
! src/share/native/sun/font/layout/HangulLayoutEngine.cpp
! src/share/native/sun/font/layout/HangulLayoutEngine.h
! src/share/native/sun/font/layout/ICUFeatures.h
! src/share/native/sun/font/layout/IndicLayoutEngine.cpp
! src/share/native/sun/font/layout/IndicLayoutEngine.h
! src/share/native/sun/font/layout/IndicRearrangementProcessor.cpp
! src/share/native/sun/font/layout/IndicRearrangementProcessor.h
! src/share/native/sun/font/layout/IndicReordering.cpp
! src/share/native/sun/font/layout/KernTable.cpp
! src/share/native/sun/font/layout/KernTable.h
! src/share/native/sun/font/layout/KhmerLayoutEngine.cpp
! src/share/native/sun/font/layout/KhmerLayoutEngine.h
! src/share/native/sun/font/layout/LEFontInstance.h
! src/share/native/sun/font/layout/LEScripts.h
+ src/share/native/sun/font/layout/LETableReference.h
! src/share/native/sun/font/layout/LETypes.h
! src/share/native/sun/font/layout/LayoutEngine.cpp
! src/share/native/sun/font/layout/LayoutEngine.h
! src/share/native/sun/font/layout/LigatureSubstProc.cpp
! src/share/native/sun/font/layout/LigatureSubstProc.h
! src/share/native/sun/font/layout/LigatureSubstSubtables.cpp
! src/share/native/sun/font/layout/LigatureSubstSubtables.h
! src/share/native/sun/font/layout/LookupProcessor.cpp
! src/share/native/sun/font/layout/LookupProcessor.h
! src/share/native/sun/font/layout/LookupTables.cpp
! src/share/native/sun/font/layout/LookupTables.h
! src/share/native/sun/font/layout/Lookups.cpp
! src/share/native/sun/font/layout/Lookups.h
! src/share/native/sun/font/layout/MarkArrays.h
! src/share/native/sun/font/layout/MarkToBasePosnSubtables.cpp
! src/share/native/sun/font/layout/MarkToBasePosnSubtables.h
! src/share/native/sun/font/layout/MarkToLigaturePosnSubtables.cpp
! src/share/native/sun/font/layout/MarkToLigaturePosnSubtables.h
! src/share/native/sun/font/layout/MarkToMarkPosnSubtables.cpp
! src/share/native/sun/font/layout/MarkToMarkPosnSubtables.h
! src/share/native/sun/font/layout/MorphTables.cpp
! src/share/native/sun/font/layout/MorphTables.h
! src/share/native/sun/font/layout/MultipleSubstSubtables.cpp
! src/share/native/sun/font/layout/MultipleSubstSubtables.h
! src/share/native/sun/font/layout/NonContextualGlyphSubstProc.cpp
! src/share/native/sun/font/layout/NonContextualGlyphSubstProc.h
! src/share/native/sun/font/layout/OpenTypeLayoutEngine.cpp
! src/share/native/sun/font/layout/OpenTypeLayoutEngine.h
! src/share/native/sun/font/layout/OpenTypeTables.h
! src/share/native/sun/font/layout/OpenTypeUtilities.cpp
! src/share/native/sun/font/layout/OpenTypeUtilities.h
! src/share/native/sun/font/layout/PairPositioningSubtables.cpp
! src/share/native/sun/font/layout/PairPositioningSubtables.h
! src/share/native/sun/font/layout/ScriptAndLanguage.cpp
! src/share/native/sun/font/layout/ScriptAndLanguage.h
! src/share/native/sun/font/layout/SegmentArrayProcessor.cpp
! src/share/native/sun/font/layout/SegmentArrayProcessor.h
! src/share/native/sun/font/layout/SegmentSingleProcessor.cpp
! src/share/native/sun/font/layout/SegmentSingleProcessor.h
! src/share/native/sun/font/layout/ShapingTypeData.cpp
! src/share/native/sun/font/layout/SimpleArrayProcessor.cpp
! src/share/native/sun/font/layout/SimpleArrayProcessor.h
! src/share/native/sun/font/layout/SinglePositioningSubtables.cpp
! src/share/native/sun/font/layout/SinglePositioningSubtables.h
! src/share/native/sun/font/layout/SingleSubstitutionSubtables.cpp
! src/share/native/sun/font/layout/SingleSubstitutionSubtables.h
! src/share/native/sun/font/layout/SingleTableProcessor.cpp
! src/share/native/sun/font/layout/SingleTableProcessor.h
! src/share/native/sun/font/layout/StateTableProcessor.cpp
! src/share/native/sun/font/layout/StateTableProcessor.h
! src/share/native/sun/font/layout/StateTables.h
! src/share/native/sun/font/layout/SubtableProcessor.cpp
! src/share/native/sun/font/layout/SubtableProcessor.h
! src/share/native/sun/font/layout/ThaiLayoutEngine.cpp
! src/share/native/sun/font/layout/TibetanLayoutEngine.cpp
! src/share/native/sun/font/layout/TibetanLayoutEngine.h
! src/share/native/sun/font/layout/TrimmedArrayProcessor.cpp
! src/share/native/sun/font/layout/TrimmedArrayProcessor.h
! src/share/native/sun/font/layout/ValueRecords.h
! src/share/native/sun/font/sunFont.c

Changeset: 56ae0499c03d
Author:    andrew
Date:      2013-07-15 21:07 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/56ae0499c03d

7017324: Kerning crash in JDK 7 since ICU layout update
Reviewed-by: igor, prr, omajid

! src/share/native/sun/font/layout/KernTable.cpp
+ test/java/awt/font/TextLayout/KernCrash.java

Changeset: 5d2de56395ab
Author:    andrew
Date:      2013-07-15 21:08 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/5d2de56395ab

8001040: Rework RMI model
Reviewed-by: alanb, ahgross, coffeys, dmocek, omajid

! src/share/classes/sun/rmi/server/MarshalInputStream.java
! test/java/rmi/registry/classPathCodebase/ClassPathCodebase.java
! test/java/rmi/registry/readTest/readTest.sh
! test/java/rmi/server/RMIClassLoader/downloadArrayClass/DownloadArrayClass.java
! test/java/rmi/server/RMIClassLoader/downloadArrayClass/security.policy
! test/java/rmi/server/RMIClassLoader/loadProxyClasses/LoadProxyClasses.java
! test/java/rmi/testlibrary/RMID.java

Changeset: 5815f2a81882
Author:    dfuchs
Date:      2013-07-15 20:49 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/5815f2a81882

8001322: Refactor deserialization
Reviewed-by: mchung, skoivu, smarks, omajid

! src/share/classes/java/io/ObjectInputStream.java

Changeset: 5e77f1560dd4
Author:    dmocek
Date:      2013-07-15 20:49 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/5e77f1560dd4

8001329: Augment RMI logging
Reviewed-by: smarks, hawtin, alanb

! src/share/classes/java/rmi/server/LogStream.java

Changeset: a5d98f521ce6
Author:    chegar
Date:      2013-07-15 20:50 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/a5d98f521ce6

8003335: Better handling of Finalizer thread
Reviewed-by: alanb, ahgross

! src/share/classes/java/lang/ref/Finalizer.java

Changeset: c2d3dcb3ffe9
Author:    andrew
Date:      2013-07-15 20:50 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/c2d3dcb3ffe9

8003445: Adjust JAX-WS to focus on API
Reviewed-by: vinnie, ahgross, mgrebac, omajid

! src/share/lib/security/java.security
! src/share/lib/security/java.security-solaris
! src/share/lib/security/java.security-windows

Changeset: 3b4103839219
Author:    andrew
Date:      2013-07-15 21:09 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/3b4103839219

8004261: Improve input validation
Reviewed-by: art, mschoene, amenkov, omajid

! src/share/classes/com/sun/media/sound/AbstractMidiDevice.java
! src/share/classes/com/sun/media/sound/FastShortMessage.java
! src/share/classes/com/sun/media/sound/FastSysexMessage.java
! src/share/classes/com/sun/media/sound/MidiOutDevice.java
! src/share/classes/com/sun/media/sound/RealTimeSequencer.java

Changeset: 2e1f29531fe6
Author:    andrew
Date:      2013-07-15 21:12 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/2e1f29531fe6

8005432: Update access to JAX-WS
Summary: newly restricted the whole package com.sun.xml.internal; fix reviewed also by Alexander Fomin
Reviewed-by: mullan, skoivu, omajid

! src/share/lib/security/java.security
! src/share/lib/security/java.security-solaris
! src/share/lib/security/java.security-windows

Changeset: 6261113c0934
Author:    andrew
Date:      2013-07-15 21:13 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/6261113c0934

8005943: (process) Improved Runtime.exec
Reviewed-by: alanb, ahgross, omajid

! src/share/classes/java/lang/ProcessBuilder.java
! src/windows/classes/java/lang/ProcessImpl.java

Changeset: 730b11efab7a
Author:    andrew
Date:      2013-07-15 21:13 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/730b11efab7a

8006435: Improvements in JMX
Summary: Improvements in JMX
Reviewed-by: dfuchs, skoivu, omajid

! src/share/classes/com/sun/jmx/mbeanserver/MBeanInstantiator.java
! src/share/classes/sun/reflect/misc/ReflectUtil.java

Changeset: 78ffd3d860ac
Author:    andrew
Date:      2013-07-15 21:14 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/78ffd3d860ac

8006790: Improve checking for windows
Reviewed-by: art, mschoene, omajid

! src/share/classes/java/awt/Window.java
! src/share/classes/java/awt/peer/WindowPeer.java
! src/share/classes/sun/awt/EmbeddedFrame.java
! src/solaris/classes/sun/awt/X11/XWindowPeer.java
! src/solaris/classes/sun/awt/motif/MWindowPeer.java
! src/windows/classes/sun/awt/windows/WFileDialogPeer.java
! src/windows/classes/sun/awt/windows/WPrintDialogPeer.java
! src/windows/classes/sun/awt/windows/WWindowPeer.java

Changeset: f699024be0cd
Author:    andrew
Date:      2013-07-15 21:15 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/f699024be0cd

8006795: Improve font warning messages
Reviewed-by: bae, jgodinez, mschoene

! src/share/classes/sun/font/CMap.java

Changeset: 2ffebbf60bdc
Author:    andrew
Date:      2013-07-15 21:15 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/2ffebbf60bdc

8007406: Improve accessibility of AccessBridge
Reviewed-by: skoivu, mullan, ptbrunet, omajid

! src/share/lib/security/java.security-windows

Changeset: 6ae6f2090087
Author:    bae
Date:      2013-07-15 21:16 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/6ae6f2090087

8007617: Better validation of images
Reviewed-by: prr, jgodinez, omajid

! src/share/classes/sun/awt/image/ImageRepresentation.java
! src/share/native/sun/awt/image/awt_ImageRep.c

Changeset: 6f639ae1a931
Author:    bae
Date:      2013-07-15 21:17 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/6f639ae1a931

8007667: Better image reading
Reviewed-by: prr, jgodinez, omajid

! src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageReader.java
! src/share/native/sun/awt/image/jpeg/imageioJPEG.c

Changeset: b737a9b35053
Author:    bae
Date:      2013-07-15 21:18 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/b737a9b35053

8007918: Better image writing
Reviewed-by: prr, jgodinez, omajid

! src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageWriter.java
! src/share/native/sun/awt/image/jpeg/imageioJPEG.c

Changeset: ec32c4d00a7b
Author:    dfuchs
Date:      2013-07-15 21:18 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/ec32c4d00a7b

8009305: Improve AWT data transfer
Reviewed-by: art, skoivu, smarks, ant, omajid

! src/share/classes/sun/awt/datatransfer/TransferableProxy.java

Changeset: ff895779f48e
Author:    lancea
Date:      2013-07-15 21:19 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/ff895779f48e

8009814: Better driver management
Reviewed-by: alanb, skoivu, omajid

! src/share/classes/java/sql/DriverManager.java

Changeset: 1a0501c10b17
Author:    smarks
Date:      2013-07-15 21:20 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/1a0501c10b17

8009857: Problem with plugin
Reviewed-by: jdn, mchung, omajid

! src/share/classes/sun/reflect/misc/MethodUtil.java



More information about the jdk6-dev mailing list