comparison src/share/vm/graal/graalCompiler.hpp @ 7219:69b3b2695fea

added Unsafe.*Ordered* intrinsics fixed an issue that certain intrinsics were not inlined
author Christian Haeubl <haeubl@ssw.jku.at>
date Thu, 06 Dec 2012 13:53:36 +0100
parents 1baf7f1e3f23
children 140d4d4ab3b9
comparison
equal deleted inserted replaced
7218:df6a4adb2ab5 7219:69b3b2695fea
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; }