зеркало из https://github.com/mozilla/gecko-dev.git
Fixing line-table initialization issue: set itsLineNumberTableTop to 0 at the end of stopMethod so generation of multiple methods with source line information would work.
This commit is contained in:
Родитель
f8e8aed8a7
Коммит
a803853242
|
@ -379,7 +379,7 @@ public class ClassFileWriter {
|
|||
|
||||
itsExceptionTable = null;
|
||||
itsExceptionTableTop = 0;
|
||||
itsLineNumberTable = null;
|
||||
itsLineNumberTableTop = 0;
|
||||
itsCodeBufferTop = 0;
|
||||
itsCurrentMethod = null;
|
||||
itsMaxStack = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче