hg: jdk8/tl/jdk: 7193520: Removed references to Linux kernel version 2.2

2012-09-20 Thread chris . hegarty
Changeset: f5229879ea40 Author:chegar Date: 2012-09-20 09:36 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f5229879ea40 7193520: Removed references to Linux kernel version 2.2 Summary: Linux kernel version 2.2 isn't supported anymore. Reviewed-by: chegar, dsamersoff, alanb C

Please review: 7199614: (pack200) remove unused file (EZ review)

2012-09-20 Thread Kumar Srinivasan
Hi, Please review removal of a left over file which was introduced during the early development of pack200 but somehow managed to exist in the jdk repo for the past 9 years and 3 days :) http://cr.openjdk.java.net/~ksrini/7199614/ Thanks in advance Kumar

Re: Please review: 7199614: (pack200) remove unused file (EZ review)

2012-09-20 Thread Alan Bateman
On 20/09/2012 16:24, Kumar Srinivasan wrote: Hi, Please review removal of a left over file which was introduced during the early development of pack200 but somehow managed to exist in the jdk repo for the past 9 years and 3 days :) http://cr.openjdk.java.net/~ksrini/7199614/ Thanks in advance

hg: jdk8/tl/jdk: 7199614: (pack200) remove unused file

2012-09-20 Thread kumar . x . srinivasan
Changeset: 3ad5464e7a21 Author:ksrini Date: 2012-09-20 13:01 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3ad5464e7a21 7199614: (pack200) remove unused file Reviewed-by: alanb - src/share/test/pack200/pack.conf

Code Review Request: 7197662: (prefs) java/util/prefs/AddNodeChangeListener.java fails by timeout or by "couldn't get file lock"

2012-09-20 Thread Kurchi Hazra
Hi, The tests in java/util/prefs creates new nodes under the user's home directory. This causes the tests to start out with pre-existing preferences and sometimes leads to interference between the tests. This fix is to change the userRoot property for each of these tests so these tests create

Re: Code Review Request: 7197662: (prefs) java/util/prefs/AddNodeChangeListener.java fails by timeout or by "couldn't get file lock"

2012-09-20 Thread Dan Xu
Kurchi, Can you append bug number 7197662 to @bug field in each test so that it is easy to check its history? For your changes, I wonder why you choose to run these tests in othervm mode. Thanks! -Dan On Thu 20 Sep 2012 02:22:15 PM PDT, Kurchi Hazra wrote: Hi, The tests in java/util/pref

Re: javax.sql.rowset.serial.SerialBlob doesn't support free and getBinaryStream

2012-09-20 Thread Deven You
Hi Lance, I am very busy with other work so I can't work with the SerialBlob/SerialClob item for long time. I am very happy to refine the current test case and create new tests for SerialClob. I have create a new webre[1] for this task, please review it. [1] http://cr.openjdk.java.net/~youdw