Relates :
|
|
Relates :
|
jvm2008 'serial' benchmark has code which calls String.equals(str1, str2) for 2 strings produced by StringBuilder.toString(). The first check in String.equals() could be optimized out since during the compilation due to inlining we know that it compares 2 newly allocated strings.
|