Community
Participate
Working Groups
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()
>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.