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

jdeps support for multi-release JARs should not keep the version map in a static variable

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 9
    • tools
    • None

      com.sun.tools.jdeps.VersionHelper keeps the nameToVersion map in a static variable. If multiple invocation of jdeps ToolProvider in the same VM, a class file of multiple versions detected in a previous invocation of jdeps will cause MultiReleaseException in the subsequent invocation of jdeps even if there is no conflict.

            mchung Mandy Chung (Inactive)
            mchung Mandy Chung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: