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

RenderQueue BufferSize is too small

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • 16
    • None
    • client-libs
    • None
    • 2d

      src/java.desktop/share/classes/sun/java2d/pipe/RenderQueue.java

      sets a BufferSize of 32000

      I looked into the history and this was the size set in the first push into JDK in 2005 (!)
      when teamware/SCCS was used.

      So it was a size chosen during early development of the OGL pipeline on computers that are 15 years old.

      It is a Java-side buffer and we probably had slower systems filling the buffer and it should not
      much affect what happens on the native side.

      I think we can bump this (big time?) if it improves performance.

            prr Philip Race
            prr Philip Race
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: