mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-28 06:08:43 +10:00
[강운덕] [PROFILER-31] 자료 구조 튜닝.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@3923 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -8,10 +8,7 @@ import java.math.BigInteger;
|
||||
import java.net.URL;
|
||||
import java.sql.Time;
|
||||
import java.sql.Timestamp;
|
||||
import java.util.Calendar;
|
||||
import java.util.GregorianCalendar;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
import java.util.*;
|
||||
|
||||
/**
|
||||
* @author emeroad
|
||||
@@ -19,7 +16,7 @@ import java.util.Map;
|
||||
public class Slf4jPLoggerAdapter implements PLogger {
|
||||
public static final int BUFFER_SIZE = 512;
|
||||
|
||||
private static final Map<Class<?>, Class<?>> SIMPLE_TYPE = new HashMap<Class<?>, Class<?>>();
|
||||
private static final Map<Class<?>, Class<?>> SIMPLE_TYPE = new IdentityHashMap<Class<?>, Class<?>>();
|
||||
static {
|
||||
SIMPLE_TYPE.put(String.class, String.class);
|
||||
SIMPLE_TYPE.put(Boolean.class, Boolean.class);
|
||||
|
||||
Reference in New Issue
Block a user