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 5769 - ArrayIndexOutOfBoundsException is thrown during IDE initialization on JDK 1.2.2_05
Summary: ArrayIndexOutOfBoundsException is thrown during IDE initialization on JDK 1.2...
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P1 major (vote)
Assignee: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-02-16 16:58 UTC by issues@www
Modified: 2008-12-23 11:30 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 issues@www 2000-02-16 16:58:06 UTC
[IAN, Feb/16] It looks like a JIT problem, not ours because:
1. it does not occur with java.compiler=NONE
2. in attachment there are 2 more exceptions, both in different parts of java classes which were definitely not changed from _04 to _05

[IAN, Feb/17] Reported to Kelly O`Hair from JDK release team, marked as documented

Original description:

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -27566080
        at java.awt.image.SinglePixelPackedSampleModel.<init>(Compiled Code)
        at java.awt.image.Raster.createPackedRaster(Compiled Code)
        at java.awt.image.Raster.createPackedRaster(Compiled Code)

        at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Compiled Code)
        at sun.awt.motif.MComponentPeer.createImage(Compiled Code)
        at java.awt.Component.createImage(Compiled Code)
        at java.awt.Component.createImage(Compiled Code)
        at com.netbeans.developer.impl.Splash$SplashComponent.setText(Splash.java:127)
        at com.netbeans.developer.impl.Splash$SplashWindow.print(Splash.java:194)
        at com.netbeans.developer.impl.Main.setStatusText(Compiled Code)
        at com.netbeans.developer.impl.ModuleInstaller.initialize(Compiled Code)
        at com.netbeans.developer.impl.Main.main(Main.java:502)
        at com.netbeans.developer.Main.main(Main.java:25)
Comment 1 Marian Mirilovic 2002-01-10 15:25:16 UTC
It seems like works now, closed