comparison src/share/vm/jvmci/jvmciCompiler.hpp @ 22650:939d5da65929

reduced delta against jvmci-9
author Doug Simon <doug.simon@oracle.com>
date Fri, 02 Oct 2015 10:13:56 +0200
parents 569c82ebb96e
children 24fd08e99b35
comparison
equal deleted inserted replaced
22649:5cd42bb63fad 22650:939d5da65929
48 48
49 public: 49 public:
50 50
51 JVMCICompiler(); 51 JVMCICompiler();
52 52
53 static JVMCICompiler* instance() { return _instance; } 53 static JVMCICompiler* instance(TRAPS) { return _instance; }
54 54
55 virtual const char* name() { return "JVMCI"; } 55 virtual const char* name() { return "JVMCI"; }
56 56
57 virtual bool supports_native() { return true; } 57 virtual bool supports_native() { return true; }
58 virtual bool supports_osr () { return true; } 58 virtual bool supports_osr () { return true; }