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 252285 - OutOfMemoryError at java.io.FileInputStream.readBytes
Summary: OutOfMemoryError at java.io.FileInputStream.readBytes
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-07 10:49 UTC by ixe1962
Modified: 2016-07-07 07:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217167


Attachments
stacktrace (5.94 KB, text/plain)
2015-05-07 10:49 UTC, ixe1962
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ixe1962 2015-05-07 10:49:29 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 7

User Comments:
ixe1962: netbeans startup




Stacktrace: 
java.lang.OutOfMemoryError
   at java.io.FileInputStream.readBytes(FileInputStream.java:0)
   at java.io.FileInputStream.read(FileInputStream.java:255)
   at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
   at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
   at java.io.FilterInputStream.read(FilterInputStream.java:107)
   at com.sun.tools.javac.jvm.ClassReader.readInputStream(ClassReader.java:2613)
Comment 1 ixe1962 2015-05-07 10:49:31 UTC
Created attachment 153550 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 07:17:57 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss