The solaris port does not yet support jitted vtables (for instance function
Parrot_jit_vtable1_op is plain empty at the moment), so this patch comments
out the whole "jit vatbles" block until we get it properly implemented.
This fixes make testj on
t/op/gc (failing, passes ok now)
t/op/lexicals.t (this was hanging undefintly, now passes ok)
and also regain visibility on the jit tests, without having to manually
bypass lexicals.
Thanks,
Stephane
> The solaris port does not yet support jitted vtables
Thanks, applied - as well as #31721
leo