hg: jdk8/tl/jdk: 8007379: Base64.getMimeDecoder().decode() throws IAE for a non-base64 character after padding; ...

2013-04-02 Thread xueming . shen
Changeset: e6c3b8e74e50
Author:sherman
Date:  2013-04-02 10:12 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e6c3b8e74e50

8007379: Base64.getMimeDecoder().decode() throws IAE for a non-base64 character 
after padding
8008925: Base64.getMimeDecoder().decode() does not ignore padding chars
Summary: updated implementation and spec for corner cases.
Reviewed-by: alanb

! src/share/classes/java/util/Base64.java
! test/java/util/Base64/TestBase64.java



hg: jdk8/tl/nashorn: 2 new changesets

2013-04-02 Thread sundararajan . athijegannathan
Changeset: 3e4369fb810b
Author:hannesw
Date:  2013-04-02 13:55 +0200
URL:   http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/3e4369fb810b

8011219: Regression with recent PropertyMap history changes
Reviewed-by: jlaskey, lagergren

! src/jdk/nashorn/internal/runtime/PropertyMap.java

Changeset: 5362d96d5915
Author:sundar
Date:  2013-04-02 17:40 +0530
URL:   http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/5362d96d5915

8011209: Object.getOwnPropertyDescriptor(function(){use 
strict},caller).get.length is not 0
Reviewed-by: lagergren, hannesw, jlaskey

! src/jdk/nashorn/internal/objects/ScriptFunctionImpl.java
+ test/script/basic/JDK-8011209.js



hg: jdk8/tl/jdk: 8009558: linked_md.c::dll_build_name can get stuck in an infinite loop

2013-04-02 Thread staffan . larsen
Changeset: f1b89d4cce82
Author:sla
Date:  2013-04-02 10:32 +0200
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f1b89d4cce82

8009558: linked_md.c::dll_build_name can get stuck in an infinite loop
Reviewed-by: alanb, sspitsyn

! src/share/back/export/sys.h
! src/share/back/transport.c
! src/share/demo/jvmti/hprof/hprof_md.h
! src/solaris/back/linker_md.c
! src/solaris/demo/jvmti/hprof/hprof_md.c
! src/windows/back/linker_md.c
! src/windows/demo/jvmti/hprof/hprof_md.c



hg: jdk8/tl/jaxws: 4 new changesets

2013-04-02 Thread lana . steuck
Changeset: a1dcc0d83da1
Author:katleman
Date:  2013-03-21 10:43 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/a1dcc0d83da1

Added tag jdk8-b82 for changeset d8d8032d02d7

! .hgtags

Changeset: 54c29eb352e7
Author:katleman
Date:  2013-03-28 10:54 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/54c29eb352e7

Added tag jdk8-b83 for changeset a1dcc0d83da1

! .hgtags

Changeset: 2476e1f2afa5
Author:lana
Date:  2013-03-26 12:00 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/2476e1f2afa5

Merge


Changeset: 5773e3fc8380
Author:lana
Date:  2013-04-01 21:35 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/5773e3fc8380

Merge




hg: jdk8/tl/hotspot: 53 new changesets

2013-04-02 Thread lana . steuck
Changeset: 4f7380dca47e
Author:katleman
Date:  2013-03-21 10:42 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/4f7380dca47e

Added tag jdk8-b82 for changeset 3db4ab0e12f4

! .hgtags

Changeset: 7ae04e71af90
Author:amurillo
Date:  2013-03-15 11:44 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/7ae04e71af90

8010105: new hotspot build - hs25-b24
Reviewed-by: jcoomes

! make/hotspot_version

Changeset: 39432a1cefdd
Author:minqi
Date:  2013-03-14 00:33 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/39432a1cefdd

8003348: SA can not read core file on OS
Summary: Macosx uses Mach-O file format for binary files, not ELF format. 
Currently SA works on core files on other platforms, t his change enables SA 
work on core file generated on Darwin.
Reviewed-by: sla, sspitsyn
Contributed-by: yumin...@oracle.com

! agent/src/os/bsd/MacosxDebuggerLocal.m
! agent/src/os/bsd/Makefile
! agent/src/os/bsd/libproc.h
! agent/src/os/bsd/libproc_impl.c
! agent/src/os/bsd/libproc_impl.h
! agent/src/os/bsd/ps_core.c
! agent/src/os/bsd/symtab.c
! agent/src/os/bsd/symtab.h
! agent/src/share/classes/sun/jvm/hotspot/BsdVtblAccess.java
! agent/src/share/classes/sun/jvm/hotspot/CommandProcessor.java
! agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java
! agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdDebuggerLocal.java
! agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThread.java
! agent/src/share/classes/sun/jvm/hotspot/runtime/JavaThread.java
! agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java
! agent/src/share/classes/sun/jvm/hotspot/tools/PStack.java
! agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java
! agent/src/share/native/sadis.c
! make/bsd/makefiles/saproc.make

Changeset: 1fc4d4768b90
Author:coleenp
Date:  2013-03-15 17:24 -0400
URL:   http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/1fc4d4768b90

8007725: NPG: Klass::restore_unshareable_info() triggers 
assert(k-java_mirror() == NULL)
Summary: Check for exception during 
SystemDictionary::resolve_instance_class_or_null() and clean up.
Reviewed-by: coleenp, acorn, hseigel, minqi
Contributed-by: ioi@oracle.com

! src/share/vm/classfile/classLoaderData.cpp
! src/share/vm/classfile/systemDictionary.cpp
! src/share/vm/classfile/systemDictionary.hpp
! src/share/vm/oops/klass.cpp
! src/share/vm/oops/method.cpp

Changeset: 82f49e8e2c28
Author:zgu
Date:  2013-03-15 11:53 -0400
URL:   http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/82f49e8e2c28

8009614: nsk/split_verifier/stress/ifelse/ifelse002_30 fails with 'assert((size 
 (granularity - 1)) == 0) failed: size not aligned to 
os::vm_allocation_granularity()
Summary: Align up vm allocation size to os defined granularity
Reviewed-by: dholmes, coleenp

! src/share/vm/memory/metaspace.cpp

Changeset: 919a5f9f36a9
Author:zgu
Date:  2013-03-15 17:12 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/919a5f9f36a9

Merge


Changeset: 82ab039b9680
Author:dcubed
Date:  2013-03-17 08:57 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/82ab039b9680

Merge

! src/share/vm/memory/metaspace.cpp

Changeset: 117bb0519114
Author:sla
Date:  2013-03-19 13:41 +0100
URL:   http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/117bb0519114

8009456: SA: typeToVtbl of BasicTypeDataBase should not be static
Reviewed-by: coleenp, sla
Contributed-by: yunda@taobao.com

! agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicTypeDataBase.java

Changeset: 686916dc0439
Author:sla
Date:  2013-03-19 13:44 +0100
URL:   http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/686916dc0439

8009457: SA: A small fix on scanoops command in CLHSDB
Reviewed-by: sla, coleenp, kmo
Contributed-by: yunda@taobao.com

! agent/src/share/classes/sun/jvm/hotspot/CommandProcessor.java

Changeset: 9960dce2024f
Author:kmo
Date:  2013-03-14 13:22 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/9960dce2024f

8010116: Abstract_VM_Version::internal_vm_info_string() should recognize VS2010 
and VS2012
Summary: add cases for _MSC_VER == 1600 and 1700
Reviewed-by: zgu

! src/share/vm/runtime/vm_version.cpp

Changeset: a40807924950
Author:kmo
Date:  2013-03-14 16:17 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/a40807924950

Merge


Changeset: f3d486462d36
Author:morris
Date:  2013-03-15 18:44 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/f3d486462d36

Merge


Changeset: 96ef09c26978
Author:morris
Date:  2013-03-16 07:39 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/96ef09c26978

8009166: [parfait] Null pointer deference in hotspot/src/share/vm/opto/type.cpp
Summary: add guarantee() to as_instance_type()
Reviewed-by: kvn, twisti

! src/share/vm/opto/type.cpp

Changeset: 8b4ce9870fd6
Author:morris
Date:  2013-03-16 07:39 -0700
URL:   

hg: jdk8/tl/corba: 4 new changesets

2013-04-02 Thread lana . steuck
Changeset: a45bb25a67c7
Author:katleman
Date:  2013-03-21 10:42 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/corba/rev/a45bb25a67c7

Added tag jdk8-b82 for changeset 48e1bc77004d

! .hgtags

Changeset: 14f1babaf548
Author:katleman
Date:  2013-03-28 10:53 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/corba/rev/14f1babaf548

Added tag jdk8-b83 for changeset a45bb25a67c7

! .hgtags

Changeset: 7d7a009d5fbd
Author:lana
Date:  2013-03-26 12:00 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/corba/rev/7d7a009d5fbd

Merge


Changeset: 928f8b888deb
Author:lana
Date:  2013-04-01 21:34 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/corba/rev/928f8b888deb

Merge




hg: jdk8/tl/jdk: 18 new changesets

2013-04-02 Thread lana . steuck
Changeset: 624bcb480006
Author:omajid
Date:  2013-03-18 10:46 -0400
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/624bcb480006

8010030: Allow configure to detect if EC implementation is present
Reviewed-by: andrew, dholmes

! makefiles/CompileNativeLibraries.gmk

Changeset: cdcd4512c6f1
Author:katleman
Date:  2013-03-21 10:43 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/cdcd4512c6f1

Added tag jdk8-b82 for changeset 624bcb480006

! .hgtags

Changeset: 6782f2c46bca
Author:wetmore
Date:  2013-03-21 16:31 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6782f2c46bca

8009517: new code changes causing errors in old build (-Werror) environment
Reviewed-by: mduigou

! make/com/sun/org/apache/xml/Makefile
! make/javax/others/Makefile

Changeset: ac519af51769
Author:dcherepanov
Date:  2013-03-27 08:32 +0400
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ac519af51769

Merge


Changeset: 8cc500af2454
Author:katleman
Date:  2013-03-28 10:55 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8cc500af2454

Added tag jdk8-b83 for changeset ac519af51769

! .hgtags

Changeset: 07acfb90700b
Author:malenkov
Date:  2013-03-14 12:15 +0400
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/07acfb90700b

8000183: 7163696: JCK Swing interactive test JScrollBarTest0013 fails with 
Nimbus and GTK LFs
Reviewed-by: alexsch, serb

! src/share/classes/javax/swing/plaf/synth/SynthScrollBarUI.java
+ test/javax/swing/JScrollBar/7163696/Test7163696.java

Changeset: d4e1c5803a59
Author:alexsch
Date:  2013-03-15 17:02 +0400
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d4e1c5803a59

8009221: [macosx] Two closed/javax/swing regression tests fail on MacOSX.
Reviewed-by: serb, alexp

+ test/javax/swing/JMenu/4515762/bug4515762.java
+ test/javax/swing/JRootPane/4670486/bug4670486.java
! test/javax/swing/regtesthelpers/Util.java

Changeset: 2725b8a783e7
Author:lana
Date:  2013-03-15 16:39 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2725b8a783e7

Merge

- make/tools/javazic/Makefile
- make/tools/src/build/tools/javazic/BackEnd.java
- make/tools/src/build/tools/javazic/Checksum.java
- make/tools/src/build/tools/javazic/DayOfWeek.java
- make/tools/src/build/tools/javazic/Gen.java
- make/tools/src/build/tools/javazic/GenDoc.java
- make/tools/src/build/tools/javazic/Main.java
- make/tools/src/build/tools/javazic/Mappings.java
- make/tools/src/build/tools/javazic/Month.java
- make/tools/src/build/tools/javazic/Rule.java
- make/tools/src/build/tools/javazic/RuleDay.java
- make/tools/src/build/tools/javazic/RuleRec.java
- make/tools/src/build/tools/javazic/Simple.java
- make/tools/src/build/tools/javazic/Time.java
- make/tools/src/build/tools/javazic/Timezone.java
- make/tools/src/build/tools/javazic/Zone.java
- make/tools/src/build/tools/javazic/ZoneRec.java
- make/tools/src/build/tools/javazic/Zoneinfo.java
- src/share/classes/java/lang/annotation/InvalidContainerAnnotationError.java
- src/share/classes/java/util/function/Block.java
- src/share/classes/java/util/function/DoubleBlock.java
- src/share/classes/java/util/function/IntBlock.java
- src/share/classes/java/util/function/LongBlock.java
- src/share/classes/sun/security/util/KeyLength.java
- test/javax/script/RhinoExceptionTest.java

Changeset: 4bf5a5a72664
Author:serb
Date:  2013-03-18 22:10 +0400
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4bf5a5a72664

8000435: [macosx] Button painting error under Java 7 on Mac
Reviewed-by: denis, alexsch

! src/macosx/classes/com/apple/laf/AquaButtonBorder.java
! src/macosx/classes/com/apple/laf/AquaButtonExtendedTypes.java

Changeset: af6049edac00
Author:kshefov
Date:  2013-03-19 17:51 +0400
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/af6049edac00

8009881: TEST_BUG: javax/swing/JTree/8004298/bug8004298.java should be modified
Reviewed-by: serb, alexsch

! test/javax/swing/JTree/8004298/bug8004298.java

Changeset: 4e15c3e56315
Author:kshefov
Date:  2013-03-20 14:02 +0400
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4e15c3e56315

8009880: TEST_BUG: Test java/beans/Introspector/TestTypeResolver.java should be 
modified again
Reviewed-by: malenkov, alexsch

! test/java/beans/Introspector/TestTypeResolver.java

Changeset: 87001c7bb678
Author:alitvinov
Date:  2013-03-20 20:41 +0400
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/87001c7bb678

6550588: java.awt.Desktop cannot open file with Windows UNC filename
Reviewed-by: art, uta

! src/windows/classes/sun/awt/windows/WDesktopPeer.java
! src/windows/native/sun/windows/awt_Desktop.cpp
+ test/java/awt/Desktop/OpenByUNCPathNameTest/OpenByUNCPathNameTest.java

Changeset: ef948ef2b58f
Author:alexsch
Date:  2013-03-21 16:50 +0400
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ef948ef2b58f

8007146: [macosx] Setting a display mode crashes JDK under VNC
Reviewed-by: serb

! 

hg: jdk8/tl: 8011342: hgforest.sh : 'python --version' not supported on older python

2013-04-02 Thread mike . duigou
Changeset: 7320922b694e
Author:mduigou
Date:  2013-04-02 14:56 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/rev/7320922b694e

8011342: hgforest.sh : 'python --version' not supported on older python
Reviewed-by: wetmore

! common/bin/hgforest.sh