mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8145137: Incorrect call signature can be used in nmethod::preserve_callee_argument_oops
Reviewed-by: roland, jrose
This commit is contained in:
parent
e56a7de478
commit
1a4c3a752d
4 changed files with 30 additions and 13 deletions
|
@ -512,6 +512,7 @@ class nmethod : public CodeBlob {
|
|||
void copy_values(GrowableArray<Metadata*>* metadata);
|
||||
|
||||
Method* attached_method(address call_pc);
|
||||
Method* attached_method_before_pc(address pc);
|
||||
|
||||
// Relocation support
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue