Skip to content

Commit

Permalink
[Backport]: 8295414 :[Aarch64] C2: assert(false) failed: bad AD file
Browse files Browse the repository at this point in the history
Summary: 8295414: [Aarch64] C2: assert(false) failed: bad AD file
Issue: https://bugs.openjdk.org/browse/JDK-8295414
  • Loading branch information
ziyilin authored and sendaoYan committed Dec 17, 2024
1 parent 084ad05 commit b985104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/aarch64/aarch64.ad
Original file line number Diff line number Diff line change
Expand Up @@ -4738,7 +4738,7 @@ operand iRegP()
match(iRegP_R0);
//match(iRegP_R2);
//match(iRegP_R4);
//match(iRegP_R5);
match(iRegP_R5);
match(thread_RegP);
op_cost(0);
format %{ %}
Expand Down

0 comments on commit b985104

Please sign in to comment.