Hi all,
I have investigated this problem and found that guilty method is
SimpleTimeZone/useDaylightTime(), changed by this chunk:
Index: modules/luni/src/main/java/java/util/SimpleTimeZone.java
===================================================================
--- modules/luni/src/main/java/java/util/SimpleTimeZone.java (revision 593468)
+++ modules/luni/src/main/java/java/util/SimpleTimeZone.java (revision 593469)
@@ -837,7 +738,7 @@
*/
@Override
public boolean useDaylightTime() {
- return useDaylight;
+ return icuTZ.useDaylightTime();
}
Please see JIRA for details.
Thanks,
Aleksey,
ESSD, Intel
On Nov 14, 2007 2:36 PM, Rustem Rafikov <[EMAIL PROTECTED]> wrote:
> Hi All,
> We experienced noticeable performance degradation after one of the
> ICU-related commits.
> There were: 1. r592434 and 2. r593469
> After the second one jbb2005's scores decreased on 15-20%.
>
> I filled JIRA [1] , please look into.
>
> [1] http://issues.apache.org/jira/browse/HARMONY-5122,
>
>
> --
> Thanks,
> Rustem
>