Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 349288 - Open type hierarchy of a method doesn't work
Summary: Open type hierarchy of a method doesn't work
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-14 04:14 EDT by Missing name CLA
Modified: 2011-06-14 04:58 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Missing name CLA 2011-06-14 04:14:40 EDT
Build Identifier: 20110218-0911

An internal error occurred during: "Computing type hierarchy of 'Object'...".
GC overhead limit exceeded
It happens with many classes... I guess with all classes that have a big number of subclasses.


Reproducible: Always

Steps to Reproduce:
1. Open type hierarchy of Object.toString()
Comment 1 Dani Megert CLA 2011-06-14 04:58:18 EDT
>1. Open type hierarchy of Object.toString()
This works for me using 3.7 RC4. You need to give Eclipse more memory (e.g. -Xmx768M). You can also suppress the warning with -XX:-UseGCOverheadLimit and hope not to run into a real OOME.