8254168: Remove TemplateTable::count_calls
Reviewed-by: coleenp
This commit is contained in:
parent
4fe07ccc53
commit
739347f093
src/hotspot
cpu
share/interpreter
@ -3192,11 +3192,6 @@ void TemplateTable::fast_xaccess(TosState state)
|
||||
//-----------------------------------------------------------------------------
|
||||
// Calls
|
||||
|
||||
void TemplateTable::count_calls(Register method, Register temp)
|
||||
{
|
||||
__ call_Unimplemented();
|
||||
}
|
||||
|
||||
void TemplateTable::prepare_invoke(int byte_no,
|
||||
Register method, // linked method (or i-klass)
|
||||
Register index, // itable index, MethodType, etc.
|
||||
|
@ -3600,12 +3600,6 @@ void TemplateTable::fast_xaccess(TosState state) {
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
// Calls
|
||||
|
||||
void TemplateTable::count_calls(Register method, Register temp) {
|
||||
// implemented elsewhere
|
||||
ShouldNotReachHere();
|
||||
}
|
||||
|
||||
|
||||
void TemplateTable::prepare_invoke(int byte_no,
|
||||
Register method, // linked method (or i-klass)
|
||||
Register index, // itable index, MethodType, etc.
|
||||
|
@ -3611,11 +3611,6 @@ void TemplateTable::fast_xaccess(TosState state) {
|
||||
//-----------------------------------------------------------------------------
|
||||
// Calls
|
||||
|
||||
void TemplateTable::count_calls(Register method, Register temp) {
|
||||
// implemented elsewhere
|
||||
ShouldNotReachHere();
|
||||
}
|
||||
|
||||
void TemplateTable::prepare_invoke(int byte_no,
|
||||
Register method, // linked method (or i-klass)
|
||||
Register index, // itable index, MethodType, etc.
|
||||
|
@ -235,7 +235,6 @@ class TemplateTable: AllStatic {
|
||||
static void float_cmp (int unordered_result);
|
||||
static void double_cmp(int unordered_result);
|
||||
|
||||
static void count_calls(Register method, Register temp);
|
||||
static void branch(bool is_jsr, bool is_wide);
|
||||
static void if_0cmp (Condition cc);
|
||||
static void if_icmp (Condition cc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user