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

if directory specified with --dest-dir does not exist, only .class files are dumped and .js files are not

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • core-libs
    • b73
    • generic
    • generic

        if --dest-dir or -d is specified with a directory that does not exist, then only .class files are dumped. .js files of the evaluated source scripts are not dumped.

        Looking at the code, DumpBytecode.java creates directory if it does not exist - but Source.java does not create directory. That should be uniform.

              sundar Sundararajan Athijegannathan
              sundar Sundararajan Athijegannathan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: