|
Quick Lists
|
|
Bug ID:
|
6667618
|
|
Votes
|
0
|
|
Synopsis
|
Disable LoadL->ConvL2I ==> LoadI optimization
|
|
Category
|
hotspot:compiler2
|
|
Reported Against
|
|
|
Release Fixed
|
hs12(b02)
|
|
State
|
10-Fix Delivered,
request for enhancement
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
|
|
Submit Date
|
26-FEB-2008
|
|
Description
|
LoadL->ConvL2I ==> LoadI optimization causes the problem for an customer
initialization after InitializeNode was added in C2 since LoadI will not
match raw StoreL captured by InitializeNode. As result LoadI node could
be scheduled above the initialize StoreL node.
The problem was found during EA testing.
Posted Date : 2008-02-26 01:47:03.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
See description.
Posted Date : 2008-03-03 17:18:18.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |