We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b4beb commit f6445b1Copy full SHA for f6445b1
src/hotspot/cpu/ppc/gc/shared/barrierSetNMethod_ppc.cpp
@@ -60,7 +60,7 @@ class NativeNMethodBarrier: public NativeInstruction {
60
uint64_t *instr = (uint64_t*)mov->instruction_address();
61
assert(NativeMovRegMem::instruction_size >= sizeof(instr), "must be");
62
union {
63
- char buf[NativeMovRegMem::instruction_size];
+ u_char buf[NativeMovRegMem::instruction_size];
64
uint64_t u64;
65
} new_mov_instr, old_mov_instr;
66
while (true) {
0 commit comments