Merge branch 'upstream'

Former-commit-id: e09744050847430c42c9cd72a4fb183036278987
This commit is contained in:
Xamarin Public Jenkins (auto-signing) 2020-03-14 08:42:13 +00:00
commit 988a9e9451
53 changed files with 554 additions and 394 deletions

View File

@ -1 +1 @@
54e829a1b216647b55cc550a061bddc31bd80e5b
d53c2dd14e3b4b385f407391267c3e312a131174

View File

@ -1 +1 @@
3489f4d835ebeb35130cacc3a9119b0e43375afe
5b212d83d14402d17cc065ce96951e949e76125d

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@ generated by GNU Autoconf 2.69. Invocation command line was
## Platform. ##
## --------- ##
hostname = az-ubuntu-general914b80
hostname = az-ubuntu-general382744
uname -m = x86_64
uname -r = 4.15.0-1071-azure
uname -s = Linux
@ -747,7 +747,7 @@ generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_COMMANDS =
$ ./config.status
on az-ubuntu-general914b80
on az-ubuntu-general382744
config.status:1238: creating Makefile
config.status:1238: creating bdw-gc.pc

View File

@ -1 +1 @@
da0bb89347e0728ae73266fc89e1f1c9c82081da
69323570765a13aa8dd3f8f9dde50211462e5be3

View File

@ -41,7 +41,7 @@ static partial class Consts
// Use these assembly version constants to make code more maintainable.
//
public const string MonoVersion = "6.10.0.94";
public const string MonoVersion = "6.10.0.95";
public const string MonoCompany = "Mono development team";
public const string MonoProduct = "Mono Common Language Infrastructure";
public const string MonoCopyright = "(c) Various Mono authors";

View File

@ -1,5 +1,6 @@
using System;
using System.Reflection;
using System.Runtime.ExceptionServices;
namespace Internal.Runtime.Augments {
partial class RuntimeAugments {
@ -7,7 +8,8 @@ namespace Internal.Runtime.Augments {
public static void ReportUnhandledException (Exception exception)
{
throw exception;
var edi = ExceptionDispatchInfo.Capture (exception);
edi.Throw ();
}
internal static ReflectionExecutionDomainCallbacks Callbacks => s_reflectionExecutionDomainCallbacks;
@ -19,4 +21,4 @@ namespace Internal.Runtime.Augments {
return new MissingMetadataException ();
}
}
}
}

View File

@ -1 +1 @@
28e7245e7cc1beb221e4edf5b4850229f549c6af
beaef81e0e3b1982b09bfc880bb0a09e2aa5e76f

View File

@ -1 +1 @@
fd17e460c8c554885e9a3c06fe7ba0c78653761a
c6fff779fc945b819c94b438ee7da146d4066ada

View File

@ -1 +1 @@
51f62e0a94ff232f3d5fa5dc677e6b9b3691db4e
6684add6642aca4bf72b96faf1e7cb6dc60cc402

View File

@ -1 +1 @@
42765c8c54169d93eec18f7aee3c6243a07c802e
4ac28928fa27355736a602d6a7325021fb63197d

View File

@ -1 +1 @@
9923b2cc102a843ee3ee3e9ace4cd69c39c030da
dcb164faf3d6aa855f6d50f19efbd983e6802a52

View File

@ -1 +1 @@
c8602710669a17e8dabf8537735ccbcbc350bba3
d2c92c6dd57f8069657f430afa76cf65f6d91146

View File

@ -1 +1 @@
22c146951533ef1b1c81c9f172576f3bddd23cc1
d81ba45a04bb97cdc3da634644ea5b4fe7c2d829

View File

@ -1 +1 @@
ab6e21325362d345147f733bcde6749176ace2da
1559c50e12845df04225e95769044487b07fb991

View File

@ -1 +1 @@
28e7245e7cc1beb221e4edf5b4850229f549c6af
beaef81e0e3b1982b09bfc880bb0a09e2aa5e76f

View File

@ -1 +1 @@
fd17e460c8c554885e9a3c06fe7ba0c78653761a
c6fff779fc945b819c94b438ee7da146d4066ada

View File

@ -1 +1 @@
51f62e0a94ff232f3d5fa5dc677e6b9b3691db4e
6684add6642aca4bf72b96faf1e7cb6dc60cc402

View File

@ -1 +1 @@
42765c8c54169d93eec18f7aee3c6243a07c802e
4ac28928fa27355736a602d6a7325021fb63197d

View File

@ -1 +1 @@
9923b2cc102a843ee3ee3e9ace4cd69c39c030da
dcb164faf3d6aa855f6d50f19efbd983e6802a52

Some files were not shown because too many files have changed in this diff Show More