| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build | 
|---|---|---|---|---|---|---|
| JDK-8175649 | 10 | Dmitrij Pochepko | P3 | Resolved | Fixed | b02 | 
                    Jigsaw and aot integrations changed product behavior in a way which wasn't reflected in jittester sources.
Need to updated jittester accordingly.
1) Field.setAccessible call is insuccessfull because of jigsaw security restrictions, so an --add-opens java.base/java.util=ALL-UNNAMED should be added to makefile for java invocation
2) Aot-related warning for Xint is currently printed and is written into golden output, so, in order to have clear output, -XX:-UseAOT to Xint golden output recording invocation should be added.
Need to updated jittester accordingly.
1) Field.setAccessible call is insuccessfull because of jigsaw security restrictions, so an --add-opens java.base/java.util=ALL-UNNAMED should be added to makefile for java invocation
2) Aot-related warning for Xint is currently printed and is written into golden output, so, in order to have clear output, -XX:-UseAOT to Xint golden output recording invocation should be added.
- backported by
- 
                    JDK-8175649 Jittester: sources should be aligned with latest product state -           
- Resolved
 
-         
- relates to
- 
                    JDK-8173115 [jittester] java_tests/Test_67.java fail on all platforms with all configuration -           
- Closed
 
-