- 14 May, 2018 2 commits
-
-
Remi Forax authored
recognize a preview features class (the class minor versopn should be V_PREVIEW) and add a test class See merge request !174
-
Remi Forax authored
-
- 13 May, 2018 3 commits
-
-
Eric Bruneton authored
Resolve "Computing maximum stack size does not work correctly with dead code present" Closes #317827 See merge request !173
-
Eric Bruneton authored
-
Eric Bruneton authored
-
- 05 May, 2018 3 commits
-
-
Remi Forax authored
-
Remi Forax authored
-
Remi Forax authored
-
- 04 May, 2018 4 commits
-
-
Eric Bruneton authored
Fix the maxStack computation for methods with frames and dead code. In fact, for any method with valid stack map frames, maxStack can be computed with a more efficient algorithm than the default one, which also works for dead code because frames are required even for dead code.
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
Improve the fix for issue #317823, which was not using a strict equivalent of the Analyzer algorithm (the labeling of the subroutines was depending on their order of appearance in the bytecode sequence).
-
- 02 May, 2018 4 commits
-
-
Eric Bruneton authored
-
Eric Bruneton authored
Add an experimental suffix to the new features (also mark them deprecated and… See merge request asm/asm!172
-
Eric Bruneton authored
Add an experimental suffix to the new features (also mark them deprecated and show a big warning in the Javadoc). Revert to ASM6 for the default api of the visitors, and use ASM7_EXPERIMENTAL only in tests (only exception: Trace*Visitor classes, which are final). This pattern could allow us to develop any new feature directly in 'master'.
-
Eric Bruneton authored
-
- 01 May, 2018 3 commits
-
-
Eric Bruneton authored
Add an experimental suffix to the new features (also mark them deprecated and… See merge request asm/asm!171
-
Eric Bruneton authored
-
Eric Bruneton authored
Improve the quality of the code related to ConstantDynamic. See merge request asm/asm!169
-
- 26 Apr, 2018 1 commit
-
-
Eric Bruneton authored
Add an experimental suffix to the new features (also mark them deprecated and show a big warning in the Javadoc). Revert to ASM6 for the default api of the visitors, and use ASM7_EXPERIMENTAL only in tests (only exception: Trace*Visitor classes, which are final). This pattern could allow us to develop any new feature directly in 'master'.
-
- 25 Apr, 2018 4 commits
-
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
Add a task to generate a sigtest file for the current version. See merge request asm/asm!167
-
Eric Bruneton authored
Fix Gradle build error introduced with last commit (looks like a Gradle or Jacoco Gradle plugin bug).
-
- 24 Apr, 2018 3 commits
-
-
Eric Bruneton authored
Resolve "ACC_SYNTHETIC attribute is still lost if constant pool is retained" Closes #317825 See merge request asm/asm!170
-
Eric Bruneton authored
-
Eric Bruneton authored
-
- 23 Apr, 2018 6 commits
-
-
Eric Bruneton authored
-
Eric Bruneton authored
Add unit tests cases for ConstantDynamic and fix bugs found with them. See merge request asm/asm!165
-
Eric Bruneton authored
-
Eric Bruneton authored
Improve the quality of the code related to nest mates. See merge request asm/asm!168
-
Eric Bruneton authored
-
Eric Bruneton authored
Resolve "ACC_DEPRECATED flag (or corresponding attribute) is lost if the constant pool is copied" Closes #317822 and #317824 See merge request asm/asm!162
-
- 22 Apr, 2018 7 commits
-
-
Eric Bruneton authored
-
Eric Bruneton authored
Add unit test cases for nest mates, and fix a ClassWriter bug found with them. See merge request asm/asm!164
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
Port the latest build file changes from master, and fix an issue with external dependencies depending on ASM.
-
Eric Bruneton authored
-