Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 154233 - [java 1.6] Make use of improved class prepare filtering
Summary: [java 1.6] Make use of improved class prepare filtering
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 3.3 M6   Edit
Assignee: Michael Rennie CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 154115
  Show dependency tree
 
Reported: 2006-08-17 10:35 EDT by Michael Rennie CLA
Modified: 2007-02-13 16:00 EST (History)
0 users

See Also:


Attachments
patch (12.25 KB, patch)
2006-09-18 13:24 EDT, Michael Rennie CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Rennie CLA 2006-08-17 10:35:22 EDT
The newly improved class prepare filtering for java se 1.6 should be made use of in the JDT debugger.
Comment 1 Michael Rennie CLA 2006-09-18 13:24:10 EDT
Created attachment 50403 [details]
patch

This patch adds in new support for source name filters to our jsp breakpoint implementation. I provided it here as a patch due to the fact that the current 1.6 VM offering does not support source name filter use so we cannot test it.
Comment 2 Darin Wright CLA 2007-02-13 15:02:45 EST
Fixed - changes to JavaStratumLineBreakpoint, JDIDebugTarget, ClassPrepareRequestImpl, EventRequestImpl.
Comment 3 Darin Wright CLA 2007-02-13 15:14:47 EST
The number of class prepare requests received from the 1.6 VM is reduced when using source name filters, but still seems higher than expected (i.e. it tells us about classes that do not match like java.* classes and sun.* classes). However, without the source name filter we receive many more class prepare events (for my simple example it was 342 vs @1400).

Please verify, Mike.
Comment 4 Michael Rennie CLA 2007-02-13 16:00:21 EST
verified