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 224432 - Instrumented remote profiling doesn't work for jdk 1.6.0_18 and newer
Summary: Instrumented remote profiling doesn't work for jdk 1.6.0_18 and newer
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords: JDK_SPECIFIC, REGRESSION
Depends on:
Blocks:
 
Reported: 2013-01-03 15:14 UTC by Petr Cyhelsky
Modified: 2013-01-08 02:23 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 Petr Cyhelsky 2013-01-03 15:14:55 UTC
Non-sampled memory or cpu remote profiling doesn't work since fixing of #162120.
There are two workarounds for this regression:

1. Use sampled profiling.

or 

2. Use JDK 1.6.0_17 or older
Comment 1 Tomas Hurka 2013-01-07 10:09:58 UTC
Fixed in profiler-main

changeset:   243360:09bb73a1780e
user:        Tomas Hurka <thurka@netbeans.org>
date:        Mon Jan 07 11:06:24 2013 +0100
summary:     bugfix #224432, completely initialize Deflater class. This prevents loading of any Deflater dependent classes while profiling data are compressed
Comment 2 Quality Engineering 2013-01-08 02:23:27 UTC
Integrated into 'main-golden', will be available in build *201301080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/09bb73a1780e
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #224432, completely initialize Deflater class. This prevents loading of any Deflater dependent classes while profiling data are compressed