The ULTIMATE exception handling: see www.cajoon.com . . . JVM upon exception 'wakes it up' and if passes criteria of type, class, method, extracts a snapshot of heap and stack values that were pertinent right after the exception and just before it is returned to the application (and to any exception handling therein). Completely transparent to the code . . . no instrumentation required
Comments
abarnea_2000 replied ago:
The ULTIMATE exception handling: see www.cajoon.com . . . JVM upon exception 'wakes it up' and if passes criteria of type, class, method, extracts a snapshot of heap and stack values that were pertinent right after the exception and just before it is returned to the application (and to any exception handling therein). Completely transparent to the code . . . no instrumentation required
Voters For This Link (14)
Voters Against This Link (0)