Bug 173279

Summary: [indexing] Category table is not cached for rt.jar since 1.5 version
Product: [Eclipse Project] JDT Reporter: Frederic Fusier <frederic_fusier>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: performance
Version: 3.3   
Target Milestone: 3.2.2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.