Bug 173279 - [indexing] Category table is not cached for rt.jar since 1.5 version
Summary: [indexing] Category table is not cached for rt.jar since 1.5 version
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2.2   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2007-02-07 10:41 EST by Frederic Fusier CLA
Modified: 2007-02-07 11:42 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 Frederic Fusier CLA 2007-02-07 10:41:21 EST
Opened this bug to continue work on bug 168354 for 3.3 M6...
To allow DiskIndex to cache category table of all existing rt.jar, the number of entries threshold has been increased from 10,000 to 20,000.
This change was released for 3.2.2 and 3.3 M5.
Comment 1 Frederic Fusier CLA 2007-02-07 11:25:21 EST
Released for 3.3 M5 in HEAD stream (see bug 168354 comment 10).
Released for 3.2.2 in R3_2_maintenance (see bug 168354 comment 11).

buildnotes_jdt-core.html file has been updated in both streams to reflect the change of the bug ID...
Comment 2 Frederic Fusier CLA 2007-02-07 11:42:33 EST
Verified for 3.2.2 that changed code is in version v_685_R32x.
Verified for 3.3 M5 that changed code is in version v_734.