pdeva / jarjar

Automatically exported from code.google.com/p/jarjar
0 stars 0 forks source link

jarjar doesn't support JDK8/JDK9 #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run on JDK8/9
2.
3.

What is the expected output? What do you see instead?
jarjar needs to be updated to use ASM 5.0.1  In particular, the 4.0 ClassReader 
doesn't accept classes for version above 51.
So all classes are rejected.

What version of the product are you using? On what operating system?
Jarjar 1.3/1.4

Please provide any additional information below.

Original issue reported on code.google.com by feltsst...@gmail.com on 17 May 2014 at 12:42

GoogleCodeExporter commented 9 years ago
I also need this, so forked the project on github and compiled with ASM 5.0.2.  
Seems to work. https://github.com/m081072/jarjar-fork

Original comment by songsti...@gmail.com on 21 May 2014 at 8:58