summaryrefslogtreecommitdiff
path: root/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.il
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.il')
-rw-r--r--tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.il82
1 files changed, 41 insertions, 41 deletions
diff --git a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.il b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.il
index 5c75d8ff5c..73f1125d96 100644
--- a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.il
+++ b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.il
@@ -44,11 +44,11 @@
.maxstack 8
IL_0000: nop
IL_0001: ldc.i4 0x7d0
- IL_0006: call void [mscorlib]System.Threading.Thread::Sleep(int32)
+ IL_0006: call void [System.Threading.Thread]System.Threading.Thread::Sleep(int32)
IL_000b: nop
IL_000c: ldstr "In A.cctor: thread {0}: B.i {1}"
- IL_0011: call class [mscorlib]System.Threading.Thread [mscorlib]System.Threading.Thread::get_CurrentThread()
- IL_0016: callvirt instance string [mscorlib]System.Threading.Thread::get_Name()
+ IL_0011: call class [System.Threading.Thread]System.Threading.Thread [System.Threading.Thread]System.Threading.Thread::get_CurrentThread()
+ IL_0016: callvirt instance string [System.Threading.Thread]System.Threading.Thread::get_Name()
IL_001b: ldsfld int32 B::i
IL_0020: box [mscorlib]System.Int32
IL_0025: call void [System.Console]System.Console::WriteLine(string,
@@ -66,8 +66,8 @@
.maxstack 8
IL_0000: nop
IL_0001: ldstr "In MyClass.SomeMethod(): thread {0}"
- IL_0006: call class [mscorlib]System.Threading.Thread [mscorlib]System.Threading.Thread::get_CurrentThread()
- IL_000b: callvirt instance string [mscorlib]System.Threading.Thread::get_Name()
+ IL_0006: call class [System.Threading.Thread]System.Threading.Thread [System.Threading.Thread]System.Threading.Thread::get_CurrentThread()
+ IL_000b: callvirt instance string [System.Threading.Thread]System.Threading.Thread::get_Name()
IL_0010: call void [System.Console]System.Console::WriteLine(string,
object)
IL_0015: nop
@@ -97,8 +97,8 @@
.maxstack 8
IL_0000: nop
IL_0001: ldstr "In B.cctor: thread {0}: C.i {1}"
- IL_0006: call class [mscorlib]System.Threading.Thread [mscorlib]System.Threading.Thread::get_CurrentThread()
- IL_000b: callvirt instance string [mscorlib]System.Threading.Thread::get_Name()
+ IL_0006: call class [System.Threading.Thread]System.Threading.Thread [System.Threading.Thread]System.Threading.Thread::get_CurrentThread()
+ IL_000b: callvirt instance string [System.Threading.Thread]System.Threading.Thread::get_Name()
IL_0010: ldsfld int32 C::i
IL_0015: box [mscorlib]System.Int32
IL_001a: call void [System.Console]System.Console::WriteLine(string,
@@ -116,8 +116,8 @@
.maxstack 8
IL_0000: nop
IL_0001: ldstr "In MyClass.SomeMethod(): thread {0}"
- IL_0006: call class [mscorlib]System.Threading.Thread [mscorlib]System.Threading.Thread::get_CurrentThread()
- IL_000b: callvirt instance string [mscorlib]System.Threading.Thread::get_Name()
+ IL_0006: call class [System.Threading.Thread]System.Threading.Thread [System.Threading.Thread]System.Threading.Thread::get_CurrentThread()
+ IL_000b: callvirt instance string [System.Threading.Thread]System.Threading.Thread::get_Name()
IL_0010: call void [System.Console]System.Console::WriteLine(string,
object)
IL_0015: nop
@@ -147,8 +147,8 @@
.maxstack 8
IL_0000: nop
IL_0001: ldstr "In C.cctor: thread {0}: D.i {1}"
- IL_0006: call class [mscorlib]System.Threading.Thread [mscorlib]System.Threading.Thread::get_CurrentThread()
- IL_000b: callvirt instance string [mscorlib]System.Threading.Thread::get_Name()
+ IL_0006: call class [System.Threading.Thread]System.Threading.Thread [System.Threading.Thread]System.Threading.Thread::get_CurrentThread()
+ IL_000b: callvirt instance string [System.Threading.Thread]System.Threading.Thread::get_Name()
IL_0010: ldsfld int32 D::i
IL_0015: box [mscorlib]System.Int32
IL_001a: call void [System.Console]System.Console::WriteLine(string,
@@ -166,8 +166,8 @@
.maxstack 8
IL_0000: nop
IL_0001: ldstr "In MyClass.SomeMethod(): thread {0}"
- IL_0006: call class [mscorlib]System.Threading.Thread [mscorlib]System.Threading.Thread::get_CurrentThread()
- IL_000b: callvirt instance string [mscorlib]System.Threading.Thread::get_Name()
+ IL_0006: call class [System.Threading.Thread]System.Threading.Thread [System.Threading.Thread]System.Threading.Thread::get_CurrentThread()
+ IL_000b: callvirt instance string [System.Threading.Thread]System.Threading.Thread::get_Name()
IL_0010: call void [System.Console]System.Console::WriteLine(string,
object)
IL_0015: nop
@@ -197,8 +197,8 @@
.maxstack 8
IL_0000: nop
IL_0001: ldstr "In D.cctor: thread {0}: E.i {1}"
- IL_0006: call class [mscorlib]System.Threading.Thread [mscorlib]System.Threading.Thread::get_CurrentThread()
- IL_000b: callvirt instance string [mscorlib]System.Threading.Thread::get_Name()
+ IL_0006: call class [System.Threading.Thread]System.Threading.Thread [System.Threading.Thread]System.Threading.Thread::get_CurrentThread()
+ IL_000b: callvirt instance string [System.Threading.Thread]System.Threading.Thread::get_Name()
IL_0010: ldsfld int32 E::i
IL_0015: box [mscorlib]System.Int32
IL_001a: call void [System.Console]System.Console::WriteLine(string,
@@ -216,8 +216,8 @@
.maxstack 8
IL_0000: nop
IL_0001: ldstr "In MyClass.SomeMethod(): thread {0}"
- IL_0006: call class [mscorlib]System.Threading.Thread [mscorlib]System.Threading.Thread::get_CurrentThread()
- IL_000b: callvirt instance string [mscorlib]System.Threading.Thread::get_Name()
+ IL_0006: call class [System.Threading.Thread]System.Threading.Thread [System.Threading.Thread]System.Threading.Thread::get_CurrentThread()
+ IL_000b: callvirt instance string [System.Threading.Thread]System.Threading.Thread::get_Name()
IL_0010: call void [System.Console]System.Console::WriteLine(string,
object)
IL_0015: nop
@@ -247,8 +247,8 @@
.maxstack 8
IL_0000: nop
IL_0001: ldstr "In E.cctor: thread {0}: A.i {1}"
- IL_0006: call class [mscorlib]System.Threading.Thread [mscorlib]System.Threading.Thread::get_CurrentThread()
- IL_000b: callvirt instance string [mscorlib]System.Threading.Thread::get_Name()
+ IL_0006: call class [System.Threading.Thread]System.Threading.Thread [System.Threading.Thread]System.Threading.Thread::get_CurrentThread()
+ IL_000b: callvirt instance string [System.Threading.Thread]System.Threading.Thread::get_Name()
IL_0010: ldsfld int32 A::i
IL_0015: box [mscorlib]System.Int32
IL_001a: call void [System.Console]System.Console::WriteLine(string,
@@ -266,8 +266,8 @@
.maxstack 8
IL_0000: nop
IL_0001: ldstr "In MyClass.SomeMethod(): thread {0}"
- IL_0006: call class [mscorlib]System.Threading.Thread [mscorlib]System.Threading.Thread::get_CurrentThread()
- IL_000b: callvirt instance string [mscorlib]System.Threading.Thread::get_Name()
+ IL_0006: call class [System.Threading.Thread]System.Threading.Thread [System.Threading.Thread]System.Threading.Thread::get_CurrentThread()
+ IL_000b: callvirt instance string [System.Threading.Thread]System.Threading.Thread::get_Name()
IL_0010: call void [System.Console]System.Console::WriteLine(string,
object)
IL_0015: nop
@@ -324,65 +324,65 @@
.entrypoint
// Code size 244 (0xf4)
.maxstack 3
- .locals init (class [mscorlib]System.Threading.Thread V_0,
- class [mscorlib]System.Threading.Thread V_1,
- class [mscorlib]System.Threading.Thread V_2,
+ .locals init (class [System.Threading.Thread]System.Threading.Thread V_0,
+ class [System.Threading.Thread]System.Threading.Thread V_1,
+ class [System.Threading.Thread]System.Threading.Thread V_2,
int32 V_3,
bool V_4)
IL_0000: nop
IL_0001: ldnull
IL_0002: ldftn void Test::RunGetA()
- IL_0008: newobj instance void [mscorlib]System.Threading.ThreadStart::.ctor(object,
+ IL_0008: newobj instance void [System.Threading.Thread]System.Threading.ThreadStart::.ctor(object,
native int)
- IL_000d: newobj instance void [mscorlib]System.Threading.Thread::.ctor(class [mscorlib]System.Threading.ThreadStart)
+ IL_000d: newobj instance void [System.Threading.Thread]System.Threading.Thread::.ctor(class [System.Threading.Thread]System.Threading.ThreadStart)
IL_0012: stloc.0
IL_0013: ldloc.0
IL_0014: ldstr "T1"
- IL_0019: callvirt instance void [mscorlib]System.Threading.Thread::set_Name(string)
+ IL_0019: callvirt instance void [System.Threading.Thread]System.Threading.Thread::set_Name(string)
IL_001e: nop
IL_001f: ldnull
IL_0020: ldftn void Test::RunGetC()
- IL_0026: newobj instance void [mscorlib]System.Threading.ThreadStart::.ctor(object,
+ IL_0026: newobj instance void [System.Threading.Thread]System.Threading.ThreadStart::.ctor(object,
native int)
- IL_002b: newobj instance void [mscorlib]System.Threading.Thread::.ctor(class [mscorlib]System.Threading.ThreadStart)
+ IL_002b: newobj instance void [System.Threading.Thread]System.Threading.Thread::.ctor(class [System.Threading.Thread]System.Threading.ThreadStart)
IL_0030: stloc.1
IL_0031: ldloc.1
IL_0032: ldstr "T2"
- IL_0037: callvirt instance void [mscorlib]System.Threading.Thread::set_Name(string)
+ IL_0037: callvirt instance void [System.Threading.Thread]System.Threading.Thread::set_Name(string)
IL_003c: nop
IL_003d: ldnull
IL_003e: ldftn void Test::RunGetE()
- IL_0044: newobj instance void [mscorlib]System.Threading.ThreadStart::.ctor(object,
+ IL_0044: newobj instance void [System.Threading.Thread]System.Threading.ThreadStart::.ctor(object,
native int)
- IL_0049: newobj instance void [mscorlib]System.Threading.Thread::.ctor(class [mscorlib]System.Threading.ThreadStart)
+ IL_0049: newobj instance void [System.Threading.Thread]System.Threading.Thread::.ctor(class [System.Threading.Thread]System.Threading.ThreadStart)
IL_004e: stloc.2
IL_004f: ldloc.2
IL_0050: ldstr "T3"
- IL_0055: callvirt instance void [mscorlib]System.Threading.Thread::set_Name(string)
+ IL_0055: callvirt instance void [System.Threading.Thread]System.Threading.Thread::set_Name(string)
IL_005a: nop
IL_005b: ldloc.0
- IL_005c: callvirt instance void [mscorlib]System.Threading.Thread::Start()
+ IL_005c: callvirt instance void [System.Threading.Thread]System.Threading.Thread::Start()
IL_0061: nop
IL_0062: ldc.i4 0x3e8
- IL_0067: call void [mscorlib]System.Threading.Thread::Sleep(int32)
+ IL_0067: call void [System.Threading.Thread]System.Threading.Thread::Sleep(int32)
IL_006c: nop
IL_006d: ldloc.1
- IL_006e: callvirt instance void [mscorlib]System.Threading.Thread::Start()
+ IL_006e: callvirt instance void [System.Threading.Thread]System.Threading.Thread::Start()
IL_0073: nop
IL_0074: ldc.i4 0x3e8
- IL_0079: call void [mscorlib]System.Threading.Thread::Sleep(int32)
+ IL_0079: call void [System.Threading.Thread]System.Threading.Thread::Sleep(int32)
IL_007e: nop
IL_007f: ldloc.2
- IL_0080: callvirt instance void [mscorlib]System.Threading.Thread::Start()
+ IL_0080: callvirt instance void [System.Threading.Thread]System.Threading.Thread::Start()
IL_0085: nop
IL_0086: ldloc.2
- IL_0087: callvirt instance void [mscorlib]System.Threading.Thread::Join()
+ IL_0087: callvirt instance void [System.Threading.Thread]System.Threading.Thread::Join()
IL_008c: nop
IL_008d: ldloc.1
- IL_008e: callvirt instance void [mscorlib]System.Threading.Thread::Join()
+ IL_008e: callvirt instance void [System.Threading.Thread]System.Threading.Thread::Join()
IL_0093: nop
IL_0094: ldloc.0
- IL_0095: callvirt instance void [mscorlib]System.Threading.Thread::Join()
+ IL_0095: callvirt instance void [System.Threading.Thread]System.Threading.Thread::Join()
IL_009a: nop
IL_009b: ldsfld int32 A::i
IL_00a0: ldc.i4.5