8277797: Remove undefined/unused SharedRuntime::trampoline_size()

Reviewed-by: dholmes, stuefe
This commit is contained in:
Zhengyu Gu 2021-11-29 14:00:10 +00:00
parent ad51d06925
commit 05ab176768

View File

@ -384,8 +384,6 @@ class SharedRuntime: AllStatic {
uint num_bits,
uint total_args_passed);
static size_t trampoline_size();
// Generate I2C and C2I adapters. These adapters are simple argument marshalling
// blobs. Unlike adapters in the tiger and earlier releases the code in these
// blobs does not create a new frame and are therefore virtually invisible