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

Inconsistent use of general primitives loops

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 17
    • 11, 16, 17
    • client-libs
    • None
    • 2d
    • b05
    • generic
    • generic

      The java2d uses the primitives such as Blit loop for rendering differing things. Currently, not all possible variants of primitives are implemented, but it is possible to register some general loop that may produce the primitives for some specific src/comp/dst.

      But we have some inconsistent here:
       - Some primitives register themselves as a general loop but always return null in the makePrimitive() method
       - Some primitives (which are not registered as general loops) return null or throw an error in the makePrimitive() method

            serb Sergey Bylokhov
            serb Sergey Bylokhov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: