mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-03 10:20:57 +00:00
Use a HaltNode on the fall through path of the AllocateArrayNode to indicate that it is unreachable if the array length is negative. Reviewed-by: never, jrose