Community
Participate
Working Groups
The newly improved class prepare filtering for java se 1.6 should be made use of in the JDT debugger.
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.
Fixed - changes to JavaStratumLineBreakpoint, JDIDebugTarget, ClassPrepareRequestImpl, EventRequestImpl.
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.
verified