I slowly (really slowly) progress in order to
complete the implementation of the JSR292 backport,
not because it's difficult but because I have
not much time devoted to that task.
Recently (ok, ten days ago), John Rose sent
a patch
to mlvm that allow javac (not the real one :)
to encode an invokedynamic call
using an used/free opcode (186).
In order to support this new...