|
Quick Lists
|
|
Bug ID:
|
6667580
|
|
Votes
|
0
|
|
Synopsis
|
Optimize CmpP for allocations
|
|
Category
|
hotspot:compiler2
|
|
Reported Against
|
|
|
Release Fixed
|
hs12(b02)
|
|
State
|
10-Fix Delivered,
request for enhancement
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
6686791
,
6692301
|
|
Submit Date
|
26-FEB-2008
|
|
Description
|
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.
Posted Date : 2008-02-26 00:10:47.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
See description.
Posted Date : 2008-02-29 21:50:23.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |