Index: EM.html =================================================================== --- EM.html (revision 469868) +++ EM.html (working copy) @@ -216,7 +216,7 @@ engines
  • - An i nterface for method profile access + An interface for method profile access
  • Support for time-based sampling profile collectors @@ -408,7 +408,7 @@ that the profile is checked for readiness in a user Java* thread during code execution. The asynchronous mode means that the profile readiness is checked and hot methods are - detected and recompiled in a separate provider thread managed by EM. + detected and recompiled in a separate profiler thread managed by EM.

    3.3 Profiler Thread @@ -445,8 +445,8 @@ 4.1 Recompilation

    - Optimization of compiled code may result in recompilation of Java* code. The execution manager determines the + For frequently executed methods, makes sense to recompile them + and to apply more aggressive optimizations. The execution manager determines the recompilation logic using recompilation chains that can connect multiple profile-compatible JIT compilers into a single recompilation queue. Recompilation chains are static and defined in the EM