mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8166317: InterpreterCodeSize should be computed
Reviewed-by: kvn, coleenp
This commit is contained in:
parent
7030019135
commit
a5d5806cb4
10 changed files with 88 additions and 31 deletions
|
@ -54,6 +54,8 @@ void TemplateInterpreter::initialize() {
|
|||
_code = new StubQueue(new InterpreterCodeletInterface, code_size, NULL,
|
||||
"Interpreter");
|
||||
TemplateInterpreterGenerator g(_code);
|
||||
// Free the unused memory not occupied by the interpreter and the stubs
|
||||
_code->deallocate_unused_tail();
|
||||
}
|
||||
|
||||
if (PrintInterpreter) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue