/[Apache-SVN]
ViewVC logotype

Revision 669173


Jump to revision: Previous Next
Author: jeremias
Date: Wed Jun 18 14:07:27 2008 UTC (16 years ago)
Changed paths: 3
Log Message:
Bugzilla #44887:
Fixed potential multi-threading problem concerning the use of DecimalFormat.

Results from performance measurements in a separate test (operation repeated 100'000 times, exemplary):
shared static variable: ~220ms (old choice, problematic!)
always create new instance: ~480ms
ThreadLocal: ~220ms (new choice)

Changed paths

Path Details
Directoryxmlgraphics/fop/branches/fop-0_95/src/java/org/apache/fop/fonts/MultiByteFont.java modified , text changed
Directoryxmlgraphics/fop/branches/fop-0_95/src/java/org/apache/fop/pdf/PDFNumber.java modified , text changed
Directoryxmlgraphics/fop/branches/fop-0_95/status.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26