Skip to content

Commit

Permalink
add ForwardExceptionNode type to vmStruct
Browse files Browse the repository at this point in the history
  • Loading branch information
vnkozlov committed Aug 9, 2024
1 parent d851344 commit 931e15c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/share/runtime/vmStructs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1422,6 +1422,7 @@
declare_c2_type(RethrowNode, Node) \
declare_c2_type(TailCallNode, ReturnNode) \
declare_c2_type(TailJumpNode, ReturnNode) \
declare_c2_type(ForwardExceptionNode, ReturnNode) \
declare_c2_type(SafePointNode, MultiNode) \
declare_c2_type(CallNode, SafePointNode) \
declare_c2_type(CallJavaNode, CallNode) \
Expand Down

0 comments on commit 931e15c

Please sign in to comment.