mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-19 01:35:58 +10:00
[강운덕] [PROFILER-12] 메모리 덤프시 쉽게 추적가능하도록 static에서 instance로 변경함. instance로 해야 추후 쉽게 변경가능함.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-profiler-bootstrap/trunk@3688 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -13,7 +13,7 @@ public class PinpointURLClassLoader extends URLClassLoader {
|
||||
|
||||
private final ClassLoader parent;
|
||||
|
||||
private ProfilerLibClass profilerLibClass = new ProfilerLibClass();
|
||||
private final ProfilerLibClass profilerLibClass = new ProfilerLibClass();
|
||||
|
||||
public PinpointURLClassLoader(URL[] urls, ClassLoader parent) {
|
||||
super(urls, parent);
|
||||
|
||||
Reference in New Issue
Block a user