comparison src/share/vm/graal/graalCompiler.hpp @ 7150:807bf592eb90

branch to isolate fix for perf. regression
author Doug Simon <doug.simon@oracle.com>
date Tue, 11 Dec 2012 08:27:01 +0100
parents 1baf7f1e3f23
children 140d4d4ab3b9
comparison
equal deleted inserted replaced
7126:ce248dc0a656 7150:807bf592eb90
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 "G"; }
50 50
51 virtual bool supports_native() { return false; } 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; }
55 bool is_c1 () { return false; } 55 bool is_c1 () { return false; }
56 bool is_c2 () { return false; } 56 bool is_c2 () { return false; }