[
https://issues.apache.org/jira/browse/NETBEANS-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16653947#comment-16653947
]
Mandy Chung commented on NETBEANS-1359:
---------------------------------------
org.netbeans.modules.sampler.SamplesOutputStream uses a JDK internal API,
sun.management.ThreadInfoCompositeData, that will become inaccessible when
strong encapsulation is enabled and you can try to run with
`--illegal-access=deny`. What is the reason why javax.management API cannot
be used to get the CompositeData and replace the use of
sun.management.ThreadInfoCompositeData?
> Profiling the IDE hangs when saving snapshot
> --------------------------------------------
>
> Key: NETBEANS-1359
> URL: https://issues.apache.org/jira/browse/NETBEANS-1359
> Project: NetBeans
> Issue Type: Bug
> Components: platform - JDK Problems
> Affects Versions: 10.0
> Reporter: Glenn Holmer
> Assignee: Glenn Holmer
> Priority: Blocker
> Labels: netcat
> Attachments: stacktrace.txt
>
>
> 1) Click "Profile the IDE" icon in the Performance toolbar to start profiling
> the IDE.
> 2) Open some projects, files within them, etc. to create some activity for
> the profiler.
> 3) Click the icon again (which is now labelled "Stop IDE Profiling and Take a
> Snapshot").
> This last action should create and open a profiler snapshot, but the "Saving
> snapshot" progress bar in the status area of NetBeans never goes anywhere and
> a snapshot is not opened.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists