Document jumpStub usage in Codeman.cpp
authorBrian Sullivan <briansul@microsoft.com>
Fri, 20 Jan 2017 02:38:33 +0000 (18:38 -0800)
committerBrian Sullivan <briansul@microsoft.com>
Tue, 24 Jan 2017 22:43:19 +0000 (14:43 -0800)
commit4576df18e6504ec52c17f735f501552cbd0e12a8
tree2a4509d3ed2c49dbca4ee9f4c3029cbec0996451
parentf77a20d15b3305060434c98254e2c7dcd7cc603b
Document jumpStub usage in Codeman.cpp
Added new STRESS_LOG calls that do the following:
 logging for JumpStubs
      log the total count of jump stub lookups: JumpStubLookup
      log the number of actual jump stub thunks created: JumpStubUnique
      log the number of jump stub blocks allocated: JumpStubBlockAllocCount
      log the number jump stub blocks that are completely filled: JumpStubBlockFullCount
 logging for ClrVirtualAllocWithinRange
      log the total number of calls to ClrVirtualAllocWithinRange
      log the number of VirtualQuery operations used by the current call
      log the range that was requested
      log the return value
      log any reasons for failure.

Commit migrated from https://github.com/dotnet/coreclr/commit/1da14f92116332b22dd6f0e6964625e39604c469
src/coreclr/src/utilcode/util.cpp
src/coreclr/src/vm/codeman.cpp
src/coreclr/src/vm/codeman.h