Question
9.0.1 CHF3: Invalid branch target position offset for jsr[168](3)
Code worked fine on fully patched 9.0.1. Breaks only after installation of CHF3. The entirety of the breaking code:
<cffunction name="myFxn">
<cfargument name="aCFC">
<cfreturn CreateObject("component", "a_relative_path." & aCFC)>
</cffunction>
