mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8171853: Remove Shark compiler
Reviewed-by: dholmes, kvn, erikj, ihse
This commit is contained in:
parent
50c759f20e
commit
7030019135
98 changed files with 55 additions and 12538 deletions
|
@ -125,7 +125,6 @@ public:
|
|||
inline bool is_compiled_by_c1() const { return _type == compiler_c1; };
|
||||
inline bool is_compiled_by_c2() const { return _type == compiler_c2; };
|
||||
inline bool is_compiled_by_jvmci() const { return _type == compiler_jvmci; };
|
||||
inline bool is_compiled_by_shark() const { return _type == compiler_shark; };
|
||||
const char* compiler_name() const;
|
||||
|
||||
// Casting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue