Actions
Bug #3559
closedOn the Transform command line, the -nogo option does not force full static analysis
Start date:
2017-12-07
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.8, trunk
Fix Committed on Branch:
9.8, trunk
Fixed in Maintenance Release:
Platforms:
Description
When the -nogo option is used on the command line this should force full static analysis (compilation) of the stylesheet including full streamability analysis. This is not happening.
Internally, the code sets jit=false when -nogo is set, but this has no effect because it does not call compiler.setJustInTimeCompilation(false).
Please register to edit this issue
Actions