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 231805 - Warn when attempting to profile unsupported runtime JDK
Summary: Warn when attempting to profile unsupported runtime JDK
Status: RESOLVED INCOMPLETE
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-25 23:44 UTC by mclaborn
Modified: 2013-06-26 13:40 UTC (History)
1 user (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 mclaborn 2013-06-25 23:44:24 UTC
Product Version = NetBeans IDE 7.3 (Build 201306052037)
Operating System = Linux version 3.2.0-48-generic running on amd64
Java; VM; Vendor = 1.7.0_10
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.6-b04

Attempting to profile an application running on Open JDK runtime does not work very well.  The profiling never seems to fully initialize, no matter how long I wait.  This is OK, but would be nice to issue a warning message if attempting to profile a JVM that is not supported.
Comment 1 Petr Cyhelsky 2013-06-26 08:05:26 UTC
The profiling should work even if the app runs on openjdk. Please supply more detailed information (especially messages.log, steps to reproduce, version of openjdk ...) so that we can investigate it.
Comment 2 mclaborn 2013-06-26 13:40:21 UTC
java version "1.7.0_21"
OpenJDK Runtime Environment (IcedTea 2.3.9) (7u21-2.3.9-0ubuntu0.12.04.1)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)


Today I can't reproduce the problem.  Yesterday I could not make it work at all.  Go figure.