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 156044 - Profiler thread is started during 1st NetBeans startup
Summary: Profiler thread is started during 1st NetBeans startup
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL: http://wiki.netbeans.org/FitnessViaWh...
Keywords: PERFORMANCE, TEST, VISUALVM
Depends on:
Blocks:
 
Reported: 2008-12-24 14:22 UTC by Alexander Kouznetsov
Modified: 2009-12-04 02:16 UTC (History)
2 users (show)

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 Alexander Kouznetsov 2008-12-24 14:22:00 UTC
Performance test report that the following thread is started during 1st NetBeans startup.

*** JFluid Separate Command Execution Thread
    java.lang.Object.wait(Native Method)
    java.lang.Object.wait(Object.java:474)
    org.netbeans.lib.profiler.ProfilerClient$SeparateCmdExecutionThread.run(ProfilerClient.java:101)

Please don't start this thread unless profiler is invoked.

More information about the test is available via the URL specified.
Comment 1 Jiri Sedlacek 2009-04-15 18:17:01 UTC
I'd say this is just a subset of what Issue 154324 tracks. Shouldn't be a duplicate?
Comment 2 Tomas Hurka 2009-04-15 18:22:11 UTC
I don't think so. 
Comment 3 Jaroslav Tulach 2009-09-18 14:57:41 UTC
Can you please reconsider your decision? I remember that in one conversation this has been mentioned as easy fix.
Comment 4 Tomas Hurka 2009-11-11 03:04:42 UTC
Fixed in profiler-main

changeset:   152577:b060d8b88953
user:        Tomas Hurka <thurka@netbeans.org>
date:        Wed Nov 11 11:00:05 2009 +0100
summary:     bugfix #156044, JFluid Separate Command Execution Thread is now started only when necessary