hg: jdk8/tl/jdk: 8010309: Improve PlatformLogger.isLoggable performance by direct mapping from an integer to Level

2013-03-28 Thread mandy . chung
Changeset: e433ed08b733 Author:mchung Date: 2013-03-28 13:14 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e433ed08b733 8010309: Improve PlatformLogger.isLoggable performance by direct mapping from an integer to Level Reviewed-by: mchung Contributed-by: peter.lev...@gmail.c

Re: Problem with fix B6369510 for HttpURLConnection Content-Type

2013-03-28 Thread Matthew Hall
On Thu, Mar 28, 2013 at 07:11:28PM +0100, Anthony Vanelverdinghe wrote: > As a conclusion, I believe the SCEP draft should be updated to > mention the correct Content-Type in case of POST requests. Good analysis, I agree. I'll see if I can get it corrected. It would still be nice if there were a

Re: Problem with fix B6369510 for HttpURLConnection Content-Type

2013-03-28 Thread Anthony Vanelverdinghe
Hello As far as I can see, SCEP is not an RFC yet, but still an Internet Draft [1]. In Appendix F, it says that a POST message contains "binary PKCS#7 data". It does indeed not mention an explicit Content-Type, but this seems no more than an oversight: the focus of the document is on doing SC

hg: jdk8/tl/langtools: 8006346: doclint should make allowance for headers generated by standard doclet

2013-03-28 Thread jonathan . gibbons
Changeset: 991f11e13598 Author:jjg Date: 2013-03-28 10:49 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/991f11e13598 8006346: doclint should make allowance for headers generated by standard doclet Reviewed-by: mcimadamore ! src/share/classes/com/sun/tools/doclint/Chec

Re: hg: jdk8/tl/jdk: 8001642: Add Optional, OptionalDouble, OptionalInt, OptionalLong

2013-03-28 Thread Brian Goetz
> Has the optional classes been verified to serialize/deserialize correctly? > They are not serializable. > Finally, are these utilities critical to some other part JDK 8 that they were > pushed out now as opposed to JDK 9? > > They are part of the libraries being added by JSR-335 / Project L

hg: jdk8/tl/jdk: 8010125: keytool -importkeystore could create a pkcs12 keystore with different storepass and keypass

2013-03-28 Thread weijun . wang
Changeset: a87fac00915e Author:weijun Date: 2013-03-28 20:27 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a87fac00915e 8010125: keytool -importkeystore could create a pkcs12 keystore with different storepass and keypass Reviewed-by: vinnie ! src/share/classes/sun/security

hg: jdk8/tl/langtools: 2 new changesets

2013-03-28 Thread maurizio . cimadamore
Changeset: 7bebe17ff323 Author:mcimadamore Date: 2013-03-28 11:38 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/7bebe17ff323 8010469: Bad assertion in LambdaToMethod Summary: Add assertion in LambdaToMethod.serializedLambdaName Reviewed-by: jjg ! src/share/classes/com