mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8142329: [JVMCI] pass Handle by value
Reviewed-by: coleenp, twisti
This commit is contained in:
parent
fa6545ccc1
commit
3d745923ca
10 changed files with 46 additions and 45 deletions
|
@ -71,7 +71,7 @@ public:
|
|||
// Compilation entry point for methods
|
||||
virtual void compile_method(ciEnv* env, ciMethod* target, int entry_bci, DirectiveSet* directive);
|
||||
|
||||
void compile_method(methodHandle target, int entry_bci, JVMCIEnv* env);
|
||||
void compile_method(const methodHandle& target, int entry_bci, JVMCIEnv* env);
|
||||
|
||||
virtual bool is_trivial(Method* method);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue