hg: jdk8/tl/jdk: 8026119: Regression test DHEKeySizing.java failing intermittently

2013-10-13 Thread xuelei . fan
Changeset: fb202a8e83c9 Author:xuelei Date: 2013-10-13 21:10 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/fb202a8e83c9 8026119: Regression test DHEKeySizing.java failing intermittently Reviewed-by: weijun ! test/sun/security/ssl/com/sun/net/ssl/internal/ssl/DHKeyExchange/

Re: RFR: 8008733: Psr:perf:osb performance regression (18%) in wss_bodyenc

2013-10-13 Thread Alan Bateman
On 13/10/2013 11:00, Aleksej Efimov wrote: : Alan, No, I don't have sponsor and I'll be very appreciate if you'll sponsor this commit. The changeset is located here: h ttp://cr.openjdk.java.net/~aefimov/8008733/8008733_hg.export

Re: Review request for jdeps option rename to Java-style and enhancements to output dot file format

2013-10-13 Thread Alan Bateman
On 11/10/2013 08:08, Mandy Chung wrote: There were some discussion of jdeps CLI to follow GNU style option or the traditional Java style. As there will be plans to upgrade the JDK tools to GNU style options, it'd be desirable to keep jdeps be consistent with other langtools and be upgraded to GN

Re: RFR: 8008733: Psr:perf:osb performance regression (18%) in wss_bodyenc

2013-10-13 Thread Aleksey Shipilev
Hi Aleksej, On 10/13/2013 02:00 PM, Aleksej Efimov wrote: > The benchmark code: > @GenerateMicroBenchmark > @BenchmarkMode(Mode.AverageTime) > @OutputTimeUnit(TimeUnit.MICROSECONDS) > public void testMethod(BlackHole bh) { > bh.consume( new XPathContext() ); > } Not ba

Re: RFR: 8025255: (tz) Support tzdata2013g

2013-10-13 Thread Aleksej Efimov
Michael, Masayoshi, Looks like, we can commit this changes with following items in mind: 1. Generic names in TimeZoneNames_*.java should be added as part of JDK-8025051 resolution. 2. I need another one approval from a JDK 8 reviewer for this one. Anyway, the hg changeset patch can be found here:

Re: RFR: 8008733: Psr:perf:osb performance regression (18%) in wss_bodyenc

2013-10-13 Thread Aleksej Efimov
Aleksey, Thank you for your comments and JMH reference. I have created a benchmark to measure an average time of XPathContext object creation. The benchmark code: @GenerateMicroBenchmark @BenchmarkMode(Mode.AverageTime) @OutputTimeUnit(TimeUnit.MICROSECONDS) public void testMetho