8145137: Incorrect call signature can be used in nmethod::preserve_callee_argument_oops

Reviewed-by: roland, jrose
This commit is contained in:
Vladimir Ivanov 2015-12-11 15:03:11 +03:00
parent e56a7de478
commit 1a4c3a752d
4 changed files with 30 additions and 13 deletions

View file

@ -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: