DescriptionFix concurrent access to VMState::current_state_.
The main fix is for current_state() and external_callback() accessors.
I also applied memory access ordering on current_state_ modification,
mainly to reflect the fact that it is being shared among VM and profiler
sampler threads.
BUG=361
Committed: http://code.google.com/p/v8/source/detail?r=5035
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|