RFR-8008118

Martin Buchholz martinrb at google.com
Thu Mar 28 18:12:55 UTC 2013


My apologies for unrelenting perfectionism - I noticed that we can:
- colocate the pathv and path in one malloc'ed chunk
- can discard xstrdup
- can iterate through path with only one char* pointer.

Making this code even cleaner, more concise and efficient.


http://cr.openjdk.java.net/~martin/webrevs/openjdk8/pathv/



More information about the core-libs-dev mailing list