/home/shade/jdk-jdk/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp: In member function 'void LIR_Assembler::reg2reg(LIR_Opr, LIR_Opr)':
/home/shade/jdk-jdk/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp:731:40: error: expected ')' before '{' token
if (is_reference_type(src->type()) {
^
/home/shade/jdk-jdk/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp:731:40: error: expected ')' before '{' token
if (is_reference_type(src->type()) {
^
- relates to
-
JDK-8230505 Replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type
-
- Resolved
-