[VerifyError] Accessing value from uninitialized register 11
Java class file shrinker, optimizer, obfuscator, and preverifier
Brought to you by:
guardsquare
I tried to shrink+obfuscate+optimize the fesi.jar-file
(a javascrip interpreter), however always when I try to
start the optimized version of the Interpreter it bails
out with:
If you whish I could send you the original-file + the
proguard configuration, since the bug-reporting
interface allows just < 256kb files.
Exception in thread "main" java.lang.VerifyError:
(class: FESI/Interpreter/Interpret, method: e
signature: (Ljava/lang/String;)V) Accessing value from
uninitialized register 11
However the result of the proguard-run was very
impressive, it reduced jar-size from 450kb to 250kb.
Hope this helps, lg Clemens
Logged In: YES
user_id=555208
Reportedly, that the problem has been solved in version 3.4beta2 (and hence version 3.4, which has just been released).