This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 10450 - fastjavac compiler crash on ugly code
Summary: fastjavac compiler crash on ugly code
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows 95/98
: P3 blocker (vote)
Assignee: Ivan Bradac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-18 16:28 UTC by hlavac
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hlavac 2001-03-18 16:28:54 UTC
/*
 * This ugly code will crash fastjavac on compilation:
 */

/*
    fastjavac: Internal compiler error, SEGV, ILL, or FPE
    abnormal program termination
*/

class Crash1 {

    public void finalize() {}

}

class Crash2 extends Crash1 {
    public void finalize() {
        (Crash1.this).finalize();
    }

}
Comment 1 Svata Dedic 2001-03-21 16:29:58 UTC
Ivan, please, could you check this one ? I don't know whether it was already 
reported or not. Thanks.
Comment 2 Ivan Bradac 2001-03-21 17:34:51 UTC
No, it was not. I will send it to the fastjavac team.
Comment 3 Ivan Bradac 2001-04-02 09:49:58 UTC
Has been forwarded to the Sun's fastjavac team.
Comment 4 Quality Engineering 2003-07-01 13:12:35 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 5 Quality Engineering 2003-07-01 13:17:50 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 6 Jan Chalupa 2003-10-30 12:06:59 UTC
A mistakenly closed RESOLVED LATER/REMIND issue. Reopening.
Comment 7 Jan Pokorsky 2003-12-05 10:57:17 UTC
Fastjavac is not supported anymore and since it is a close source there is no
reason to keep this as open issue.
Comment 8 Quality Engineering 2007-09-20 12:11:41 UTC
Reorganization of java component