Package org.adoptopenjdk.jitwatch.sandbox.compiler

Examples of org.adoptopenjdk.jitwatch.sandbox.compiler.CompilerScala


      {
      case VM_LANGUAGE_JAVA:
        compiler = new CompilerJava(compilerPath);
        break;
      case VM_LANGUAGE_SCALA:
        compiler = new CompilerScala(compilerPath);
        break;
      }
    }

    return compiler;
View Full Code Here

TOP

Related Classes of org.adoptopenjdk.jitwatch.sandbox.compiler.CompilerScala

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.