Simon, what's your progress?
Thanks,
xiaofeng
--
http://people.apache.org/~xli
Tim Ellison wrote:
Regis wrote:
Tim Ellison wrote:
Regis wrote:
Recently I'm trying to optimize implementation of java.File,
Cool.
and find File.getCanonicalPath is very time cost and is heavily used
by checking file permission. But in the most of cases, the canonical
path is never change,
The patch looks good to me. Thanks.
regards,
Karl
On Wed, Jul 1, 2009 at 4:22 PM, Tim Ellison wrote:
> Ah, not to worry, I figured out the test case and have a fix.
>
> https://issues.apache.org/jira/browse/HARMONY-6254
>
> Please check if this fixes the problem for you.
>
> Regards,
> Tim
>
> T
Yep, and don't forget to free the memory afterwards [1]
[1]
http://harmony.apache.org/externals/vm_doc/html/hysysinfo_8c.html#7bb2025106f1c080c3b8f4cbe002d809
galaxy wrote:
> Sorry ,Found it .I think it's hysysinfo_get_executable_name
> *
> *
> *
> *
> 2009/7/1 galaxy
>
>> Hi ,all
>> In the lau
Regis wrote:
> Tim Ellison wrote:
>> Regis wrote:
>>> Recently I'm trying to optimize implementation of java.File,
>>
>> Cool.
>>
>>> and find File.getCanonicalPath is very time cost and is heavily used
>>> by checking file permission. But in the most of cases, the canonical
>>> path is never chang
Ah, not to worry, I figured out the test case and have a fix.
https://issues.apache.org/jira/browse/HARMONY-6254
Please check if this fixes the problem for you.
Regards,
Tim
Tim Ellison wrote:
> Karl,
>
> You didn't provide a walkback (that I saw).
>
> Is the exception thrown on line 309 of j
Karl,
You didn't provide a walkback (that I saw).
Is the exception thrown on line 309 of java.net.URLStreamHandler?
That's the only place that I see our code assuming that the file part is
not null, which is an incorrect assumption since the URL code handles
null file parts ok.
I searched for so
galaxy wrote:
> I searched the source code of applet and found no java.beans in the source
> code .
> Is this correct ?
> If true I think it's better to remove the import of jave.beans
There are references to java.beans types in the change listener APIs of
java.awt.KeyboardFocusManager
If you wa
Sean Qiu wrote:
> Seems this patch can only applied once all modules' test-jar is ready.
> I will revert it back at this moment until I applied my remaining patches.
Sure. Once you get the test JARs into the HDK it would be good to
include the classlib tests as a target for the Hudson builds. At
Seems this patch can only applied once all modules' test-jar is ready.
I will revert it back at this moment until I applied my remaining patches.
Best Regards
Sean, Xiao Xia Qiu
2009/7/1 Sean Qiu :
> http://svn.apache.org/viewvc?view=rev&revision=790030
>
> Now, our build phase consists of thr
10 matches
Mail list logo