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

constructComponentName implementation is (theoretically) not thread-safe

XMLWordPrintable

    • b02
    • generic
    • generic
    • Not verified

      Name: krT82822 Date: 01/19/99


      Source code from java/awt/Canvas.java:

          String constructComponentName() {
              synchronized (getClass()) {
      return base + nameCounter++;
      }
          }

      This wasn't synchronized in 1.1.7, but it is synchronized
      in 1.2. Unfortunately, it is synchronized on the wrong
      object. getClass() returns different objects for (say)
      instances of different classes derived from Canvas.

      The above is the common idiom used in many java.awt classes.
      (Review ID: 52534)
      ======================================================================

            son Oleg Sukhodolsky (Inactive)
            kryansunw Kevin Ryan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: