This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 106387 - Retransfrom classes is slow
Summary: Retransfrom classes is slow
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2007-06-12 13:14 UTC by Tomas Hurka
Modified: 2007-06-12 13:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2007-06-12 13:14:38 UTC
on JDK6 retransform classes is called for all classes in all cases. This can be improved by filtering out all classes loaded by bootstrap and system class loader.
Comment 1 Tomas Hurka 2007-06-12 13:17:40 UTC
The fix will speed-up startup of profiler application and time needed for dynamic attach.
Comment 2 Tomas Hurka 2007-06-12 13:56:53 UTC
fixed in trunk.