8263504: Some OutputMachOpcodes fields are uninitialized

Reviewed-by: kvn
This commit is contained in:
Aleksey Shipilev 2021-03-15 06:25:08 +00:00
parent f7e0a09802
commit b371f90f77

View File

@ -2136,7 +2136,9 @@ class OutputMachOpcodes : public OutputMap {
public:
OutputMachOpcodes(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD)
: OutputMap(hpp, cpp, globals, AD, "MachOpcodes"),
begin_inst_chain_rule(-1), end_inst_chain_rule(-1), end_instructions(-1)
begin_inst_chain_rule(-1), end_inst_chain_rule(-1),
begin_rematerialize(-1), end_rematerialize(-1),
end_instructions(-1)
{};
void declaration() { }