On 3/22/2012 12:36 PM, Charles Lee wrote:
On 03/21/2012 10:47 AM, Shi Jun Zhang wrote:
On 3/12/2012 11:28 AM, Shi Jun Zhang wrote:
On 3/9/2012 6:05 PM, David Holmes wrote:
On 9/03/2012 7:04 PM, Alan Bateman wrote:
On 09/03/2012 08:01, Shi Jun Zhang wrote:
The situation in NativeThread.c is m
On 03/21/2012 10:47 AM, Shi Jun Zhang wrote:
On 3/12/2012 11:28 AM, Shi Jun Zhang wrote:
On 3/9/2012 6:05 PM, David Holmes wrote:
On 9/03/2012 7:04 PM, Alan Bateman wrote:
On 09/03/2012 08:01, Shi Jun Zhang wrote:
The situation in NativeThread.c is more complicated than other 2
files. I'm not
Changeset: 1d418ec212ea
Author:zhangshj
Date: 2012-03-22 12:30 +0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1d418ec212ea
7155300: Include pthread.h on all POSIX platforms except Solaris to improve
portability
Reviewed-by: alanb, dholmes
! src/solaris/bin/java_md.c
! src/s
Hi,
I'm sorry I missed the review of this change. The following is somewhat
inefficient:
instance = instances.putIfAbsent(currencyCode,
new Currency(currencyCode, defaultFractionDigits,
numericCode));
return (instance != null ? instance : instances.get(currencyCode));
Am 19.03.2012 05:53, schrieb Sean Chou:
Hi Ulf,
I hope following comments can help reduce your concern.
I don't think this footprint is a problem until it is proved to be one. If it is, a better javac
can be used to save this footprint, and it would save much more. The actual problem might
Changeset: 1e737abbff6f
Author:dsamersoff
Date: 2012-02-27 15:21 +0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1e737abbff6f
7110104: It should be possible to stop and start JMX Agent at runtime
Summary: Added a capability to start and stop JMX Agent by jcmd
Reviewed-by: acor
In java.util.zip.Deflater, after finish() is called, needsInput() may
still return true. This is counter-intuitive.
It's probably not an issue in blocking style IO, since state is
implied by context, code (lexically) after finish() knows it doesn't
make sense to call needsInput().
In non-blocking
Changeset: c0a5140c641c
Author:dsamersoff
Date: 2012-02-28 17:00 +0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c0a5140c641c
7149181: sun/management/jmxremote/startstop/JMXStartStopTest.sh failing on all
platforms
Summary: Disable test until JDK and hotspot changes meet each
Changeset: 7245999a0075
Author:ohrstrom
Date: 2012-03-07 13:11 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/7245999a0075
7150579: Moved ant code into a separate package, anttasks.
Summary: To allow langtools to be built without ant, the ant tasks were moved
to a sepa
So the next question is why Matcher doesn't implement it :)
On Mar 20, 2012 2:35 PM, "Mike Duigou" wrote:
> I took a look through the bug database and can't find a reason (if there
> was one). It's likely not implemented because Matcher doesn't implement
> replaceLast().
>
> Mike
>
> On Mar 20 20
Changeset: 4a5817f9e249
Author:naoto
Date: 2012-03-21 10:10 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4a5817f9e249
7145454: JVM wide monitor lock in Currency.getInstance(String)
Reviewed-by: okutsu
! src/share/classes/java/util/Currency.java
Thanks for the quick review!
Now, if only I can get the approval today, I can actually catch the code
freeze... :)
--Joe
On 3/21/2012 5:26 AM, Lance Andersen - Oracle wrote:
Thank you Joe, good to go from my perspective.
Best
Lance
On Mar 20, 2012, at 11:36 PM, Joe Wang wrote:
Thanks Lan
Thank you Joe, good to go from my perspective.
Best
Lance
On Mar 20, 2012, at 11:36 PM, Joe Wang wrote:
> Thanks Lance!
>
> On 3/20/2012 2:44 PM, Lance Andersen - Oracle wrote:
>> Hi Joe,
>>
>> This looks Ok, a couple of minor comments:
>>
>> - SerializationHandler.java could use a comment be
On 21/03/2012 2:30 PM, Alan Bateman wrote:
On 21/03/2012 02:47, Shi Jun Zhang wrote:
Hi Alan/David,
There is no response on this thread for long time. I created a sun bug
7155300, could you help to review it?
The webrev link is
http://cr.openjdk.java.net/~zhangshj/pthread/webrev.02/
Looks o
14 matches
Mail list logo