-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b160
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8176655 | 10 | Claes Redestad | P3 | Resolved | Fixed | b03 |
The properties line reader has some relevance to startup, e.g., when reading the java.security file, and as more documentation content has been added to this file it has been made apparent that the handling of comment lines is inefficient due to treating every character after a comment line marker ('#' or '!') as any other character (writes it to an internal buffer etc) when it could trigger a fast-path consuming the rest of the line.
- backported by
-
JDK-8176655 Optimize handling of comment lines in Properties$LineReader.readLine
-
- Resolved
-