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 185770

Summary: [charts] Excessive java.util.Calendar instantiation from charts
Product: profiler Reporter: Jiri Sedlacek <jis>
Component: BaseAssignee: Jiri Sedlacek <jis>
Status: RESOLVED FIXED    
Severity: normal Keywords: VISUALVM
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Sedlacek 2010-05-08 12:58:38 UTC
Each org.netbeans.lib.profiler.charts.axis.TimeAxisUtils.getRangeFlag() method invocation creates two new instances of java.util.GregorianCalendar. Since GregorianCalendar calls System.currentTimeMillis() in constructor and TimeAxisUtils.getRangeFlag() is invoked very frequently when repainting the charts, it would be nice to optimize the code.
Comment 1 Jiri Sedlacek 2010-05-08 13:02:46 UTC
Fixed in profiler-main:

http://hg.netbeans.org/profiler-main/rev/1cfb18808bf1
Comment 2 Quality Engineering 2010-05-10 09:17:34 UTC
Integrated into 'main-golden', will be available in build *201005100200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/
User: 
Log: