Need reviewer - testing changes

2011-12-11 Thread Kelly O'Hair
Re-organized the testing targets, moved jdk_tools1 out of the default test targets. Running "cd test && make" should run the default test list, and should be 100% pass, in theory. (Note: Use of the jdk/test/Makefile utilizes jtreg with a default set of options running a default set of tests wh

hg: jdk8/tl/langtools: 7120266: javac fails to compile hotspot code

2011-12-11 Thread maurizio . cimadamore
Changeset: e55270a7a022 Author:mcimadamore Date: 2011-12-11 17:48 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/e55270a7a022 7120266: javac fails to compile hotspot code Summary: Parser changes for method references cause bad intercation with method call syntax Review

hg: jdk8/tl/langtools: 7119487: JavacParserTest.java test fails on Windows platforms

2011-12-11 Thread kumar . x . srinivasan
Changeset: e7d5e1a7cde5 Author:ksrini Date: 2011-12-10 17:44 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/e7d5e1a7cde5 7119487: JavacParserTest.java test fails on Windows platforms Reviewed-by: jjg + test/tools/javac/parser/JavacParserTest.java - test/tools/javac/par

Re: array and diamond

2011-12-11 Thread Maurizio Cimadamore
On 11/12/11 15:21, Rémi Forax wrote: On 12/10/2011 12:38 PM, maurizio cimadamore wrote: On 09-Dec-11 10:56 PM, Rémi Forax wrote: Is there a reason why the diamond syntax can't be used with an array ? List[] list = new List<>[12]; Because the current inference rules would end up inferring: L

Re: array and diamond

2011-12-11 Thread Rémi Forax
On 12/10/2011 12:38 PM, maurizio cimadamore wrote: On 09-Dec-11 10:56 PM, Rémi Forax wrote: Is there a reason why the diamond syntax can't be used with an array ? List[] list = new List<>[12]; Because the current inference rules would end up inferring: List[] list = new List[12]; If you spe

Re: array and diamond

2011-12-11 Thread Rémi Forax
On 12/11/2011 12:16 PM, David Holmes wrote: On 10/12/2011 8:56 AM, Rémi Forax wrote: Is there a reason why the diamond syntax can't be used with an array ? List[] list = new List<>[12]; It can in Java 7. That's the bug that we just discussed in regard to the java.util.concurrent code cleanup

(corba) code review for 7046238: new InitialContext(); hangs

2011-12-11 Thread Dmeetry Degrave
Hi, I'm looking for an approval for 7046238, "new InitialContext(); hangs". It was fixed in 6u27(b02) and we need it in 7u4 & jdk8. Fix is identical in all releases and it was approved by Ken for 6. initial description: http://bugs.sun.com/view_bug.do?bug_id=7016182 evaluation: http://bugs.s

Re: array and diamond

2011-12-11 Thread David Holmes
On 10/12/2011 8:56 AM, Rémi Forax wrote: Is there a reason why the diamond syntax can't be used with an array ? List[] list = new List<>[12]; It can in Java 7. That's the bug that we just discussed in regard to the java.util.concurrent code cleanup where I suggested to use: HashEntry[] new