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

Container.printingThreads Vector should be created lazily

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.4.0
    • 1.3.0
    • client-libs
    • None
    • beta
    • generic
    • generic

      The printingThreads field in Container holds a Vector of threads that are
      currently printing components in that container. Although printing is a
      rare operation compared to other uses of Container, the Vector is always
      created at the time that any Container is instantiated.

      The Vector should be created lazily only when and if the Container is
      printed.

            dmendenhsunw David Mendenhall (Inactive)
            flar Jim Graham
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: