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 76994 - remote pack calibration broken
Summary: remote pack calibration broken
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2006-05-28 10:43 UTC by Tomas Hurka
Modified: 2007-04-03 10:13 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 Tomas Hurka 2006-05-28 10:43:37 UTC
After integration of profiling points, remote pack calibration no longer works.

bash-2.05$ bin/calibrate.sh 
Starting calibration...
Exception in thread "main" java.lang.NullPointerException
        at com.sun.tools.profiler.server.ProfilerInterface.getCurrentInstrType(ProfilerInterface.java:130)
        at com.sun.tools.profiler.server.ThreadInfo.newThreadInfo(ThreadInfo.java:152)
        at com.sun.tools.profiler.server.ThreadInfo.resetThreadInfoTable(ThreadInfo.java:102)
        at com.sun.tools.profiler.server.ProfilerRuntime.doResetProfilerCollectors(ProfilerRuntime.java:99)
        at com.sun.tools.profiler.server.ProfilerRuntime.resetProfilerCollectors(ProfilerRuntime.java:92)
        at com.sun.tools.profiler.server.ProfilerCalibrator.measureBCIOverhead(ProfilerCalibrator.java:214)
        at com.sun.tools.profiler.server.ProfilerCalibrator.main(ProfilerCalibrator.java:115)
bash-2.05$
Comment 1 Tomas Hurka 2006-05-28 13:05:09 UTC
Fixed in trunk.
Comment 2 Tomas Hurka 2007-04-03 10:13:22 UTC
Verified.