Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6908123

refactor com.sun.org.apache.xalan.internal.xsltc.runtime.BasicLibrary.substringF() variants

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 6u17
    • xml
    • 1.4
    • generic
    • generic
    • Verified

        These two methods could be refactored to avoid unnecessary calls to Math.round(double). In workloads which make frequent calls to these two methods could experience high sys CPU time if Math.round(double) if what Math.round(double) calls invokes native methods.

        com.sun.org.apache.xalan.internal.xsltc.runtime.BasicLibrary.substringF(String,double,double)
        com.sun.org.apache.xalan.internal.xsltc.runtime.BasicLibrary.substringF(String,double)

        It is also possible a modern JVM's JIT compiler could better optimize a refactored version.

              joehw Joe Wang
              huntch Charlie Hunt
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: