Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 349288

Summary: Open type hierarchy of a method doesn't work
Product: [Eclipse Project] JDT Reporter: Missing name <mcroci>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: major    
Priority: P3 CC: daniel_megert, prakash
Version: 3.7   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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.