8255340: [s390] build failure after JDK-8255208
Reviewed-by: shade
This commit is contained in:
parent
9007bc20b0
commit
12daf2b692
@ -836,7 +836,7 @@ void VM_Version::determine_features() {
|
||||
code_end-code, cbuf_size, cbuf_size-(code_end-code));
|
||||
|
||||
// Use existing decode function. This enables the [MachCode] format which is needed to DecodeErrorFile.
|
||||
Disassembler::decode(&cbuf, code, code_end, tty);
|
||||
Disassembler::decode(code, code_end, tty);
|
||||
}
|
||||
|
||||
// Prepare for detection code execution and clear work buffer.
|
||||
|
Loading…
x
Reference in New Issue
Block a user