2011
DOI: 10.1016/j.entcs.2011.11.006
|View full text |Cite
|
Sign up to set email alerts
|

Complete and Platform-Independent Calling Context Profiling for the Java Virtual Machine

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
10
0

Year Published

2011
2011
2014
2014

Publication Types

Select...
5
2

Relationship

2
5

Authors

Journals

citations
Cited by 10 publications
(10 citation statements)
references
References 4 publications
0
10
0
Order By: Relevance
“…The solution proposed by Binder et al [5] in their ''JP'' tool was to statically instrument the .class files. They have reimplemented their tool, now called ''JP2'' [22], which is much more advanced and does not suffer from many of the restrictions the older version imposed. The new tool does not perform structural change on classes anymore but still has to statically modify the Thread class.…”
Section: Instrumenting Classes With a Java Agentmentioning
confidence: 99%
“…The solution proposed by Binder et al [5] in their ''JP'' tool was to statically instrument the .class files. They have reimplemented their tool, now called ''JP2'' [22], which is much more advanced and does not suffer from many of the restrictions the older version imposed. The new tool does not perform structural change on classes anymore but still has to statically modify the Thread class.…”
Section: Instrumenting Classes With a Java Agentmentioning
confidence: 99%
“…This feature provides a call-site-aware tracing [8] which allows the tracing of polymorphism in running programs. In fact, our technique provides enough information to re-simulate precisely the entire runtime flow of the profiled program and thus perform precise dynamic analyses.…”
Section: Fine-grained Tracementioning
confidence: 99%
“…In this example, we assume an execution profiler that constructs calling-context trees, such as the one recently proposed by Sarimbekov et al [13]. A calling-context tree contains a node for each method call in each context, but it contains no duplicates in case the the same method is called in the same context multiple times.…”
Section: Execution Profilingmentioning
confidence: 99%