hg: jdk8/tl/jdk: 6614237: missing codepage Cp290 at java runtime

2013-08-09 Thread xueming . shen
Changeset: 54f0ccdd9ad7 Author:sherman Date: 2013-08-08 23:40 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/54f0ccdd9ad7 6614237: missing codepage Cp290 at java runtime Summary: to add charset Cp290 and Cp300 Reviewed-by: okutsu + make/tools/CharsetMapping/IBM290.c2b + make

Re: About bug fix of 8010278

2013-08-09 Thread Kevin Walls
Thanks Yumin - I'll look into it. The ciReplay test was passing for me... Are you reproducing this problem with the ciReplay test or with some other example? Thanks Kevin On 08/08/13 19:25, Yumin Qi wrote: Kevin, https://jbs.oracle.com/bugs/browse/JDK-8022655 I assigned this to you sin

hg: jdk8/tl/jdk: 8022326: Spliterator for values of j.u.c.ConcurrentSkipListMap does not report ORDERED

2013-08-09 Thread paul . sandoz
Changeset: c29ca19cb816 Author:psandoz Date: 2013-08-09 11:44 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c29ca19cb816 8022326: Spliterator for values of j.u.c.ConcurrentSkipListMap does not report ORDERED Reviewed-by: martin, chegar ! src/share/classes/java/util/TreeMap

hg: jdk8/tl/jdk: 8022661: InetAddress.writeObject() performs flush() on object output stream

2013-08-09 Thread chris . hegarty
Changeset: 84004d0e3fdd Author:chegar Date: 2013-08-09 13:50 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/84004d0e3fdd 8022661: InetAddress.writeObject() performs flush() on object output stream Reviewed-by: michaelm, alanb ! src/share/classes/java/net/InetAddress.java

hg: hsx/hotspot-rt/hotspot: 2 new changesets

2013-08-09 Thread yumin . qi
Changeset: 57ac7245594c Author:minqi Date: 2013-08-08 15:19 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/57ac7245594c 8019583: [TESTBUG] runtime/7107135 always passes Summary: If java test return none zero, the value will be override by 'if' statement, the exit

RR(S): 8022655: ClassDump ignored jarStream setting

2013-08-09 Thread Kevin Walls
Hi, Review request for a small change in ClassDump: http://cr.openjdk.java.net/~kevinw/8022655/webrev.00/ This was caused by moving some code from ClassDump's main method, breaking the intent that it has to maintain either an output director, OR a jarStream. Setting of the directory could be

Re: RR(S): 8022655: ClassDump ignored jarStream setting

2013-08-09 Thread Yumin Qi
Looks good. Thanks for fixing it. Yumin On 8/9/2013 7:54 AM, Kevin Walls wrote: Hi, Review request for a small change in ClassDump: http://cr.openjdk.java.net/~kevinw/8022655/webrev.00/ This was caused by moving some code from ClassDump's main method, breaking the intent that it has to main

Re: RFR 8009728: nsk/jvmti/AttachOnDemand/attach030 crashes on Win32

2013-08-09 Thread Mikhailo Seledtsov
Hi Coleen, I have reviewed only the test portion of your change-set. It was a good learning exercise for me on class transformation. I have several comments: 1. Agent.java: redefine() With your change, the block of code Agent transformer = new Agent(); instrumentation.addTr

hg: jdk8/tl/jdk: 8022724: lint warnings in j.u.concurrent packages

2013-08-09 Thread chris . hegarty
Changeset: ce1c874903cb Author:dl Date: 2013-08-09 17:56 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ce1c874903cb 8022724: lint warnings in j.u.concurrent packages Reviewed-by: chegar, lancea, darcy ! src/share/classes/java/util/concurrent/CompletableFuture.java ! src/sha

hg: jdk8/tl/jdk: 8021977: Opening a file using java.io can throw IOException on Windows

2013-08-09 Thread dan . xu
Changeset: 03822f2389bf Author:dxu Date: 2013-08-09 10:55 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/03822f2389bf 8021977: Opening a file using java.io can throw IOException on Windows Summary: Remove IOException related error-handling code for backward compatibility Rev

hg: jdk8/tl/jdk: 8020054: (tz) Support tzdata2013d

2013-08-09 Thread xueming . shen
Changeset: a7c341f30747 Author:sherman Date: 2013-08-09 12:40 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a7c341f30747 8020054: (tz) Support tzdata2013d Summary: update the jdk8 tz data to version 2013d Reviewed-by: coffeys, peytoia ! make/sun/javazic/tzdata/VERSION ! mak

hg: jdk8/tl/jaxp: 8022548: SPECJVM2008 has errors introduced in 7u40-b34

2013-08-09 Thread huizhe . wang
Changeset: 4e23bc205d9d Author:joehw Date: 2013-08-09 12:10 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/4e23bc205d9d 8022548: SPECJVM2008 has errors introduced in 7u40-b34 Reviewed-by: chegar, lancea ! src/com/sun/org/apache/xerces/internal/parsers/DTDConfiguration.java

hg: jdk8/tl/jdk: 8022548: SPECJVM2008 has errors introduced in 7u40-b34

2013-08-09 Thread huizhe . wang
Changeset: 8f01ccb0c981 Author:joehw Date: 2013-08-09 12:53 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8f01ccb0c981 8022548: SPECJVM2008 has errors introduced in 7u40-b34 Reviewed-by: chegar, lancea + test/javax/xml/jaxp/parsers/8022548/JDK8022548.xml + test/javax/xml/ja

Re: RFR 8009728: nsk/jvmti/AttachOnDemand/attach030 crashes on Win32

2013-08-09 Thread Coleen Phillimore
Hi Misha, Thank you for reviewing the test. On 8/9/2013 12:49 PM, Mikhailo Seledtsov wrote: Hi Coleen, I have reviewed only the test portion of your change-set. It was a good learning exercise for me on class transformation. I have several comments: 1. Agent.java: redefine() With your c

hg: hsx/hotspot-rt/hotspot: 8022452: Hotspot needs to know about Windows 8.1 and Windows Server 2012 R2

2013-08-09 Thread coleen . phillimore
Changeset: 98aa538fd97e Author:mikael Date: 2013-08-09 09:51 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/98aa538fd97e 8022452: Hotspot needs to know about Windows 8.1 and Windows Server 2012 R2 Summary: Add support for recognizing Windows 8.1 and Server 2012 R2

hg: jdk8/tl/langtools: 8022161: javac Null Pointer Exception in Enter.visitTopLevel

2013-08-09 Thread kumar . x . srinivasan
Changeset: d601238641e6 Author:ksrini Date: 2013-08-09 15:01 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/d601238641e6 8022161: javac Null Pointer Exception in Enter.visitTopLevel Reviewed-by: jjg, vromero, jlahoda ! src/share/classes/com/sun/tools/javac/comp/Enter.j

hg: hsx/hotspot-rt/hotspot: 15 new changesets

2013-08-09 Thread daniel . daugherty
Changeset: cd25d3be91c5 Author:vladidan Date: 2013-08-06 20:01 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/cd25d3be91c5 8012144: multiple SIGSEGVs fails on staxf Summary: Forward port of 7u change to add additional fence() on RMO platforms, with a load_acquire