hg: jdk8/tl/jdk: 23 new changesets

2013-06-04 Thread lana . steuck
Changeset: 93de1ab38793 Author:jchen Date: 2013-05-17 10:04 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/93de1ab38793 8003444: Fix potential NULL pointer dereference Reviewed-by: jgodinez, prr ! src/share/native/sun/java2d/cmm/lcms/cmscgats.c ! src/share/native/sun/java2d/

hg: jdk8/tl/jaxp: 3 new changesets

2013-06-04 Thread lana . steuck
Changeset: 627c265d6e0c Author:lana Date: 2013-05-29 16:57 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/627c265d6e0c Merge - src/com/sun/org/apache/xerces/internal/xinclude/ObjectFactory.java - src/com/sun/org/apache/xml/internal/serialize/ObjectFactory.java Changeset: d

hg: jdk8/tl/langtools: 3 new changesets

2013-06-04 Thread lana . steuck
Changeset: 18943a1b7a47 Author:lana Date: 2013-05-29 16:59 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/18943a1b7a47 Merge - test/tools/javac/HiddenAbstractMethod/Test - test/tools/javac/NonAmbiguousField/Test Changeset: 2c5a568ee36e Author:lana Date: 2013-

hg: jdk8/tl: 3 new changesets

2013-06-04 Thread lana . steuck
Changeset: 78852ce176db Author:jqzuo Date: 2013-05-28 20:03 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/rev/78852ce176db 8014762: Add JMC configure option mapping to Jprt.gmk Summary: Need to add the mapping between JPRT env var and configure flag for JMC, from ALT_JMC_ZIP_DIR to

hg: jdk8/tl/nashorn: 3 new changesets

2013-06-04 Thread lana . steuck
Changeset: 4463e94d9b0d Author:lana Date: 2013-05-29 16:59 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/4463e94d9b0d Merge - src/jdk/nashorn/internal/runtime/options/ValueOption.java - src/jdk/nashorn/internal/runtime/regexp/DefaultRegExp.java - src/jdk/nashorn/interna

hg: jdk8/tl/jdk: 8014097: add doPrivileged methods with limited privilege scope

2013-06-04 Thread mandy . chung
Changeset: bd84bad9ee99 Author:jdn Date: 2013-06-04 15:33 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bd84bad9ee99 8014097: add doPrivileged methods with limited privilege scope Reviewed-by: mchung ! src/share/classes/java/security/AccessControlContext.java ! src/share/cl

hg: jdk8/tl/jdk: 8005704: Update ConcurrentHashMap to v8

2013-06-04 Thread chris . hegarty
Changeset: d6401129327e Author:dl Date: 2013-06-04 21:59 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d6401129327e 8005704: Update ConcurrentHashMap to v8 Reviewed-by: chegar, mduigou ! src/share/classes/java/util/concurrent/ConcurrentHashMap.java

hg: jdk8/tl/langtools: 8004643: Reduce javac space overhead introduced with compiler support for repeating annotations

2013-06-04 Thread jonathan . gibbons
Changeset: 8fb68f73d4b1 Author:jjg Date: 2013-06-04 14:17 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/8fb68f73d4b1 8004643: Reduce javac space overhead introduced with compiler support for repeating annotations Reviewed-by: mcimadamore, jfranck ! src/share/classes/

hg: jdk8/tl/jdk: 8015856: Remove java/lang/instrument/IsModifiableClassAgent.java from ProblemList.txt

2013-06-04 Thread staffan . larsen
Changeset: 25cf25fb8c68 Author:sla Date: 2013-06-04 09:45 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/25cf25fb8c68 8015856: Remove java/lang/instrument/IsModifiableClassAgent.java from ProblemList.txt Reviewed-by: dholmes ! test/ProblemList.txt

Re: hg: jdk8/tl/jdk: 8014383: StringJoiner example in class description not in sync with streams API

2013-06-04 Thread Roel Spilker
Looking at the implementation, the code in toString suggest that it's worthwhile to optimize for an empty suffix (although I doubt that this optimization has any measurable effects). But the constructor always concatenates the prefix and the suffix, which results in both a new string instance and a

hg: jdk8/tl/jdk: 8015790: Remove duplicate spliterator tests

2013-06-04 Thread paul . sandoz
Changeset: fad4ef2123ca Author:psandoz Date: 2013-06-04 11:53 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/fad4ef2123ca 8015790: Remove duplicate spliterator tests Reviewed-by: alanb, mduigou - test/java/util/stream/test/org/openjdk/tests/java/util/stream/SpliteratorLateB

Re: Code Review Request: JEP 140 Limited doPrivileged

2013-06-04 Thread Jeff Nisewanger
Comments inline below: On 5/31/2013 11:53 AM, Mandy Chung wrote: Jeff, The limited doPrivilege is very useful and I'm hoping the libraries can begin using the limited doPrivileged once this is in jdk8. It's non-trivial stuff and I know that you're working on the unit tests and I can look at the

Re: Code Review Request: JEP 140 Limited doPrivileged

2013-06-04 Thread Jeff Nisewanger
On 5/29/2013 5:44 AM, Florian Weimer wrote: On 05/29/2013 07:56 AM, Jeff Nisewanger wrote: The webrev is: http://cr.openjdk.java.net/~jdn/8014097/webrev.0/ The overloads make it cumbersome to use this feature with lambda expressions: http://mail.openjdk.java.net/pipermail/security-dev/2013

hg: jdk8/tl/jdk: 8013903: Japanese calendar field names are not displayed with -Djava.locale.providers=HOST on Windows

2013-06-04 Thread naoto . sato
Changeset: 379e1bcae693 Author:naoto Date: 2013-06-04 10:33 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/379e1bcae693 8013903: Japanese calendar field names are not displayed with -Djava.locale.providers=HOST on Windows Reviewed-by: okutsu ! src/share/classes/java/util/sp

hg: jdk8/tl/jaxp: 8015630: Remove default restriction settings of jaxp 1.5 properties in JDK8

2013-06-04 Thread huizhe . wang
Changeset: 5b958f0a5498 Author:joehw Date: 2013-06-04 09:35 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/5b958f0a5498 8015630: Remove default restriction settings of jaxp 1.5 properties in JDK8 Reviewed-by: alanb ! src/com/sun/org/apache/xalan/internal/XalanConstants.java

hg: jdk8/tl/jdk: 8014855: TEST_BUG: java/nio/file/Files/StreamTest.java fails when sym links not supported

2013-06-04 Thread alan . bateman
Changeset: 25a8e6fd0210 Author:alanb Date: 2013-06-04 15:18 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/25a8e6fd0210 8014855: TEST_BUG: java/nio/file/Files/StreamTest.java fails when sym links not supported Reviewed-by: alanb Contributed-by: henry@oracle.com ! test/j

Re: RFR: 8010785: JDK 8 build on Linux fails with new build mechanism

2013-06-04 Thread David Holmes
On 4/06/2013 9:21 PM, Erik Joelsson wrote: On 2013-06-04 06:56, David Holmes wrote: I think we should add a (configure time?) check to watch for the illegal: BUILD_CRYPTO=no, OPENJDK=true. Not sure where that would fit. Configure is only setting BUILD_CRYPTO false in the closed logic, so t

hg: jdk8/tl/langtools: 7165659: javac incorrectly sets strictfp access flag on inner-classes

2013-06-04 Thread vicente . romero
Changeset: 775a51e3276f Author:vromero Date: 2013-06-04 13:21 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/775a51e3276f 7165659: javac incorrectly sets strictfp access flag on inner-classes Reviewed-by: jjg, mcimadamore ! src/share/classes/com/sun/tools/javac/jvm/Cla

Re: RFR: 8010785: JDK 8 build on Linux fails with new build mechanism

2013-06-04 Thread Erik Joelsson
On 2013-06-04 06:56, David Holmes wrote: I think we should add a (configure time?) check to watch for the illegal: BUILD_CRYPTO=no, OPENJDK=true. Not sure where that would fit. Configure is only setting BUILD_CRYPTO false in the closed logic, so this would be to catch someone either sett

Re: RFR: 8010785: JDK 8 build on Linux fails with new build mechanism

2013-06-04 Thread Erik Joelsson
New webrev: http://cr.openjdk.java.net/~erikj/8010785/webrev.jdk.04/ On 2013-06-04 06:56, David Holmes wrote: Hi Erik, On 4/06/2013 12:21 AM, Erik Joelsson wrote: Hi David, Thanks for the comments, new webrev for jdk: http://cr.openjdk.java.net/~erikj/8010785/webrev.jdk.03/ Thanks. Minor

hg: jdk8/tl/jdk: 8015872: ProblemList.txt updates (6/2013)

2013-06-04 Thread alan . bateman
Changeset: 780fbbd50ce4 Author:alanb Date: 2013-06-04 11:52 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/780fbbd50ce4 8015872: ProblemList.txt updates (6/2013) Reviewed-by: chegar ! test/ProblemList.txt

hg: jdk8/tl/langtools: 3 new changesets

2013-06-04 Thread maurizio . cimadamore
Changeset: 5cd3cb69c8b3 Author:mcimadamore Date: 2013-06-04 11:30 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/5cd3cb69c8b3 7116676: RichDiagnosticFormatter throws NPE when formatMessage is called directly Summary: Fix NPE in RichDiagnosticFormatter.formatMessage Rev

hg: jdk8/tl/jdk: 8014723: sun/misc/URLClassPath/ClassnameCharTest.java failing

2013-06-04 Thread michael . x . mcmahon
Changeset: f8b071428ca5 Author:michaelm Date: 2013-06-04 10:56 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f8b071428ca5 8014723: sun/misc/URLClassPath/ClassnameCharTest.java failing Reviewed-by: alanb, chegar ! src/share/classes/java/net/HttpURLPermission.java ! test/Prob

hg: jdk8/tl/jdk: 8005698: Handle Frequent HashMap Collisions with Balanced Trees

2013-06-04 Thread alan . bateman
Changeset: 5223d3228658 Author:bchristi Date: 2013-06-04 10:04 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5223d3228658 8005698: Handle Frequent HashMap Collisions with Balanced Trees Summary: HashMap bins with many collisions store entries in balanced trees Reviewed-by: a