Bug 8709

Summary: class init optimization should check subclasses
Product: gcc Reporter: Tom Tromey <tromey>
Component: javaAssignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED WONTFIX    
Severity: enhancement CC: gcc-bugs, java-prs
Priority: P3 Keywords: missed-optimization
Version: 3.3   
Target Milestone: ---   
Host: Target:
Build: Known to work:
Known to fail: Last reconfirmed: 2006-03-05 03:49:16
Bug Depends on: 15576    
Bug Blocks:    

Description Tom Tromey 2002-11-25 22:06:00 UTC
When doing the class initialization optimization,
if a subclass of the class in question has been
initialized, then we don't need to initialize the
class.

Release:
unknown
Comment 1 Andrew Pinski 2003-07-24 11:42:06 UTC
still tue on the mainline (20030724).
Comment 2 Andrew Pinski 2016-09-30 22:49:10 UTC
Closing as won't fix as the Java front-end has been removed from the trunk.