Re: [arch] Modular JVM component diagram

2005-08-25 Thread Weldon Washburn
On 8/25/05, Davanum Srinivas <[EMAIL PROTECTED]> wrote: > Weldon, > > from which wiki page is this field_access.txt url linked from? could > we not add the code that wiki page itself? (if you enclose with "{{{" > and "}}}" with the code in between it looks nice) Oops. Sorry. I put an http link

Re: [arch] Modular JVM component diagram

2005-08-25 Thread Davanum Srinivas
Weldon, from which wiki page is this field_access.txt url linked from? could we not add the code that wiki page itself? (if you enclose with "{{{" and "}}}" with the code in between it looks nice) thanks, dims On 8/25/05, Weldon Washburn <[EMAIL PROTECTED]> wrote: > On 8/18/05, Ricardo Morin <[E

Re: [arch] Modular JVM component diagram

2005-08-25 Thread Weldon Washburn
On 8/18/05, Ricardo Morin <[EMAIL PROTECTED]> wrote: > Hi, > > I updated the "Modular Structure JVM Components" > section of the architecture document with a > description for each one of the boxes in the UML > diagram, and a brief explanation of notation. > > Next step would be to start describi

[arch] throwing lazy exceptions

2005-08-25 Thread Steve Shih-wei Liao
Throwing an exception can be expensive. We found that a big chunk of execution time of 213.javac is spent on exception object creation and filling the stack trace for the object. However, almost 90% of catch blocks are empty. The concept of lazy exception is to construct an exception object only wh