diff graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiProfilingInfo.java @ 4551:a7a16015e47f

changed profiling maturity so that profiling information is used more likely
author Christian Haeubl <christian.haeubl@oracle.com>
date Thu, 09 Feb 2012 13:26:51 -0800
parents a0cca63cd366
children dad1ac9dba7d
line wrap: on
line diff
--- a/graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiProfilingInfo.java	Thu Feb 09 18:20:56 2012 +0100
+++ b/graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiProfilingInfo.java	Thu Feb 09 13:26:51 2012 -0800
@@ -24,9 +24,10 @@
 
 
 /**
- * Represents profiling information for one specific method.
- * Every accessor method returns the information that is available at the time of its invocation.
- * If a method is invoked multiple times, it may return a significantly different results for every invocation.
+ * Provides access to the profiling information of one specific method.
+ * Every accessor method returns the information that is available at the time of invocation.
+ * If a method is invoked multiple times, it may return significantly different results for every invocation
+ * as the profiling information may be changed by other Java threads at any time.
  */
 public interface RiProfilingInfo {
     /**