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 230381 - Compare CPU snapshot mangles the result and source compared snapshots
Summary: Compare CPU snapshot mangles the result and source compared snapshots
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords: VISUALVM
Depends on:
Blocks:
 
Reported: 2013-05-28 12:39 UTC by Petr Cyhelsky
Modified: 2014-01-24 13:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
snapshots (144.80 KB, application/octet-stream)
2013-05-28 12:39 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2013-05-28 12:39:31 UTC
Created attachment 135002 [details]
snapshots

Compare CPU snapshot mangles the result and source compared snapshots when there are any threads with same name. 
Steps - open the attached snapshots -> compare them -> see that the times for threads like "mine" and others are wrong
Comment 1 Jiri Sedlacek 2013-05-30 16:12:06 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/8fa1e77eba1a.
Comment 2 Quality Engineering 2013-06-04 01:47:41 UTC
Integrated into 'main-golden', will be available in build *201306032301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8fa1e77eba1a
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #230381 - to be safe from modifications, create copies of both snapshots (share as much in-memory data as possible)