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 241316 - No value shown for java.lang.String in heap instances view
Summary: No value shown for java.lang.String in heap instances view
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.0
Hardware: PC All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords: VISUALVM
Depends on:
Blocks:
 
Reported: 2014-02-03 10:51 UTC by Jiri Skrivanek
Modified: 2014-02-14 13:26 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 Skrivanek 2014-02-03 10:51:03 UTC
java.lang.String values are not shown in preview panel of the instances view in heap walker (only on Linux). To reproduce:

- create Anagram sample project
- right-click project node and choose Profile
- select CPU -> Advanced -> Only project classes and click Run
- click Dump Heap when application is ready and open it
- right-click java.lang.String and choose Show in Instances View. 
- click some instance and it should show its value in bottom left preview panel but it shows nothing

Product Version: NetBeans IDE Dev (Build 201401310001)
Java: 1.8.0; Java HotSpot(TM) Client VM 25.0-b69
Runtime: Java(TM) SE Runtime Environment 1.8.0-b127
System: Linux version 3.2.0-33-generic running on i386; UTF-8; en_US (nb)
Comment 1 Jiri Sedlacek 2014-02-12 09:24:17 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/5a91cfee3284.
Comment 2 Quality Engineering 2014-02-14 02:52:38 UTC
Integrated into 'main-silver', will be available in build *201402140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5a91cfee3284
User: Jiri Sedlacek <jis@netbeans.org>
Log: #241316, do not call overridable method from constructor
Comment 3 Jiri Skrivanek 2014-02-14 13:26:07 UTC
Verified but 241878 found.