mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8141501: Problems with BitMap buffer management
Reviewed-by: pliden, kbarrett
This commit is contained in:
parent
46d52062aa
commit
f8be292b88
41 changed files with 539 additions and 319 deletions
|
@ -470,7 +470,7 @@ class LIRGenerator: public InstructionVisitor, public BlockClosure {
|
|||
: _compilation(compilation)
|
||||
, _method(method)
|
||||
, _virtual_register_number(LIR_OprDesc::vreg_base)
|
||||
, _vreg_flags(NULL, 0, num_vreg_flags) {
|
||||
, _vreg_flags(num_vreg_flags) {
|
||||
init();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue