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 245580 - Native methods cannot be distinguished in CPU sampling results
Summary: Native methods cannot be distinguished in CPU sampling results
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-11 08:44 UTC by Tomas Hurka
Modified: 2014-09-16 14:58 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 2014-07-11 08:44:24 UTC
CPU sampling data from a self-sampler contains information about native methods and native methods have [native] suffix displayed in CPU results. CPU sampling done via Profile-Project action does not have information about native methods in CPU results. This should be fixed so that information about native methods is also always available in CPU results.
Comment 1 Tomas Hurka 2014-07-11 15:40:43 UTC
Fixed in profiler-main

changeset:   275199:710af4092ca1
user:        Tomas Hurka <thurka@netbeans.org>
date:        Fri Jul 11 14:31:11 2014 +0200
summary:     bugfix #245580, native method flag added to StackTraceSnapshotBuilder.MethodInfo
Comment 2 Quality Engineering 2014-07-12 05:10:51 UTC
Integrated into 'main-silver', will be available in build *201407120001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/710af4092ca1
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #245580, native method flag added to StackTraceSnapshotBuilder.MethodInfo
Comment 3 Tomas Hurka 2014-09-16 14:58:40 UTC
The was reverted in release801 branch due to regression reported as issue #247166.