src/share/vm/runtime/advancedThresholdPolicy.cpp

changeset 7365
600c44255e5f
parent 7302
41dcdd636080
child 7535
7ae4e26cb1e0
child 9610
f43f77de876a
     1.1 --- a/src/share/vm/runtime/advancedThresholdPolicy.cpp	Tue Nov 18 00:56:42 2014 +0000
     1.2 +++ b/src/share/vm/runtime/advancedThresholdPolicy.cpp	Tue Nov 11 11:05:41 2014 +0100
     1.3 @@ -316,8 +316,8 @@
     1.4   * c. 0 -> (3->2) -> 4.
     1.5   *    In this case we enqueue a method for compilation at level 3, but the C1 queue is long enough
     1.6   *    to enable the profiling to fully occur at level 0. In this case we change the compilation level
     1.7 - *    of the method to 2, because it'll allow it to run much faster without full profiling while c2
     1.8 - *    is compiling.
     1.9 + *    of the method to 2 while the request is still in-queue, because it'll allow it to run much faster
    1.10 + *    without full profiling while c2 is compiling.
    1.11   *
    1.12   * d. 0 -> 3 -> 1 or 0 -> 2 -> 1.
    1.13   *    After a method was once compiled with C1 it can be identified as trivial and be compiled to

mercurial