6990617: Regular expression doesn't match if unicode character next to a digit.

2011-12-09 Thread Stephen Flores
Please review the following webrev (includes new test to demonstrate the bug): http://cr.openjdk.java.net/~sflores/6990617/ for bug: 6990617 Regular expression doesn't match if unicode character next to a digit. A DESCRIPTION OF THE PROBLEM : Unicode characters are represented as \\+num

array and diamond

2011-12-09 Thread Rémi Forax
Is there a reason why the diamond syntax can't be used with an array ? List[] list = new List<>[12]; Rémi

hg: jdk8/tl/jdk: 7117053: Fix build warnings in com/sun/tools/jdi/*

2011-12-09 Thread jim . holmlund
Changeset: 77d41c0e4ffc Author:jjh Date: 2011-12-09 12:56 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/77d41c0e4ffc 7117053: Fix build warnings in com/sun/tools/jdi/* Summary: Warnings fixed. Also reviewed by [email protected], who is not yet an openjdk reviewer

hg: jdk8/tl/langtools: 7119032: (javac) increase visibility of JavacParser methods to improve subtyping

2011-12-09 Thread kumar . x . srinivasan
Changeset: 9350d0498d21 Author:ksrini Date: 2011-12-09 08:40 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/9350d0498d21 7119032: (javac) increase visibility of JavacParser methods to improve subtyping Reviewed-by: jjg Contributed-by: [email protected] ! src/share/

Re: Answer requested!!! was: Re: 7081804: Remove cause field from javax.xml.crypto.NoSuchMechnismException

2011-12-09 Thread Sean Mullan
On 12/6/11 3:48 PM, Sebastian Sickelmann wrote: > Am 05.12.2011 19:06, schrieb Sean Mullan: >> On 12/2/11 11:02 AM, Sean Mullan wrote: >> [0] Solution 1 http://dl.dropbox.com/u/43692695/oss-patches/openjdk8/NoSuchMechanismException/7011804_4/index.html [1] Solution 2 http://dl.d

Re: RFR 7118066: Warnings in java.util.concurrent package

2011-12-09 Thread Doug Lea
On 12/08/11 23:16, David Holmes wrote: Maybe we still need something that tests SynchronousQueue to verify its iterator is indeed empty. Bear in mind that we have all the tck tests for j.u.c, that cover such things. The JCK folks at Oracle regularly run them. In general, we use jtreg tests in