comparison src/share/vm/opto/c2compiler.hpp @ 14225:16e101c8691f

8029305: add type tag to AbstractCompiler Reviewed-by: iveresov, kvn
author twisti
date Mon, 06 Jan 2014 17:23:07 -0800
parents de6a9e811145
children d8041d695d19
comparison
equal deleted inserted replaced
14224:a7e8ff4a1838 14225:16e101c8691f
1 /* 1 /*
2 * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
30 class C2Compiler : public AbstractCompiler { 30 class C2Compiler : public AbstractCompiler {
31 private: 31 private:
32 static bool init_c2_runtime(); 32 static bool init_c2_runtime();
33 33
34 public: 34 public:
35 C2Compiler() : AbstractCompiler(c2) {}
36
35 // Name 37 // Name
36 const char *name() { return "C2"; } 38 const char *name() { return "C2"; }
37
38 #ifdef TIERED
39 virtual bool is_c2() { return true; };
40 #endif // TIERED
41 39
42 void initialize(); 40 void initialize();
43 41
44 // Compilation entry point for methods 42 // Compilation entry point for methods
45 void compile_method(ciEnv* env, 43 void compile_method(ciEnv* env,