hg: jdk7/tl/jdk: 6927816: Demo crash in heaptracker with Non-Sun JDK due to possible violation of JNI spec

2010-12-15 Thread alan . bateman
Changeset: 0ef137ae6f3b Author:alanb Date: 2010-12-15 09:15 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/0ef137ae6f3b 6927816: Demo crash in heaptracker with Non-Sun JDK due to possible violation of JNI spec Reviewed-by: ohair, alanb Contributed-by: spo...@uk.ibm.com !

hg: jdk7/tl/langtools: 7006564: NPE in javac running test/tools/javac/nio/compileTest/CompileTest.java

2010-12-15 Thread jonathan . gibbons
Changeset: cff0b8694633 Author:jjg Date: 2010-12-15 06:39 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/cff0b8694633 7006564: NPE in javac running test/tools/javac/nio/compileTest/CompileTest.java Reviewed-by: mcimadamore, alanb !

Please Review: required security algorithms for Java SE 7 implementations

2010-12-15 Thread Sean Mullan
Hello, Currently, the Java security APIs do not specify algorithm requirements for implementations of Java SE. This makes it difficult to develop conformance tests. Additionally, there is no guarantee that Java applications using these algorithms can inter-operate. See bug 5001004 for more

Re: Please Review: required security algorithms for Java SE 7 implementations

2010-12-15 Thread Florian Weimer
* Sean Mullan: Please review the following list: http://cr.openjdk.java.net/~mullan/5001004/review.00/StandardNames.html#impl SHA-1 or SHA1? (Our code uses SHA1 for some reason, perhaps for consistency with HmacSHA1.) I think the TLSv1 cipher suite list is effectively much longer. Correct?

Re: Please Review: required security algorithms for Java SE 7 implementations

2010-12-15 Thread Sean Mullan
On 12/15/10 10:38 AM, Florian Weimer wrote: * Sean Mullan: Please review the following list: http://cr.openjdk.java.net/~mullan/5001004/review.00/StandardNames.html#impl SHA-1 or SHA1? (Our code uses SHA1 for some reason, perhaps for consistency with HmacSHA1.) SHA-1 is the standard name,

hg: jdk7/tl/jdk: 7006265: Javadoc warnings

2010-12-15 Thread xuelei . fan
Changeset: e6ed7c95d94f Author:xuelei Date: 2010-12-15 22:42 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e6ed7c95d94f 7006265: Javadoc warnings Reviewed-by: weijun ! src/share/classes/javax/net/ssl/X509ExtendedTrustManager.java