comparison src/share/vm/graal/graalCompiler.hpp @ 7568:140d4d4ab3b9

added per-compiler compilation speed statistics for C1 and C2 (included in output produced by -XX:+CITime)
author Doug Simon <doug.simon@oracle.com>
date Wed, 30 Jan 2013 21:36:28 +0100
parents 6a8b22829e36
children 7ef66078d837
comparison
equal deleted inserted replaced
7567:a8bc60aeacb8 7568:140d4d4ab3b9
44 GraalCompiler(); 44 GraalCompiler();
45 45
46 static GraalCompiler* instance() { return _instance; } 46 static GraalCompiler* instance() { return _instance; }
47 47
48 48
49 virtual const char* name() { return "G"; } 49 virtual const char* name() { return "Graal"; }
50 50
51 virtual bool supports_native() { return true; } 51 virtual bool supports_native() { return true; }
52 virtual bool supports_osr () { return true; } 52 virtual bool supports_osr () { return true; }
53 53
54 bool is_graal() { return true; } 54 bool is_graal() { return true; }