-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b73
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8136304 | emb-9 | Sundararajan Athijegannathan | P4 | Resolved | Fixed | team |
JDK-8140956 | 8u91 | Sundararajan Athijegannathan | P4 | Resolved | Fixed | b01 |
JDK-8132514 | 8u72 | Sundararajan Athijegannathan | P4 | Resolved | Fixed | b01 |
JDK-8147325 | emb-8u91 | Sundararajan Athijegannathan | P4 | Resolved | Fixed | b01 |
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.
Looking at the code, DumpBytecode.java creates directory if it does not exist - but Source.java does not create directory. That should be uniform.
- backported by
-
JDK-8132514 if directory specified with --dest-dir does not exist, only .class files are dumped and .js files are not
-
- Resolved
-
-
JDK-8136304 if directory specified with --dest-dir does not exist, only .class files are dumped and .js files are not
-
- Resolved
-
-
JDK-8140956 if directory specified with --dest-dir does not exist, only .class files are dumped and .js files are not
-
- Resolved
-
-
JDK-8147325 if directory specified with --dest-dir does not exist, only .class files are dumped and .js files are not
-
- Resolved
-