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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DStaticBaseConstructor.java37 public class StaticBaseConstructor<T> extends InstanceConstructor { class in inherits:InstanceConstructor
40 public StaticBaseConstructor(Class<T> t) { method in class:StaticBaseConstructor
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DInlineTree.java58 private static StaticBaseConstructor inlineTreeConstructor = new StaticBaseConstructor<InlineTree>(InlineTree.class);

Completed in 29 milliseconds