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 256783 - Some results are missing in instrumented method profiling
Summary: Some results are missing in instrumented method profiling
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: VISUALVM
Depends on:
Blocks:
 
Reported: 2015-11-25 14:50 UTC by Tomas Hurka
Modified: 2015-11-27 02:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
test project (23.44 KB, application/zip)
2015-11-25 14:53 UTC, Tomas Hurka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2015-11-25 14:50:45 UTC
Steps to reproduce:
1) open attached project
2) profile Class 'profilinginterface.ProfilingInterface'
3) uncheck 'Skip Java core classes'
4) start profiling session
5) when program ends, take snapshot

profilinginterface.Cls.doIt() method is missing in results.
Comment 1 Tomas Hurka 2015-11-25 14:53:21 UTC
Created attachment 157492 [details]
test project
Comment 2 Tomas Hurka 2015-11-25 15:20:44 UTC
Fixed in profiler-main

changeset:   293370:67fa568fb89c
user:        Tomas Hurka <thurka@netbeans.org>
date:        Wed Nov 25 16:19:17 2015 +0100
summary:     bugfix #256783, do not search interfaces for method implementation; search super class for direct interface implementors
Comment 3 Quality Engineering 2015-11-27 02:31:23 UTC
Integrated into 'main-silver', will be available in build *201511270002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/67fa568fb89c
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #256783, do not search interfaces for method implementation; search super class for direct interface implementors