mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8154473: Update for CompilerDirectives to control stub generation and intrinsics
Use -XX:DisableIntrinsic flag to control intrinsics usage in Interpreter. Reviewed-by: twisti, neliasso, kvn, simonis
This commit is contained in:
parent
6dfcf1dd81
commit
489b38091e
9 changed files with 144 additions and 298 deletions
|
@ -1583,6 +1583,9 @@ public:
|
|||
// Returns true if a compiler intrinsic is disabled by command-line flags
|
||||
// and false otherwise.
|
||||
static bool is_disabled_by_flags(const methodHandle& method);
|
||||
static bool is_disabled_by_flags(vmIntrinsics::ID id);
|
||||
static bool is_intrinsic_disabled(vmIntrinsics::ID id);
|
||||
static bool is_intrinsic_available(vmIntrinsics::ID id);
|
||||
};
|
||||
|
||||
#endif // SHARE_VM_CLASSFILE_VMSYMBOLS_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue