You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Josh Juneau (JIRA)" <ji...@apache.org> on 2018/04/07 02:17:00 UTC

[jira] [Created] (NETBEANS-618) JDK 10 Profiler: When profiling "Selected Classes", intermittant java.lang.ClassNotFoundException is thrown

Josh Juneau created NETBEANS-618:
------------------------------------

             Summary: JDK 10 Profiler:  When profiling "Selected Classes", intermittant java.lang.ClassNotFoundException is thrown
                 Key: NETBEANS-618
                 URL: https://issues.apache.org/jira/browse/NETBEANS-618
             Project: NetBeans
          Issue Type: Bug
          Components: cnd - Profile
    Affects Versions: 9.0
         Environment: OS X 10.12.6
            Reporter: Josh Juneau
             Fix For: 9.0


When profiling under JDK 10 and using "Selected Classes" option, the following error is thrown after clicking "Apply" and the profiled application starts up.  This occurred during one of the Profiler tests with the AnagramGame.

 

java.lang.ClassNotFoundException: java/lang/reflect/WeakPairMap$Pair
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:291)
at org.netbeans.lib.profiler.server.ProfilerInterface$InitiateProfilingThread.initiateInstrumentation(ProfilerInterface.java:165)
at org.netbeans.lib.profiler.server.ProfilerInterface$InitiateProfilingThread.run(ProfilerInterface.java:117)

   



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists