mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
Merge
This commit is contained in:
commit
c3a0e80e0b
345 changed files with 58071 additions and 1206 deletions
|
@ -146,7 +146,8 @@ ArchDesc::ArchDesc()
|
|||
_internalOps(cmpstr,hashstr, Form::arena),
|
||||
_internalMatch(cmpstr,hashstr, Form::arena),
|
||||
_chainRules(cmpstr,hashstr, Form::arena),
|
||||
_cisc_spill_operand(NULL) {
|
||||
_cisc_spill_operand(NULL),
|
||||
_needs_clone_jvms(false) {
|
||||
|
||||
// Initialize the opcode to MatchList table with NULLs
|
||||
for( int i=0; i<_last_opcode; ++i ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue