Searched defs:CompilerInterface (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DBuildConfig.java35 static CompilerInterface ci;
36 static CompilerInterface getCI() {
40 ci = (CompilerInterface)Class.forName("CompilerInterface" + comp).newInstance();
572 abstract class CompilerInterface { class

Completed in 31 milliseconds