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 250577 - Long delay when dynamically attaching to profile object allocations
Summary: Long delay when dynamically attaching to profile object allocations
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-20 12:15 UTC by Tomas Hurka
Modified: 2015-02-23 02:25 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 2015-02-20 12:15:27 UTC
For instrumented memory profiling, there's a very long delay when dynamically attaching to a large application like for example GlassFish. This downgrades usability of the profiler in real world environment.
Comment 1 Tomas Hurka 2015-02-20 15:05:32 UTC
Fixed in profiler-main

changeset:   283757:e8ad593e8d00
user:        Tomas Hurka <thurka@netbeans.org>
date:        Fri Feb 20 16:02:52 2015 +0100
summary:     bugfix #250577, memory profiling for selected non-array classes can use instrumentation of just Object.<init> method. This mode is currently used for dynamic attach.
Comment 2 Quality Engineering 2015-02-23 02:25:02 UTC
Integrated into 'main-silver', will be available in build *201502230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e8ad593e8d00
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #250577, memory profiling for selected non-array classes can use instrumentation of just Object.<init> method. This mode is currently used for for dynamic attach