Skip to content

Commit f6445b1

Browse files
committed
fix ppc build
1 parent 26b4beb commit f6445b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/cpu/ppc/gc/shared/barrierSetNMethod_ppc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class NativeNMethodBarrier: public NativeInstruction {
6060
uint64_t *instr = (uint64_t*)mov->instruction_address();
6161
assert(NativeMovRegMem::instruction_size >= sizeof(instr), "must be");
6262
union {
63-
char buf[NativeMovRegMem::instruction_size];
63+
u_char buf[NativeMovRegMem::instruction_size];
6464
uint64_t u64;
6565
} new_mov_instr, old_mov_instr;
6666
while (true) {

0 commit comments

Comments
 (0)