[ http://issues.apache.org/jira/browse/HARMONY-2145?page=comments#action_12451622 ]
Eugene S. Ostrovsky commented on HARMONY-2145:
----------------------------------------------
DrlVMCompilationInterface::sendCompiledMethodLoadEvent() is invoked with strange (extremely
large of zero) values in codeSize argument.
Test and the log are attached.
Please apply H-2145-sendCompiledMethodLoadEvent-tracing.patch after exe_notify_compile_method_load_added.diff
, than run the test.
> [drlvm][jvmti] Compiled Method Load event - inlined method support
> ------------------------------------------------------------------
>
> Key: HARMONY-2145
> URL: http://issues.apache.org/jira/browse/HARMONY-2145
> Project: Harmony
> Issue Type: New Feature
> Components: DRLVM
> Reporter: Eugene S. Ostrovsky
> Attachments: exe_notify_compile_method_load_added.diff, H-2145-sendCompiledMethodLoadEvent-tracing.patch,
inline_test.zip
>
>
> Current VM doesn't report Compiled Method Load event for methods that are inlined by
JIT.
> Though spec requires it to be sent for every compiled method:
> http://java.sun.com/j2se/1.5.0/docs/guide/jvmti/jvmti.html#CompiledMethodLoad
> We need to add some function to interface between VM and JIT in order to let VM know
about inlined methods.
--
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
|