[DRLVM] jvmtiPopFrame jit mode - Safe point callback implementatoin.
--------------------------------------------------------------------
Key: HARMONY-1523
URL: http://issues.apache.org/jira/browse/HARMONY-1523
Project: Harmony
Issue Type: Improvement
Components: DRLVM
Reporter: Eugene S. Ostrovsky
Frame unwinding requested by jvmtiPopFrame() function is established by suspended thread itself
during it's staying in safe point. For this purpose safe point callback can be used.
See HARMONY-1420 for brief top-level pop frame implementation design.
Proposed patch:
1. Exports hythread_set_safepoint_callback() from thead manager.
2. Implements the callback function to perform frame unwinding.
3. Adds poppable attribute to those m2n frames that can be popped.
--
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
|