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 245092 - class com/sun/proxy/$Proxy4, ldr = 0 not found anywhere
Summary: class com/sun/proxy/$Proxy4, ldr = 0 not found anywhere
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords: VISUALVM
Depends on:
Blocks:
 
Reported: 2014-06-16 14:36 UTC by Tomas Hurka
Modified: 2014-07-11 08:57 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 Tomas Hurka 2014-06-16 14:36:42 UTC
proxy classes loaded by system class loader are invisible to profiler.
To reproduce the problem:
1) select memory profiling of netbeans module
2) use 'Advanced' mode and select 'Record stack trace allocations'
3) profile NetBeans
4) log file will contain the following
*** Profiler warning (Mon Jun 16 15:52:16 CEST 2014): class com/sun/proxy/$Proxy4, ldr = 0 not found anywhere
*** Profiler warning (Mon Jun 16 15:52:32 CEST 2014): class com/sun/proxy/$Proxy7, ldr = 0 not found anywhere
*** Profiler warning (Mon Jun 16 15:54:10 CEST 2014): class com/sun/proxy/$Proxy14, ldr = 0 not found anywhere
*** Profiler warning (Mon Jun 16 15:54:16 CEST 2014): class com/sun/proxy/$Proxy15, ldr = 0 not found anywhere
*** Profiler warning (Mon Jun 16 15:54:39 CEST 2014): class com/sun/proxy/$Proxy16, ldr = 0 not found anywhere
*** Profiler warning (Mon Jun 16 15:54:40 CEST 2014): class com/sun/proxy/$Proxy17, ldr = 0 not found anywhere
*** Profiler warning (Mon Jun 16 15:54:40 CEST 2014): class com/sun/proxy/$Proxy18, ldr = 0 not found anywhere
*** Profiler warning (Mon Jun 16 15:54:40 CEST 2014): class com/sun/proxy/$Proxy19, ldr = 0 not found anywhere
Comment 1 Tomas Hurka 2014-06-17 07:23:22 UTC
Fixed in profiler-main

changeset:   274425:36666d43506f
user:        Tomas Hurka <thurka@netbeans.org>
date:        Tue Jun 17 09:20:29 2014 +0200
summary:     bugfix #245092, cache bytecode of synthetic classes loaded by system and boot classloader
Comment 2 Quality Engineering 2014-06-19 02:35:03 UTC
Integrated into 'main-silver', will be available in build *201406190001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/36666d43506f
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #245092, cache bytecode of synthetic classes loaded by system and boot classloader