Update rejit.cpp
authorDavid Mason <davmason@microsoft.com>
Fri, 17 Apr 2020 06:47:40 +0000 (23:47 -0700)
committerDavid Mason <davmason@microsoft.com>
Fri, 17 Apr 2020 06:47:58 +0000 (23:47 -0700)
src/coreclr/src/vm/rejit.cpp

index 424eca82b76d71b8d45add65db20d100d7504477..b71c5940ec9ec041ef87b16b7f8af313bcb9ceec 100644 (file)
@@ -418,12 +418,6 @@ COR_IL_MAP* ProfilerFunctionControl::GetInstrumentedMapEntries()
     return m_rgInstrumentedMapEntries;
 }
 
-//---------------------------------------------------------------------------------------
-// ReJitManager implementation
-
-// All the state-changey stuff is kept up here in the !DACCESS_COMPILE block.
-// The more read-only inspection-y stuff follows the block.
-
 #ifndef DACCESS_COMPILE
 NativeImageInliningIterator::NativeImageInliningIterator() :
         m_pModule(NULL),
@@ -506,6 +500,12 @@ MethodDesc *NativeImageInliningIterator::GetMethodDesc()
     return pModule->LookupMethodDef(mdInliner);
 }
 
+//---------------------------------------------------------------------------------------
+// ReJitManager implementation
+
+// All the state-changey stuff is kept up here in the !DACCESS_COMPILE block.
+// The more read-only inspection-y stuff follows the block.
+
 //---------------------------------------------------------------------------------------
 //
 // ICorProfilerInfo4::RequestReJIT calls into this method to do most of the