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 120315 - Dynamic attach doesn't work with latest JDK 6 builds
Summary: Dynamic attach doesn't work with latest JDK 6 builds
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-29 09:22 UTC by Jiri Sedlacek
Modified: 2008-11-25 13: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 Jiri Sedlacek 2007-10-29 09:22:02 UTC
When using latest JDK 6 build (currently Build b05) the dynamic attach doesn't work, <No Processes Running> is shown in
Select Process dialog when some processes are running (listed by jps).

The root cause is changed "java.vm.version" numbering which the profiler isn't able to handle correctly.
Comment 1 Jiri Sedlacek 2007-10-29 09:24:35 UTC
Exact JDK build specification:

Java(TM) SE Runtime Environment (build 1.6.0_04-b05)
Java HotSpot(TM) Client VM (build 10.0-b18, mixed mode)
Comment 2 Tomas Hurka 2007-10-29 16:24:52 UTC
Fixed in trunk.
Checking in src/org/netbeans/lib/profiler/jps/JpsProxy.java;
/cvs/profiler/libs/jfluid/src/org/netbeans/lib/profiler/jps/JpsProxy.java,v  <--  JpsProxy.java
new revision: 1.2; previous revision: 1.1
done
Comment 3 mariadavydova 2008-11-25 13:13:37 UTC
verified in Build 200811250201