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 259149 - All Dimension instances are truncated in HeapWalker
Summary: All Dimension instances are truncated in HeapWalker
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords: REGRESSION, VISUALVM
Depends on:
Blocks:
 
Reported: 2016-05-06 12:03 UTC by Jiri Sedlacek
Modified: 2016-05-10 01:41 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 Sedlacek 2016-05-06 12:03:34 UTC
All instances of java.awt.Dimension have truncated size in HeapWalker, maximum widht and height value is 10000.

Affects all occurences of Dimension logical value and all subsequent uses of Dimension in other objects.

Caused by http://hg.netbeans.org/main-silver/rev/f22099f1a792 when fixing Bug 250485.
Comment 1 Jiri Sedlacek 2016-05-06 12:05:10 UTC
Regression from NetBeans 8.0.2.
Comment 2 Jiri Sedlacek 2016-05-06 12:07:50 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/929cb4a2ec3c.
Comment 3 Quality Engineering 2016-05-10 01:41:09 UTC
Integrated into 'main-silver', will be available in build *201605100002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/929cb4a2ec3c
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #259149 - do not truncate Dimension instances in HeapWalker