src/share/vm/c1/c1_Compiler.hpp

changeset 2138
d5d065957597
parent 1939
b812ff5abc73
child 2314
f95d63e2154a
equal deleted inserted replaced
2137:f353275af40e 2138:d5d065957597
37 ~Compiler(); 37 ~Compiler();
38 38
39 // Name of this compiler 39 // Name of this compiler
40 virtual const char* name() { return "C1"; } 40 virtual const char* name() { return "C1"; }
41 41
42 #ifdef TIERED 42 virtual bool is_c1() { return true; };
43 virtual bool is_c1() { return true; };
44 #endif // TIERED
45 43
46 BufferBlob* build_buffer_blob(); 44 BufferBlob* build_buffer_blob();
47 45
48 // Missing feature tests 46 // Missing feature tests
49 virtual bool supports_native() { return true; } 47 virtual bool supports_native() { return true; }

mercurial