Skip to content
Discussion options

You must be logged in to vote

Is this still the case?

It's more important for reducing code size now. The JIT will place throw into cold area of the method.

Isn't the JIT going to inline these methods nowadays?

JIT won't inline always-throw methods now, which is expected for optimization. It will also place the call instruction to it into cold area.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ladeak
Comment options

Answer selected by ladeak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants