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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • 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

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

                Created:
                Updated:
                Resolved: