зеркало из https://github.com/mozilla/gecko-dev.git
Remove commented-out code.
This commit is contained in:
Родитель
eb5865d934
Коммит
54e442adf3
|
@ -1884,12 +1884,6 @@ public class Interpreter extends LabelTable {
|
|||
// security domain.
|
||||
cx.interpreterSecurityDomain = theData.securityDomain;
|
||||
}
|
||||
/* debug only, will be going soon
|
||||
catch (ArrayIndexOutOfBoundsException oob) {
|
||||
System.out.println("OOB @ " + pc + " " + oob + " in " + theData.itsName + " " + oob.getMessage());
|
||||
throw oob;
|
||||
}
|
||||
*/
|
||||
catch (RuntimeException jx) {
|
||||
cx.interpreterSecurityDomain = null;
|
||||
if (tryStackTop > 0) {
|
||||
|
|
|
@ -1884,12 +1884,6 @@ public class Interpreter extends LabelTable {
|
|||
// security domain.
|
||||
cx.interpreterSecurityDomain = theData.securityDomain;
|
||||
}
|
||||
/* debug only, will be going soon
|
||||
catch (ArrayIndexOutOfBoundsException oob) {
|
||||
System.out.println("OOB @ " + pc + " " + oob + " in " + theData.itsName + " " + oob.getMessage());
|
||||
throw oob;
|
||||
}
|
||||
*/
|
||||
catch (RuntimeException jx) {
|
||||
cx.interpreterSecurityDomain = null;
|
||||
if (tryStackTop > 0) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче