You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CompilerOptions.OPTION_InlineJsr & CompilerOptions.inlineJsrBytecode do not make any sense after #2551, they are deprecated now in 4.33 and should be removed in 4.34.
It is not API, so we are free to remove at any release, the only reason they are not removed is that we are bit late with #2551 in M2 and ideally we should avoid breaking clients that might reference these symbols late in release process.
The text was updated successfully, but these errors were encountered:
CompilerOptions.OPTION_InlineJsr
&CompilerOptions.inlineJsrBytecode
do not make any sense after #2551, they are deprecated now in 4.33 and should be removed in 4.34.It is not API, so we are free to remove at any release, the only reason they are not removed is that we are bit late with #2551 in M2 and ideally we should avoid breaking clients that might reference these symbols late in release process.
The text was updated successfully, but these errors were encountered: