Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0
-
Fix Version/s: None
-
Component/s: Architecture: Intel, Compilers: Baseline, Compilers: Optimizing
-
Labels:None
-
Environment:x86_64,fc14
-
Number of attachments :
Description
rvm/src/org/jikesrvm/compilers/opt/inlining/InterfaceHierarchy.java
Inliner make wrong decision on inlining method. To identify a interface method's implementation subclass, all subclass's super class must be queried, since super class is not necessary to implement the interface,but still capable to have the method.