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

REGRESSION: slower performance of GZIPInputStream for 5u10 (single threaded testcase)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P2 P2
    • None
    • 5.0u10
    • core-libs

      5u6 is faster than 5u10 if we compare the performance of the GZIPInputStream.

      $ java -DLOOPS=1000 -showversion CpuPerformanceInflateBytes
      java version "1.5.0_06"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
      Java HotSpot(TM) Server VM (build 1.5.0_06-b05, mixed mode)

      time: 17982

      $ java -DLOOPS=1000 -showversion CpuPerformanceInflateBytes
      java version "1.5.0_10"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03)
      Java HotSpot(TM) Server VM (build 1.5.0_10-b03, mixed mode)

      time: 19582

      The microbenchmark is attached to this report.

            bristor Dave Bristor (Inactive)
            jloefflm Johann Löfflmann (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: