RFR (XXS): 8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
Vladimir Kozlov
vladimir.kozlov at oracle.com
Tue Sep 10 14:24:21 PDT 2013
Good.
Vladimir
On 9/10/13 2:16 PM, Christian Thalinger wrote:
> http://cr.openjdk.java.net/~twisti/8024275/webrev/
>
> 8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
> Reviewed-by:
>
> The issue is that we cannot compile MethodHandle::linkTo* when doing a CompileTheWorld since the signatures are not correct.
>
> The fix is to skip these methods during a CTW.
>
> src/share/vm/classfile/classLoader.cpp
>
More information about the hotspot-compiler-dev
mailing list