src/share/vm/runtime/synchronizer.cpp

changeset 913
a7fac4381b50
parent 435
a61af66fc99e
child 948
2328d1d3f8cf
     1.1 --- a/src/share/vm/runtime/synchronizer.cpp	Wed Dec 10 15:14:29 2008 -0800
     1.2 +++ b/src/share/vm/runtime/synchronizer.cpp	Thu Dec 11 03:22:04 2008 -0800
     1.3 @@ -3363,13 +3363,13 @@
     1.4     //   If the wakee is cold then transiently setting it's affinity
     1.5     //   to the current CPU is a good idea.
     1.6     //   See http://j2se.east/~dice/PERSIST/050624-PullAffinity.txt
     1.7 +   DTRACE_MONITOR_PROBE(contended__exit, this, object(), Self);
     1.8     Trigger->unpark() ;
     1.9  
    1.10     // Maintain stats and report events to JVMTI
    1.11     if (ObjectSynchronizer::_sync_Parks != NULL) {
    1.12        ObjectSynchronizer::_sync_Parks->inc() ;
    1.13     }
    1.14 -   DTRACE_MONITOR_PROBE(contended__exit, this, object(), Self);
    1.15  }
    1.16  
    1.17  

mercurial