Jitrino PMF Logger bugs
-----------------------
Key: HARMONY-2016
URL: http://issues.apache.org/jira/browse/HARMONY-2016
Project: Harmony
Issue Type: Bug
Components: DRLVM
Environment: all platforms
Reporter: Ivashin Segey
There are 3 known related PMF Logger bugs:
(1) concurrent write from different Jits
When info stream is enabled (-Djit.arg.log=info) in server mode of Jitrino, resulting file
(log/info.log) is full of garbage, because of concurrent write to the file from SD1_OPT,SD2_OPT
and JET_CLINIT Jits.
(2) enabling stream for multiple instances of the same action
For example, -Djit.arg.log.bp_regalloc=ct should enable ct stream for both instances of bp_regalloc,
but it does not.
(3) write with new CompilationContext in escanalyzer.cpp
Log stream is not enabled for new compilation that starts by escanalyzer.cpp.
--
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
|