Changeset: 0678af55d3db
Author:weijun
Date: 2012-06-05 17:11 +0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0678af55d3db
7172701: KDC tests cleanup
Reviewed-by: xuelei
! test/sun/security/krb5/auto/KDC.java
! test/sun/security/krb5/auto/OkAsDelegate.java
! test/sun/security/
One of my student find a bug in the implementation of Scanner,
that allows you to use a non blocking channel as input of a Scanner.
The Scanner uses Channels.newReader() to create a Reader
from a channel which itself create a StreamDecoder.
In that case, StreamDecoder.impReader() goes into an in
On 05/06/2012 11:00, Rémi Forax wrote:
One of my student find a bug in the implementation of Scanner,
that allows you to use a non blocking channel as input of a Scanner.
The Scanner uses Channels.newReader() to create a Reader
from a channel which itself create a StreamDecoder.
In that case, S
On 04/06/12 16:33, Diego Belfer wrote:
Hi Alan,
I've already sent the signed OCA. Will you sponsor the patch ?
I don't yet see you listed on the OCA Signatories List [1]. It may just
take a little time to process your agreement.
-Chris.
[1] http://www.oracle.com/technetwork/community/oca-
Changeset: 5ea56641276c
Author:alanb
Date: 2012-06-05 12:47 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5ea56641276c
7173515: (se) Selector.open fails with OOME on Solaris when unlimited file
descriptors
Reviewed-by: coffeys, chegar
- src/share/classes/sun/nio/ch/DevPoll
Still looking for reviewer
Best
Lance
Begin forwarded message:
> From: Lance Andersen - Oracle
> Date: May 31, 2012 6:16:16 PM EDT
> Cc: core-libs-dev core-libs-dev
> Subject: Re: Review request for 7145913 CachedRowSetSwriter.insertNewRow()
> throws SQLException
>
> Here is the revision usi
Looking for a reviewer here as well still
Best
Lance
Begin forwarded message:
> From: Lance Andersen - Oracle
> Date: May 26, 2012 9:33:40 AM EDT
> Cc: core-libs-dev core-libs-dev
> Subject: Re: Review request for CR 171917 CachedRowSetImpl.populate does not
> handle map properly
>
> Here is
Also looking for a reviewer still here. As with the other changes, all SQE,
Junit and JCK tests pass
Best
Lance
On May 25, 2012, at 3:56 PM, Lance Andersen - Oracle wrote:
> Attached is the fix for 7171918. If a WebRowSet is written to disk that
> contains a row marked for deletion and then
I am seeing this testcase fail on Windows 32&64bit and 32bit Linux&Solaris X86
java/lang/Math/WorstCaseTests.java
Does anyone know anything about this?
-kto
--
TEST: java/lang/Math/WorstCaseTests.java
JDK under test: (/tmp/jprt/P1/020333.khazra/test
Hi all,
Not sure what list this should go to.
I found an issue with JNI's GetStringUTFChars which is supposed to
return a Java string in UTF-8 encoding. There is an attached test case.
I tested on Ubuntu 12.04 (Linux aweisberg-desktop 2.6.32-41-generic
#89-Ubuntu SMP Fri Apr 27 22:18:56 UTC 2012
Hi,
Here is a link to an updated test case that simplifies the string being
tested to just the problem character, and fixes a bug in determining the
length of the array returned by GetStringUTFChars.
https://s3.amazonaws.com/com.voltdb.aweisberg/utf8_encoding_bug2.tgz
Thanks,
Ariel
On Tue, Jun
Hi Kelly,
There has been some HotSpot work recently to modify the
intrinsifications of pow and exp; perhaps this failure is related to
7169934 "pow(x, y) on x64 computes incorrect result when x<0 and y is an
odd integer"?
-Joe
On 6/5/2012 8:01 AM, Kelly O'Hair wrote:
I am seeing this testc
cc'ing Rroland Westrelin, as this may be caused by some of the changes
in hs24-b12. Note that jdk8/tl is only sync with b11 and that probably
explains why we aren't seeing them here.
-Alan
On 05/06/2012 16:01, Kelly O'Hair wrote:
I am seeing this testcase fail on Windows 32&64bit and 32bit
Hi Ariel,
The Java UTF-8 charset (sun.nio.cs.UTF_8) is updated back to jdk7 to
follow Unicode
Corrigendum [1] (CR#4486841) and is furthered updated in JDK8 (#7096080) to
fully conform with the Standard. As the result, the Java UTF-8 charset now
only encodes and decodes supplementary character i
Hi,
Thanks I will do the conversion in Java then.
Ariel
On Tue, Jun 5, 2012, at 10:49 AM, Xueming Shen wrote:
> Hi Ariel,
>
> The Java UTF-8 charset (sun.nio.cs.UTF_8) is updated back to jdk7 to
> follow Unicode
> Corrigendum [1] (CR#4486841) and is furthered updated in JDK8 (#7096080)
> to
>
Hi,
This is a minor change in java_props_md.c to return "Windows Server 2012" as
the "os.name" when running on Windows Server 2012.
Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7173645 (To appear soon)
Webrev: http://cr.openjdk.java.net/~khazra/7173645/webrev.00/
Thanks,
Kurchi
Changeset: d1f52390275b
Author:sherman
Date: 2012-06-05 12:11 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d1f52390275b
6183404: Many eudc characters are incorrectly mapped in MS936 and GBK converter
Summary: updated MS936 and GBK mappings
Reviewed-by: alanb
! make/tools/C
On 05/06/2012 19:36, Kurchi Hazra wrote:
Hi,
This is a minor change in java_props_md.c to return "Windows Server
2012" as
the "os.name" when running on Windows Server 2012.
Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7173645 (To
appear soon)
Webrev: http://cr.openjdk.java.net/
On 05/06/2012 21:04, Roland Westrelin wrote:
cc'ing Rroland Westrelin, as this may be caused by some of the changes in
hs24-b12. Note that jdk8/tl is only sync with b11 and that probably explains
why we aren't seeing them here.
Yes, a change we made to speed up pow/exp calculation by relying o
On 06/05/2012 12:40 PM, Alan Bateman wrote:
On 05/06/2012 11:00, Rémi Forax wrote:
One of my student find a bug in the implementation of Scanner,
that allows you to use a non blocking channel as input of a Scanner.
The Scanner uses Channels.newReader() to create a Reader
from a channel which it
Changeset: 79cc42c9c71b
Author:cl
Date: 2012-06-01 14:12 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/79cc42c9c71b
Added tag jdk8-b41 for changeset 113f0d5f0a08
! .hgtags
Changeset: 1ce5dc164166
Author:cl
Date: 2012-06-01 14:11 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/rev/1ce5dc164166
Added tag jdk8-b41 for changeset 1a8c7c530f8a
! .hgtags
Changeset: 1f20f37818a9
Author:cl
Date: 2012-06-01 14:12 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/1f20f37818a9
Added tag jdk8-b41 for changeset f2072b164b05
! .hgtags
Changeset: 02c5a3575539
Author:cl
Date: 2012-06-01 14:12 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/02c5a3575539
Added tag jdk8-b41 for changeset 179fa85aeefa
! .hgtags
Changeset: 252f8b7473e1
Author:lana
Date: 2012-06-05 17:40 -0700
URL: http://hg.
Changeset: 39ee03c16021
Author:cl
Date: 2012-06-01 14:12 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/39ee03c16021
Added tag jdk8-b41 for changeset 6f5c0e17415d
! .hgtags
Changeset: edb02bee325e
Author:ihse
Date: 2012-05-25 18:55 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/edb02bee325e
7172014: Remove empty and unused javah include files
Reviewed-by: ohair, erikj
! src/share/native/sun/awt/image/cvutils/img_dcm.h
! src/share/native/sun/awt
Changeset: 03d61caacd1e
Author:amurillo
Date: 2012-05-18 14:57 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/03d61caacd1e
7170006: new hotspot build - hs24-b12
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: 0251d217257f
Author:sla
Date: 2012-05-08 20:2
Looks good to me.
Pity we can't get a version string from the OS for this.
David
On 6/06/2012 4:36 AM, Kurchi Hazra wrote:
Hi,
This is a minor change in java_props_md.c to return "Windows Server
2012" as
the "os.name" when running on Windows Server 2012.
Bug: http://bugs.sun.com/bugdatabase/
Changeset: b6eb10d6932f
Author:weijun
Date: 2012-06-06 10:05 +0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b6eb10d6932f
7174351: test/sun/security/tools/keytool/standard.sh failed after new Hashtable
Reviewed-by: xuelei
! test/sun/security/tools/keytool/KeyToolTest.java
I tested through all of the Xalan updates and found XalanJ-2271 to be
the culprit. It [1] was intended to improve performance in webserver
environment while resolving unescaped chars in attributes.
Unfortunately, it actually resulted in a 5% drop in specjvm2008. I
tried to improve the patch,
30 matches
Mail list logo