hg: jdk8/tl/langtools: 8024988: javac, LVT test harness should generate tests .class files in the scratch folder

2013-09-23 Thread joel . franck
Changeset: 1fe358ea75ff Author:alundblad Date: 2013-09-23 10:10 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/1fe358ea75ff 8024988: javac, LVT test harness should generate tests .class files in the scratch folder Summary: Set the CLASS_OUTPUT location to the scratch d

hg: jdk8/tl/nashorn: 4 new changesets

2013-09-23 Thread sundararajan . athijegannathan
Changeset: 279f47b353f3 Author:sundar Date: 2013-09-20 20:55 +0530 URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/279f47b353f3 8025147: Trailing comma is not allowed in JSONArray and JSONObject Reviewed-by: hannesw, jlaskey ! src/jdk/nashorn/internal/parser/JSONParser.java ! s

hg: jdk8/tl/langtools: 6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()

2013-09-23 Thread joel . franck
Changeset: 5f915a0c9615 Author:alundblad Date: 2013-09-23 10:42 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/5f915a0c9615 6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb() Summary: Static factory method ListBuffer.lb removed. Replaced by constructor cal

hg: jdk8/tl/langtools: 7154966: CRs found to be in Fixed state with no test and no noreg- keyword.

2013-09-23 Thread alexander . zuev
Changeset: 809a50f24d6f Author:kizune Date: 2013-09-23 17:27 +0400 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/809a50f24d6f 7154966: CRs found to be in Fixed state with no test and no noreg- keyword. Reviewed-by: ksrini + test/tools/javac/T7090499.java + test/tools/javac/

hg: jdk8/tl/langtools: 4881267: improve diagnostic for "instanceof T" for type parameter T

2013-09-23 Thread alexander . zuev
Changeset: 64e79d38bd07 Author:kizune Date: 2013-09-23 18:29 +0400 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/64e79d38bd07 4881267: improve diagnostic for "instanceof T" for type parameter T Reviewed-by: vromero, jjg ! src/share/classes/com/sun/tools/javac/comp/Attr.java

hg: jdk8/tl/langtools: 6499673: Assertion check for TypeVariable.getUpperBound() fails.

2013-09-23 Thread eric . mccorkle
Changeset: 09301757bb32 Author:emc Date: 2013-09-23 15:37 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/09301757bb32 6499673: Assertion check for TypeVariable.getUpperBound() fails. Summary: Fix TypeVariable.getUpperBound to return results as specified Reviewed-by: jjg

hg: jdk8/tl/langtools: 8023835: TreeMaker.QualIdent() too leafy

2013-09-23 Thread jan . lahoda
Changeset: 41599b57d262 Author:jlahoda Date: 2013-09-20 16:33 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/41599b57d262 8023835: TreeMaker.QualIdent() too leafy Reviewed-by: jjg ! src/share/classes/com/sun/tools/javac/tree/TreeMaker.java + test/tools/javac/tree/MakeQ

hg: jdk8/tl/jdk: 8011940: java.lang.Class.getAnnotations() always enters synchronized method

2013-09-23 Thread peter . levart
Changeset: 7557062d2dd2 Author:plevart Date: 2013-09-19 16:14 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7557062d2dd2 8011940: java.lang.Class.getAnnotations() always enters synchronized method Reviewed-by: jfranck, chegar, psandoz, shade ! src/share/classes/java/lang/Cl

Deadlock in SSLSocket locks Finalizer

2013-09-23 Thread Dmitry Neverov
Hi, we have a strange problem with ssl sockets. I didn't find anything similar in the bug tracker. I've posted a bug twice, but have never got back. Maybe someone can help. We see an example of the deadlock described in http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8013809. The strange thing

hg: jdk8/tl/langtools: 8022567: Javac Should Generate Warnings For Raw Array Type

2013-09-23 Thread jan . lahoda
Changeset: 8d1c48de706d Author:jlahoda Date: 2013-09-19 17:05 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/8d1c48de706d 8022567: Javac Should Generate Warnings For Raw Array Type Reviewed-by: jjg ! src/share/classes/com/sun/tools/javac/comp/Check.java ! test/tools/ja

Re: Deadlock in SSLSocket locks Finalizer

2013-09-23 Thread Xuelei Fan
Does it happen in JDK 6 and previous releases? In JDK 6 and previous release, Oracle JSSE provider in server side may check the usability of ciphers and then generate dummy sockets. JDK 7 changed the behaviors. BTW, I experienced a few cases that application may cleanup SSLSocket in a fixed peri

Re: Code review request, JDK-6956398, make ephemeral DH key match the length of the certificate key

2013-09-23 Thread Xuelei Fan
Ping ... On 9/22/2013 11:15 AM, Xuelei Fan wrote: > Hi Weijun, > > Are you available to review this update? > > webrev: http://cr.openjdk.java.net/~xuelei/6956398/webrev.00/ > > This is an enhancement to support stronger ephemeral DH keys during TLS > handshaking. A new system property is defi