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 248817 - Load Heap Dump menu item missing
Summary: Load Heap Dump menu item missing
Status: RESOLVED INVALID
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 8.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: issues@profiler
URL:
Keywords: REGRESSION, UI
Depends on:
Blocks:
 
Reported: 2014-11-21 18:52 UTC by Jesse Glick
Modified: 2014-11-25 18:29 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 Jesse Glick 2014-11-21 18:52:21 UTC
20141110 a1f03f32b272. The Load Heap Dump menu items is missing from the Profile menu. org.netbeans.modules.profiler.heapwalker 1.101 is installed.

According to fe2255f92447 “Simplified Profile menu” (no issue link) this is perhaps intentional, but how then am I supposed to access this functionality? I have a dump from a user of my program (jmap -dump) which I need to analyze.

The online help seems to say nothing about the topic, other than linking to a web page which talks about the menu item that no longer exists.

I tried browsing to the file in the Favorites tab (where I had /tmp mounted) but just got #248816 so this did not help.
Comment 1 Tomas Hurka 2014-11-24 08:16:15 UTC
Use File->Open.
Comment 2 Jesse Glick 2014-11-25 18:29:16 UTC
Make sure the user guide mentions that.