JEP411: Restricting/logging library usages using a SecurityManager

2021-04-20 Thread Roel Spilker
rtain concerns be in order? Kind regards, Roel Spilker

Re: hg: jdk8/tl/jdk: 8014383: StringJoiner example in class description not in sync with streams API

2013-06-04 Thread Roel Spilker
Looking at the implementation, the code in toString suggest that it's worthwhile to optimize for an empty suffix (although I doubt that this optimization has any measurable effects). But the constructor always concatenates the prefix and the suffix, which results in both a new string instance and a