Re: DelayQueue is not Serializable?

2011-09-21 Thread Aleksey Shipilev
On Wed, Sep 21, 2011 at 1:12 PM, Aleksey Shipilev aleksey.shipi...@gmail.com wrote: On Tue, Sep 20, 2011 at 10:34 PM, Doug Lea d...@cs.oswego.edu wrote: From the code perspective, it appears to be point change. I take that assertion back. I understand the Delayed elements which are using

Re: Review Request: 7088913/7088952 : Additions to primitive wrappers

2011-09-21 Thread Ulf Zibis
Hi, why don't we have Boolean.SIZE and Boolean.BYTES ? -Ulf Am 20.09.2011 22:11, schrieb Mike Duigou: Hello all; Here's a webrev for two small additions to the primitive wrapper types (Boolean, Byte, Character, Double, Float, Integer, Long, Short).

Re: DelayQueue is not Serializable?

2011-09-21 Thread Doug Lea
On 09/21/11 05:17, Aleksey Shipilev wrote: On Wed, Sep 21, 2011 at 1:12 PM, Aleksey Shipilev aleksey.shipi...@gmail.com wrote: On Tue, Sep 20, 2011 at 10:34 PM, Doug Lead...@cs.oswego.edu wrote: From the code perspective, it appears to be point change. I take that assertion back. I

Re: DelayQueue is not Serializable?

2011-09-21 Thread Aleksey Shipilev
On Wed, Sep 21, 2011 at 3:00 PM, Doug Lea d...@cs.oswego.edu wrote: On 09/21/11 05:17, Aleksey Shipilev wrote: On Wed, Sep 21, 2011 at 1:12 PM, Aleksey Shipilev aleksey.shipi...@gmail.com  wrote: On Tue, Sep 20, 2011 at 10:34 PM, Doug Lead...@cs.oswego.edu  wrote:  From the code

hg: jdk8/tl/jdk: 2 new changesets

2011-09-21 Thread michael . x . mcmahon
Changeset: 61a8c602cace Author:michaelm Date: 2011-09-21 14:51 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/61a8c602cace 7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address Reviewed-by: chegar, alanb !

Re: Review Request: 7088913/7088952 : Additions to primitive wrappers

2011-09-21 Thread Mike Duigou
I will create a request to add Boolean.SIZE though I am not sure adding a Boolean.BYTES is appropriate for something less than Byte.Size in size. Is it 1-bit? Is it 1-byte? The answer is dependant upon usage and I don't think we can force a single answer. Mike On Sep 21 2011, at 03:36 , Ulf

Re: Review Request: 7088913/7088952 : Additions to primitive wrappers

2011-09-21 Thread David Holmes
Mike, On 22/09/2011 9:54 AM, Mike Duigou wrote: I will create a request to add Boolean.SIZE though I am not sure adding a Boolean.BYTES is appropriate for something less than Byte.Size in size. Is it 1-bit? Is it 1-byte? The answer is dependant upon usage and I don't think we can force a

hg: jdk8/tl/jdk: 7092627: use agentvm mode instead of samevm in regtests

2011-09-21 Thread weijun . wang
Changeset: daf87c7be6a1 Author:weijun Date: 2011-09-22 12:05 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/daf87c7be6a1 7092627: use agentvm mode instead of samevm in regtests Reviewed-by: alanb, dsamersoff ! test/Makefile ! test/com/sun/jdi/sde/MangleStepTest.java !

hg: jdk8/tl/langtools: 7092965: javac should not close processorClassLoader before end of compilation

2011-09-21 Thread jonathan . gibbons
Changeset: b0d5f00e69f7 Author:jjg Date: 2011-09-21 21:56 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/b0d5f00e69f7 7092965: javac should not close processorClassLoader before end of compilation Reviewed-by: darcy !