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 251323 - Allocated objects not displayed
Summary: Allocated objects not displayed
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-20 14:58 UTC by Jiri Sedlacek
Modified: 2015-03-27 13:17 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 Jiri Sedlacek 2015-03-20 14:58:34 UTC
0/ Dynamic attach to a NetBeans instance, Objects | Selected classes - org.netbeans.modules.masterfs.naming.NameRef, Record allocations, Limit calls to 10

1/ Generate some instances in the profiled NB by expanding project sources, allocations displayed in live results

2/ Reset results

3/ Generate another instances in the profiled NB by expanding project sources, allocations NOT displayed in live results
Comment 1 Tomas Hurka 2015-03-23 09:49:49 UTC
Partially fixed in profiler-main:

changeset:   285168:46861c44a902
user:        Tomas Hurka <thurka@netbeans.org>
date:        Mon Mar 23 10:48:06 2015 +0100
summary:     bugfix #251323, do not notify client about new results when ThreadInfo is initialized - do it when real data is written to event buffer
Comment 2 Quality Engineering 2015-03-27 03:22:34 UTC
Integrated into 'main-silver', will be available in build *201503270001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/46861c44a902
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #251323, do not notify client about new results when ThreadInfo is initialized - do it when real data is written to event buffer
Comment 3 Tomas Hurka 2015-03-27 13:17:12 UTC
Lowering priority to P3, since most of the cases are fixed by above changeset.