jdeps shows "not found" if target class has no reference other than its own package

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: tools
    • None
    • b49

        $ cd $BUILD_OUTPUTDIR/jdk
        $ jdeps modules/*
        :
        :
        jdk.zipfs -> modules/java.base
        jdk.zipfs -> not found
           jdk.nio.zipfs (jdk.zipfs)
              -> java.io java.base
              -> java.lang not found
              -> java.lang java.base

        ---> not found is not expected.

        $ jdeps modules/jdk.zipfs

        works correctly

              Assignee:
              Mandy Chung (Inactive)
              Reporter:
              Mandy Chung (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: