11 Dec 2006 21:20:23 +0600, Egor Pasko <[EMAIL PROTECTED]>:
On the 0x23A day of Apache Harmony Alexey Varlamov wrote:
> I've looked through "Known issues" page and dropped few items, which
> were resolved already:
> - Java assertions support
> - StackOverflowError support for JIT mode
why?
we do not have SOE 100% safe yet, JIT algorithms can be caught with
SOE on large bytecodes. We should estimate how much stack we can take
before each graph traversal activity. Not done yet and leads to a crash.
The difference is, a technical imperfection vs missing feature (which
was originally listed) - so feel free to add a detailed TODO record
instead.