StackTraceFrame should be refactored
------------------------------------
Key: HARMONY-2482
URL: http://issues.apache.org/jira/browse/HARMONY-2482
Project: Harmony
Issue Type: Bug
Components: DRLVM
Reporter: Aleksey Ignatenko
StackState is a java object wich can save stack state on some moment. It
contains jlong array of pointers to StackTraceFrame. StackTraceFrame has
reference to Method. Potentially it could lead to the problem that someone
tries to restore stack trace with some method of unloaded class. It will lead
to crash! I suppose that StackTraceFrame should contain method name, line
number and something else instead of pointer to Method. Or if it is impossible
- prohibit to restore stack trace by StackState in all places except the top of
that stack.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|