mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-07 19:15:44 +00:00
8166781: fix wrong comment in ReceiverTypeData
Reviewed-by: kvn
This commit is contained in:
parent
a8c02b10fd
commit
f79d9adc24
@ -1190,12 +1190,11 @@ protected:
|
||||
#if INCLUDE_JVMCI
|
||||
// Description of the different counters
|
||||
// ReceiverTypeData for instanceof/checkcast/aastore:
|
||||
// C1/C2: count is incremented on type overflow and decremented for failed type checks
|
||||
// JVMCI: count decremented for failed type checks and nonprofiled_count is incremented on type overflow
|
||||
// TODO (chaeubl): in fact, JVMCI should also increment the count for failed type checks to mimic the C1/C2 behavior
|
||||
// count is decremented for failed type checks
|
||||
// JVMCI only: nonprofiled_count is incremented on type overflow
|
||||
// VirtualCallData for invokevirtual/invokeinterface:
|
||||
// C1/C2: count is incremented on type overflow
|
||||
// JVMCI: count is incremented on type overflow, nonprofiled_count is incremented on method overflow
|
||||
// count is incremented on type overflow
|
||||
// JVMCI only: nonprofiled_count is incremented on method overflow
|
||||
|
||||
// JVMCI is interested in knowing the percentage of type checks involving a type not explicitly in the profile
|
||||
nonprofiled_count_off_set = counter_cell_count,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user