jtreg does a great job of storing information about how actions have been executed, so one can easily rerun a test step by step. however, if an action depends on a relative path(e.g. use -Xbootclasspath/a:.), information in rerun section won't be enough to run the action.
adding information about working directory to rerun section should solve this.
adding information about working directory to rerun section should solve this.