Skip to content

Commit 12daf2b

Browse files
committed
8255340: [s390] build failure after JDK-8255208
Reviewed-by: shade
1 parent 9007bc2 commit 12daf2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/cpu/s390/vm_version_s390.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ void VM_Version::determine_features() {
836836
code_end-code, cbuf_size, cbuf_size-(code_end-code));
837837

838838
// Use existing decode function. This enables the [MachCode] format which is needed to DecodeErrorFile.
839-
Disassembler::decode(&cbuf, code, code_end, tty);
839+
Disassembler::decode(code, code_end, tty);
840840
}
841841

842842
// Prepare for detection code execution and clear work buffer.

0 commit comments

Comments
 (0)