This commit is contained in:
norris%netscape.com 1999-11-23 17:29:53 +00:00
Родитель eb5865d934
Коммит 54e442adf3
2 изменённых файлов: 0 добавлений и 12 удалений

Просмотреть файл

@ -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) {