Searched refs:c2types (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/test/jdi/
H A DSASanityChecker.java38 private static final Map c2types; field in class:SASanityChecker
42 c2types = new HashMap();
44 c2types.put("sun.jvm.hotspot.code.ExceptionBlob", value);
45 c2types.put("sun.jvm.hotspot.code.DeoptimizationBlob", value);
46 c2types.put("sun.jvm.hotspot.code.UncommonTrapBlob", value);
105 if (c2types.get(entryName) != null) {

Completed in 31 milliseconds