When run with -Xverify:none, certain methods in volano always fail compilation in the server compiler.
Specifically, the method COM/volano/mbz::clone, or any method that inlines it,
will fail. In its exception table, this method has multiple unloaded exception classes with identical target bci.
This bug is not high priority because javac doesn't produce exception tables like the ones described above.
This bug IS worth fixing, because the bytecodes are verifiable and volano is still an "offical" BigApp. This bug also hid bug 4629175 from happening in June's BigApps runs because the method of error there was getting COMPILE FAILED because June's scripts run with -Xverify:none.