mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 04:54:40 +02:00
8023657: New type profiling points: arguments to call
X86 interpreter and c1 type profiling for arguments at calls Reviewed-by: kvn, twisti
This commit is contained in:
parent
b90addac58
commit
cbd0e9bf96
40 changed files with 1773 additions and 238 deletions
|
@ -401,6 +401,9 @@ class SignatureStream : public StackObj {
|
|||
|
||||
// return same as_symbol except allocation of new symbols is avoided.
|
||||
Symbol* as_symbol_or_null();
|
||||
|
||||
// count the number of references in the signature
|
||||
int reference_parameter_count();
|
||||
};
|
||||
|
||||
class SignatureVerifier : public StackObj {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue