comparison src/share/vm/graal/graalCompiler.hpp @ 12356:359f7e70ae7f

Reduce HotSpot diff and fix previous merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 11 Oct 2013 15:41:33 +0200
parents 7cd21876c116
children 2e76d94f8383
comparison
equal deleted inserted replaced
12355:cefad50507d8 12356:359f7e70ae7f
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; }
55 bool is_c1 () { return false; } 55 bool is_c1 () { return false; }
56 bool is_c2 () { return false; } 56 bool is_c2 () { return false; }
57
58 bool needs_stubs () { return false; }
57 59
58 // Initialization 60 // Initialization
59 virtual void initialize(); 61 virtual void initialize();
60 62
61 // Compilation entry point for methods 63 // Compilation entry point for methods