Re: testcase failure

2011-10-02 Thread Alan Bateman
I haven't seen it but Olivier Lagneau asked me off-list recently about the same issue (same test, same failure mode). I've cc'ed the i18n folks in case they recognize it. My guess is that this is an implementation bug in LocaleServiceProviderPool rather than a test bug. -Alan. Kelly O'Hair

Re: another testcase failure

2011-10-02 Thread Alan Bateman
Kelly O'Hair wrote: This one failed on Solaris 10u6 sparc, look familiar to anyone? STDERR: java.lang.NullPointerException at LoggingMXBeanTest.checkAttributes(LoggingMXBeanTest.java:220) at LoggingMXBeanTest.main(LoggingMXBeanTest.java:61) at sun.reflect.NativeMethodAc

another testcase failure

2011-10-02 Thread Kelly O'Hair
This one failed on Solaris 10u6 sparc, look familiar to anyone? -kto -- TEST: java/lang/management/PlatformLoggingMXBean/LoggingMXBeanTest.java JDK under test: (/tmp/jprt/P1/001456.jprtadm/testproduct/solaris_sparc_5.10-product) openjdk version

testcase failure

2011-10-02 Thread Kelly O'Hair
Anyone seen this testcase failure before? -kto -- TEST: java/util/Locale/Bug6989440.java JDK under test: (/tmp/jprt/P1/001456.jprtadm/testproduct/solaris_i586_5.10-product) openjdk version "1.8.0-internal" OpenJDK Runtime Environment (build 1.8.0-i

Re: Codereview request for 7096080: UTF8 update and new CESU-8 charset

2011-10-02 Thread Ulf Zibis
Hi again, Am 30.09.2011 00:27, schrieb Xueming Shen: On 09/29/2011 02:16 PM, Ulf Zibis wrote: 280 if (Character.isSurrogate(c)) 281 return malformedForLength(src, sp, dst, dp, 3); Shouldn't we return cr.length() = 1to allow remaining 2 bytes to be

Re: 7081804: Remove cause field from javax.xml.crypto.NoSuchMechnismException

2011-10-02 Thread Sebastian Sickelmann
Am 01.10.2011 18:19, schrieb Sean Mullan: On 9/30/11 2:15 PM, Sebastian Sickelmann wrote: I think I know the reason. If you allow initCause to be called when a cause is not initially provided, then getCause will still return null, which seems wrong. getCause() of Throwable and all classes that

Re: Codereview request for 7096080: UTF8 update and new CESU-8 charset

2011-10-02 Thread Ulf Zibis
Am 02.10.2011 08:29, schrieb Xueming Shen: http://www.unicode.org/versions/Unicode6.0.0/ch03.pdf Go to 3.9 Unicode Encoding Forms. Or simply search D93 On 10/1/2011 2:21 PM, Ulf Zibis wrote: Am 30.09.2011 22:46, schrieb Xueming Shen: On 09/30/2011 07:09 AM, Ulf Zibis wrote: (1) new byte[]{(