mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 13:54:38 +02:00
8005820: Shark: enable JSR292 support
Reviewed-by: twisti
This commit is contained in:
parent
ba649f4203
commit
b17ebac5b5
7 changed files with 36 additions and 5 deletions
|
@ -50,6 +50,7 @@ class AbstractCompiler : public CHeapObj<mtCompiler> {
|
|||
// Missing feature tests
|
||||
virtual bool supports_native() { return true; }
|
||||
virtual bool supports_osr () { return true; }
|
||||
virtual bool can_compile_method(methodHandle method) { return true; }
|
||||
#if defined(TIERED) || ( !defined(COMPILER1) && !defined(COMPILER2) && !defined(SHARK))
|
||||
virtual bool is_c1 () { return false; }
|
||||
virtual bool is_c2 () { return false; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue