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 248855 - NullPointerException: Method name is null
Summary: NullPointerException: Method name is null
Status: VERIFIED WONTFIX
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
: 247490 251693 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-11-24 11:13 UTC by Jiri Skrivanek
Modified: 2015-04-21 13:30 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213639


Attachments
stacktrace (2.33 KB, text/plain)
2014-11-24 11:13 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2014-11-24 11:13:17 UTC
Build: NetBeans IDE Dev (Build 201411240001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
jskrivanek: I clicked "Thread dump" button.




Stacktrace: 
java.lang.NullPointerException: Method name is null
   at java.util.Objects.requireNonNull(Objects.java:228)
   at java.lang.StackTraceElement.<init>(StackTraceElement.java:72)
   at sun.management.StackTraceElementCompositeData.from(StackTraceElementCompositeData.java:55)
   at sun.management.ThreadInfoCompositeData.stackTrace(ThreadInfoCompositeData.java:317)
   at java.lang.management.ThreadInfo.<init>(ThreadInfo.java:277)
   at java.lang.management.ThreadInfo.from(ThreadInfo.java:794)
Comment 1 Jiri Skrivanek 2014-11-24 11:13:19 UTC
Created attachment 150659 [details]
stacktrace
Comment 2 Tomas Hurka 2014-12-03 14:55:11 UTC
Steps:
1) use JDK 8u20 or JDK 8u25
2) start CPU sampling of Java2Demo
3) switch to instrumentation mode (selected methods)
4) take "Thread dump"
Comment 3 Tomas Hurka 2014-12-16 12:51:31 UTC
This issue is now tracked as JDK bug #8067662.
Comment 4 Tomas Hurka 2015-04-07 11:04:22 UTC
*** Bug 251693 has been marked as a duplicate of this bug. ***
Comment 5 Tomas Hurka 2015-04-21 13:30:38 UTC
*** Bug 247490 has been marked as a duplicate of this bug. ***