Fix mark/reset for new sections (closes #615)

This commit is contained in:
Lanchon 2018-06-14 00:42:14 -03:00 committed by Ben Gruver
parent d2b36e16da
commit 468a4eeba6

View File

@ -58,8 +58,8 @@ public class DexPool extends DexWriter<CharSequence, StringReference, CharSequen
ClassPool, CallSitePool, MethodHandlePool, TypeListPool, AnnotationPool, AnnotationSetPool, EncodedArrayPool> {
private final Markable[] sections = new Markable[] {
stringSection, typeSection, protoSection, fieldSection, methodSection, classSection, typeListSection,
annotationSection, annotationSetSection
stringSection, typeSection, protoSection, fieldSection, methodSection, classSection, callSiteSection,
methodHandleSection, typeListSection, annotationSection, annotationSetSection, encodedArraySection
};
public DexPool(Opcodes opcodes) {