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

JAXP issue 69 : Double-checked locking bug in javax.xml.parsers.FactoryFinder.find(String, String)

    XMLWordPrintable

Details

    • b07
    • generic
    • generic
    • Not verified

    Backports

      Description

        javax.xml.parsers.FactoryFinder.find(String, String), revision 3037 contains a double checked locking bug.

        The simple solution is to make static boolean field "firstTime" volatile and move the assignment "firstTime = false;" after the call to "cacheProps.load(ss.getFileInputStream(f));"

        I did search for this bug, but can never seem to get good information out of JIRA's search feature. Please excuse me if I have submitted a duplicate.

        Attachments

          Issue Links

            Activity

              People

                joehw Joe Wang
                joehw Joe Wang
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:
                  Imported:
                  Indexed: