| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build | 
|---|---|---|---|---|---|---|
| JDK-8083152 | emb-9 | Igor Ignatyev | P4 | Resolved | Fixed | team | 
                    Utils::fileAsString implementation has several issues:
- using '\n' instead of platform independent EOL
- catching wide spectre of exceptions and "ignoring" them
and last but not least, it partially duplicates code of Utils::fileAsList method which duplicates File::readAllLines (JDK-8067173)
            
- using '\n' instead of platform independent EOL
- catching wide spectre of exceptions and "ignoring" them
and last but not least, it partially duplicates code of Utils::fileAsList method which duplicates File::readAllLines (
- backported by
- 
                    JDK-8083152 rewrite Utils::fileAsString -           
- Resolved
 
-