Bug 7441 - Open a type is extremely slow
Summary: Open a type is extremely slow
Status: RESOLVED DUPLICATE of bug 7616
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: Other Linux-Motif
: P3 normal (vote)
Target Milestone: 2.0 M3   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-10 12:20 EST by Jared Burns CLA
Modified: 2002-01-16 09:05 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jared Burns CLA 2002-01-10 12:20:57 EST
In my target eclipse, version 20020109++, selecting the "Open a type in the
Editor" button in a "Hello World" workspace takes three minutes the first time.

I had switched JRE's a few times before clicking the button and the dialog
counted down (very slowly) from "Indexing 10 files"
Comment 1 Philipe Mulet CLA 2002-01-11 06:25:21 EST
You might simply be running out of memory if running 2 Eclipse IDEs at the same 
time... did you look at the memory usage (task manager) ?

Switching JREs will cause some reindexing to occur, and prevent any search 
queries to succeed ('indexing 10 files' message), but indexing should be 
quick...
Comment 2 Jared Burns CLA 2002-01-15 11:42:41 EST
My system's memory is less than half used (271M out of 768M). 0 swap usage.

I see this problem every time I switch JRE's and then try to open a type.

Whatever it's doing, it's pounding my processor (1.3 GHz P4).
Comment 3 Jared Burns CLA 2002-01-15 14:38:02 EST
Note also that it seems particularly slow after switching to a Sun JDK.
Comment 4 Philipe Mulet CLA 2002-01-16 09:04:56 EST

*** This bug has been marked as a duplicate of 7616 ***