Re: [classlib] BufferedReader and FileInputStream.available()

2009-11-04 Thread Mark Hindess
In message 4af0dc18.1000...@gmail.com, Regis writes: enh wrote: [apologies for the probably-busted formatting in this mail, but i didn't actually receive the mail i'm replying to.] Mark Hindess wrote: Our implementation of BufferedReader calls FileInputStream.available() while the

Re: [general] Milestone 12 proposed dates

2009-11-04 Thread Tim Ellison
Sounds good to me. Tim On 03/Nov/2009 21:36, Mark Hindess wrote: We are due another milestone build at the end of the month. I think we should consider the following dates: Feature freeze Fri 13th November Code freeze Fri 20st November Publish Fri 27th November We

Re: I'm planning on fixing the flush exceptions ignored bug

2009-11-04 Thread Tim Ellison
On 03/Nov/2009 17:51, Jesse Wilson wrote: Harmony team, There's a bug in the RI's FilterOutputStream that causes exceptions to be ignored. I'm unsure why they don't have a fix; perhaps they don't grasp how dangerous this problem is. http://bugs.sun.com/view_bug.do?bug_id=6390383 I've

Re: Re: [drlvm]Is there any JVM profiler tool for Harmony tunning

2009-11-04 Thread Xiao-Feng Li
Intel Vtune is intensively used in my performance tuning work. Thanks, xiaofeng On Wed, Nov 4, 2009 at 9:44 AM, johnnylj98 johnnyl...@gmail.com wrote: Thanks a lot. Perhaps we will make some LIR instrumentation to analyze the run time of a method. 2009-11-04 johnnylj98 发件人: Alexei

[classlib][luni] Provide a lock-free version of ReferenceQueue (HARMONY-6344)

2009-11-04 Thread Tim Ellison
On 04/Nov/2009 03:30, James Gan (JIRA) wrote: James Gan updated HARMONY-6344: --- Attachment: amino_rfq.zip In this new version, two reference queues are provides: 1. ReferenceQueueNodeWrapper Occupied more memory, better scalability 2.

Re: I'm planning on fixing the flush exceptions ignored bug

2009-11-04 Thread Jesse Wilson
On Wed, Nov 4, 2009 at 4:11 AM, Tim Ellison t.p.elli...@gmail.com wrote: Like everyone else, I'm avoiding studying sources of Sun code, so can you show the test case here (or on a JIRA)? I attached it in the first message, but it looks like the mailing list software silently discards

Re: I'm planning on fixing the flush exceptions ignored bug

2009-11-04 Thread Mark Hindess
In message a43fbc6a0911040831w2be850fer7a6a3c7d0ebfd...@mail.gmail.com, Jesse Wilson writes: On Wed, Nov 4, 2009 at 4:11 AM, Tim Ellison t.p.elli...@gmail.com wrote: Like everyone else, I'm avoiding studying sources of Sun code, so can you show the test case here (or on a JIRA)? I

Re: I'm planning on fixing the flush exceptions ignored bug

2009-11-04 Thread Jesse Wilson
On Wed, Nov 4, 2009 at 2:53 PM, Mark Hindess mark.hind...@googlemail.comwrote: That's not to say we shouldn't fix it. I just thought I'd mention it in case anyone else is trying the same thing or in case anyone has any other ideas on reproducing on our supported platforms. Have you tried

Re: I'm planning on fixing the flush exceptions ignored bug

2009-11-04 Thread enh
create a small ram disk and fill it, so the write fails for lack of space? --elliott On Wed, Nov 4, 2009 at 14:53, Mark Hindess mark.hind...@googlemail.com wrote: In message a43fbc6a0911040831w2be850fer7a6a3c7d0ebfd...@mail.gmail.com, Jesse Wilson writes: On Wed, Nov 4, 2009 at 4:11 AM,