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 77331 - [ProfilingPoints] Event buffer size 1200000 exceeding
Summary: [ProfilingPoints] Event buffer size 1200000 exceeding
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks: 79229
  Show dependency tree
 
Reported: 2006-06-02 19:32 UTC by ehucka
Modified: 2007-11-05 14:04 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 ehucka 2006-06-02 19:32:38 UTC
I specified stop stopwatch profiling point in cycle:

method1(); // < - start stopwatch profiling point
while (...) { method2(); } // <- stop stopwatch


Profiled application than produces many exceptions:

java.lang.ArrayIndexOutOfBoundsException: 1200000
com.sun.tools.profiler.server.ProfilerRuntime.writeProfilingPointHitEvent(ProfilerRuntime.java:70)
com.sun.tools.profiler.global.ProfilingPointServerHandler.profilingPointHit(ProfilingPointServerHandler.java:28)
com.sun.tools.profiler.server.ProfilerRuntime.profilePointHit(ProfilerRuntime.java:40)
Comment 1 Tomas Hurka 2007-09-12 14:26:07 UTC
Should be fixed in trunk.
Comment 2 ehucka 2007-11-05 14:04:11 UTC
verified