mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
7009268: guarantee(middle - slop > start) failed: need enough space to divide up
Codebuffer can overflow on test with large number of calls Reviewed-by: dholmes, collins
This commit is contained in:
parent
dec384330b
commit
c14e8eb4f2
2 changed files with 11 additions and 6 deletions
|
@ -192,7 +192,7 @@ class Compilation: public StackObj {
|
|||
return desired_max_code_buffer_size() / 10;
|
||||
}
|
||||
|
||||
static void setup_code_buffer(CodeBuffer* cb, int call_stub_estimate);
|
||||
static bool setup_code_buffer(CodeBuffer* cb, int call_stub_estimate);
|
||||
|
||||
// timers
|
||||
static void print_timers();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue