platform/upstream/coreclr.git
5 years agoAdd clarifying comment why Windows.10.Arn64.Open only used in Windows_NT/arm and...
Egor Chesakov [Tue, 21 May 2019 23:48:22 +0000 (16:48 -0700)]
Add clarifying comment why Windows.10.Arn64.Open only used in Windows_NT/arm and only for CI builds

5 years agoEnable OSX.1012.Amd64.Open and Windows.10.Arm64.Open in outerloop jobs
Egor Chesakov [Fri, 17 May 2019 18:26:25 +0000 (11:26 -0700)]
Enable OSX.1012.Amd64.Open and Windows.10.Arm64.Open in outerloop jobs

5 years agoMerge pull request #24620 from sandreenko/addGC_R2R_stress_jobs
Sergey Andreenko [Fri, 17 May 2019 17:58:15 +0000 (10:58 -0700)]
Merge pull request #24620 from sandreenko/addGC_R2R_stress_jobs

add ReadyToRun ADO extra testing.

5 years agoFix localloc with large out arg space (#24388)
Bruce Forstall [Fri, 17 May 2019 17:16:31 +0000 (10:16 -0700)]
Fix localloc with large out arg space (#24388)

Add stack probing in localloc with fixed outgoing arg frames

The SP adjustment when we re-establish the outgoing argument
space after doing a localloc must be probed. This is true for
all architectures with fixed outgoing argument space, namely,
everything but x86.

Add new tests for this.

Fixes #23915

5 years agoUpdate dependencies from https://github.com/dotnet/core-setup build 20190516.11 ...
dotnet-maestro[bot] [Fri, 17 May 2019 16:28:35 +0000 (09:28 -0700)]
Update dependencies from https://github.com/dotnet/core-setup build 20190516.11 (#24628)

- Microsoft.NETCore.App - 3.0.0-preview6-27716-11

5 years agoEnsure using single Utc object in TimeZoneInfo (#24614)
Tarek Mahmoud Sayed [Fri, 17 May 2019 15:49:20 +0000 (08:49 -0700)]
Ensure using single Utc object in TimeZoneInfo (#24614)

Currently if calling GetSystemTimeZones, will return a list which in include Utc object created from the enumeration.  But when calling FindSystemTimeZoneById("UTC") will return the cached Utc object which is different than the one returned from the enumeration. This in general could be not a problem but it is better to ensure returned the same object from both APIs. The reason is in our internal code, we use some reference equality for the perf reason. Ensure the usage of Utc object will make it more reliable.

5 years agoAdd .NET Core 3.0 perf blog post link
Stephen Toub [Fri, 17 May 2019 15:42:36 +0000 (08:42 -0700)]
Add .NET Core 3.0 perf blog post link

5 years agoMerge pull request #24432 from am11/gcc_over_aligned_new
Jan Vorlicek [Fri, 17 May 2019 15:41:47 +0000 (08:41 -0700)]
Merge pull request #24432 from am11/gcc_over_aligned_new

Use -falign-new flag for gcc 7+

5 years agoMerge pull request #24616 from BruceForstall/RemoveJenkinsBUILD_URLVariable
Bruce Forstall [Fri, 17 May 2019 15:23:19 +0000 (08:23 -0700)]
Merge pull request #24616 from BruceForstall/RemoveJenkinsBUILD_URLVariable

Remove Jenkins BUILD_URL environment variable

5 years agoMerge pull request #24520 from am11/freebsd/set-affinity
Jan Vorlicek [Fri, 17 May 2019 14:46:51 +0000 (07:46 -0700)]
Merge pull request #24520 from am11/freebsd/set-affinity

Fix CPUSET_T definition for FreeBSD

5 years agoDelete unnecessary locale arguments (#24624)
Jan Kotas [Fri, 17 May 2019 13:28:51 +0000 (06:28 -0700)]
Delete unnecessary locale arguments (#24624)

Everything in the runtime should use Invariant culture. It is not necessary to pass the locale arguments around.

5 years agoAdd support for invariant casing in PAL (#24597)
Michal Strehovský [Fri, 17 May 2019 03:23:04 +0000 (20:23 -0700)]
Add support for invariant casing in PAL (#24597)

unicodedata.cpp based on UnicodeData.txt v11.0.

5 years agoAdd runtime counter for TP work items produced (#24618)
Sung Yoon Whang [Fri, 17 May 2019 03:16:01 +0000 (20:16 -0700)]
Add runtime counter for TP work items produced (#24618)

5 years agoCorrecting documentation for span and memory slice (#24612)
Anirudh Agnihotry [Fri, 17 May 2019 03:15:05 +0000 (20:15 -0700)]
Correcting documentation for span and memory slice (#24612)

5 years agocompilation fixes (#24613)
Sinan Kaya [Fri, 17 May 2019 03:03:58 +0000 (23:03 -0400)]
compilation fixes (#24613)

5 years agoFix parameter names in ToUtf16 (#24617)
Levi Broderick [Fri, 17 May 2019 03:02:48 +0000 (20:02 -0700)]
Fix parameter names in ToUtf16 (#24617)

5 years agoPR feedback
Bruce Forstall [Fri, 17 May 2019 01:39:52 +0000 (18:39 -0700)]
PR feedback

5 years agoRemove Jenkins BUILD_URL environment variable
Bruce Forstall [Thu, 16 May 2019 19:49:21 +0000 (12:49 -0700)]
Remove Jenkins BUILD_URL environment variable

If AzDO provides an equivalent functionality, we could convert to
use that instead of simply removing this reference.

5 years agoAdd Managed->Native tests for our WinRT primitives (#23529)
Jeremy Koritzinsky [Fri, 17 May 2019 00:40:23 +0000 (17:40 -0700)]
Add Managed->Native tests for our WinRT primitives (#23529)

* First pass generating the contracts for the WinRT tests. Managed ones are manually written, Native are generated via C++/WinRT.

* Don't overwrite the public implementation files when we run cppwinrt

* Don't output a MIDL-processed header.

* Add default constructor for BindingViewModel.

* Partial implementation of most of the native winrt component.

* Finish implementation of native winrt component.

* Get native component building correctly (cppwinrt doesn't include wrappers for the "Windows::UI::Xaml::Interop::IBindable*" collection types.

* Add WinRT primitive marshalling tests.

* Add testing for projected types used for binding.

* Add license headers to native files.

* Disable WinRT tests on non-WinRT platforms (detection copied from CoreFX).

* Use WINDOWS_SDK_VERSION variable in all locations.

* Use Windows SDK version determined by CMake in WinRT build.

* Resolve WinMDs via globs so the build can roll between different Windows SDK versions that have required APIs seamlessly.

* Add logging of cppwinrt version.

* Try to construct path to cppwinrt when finding it

* Just directly construct the cppwinrt path.

* Remove -prefix flag from cppwinrt invocation

* PR feedback.

* Fix syntax in BindableVectorWrapper.

* Disable winrt binding test on Nano Server.

* Add enum testing. Clean up WinRT tests to hopefully build on CI (or at least fail at a later point).

* Add some more logging to try to determine why an older SDK version is being picked.

* Try to define CMAKE_SYSTEM_VERSION and see if that selects the correct SDK version (it seems to work on the build.cmd script)

* Clean up WinRT CMake now that it builds on AzDO CI.

* Disable WinRT binding test on pre-Win10V1809 systems.

5 years agoadd build defenitions for r2r extra jobs.
Sergey Andreenko [Thu, 16 May 2019 20:29:35 +0000 (13:29 -0700)]
add build defenitions for r2r extra jobs.

5 years agoDelete iswxdigit test (#24608)
Michal Strehovský [Thu, 16 May 2019 18:55:42 +0000 (11:55 -0700)]
Delete iswxdigit test (#24608)

5 years agoFix Handling time patterns with quotes (#24589)
Tarek Mahmoud Sayed [Thu, 16 May 2019 17:53:08 +0000 (10:53 -0700)]
Fix Handling time patterns with quotes (#24589)

We encountered some cultures have a time patterns with single quotes which we should handle keeping the parts between quotes as fixed text inside the pattern and not treat it as any of the time specifiers

5 years agoSplit the phases of EEClassLayoutInfo::CollectLayoutFieldMetadataThrowing (#23013)
Jeremy Koritzinsky [Thu, 16 May 2019 17:39:33 +0000 (10:39 -0700)]
Split the phases of EEClassLayoutInfo::CollectLayoutFieldMetadataThrowing (#23013)

* Split the phases of EEClassLayoutInfo::CollectLayoutFieldMetadataThrowing into separate private static functions.

* Combine native and managed-sequential field offset and size calculations (since they are the exact same algorithm)

* Remove TypeLayoutHelper because it's was only used in CalculateSizeAndFieldOffsets after having combined the offset/size calculations.

* Remove unused members in LayoutRawFieldInfo.

* Comment boolean parameter.

* Add comments to parameters.

* Remove unused prototypes.

* Make sure we consistently use managed in the managed paths and native in the native paths.

* Add to m_numCTMFields instead of setting it (need to make sure we account for fields in a non-trivial parent).

* Track native alignment in a field.

* Refactor field placement info to remove lots of repeated branching.

* PR Feedback.

5 years agoUpdate dependencies from https://github.com/dotnet/core-setup build 20190515.11 ...
dotnet-maestro[bot] [Thu, 16 May 2019 17:09:31 +0000 (10:09 -0700)]
Update dependencies from https://github.com/dotnet/core-setup build 20190515.11 (#24605)

- Microsoft.NETCore.App - 3.0.0-preview6-27715-11

5 years agoEnsure that SIMD fields are correctly typed (#24377)
Carol Eidt [Thu, 16 May 2019 16:25:00 +0000 (09:25 -0700)]
Ensure that SIMD fields are correctly typed (#24377)

When a struct field is imported, its type needs to be normalized.
Also, the LHS of a struct init, even if a SIMD type, should not be transformed to a non-block node,
except in the case of a SIMD local, in which case it must be transformed to a simple assignment.
Also, add an assert to catch this kind of bug in liveness.

Fix #24336

5 years agoSuppress crossgen warnings on failures to load types/methods from IBC data. (#24596)
Fadi Hanna [Thu, 16 May 2019 14:19:31 +0000 (07:19 -0700)]
Suppress crossgen warnings on failures to load types/methods from IBC data. (#24596)

It's not unusual to see these types of warnings with incremental IBC.
These warnings will move under the crossgen verbose mode.

5 years agoMake Label and OpCode readonly and IEquatable (#24360)
Levi Broderick [Thu, 16 May 2019 06:15:23 +0000 (23:15 -0700)]
Make Label and OpCode readonly and IEquatable (#24360)

5 years agoMerge pull request #24603 from dotnet/revert-24554-UnconditionallyCaptureXUnitOutput
Egor Chesakov [Thu, 16 May 2019 02:25:33 +0000 (19:25 -0700)]
Merge pull request #24603 from dotnet/revert-24554-UnconditionallyCaptureXUnitOutput

Revert "Unconditionally capture output of xUnit tests"

5 years agoRevert "Unconditionally capture output of xUnit tests"
Egor Chesakov [Thu, 16 May 2019 02:23:05 +0000 (19:23 -0700)]
Revert "Unconditionally capture output of xUnit tests"

5 years agoAvoid doing dangerous cleanup in case of process detach
Andrew Au [Wed, 15 May 2019 23:00:17 +0000 (16:00 -0700)]
Avoid doing dangerous cleanup in case of process detach

5 years agoRemove concept of AppDomains from the GC (#24536)
David Wrighton [Thu, 16 May 2019 01:28:42 +0000 (18:28 -0700)]
Remove concept of AppDomains from the GC (#24536)

* Remove concept of AppDomains from the GC
- Leave constructs allowing for multiple handle tables, as scenarios for that have been proposed
- Remove FEATURE_APPDOMAIN_RESOURCE_MONITORING

5 years agoMerge pull request #24590 from sandreenko/deleteJitOpts
Sergey Andreenko [Thu, 16 May 2019 01:20:40 +0000 (18:20 -0700)]
Merge pull request #24590 from sandreenko/deleteJitOpts

Delete JitOptions struct.

5 years agoMake sure variable live range for prolog is reported first
Andrew Au [Tue, 14 May 2019 20:59:17 +0000 (13:59 -0700)]
Make sure variable live range for prolog is reported first

5 years agoDelete unicode API emulator (#24581)
Michal Strehovský [Wed, 15 May 2019 23:43:26 +0000 (16:43 -0700)]
Delete unicode API emulator (#24581)

5 years agoUnconditionally capture output of xUnit tests (#24554)
Egor Chesakov [Wed, 15 May 2019 23:33:18 +0000 (16:33 -0700)]
Unconditionally capture output of xUnit tests (#24554)

5 years agoEnable JIT\superpmi\superpmicollect on Linux and macOS (#24560)
Egor Chesakov [Wed, 15 May 2019 23:32:41 +0000 (16:32 -0700)]
Enable JIT\superpmi\superpmicollect on Linux and macOS (#24560)

* Replace backslashes with forward slashes in tests/src/JIT/superpmi/TestProjects.txt
* Enable JIT\superpmi\superpmicollect.csproj on Linux and macOS

5 years agodelete JitOptions struct.
Sergey Andreenko [Wed, 15 May 2019 22:13:41 +0000 (15:13 -0700)]
delete JitOptions struct.

That was an old struct and probably nobody remembers how it was supposed to be used.

5 years agoFix memory corruption in GetResultFileName in SuperPMI (#24537)
Egor Chesakov [Wed, 15 May 2019 21:52:31 +0000 (14:52 -0700)]
Fix memory corruption in GetResultFileName in SuperPMI (#24537)

5 years agoBefore calling getModuleAssembly and getClassModule check whether s_pJitDisasmInclude...
Egor Chesakov [Wed, 15 May 2019 21:49:36 +0000 (14:49 -0700)]
Before calling getModuleAssembly and getClassModule check whether s_pJitDisasmIncludeAssembliesList is non empty in src/jit/compiler.cpp (#24488)

5 years ago[master] Update dependencies from dotnet/core-setup (#24149)
dotnet-maestro[bot] [Wed, 15 May 2019 20:20:17 +0000 (13:20 -0700)]
[master] Update dependencies from dotnet/core-setup (#24149)

* Update dependencies from https://github.com/dotnet/core-setup build 20190429.07

- Microsoft.NETCore.App - 3.0.0-preview6-27629-07

* Workaround for https://github.com/dotnet/core-setup/pull/5893

* Update dependencies from https://github.com/dotnet/core-setup build 20190502.01

- Microsoft.NETCore.App - 3.0.0-preview6-27702-01

* Update dependencies from https://github.com/dotnet/core-setup build 20190503.02

- Microsoft.NETCore.App - 3.0.0-preview6-27703-02

* Update dependencies from https://github.com/dotnet/core-setup build 20190503.17

- Microsoft.NETCore.App - 3.0.0-preview6-27703-17

* Update dependencies from https://github.com/dotnet/core-setup build 20190505.02

- Microsoft.NETCore.App - 3.0.0-preview6-27705-02

* Update dependencies from https://github.com/dotnet/core-setup build 20190506.03

- Microsoft.NETCore.App - 3.0.0-preview6-27706-03

* Update dependencies from https://github.com/dotnet/core-setup build 20190506.21

- Microsoft.NETCore.App - 3.0.0-preview6-27706-21

* Update dependencies from https://github.com/dotnet/core-setup build 20190507.10

- Microsoft.NETCore.App - 3.0.0-preview6-27707-10

* Workaround for Microsoft.NetCore.App version in Coreclr.TestWrapper.csproj to unblock #24149

* Update dependencies from https://github.com/dotnet/core-setup build 20190508.04

- Microsoft.NETCore.App - 3.0.0-preview6-27708-04

* Add comment attaching specific pull request to workaround

* Update dependencies from https://github.com/dotnet/core-setup build 20190509.05

- Microsoft.NETCore.App - 3.0.0-preview6-27709-05

* Add comments in versions.props to prevent merge conflicts in future blocked maestro PRs

* Update dependencies from https://github.com/dotnet/core-setup build 20190514.15

- Microsoft.NETCore.App - 3.0.0-preview6-27714-15

5 years agoFix bug where crossgen would throw OOM when given an input with no dir-separator...
Fadi Hanna [Wed, 15 May 2019 19:19:26 +0000 (12:19 -0700)]
Fix bug where crossgen would throw OOM when given an input with no dir-separator characters (overflow bug) (#24559)

5 years agoMaking crossgen throw when compiling with the PartialNgen flag and no IBC data (...
Fadi Hanna [Wed, 15 May 2019 19:18:19 +0000 (12:18 -0700)]
Making crossgen throw when compiling with the PartialNgen flag and no IBC data (#24557)

* Making crossgen throw when compiling with the PartialNgen flag and no IBC data

* Adding missing m_fPartialNGen check

5 years agoUpdate xplat-minidump-generation.md
Mike McLaughlin [Wed, 15 May 2019 17:50:35 +0000 (10:50 -0700)]
Update xplat-minidump-generation.md

Fix COMPlus_DbgMiniDumpType values

5 years agoUpdate dependencies from https://github.com/dotnet/corefx build 20190514.9 (#24586)
dotnet-maestro[bot] [Wed, 15 May 2019 15:27:23 +0000 (08:27 -0700)]
Update dependencies from https://github.com/dotnet/corefx build 20190514.9 (#24586)

- Microsoft.NETCore.Platforms - 3.0.0-preview6.19264.9
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview6.19264.9
- Microsoft.Bcl.AsyncInterfaces - 1.0.0-preview6.19264.9

5 years agoEnable QuickJit by default (#24576)
Koundinya Veluri [Wed, 15 May 2019 05:26:37 +0000 (22:26 -0700)]
Enable QuickJit by default (#24576)

- Recently, a decision was made to enable QuickJit by default. In startup perf, this mode appears to be consistently better than with QuickJit disabled, and usually equal or better than with TieredCompilation disabled.
- QuickJitForLoops remains disabled by default, so this enables QuickJit only for methods that don't contain loops

5 years ago[master] Update dependencies from dotnet/corefx (#24521)
dotnet-maestro[bot] [Wed, 15 May 2019 05:22:35 +0000 (22:22 -0700)]
[master] Update dependencies from dotnet/corefx (#24521)

* Update dependencies from https://github.com/dotnet/corefx build 20190513.9

- Microsoft.NETCore.Platforms - 3.0.0-preview6.19263.9
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview6.19263.9

* Add dependency flow for Microsoft.Bcl.AsyncInterfaces

5 years agoSwitch to zero-length array in otherwise empty class (#24370)
Adeel Mujahid [Wed, 15 May 2019 05:08:06 +0000 (08:08 +0300)]
Switch to zero-length array in otherwise empty class (#24370)

Flexible array is a feature of ISO C99, that ISO C++ has not
([yet](https://thephd.github.io/vendor/future_cxx/papers/d1039.html))
included. Therefore clang and gcc with `-fpedantic` and msvc with
`/Wall` warn about it, and are equally unhappy when flexible array is
used in C++ code.

The exception in CoreCLR is `FastTable` class, where there is only one
member which is a flexible array. The length of array is written at a
specific offset of contents array.

gcc 6+ does not like this particular case, and gives a fatal error that
cannot be suppressed by regular means (`-Wno-XXX`):

```
error: flexible array member FastTable::contents in an otherwise empty class FastTable
    size_t contents[];
                    ^
```

Fix is to either not wrap this single field in concrete data structure
or use a zero-length array instead, which produces same assembly code
as the flexible array; tested with clang, gcc and msvc.

Read about this fix here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69550

5 years agoFix issues reported by PREfast static analysis tool (#24577)
Jan Kotas [Wed, 15 May 2019 02:07:53 +0000 (19:07 -0700)]
Fix issues reported by PREfast static analysis tool (#24577)

5 years agoStack size override (#24532)
Steve MacLean [Wed, 15 May 2019 00:34:39 +0000 (20:34 -0400)]
Stack size override (#24532)

Add ability to override stack size on all platforms

* Add DEFAULT_STACK_SIZE property
* Make environment variable affect all platforms

5 years agoDecorate SuperPMI DllMain jitStartup getJit with DLLEXPORT (#24508)
Egor Chesakov [Tue, 14 May 2019 23:31:29 +0000 (16:31 -0700)]
Decorate SuperPMI DllMain jitStartup getJit with DLLEXPORT (#24508)

* Decorate DllMain with DLLEXPORT in superpmi-shim-collector.cpp superpmi-shim-counter.cpp superpmi-shim-simple.cpp

* Decorate jitStartup, getJit, sxsJitStartup with DLLEXPORT in superpmi-shim-collector.cpp superpmi-shim-counter.cpp superpmi-shim-simple.cpp

5 years agoAdd explicit cmake dependency between clretwrc and eventing_headers. (#24575)
Jeremy Koritzinsky [Tue, 14 May 2019 23:08:07 +0000 (16:08 -0700)]
Add explicit cmake dependency between clretwrc and eventing_headers. (#24575)

5 years agoFix a contract violation in ThreadPool.get_CompletedWorkItemCount (#24535)
Koundinya Veluri [Tue, 14 May 2019 22:10:17 +0000 (15:10 -0700)]
Fix a contract violation in ThreadPool.get_CompletedWorkItemCount (#24535)

Fix a contract violation in ThreadPool.get_CompletedWorkItemCount

Fixes https://github.com/dotnet/coreclr/issues/24515
- Looks like the path that acquires the thread store lock has code that is marked witH GC_TRIGGERS
- Changed ThreadPool.get_CompletedWorkItemCount and Monitor.get_LockContentionCount to use QCalls instead of FCalls

5 years agoLog the real command line in case the process is started as a service
Andrew Au [Mon, 6 May 2019 23:50:30 +0000 (16:50 -0700)]
Log the real command line in case the process is started as a service

5 years agoDisable IJW tests on ARM32 (#24570)
Jeremy Koritzinsky [Tue, 14 May 2019 20:54:29 +0000 (13:54 -0700)]
Disable IJW tests on ARM32 (#24570)

5 years agoFix Type.GetCustomAttributes for multiple instances of the same attribute (#24474)
Jan Kotas [Tue, 14 May 2019 20:51:34 +0000 (13:51 -0700)]
Fix Type.GetCustomAttributes for multiple instances of the same attribute (#24474)

Fixes dotnet/corefx#37261

5 years agoMerge pull request #24553 from sandreenko/excludeTestsThatAreFailingUnderGCStress
Sergey Andreenko [Tue, 14 May 2019 17:54:58 +0000 (10:54 -0700)]
Merge pull request #24553 from sandreenko/excludeTestsThatAreFailingUnderGCStress

Exclude tests that are failing under gc stress

5 years agoFix more save/restore code for HVAs (#24434)
Carol Eidt [Tue, 14 May 2019 16:42:06 +0000 (09:42 -0700)]
Fix more save/restore code for HVAs (#24434)

Fix OnHijackTripThread.
Re-enable the mandelbrot-7 test.

Fix #24224

5 years agoFurther improvements for R2RDump robustness in the presence of bugs (#24429)
Tomáš Rylek [Tue, 14 May 2019 16:40:46 +0000 (09:40 -0700)]
Further improvements for R2RDump robustness in the presence of bugs (#24429)

Based on JanV's suggestion I have added checks for token ranges
to MetadataNameFormatter to make it resilient towards invalid
tokens.

Thanks

Tomas

5 years agoUpdate dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimizati...
dotnet-maestro[bot] [Tue, 14 May 2019 15:26:58 +0000 (15:26 +0000)]
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20190510.1 (#24522)

- optimization.IBC.CoreCLR - 99.99.99-master-20190510.1
- optimization.PGO.CoreCLR - 99.99.99-master-20190510.1

5 years agoDisable _il_relu_fld under GCStress.
Sergey Andreenko [Mon, 13 May 2019 19:16:37 +0000 (12:16 -0700)]
Disable _il_relu_fld under GCStress.

The issue is https://github.com/dotnet/coreclr/issues/24464

5 years agoDisable versionbubbles under GCStress.
Sergey Andreenko [Mon, 13 May 2019 19:19:12 +0000 (12:19 -0700)]
Disable versionbubbles under GCStress.

The issue is https://github.com/dotnet/coreclr/issues/22245

5 years agoMerge pull request #24551 from sandreenko/disable_eventsourcetrace_in_jitstress
Sergey Andreenko [Tue, 14 May 2019 05:00:02 +0000 (22:00 -0700)]
Merge pull request #24551 from sandreenko/disable_eventsourcetrace_in_jitstress

Exclude eventsourcetrace from jitstress runs.

5 years agoProfiler API to request ReJIT with inliners (#24461)
David Mason [Tue, 14 May 2019 04:40:29 +0000 (21:40 -0700)]
Profiler API to request ReJIT with inliners (#24461)

This API is necessary for attaching profilers to be able to ReJIT methods and replace everything that uses the old IL.

5 years agoFix broken XML
Aaron Robinson [Tue, 14 May 2019 00:57:00 +0000 (17:57 -0700)]
Fix broken XML

5 years agoDelete InternalCasingHelper (#24511)
Jan Kotas [Tue, 14 May 2019 02:58:23 +0000 (19:58 -0700)]
Delete InternalCasingHelper (#24511)

The unmanaged runtime has number of different paths for case-insensitive operations, each with unique issues. This is replacing InternalCasingHelper with SString to reduce number of different paths for case-insensitive operations that need to be maintained.

Contributes to #20616

5 years agoMerge pull request #24524 from janvorli/fix-encode-field
Jan Vorlicek [Tue, 14 May 2019 01:50:15 +0000 (18:50 -0700)]
Merge pull request #24524 from janvorli/fix-encode-field

Fix field signature generation

5 years agoMerge pull request #24523 from janvorli/fix-constraint-module-override
Jan Vorlicek [Tue, 14 May 2019 01:44:08 +0000 (18:44 -0700)]
Merge pull request #24523 from janvorli/fix-constraint-module-override

Add module override for constraint type in method

5 years agoRemoveThrowMessage (#24563)
Steve MacLean [Tue, 14 May 2019 01:10:50 +0000 (21:10 -0400)]
RemoveThrowMessage (#24563)

5 years agoWas too aggressive with changes to PackageOutputPath property.
Aaron Robinson [Mon, 13 May 2019 23:41:59 +0000 (16:41 -0700)]
Was too aggressive with changes to PackageOutputPath property.
  - This represents this repo's generated packages rather than
    packages it consumes.

5 years agoThe PackagesDir property is used in places that expected a trailing slash.
Aaron Robinson [Mon, 13 May 2019 21:17:00 +0000 (14:17 -0700)]
The PackagesDir property is used in places that expected a trailing slash.

5 years agoImplement GC.GetTotalAllocatedBytes (#23852)
Ludovic Henry [Mon, 13 May 2019 20:15:05 +0000 (13:15 -0700)]
Implement GC.GetTotalAllocatedBytes (#23852)

* keep what's allocated so far on each heap

* Implement GC.GetTotalAllocatedBytes

It is based on https://github.com/dotnet/corefx/issues/34631 and https://github.com/dotnet/corefx/issues/30644

* Fixing races related to dead_threads_non_alloc_bytes

* separated per-heap SOH and LOH counters. Different locks imply that we need different counters.

* allow/ignore torn 64bit reads on 32bit in imprecise mode.

* PR feedback

* simplified the test a little to avoid OOM on ARM

5 years agoUnconditionally capture output of xUnit tests
Egor Chesakov [Mon, 13 May 2019 19:24:05 +0000 (12:24 -0700)]
Unconditionally capture output of xUnit tests

5 years agoDisable tests that are failing with timeouts.
Sergey Andreenko [Mon, 13 May 2019 19:11:31 +0000 (12:11 -0700)]
Disable tests that are failing with timeouts.

See examples in https://dev.azure.com/dnceng/public/_build/results?buildId=186855&view=ms.vss-test-web.build-test-results-tab

5 years agoexclude eventsourcetrace from jitstress runs.
Sergey Andreenko [Mon, 13 May 2019 17:55:16 +0000 (10:55 -0700)]
exclude eventsourcetrace from jitstress runs.

5 years agoFix build error for mscoree coreclr.exports (#24547)
Gleb Balykov [Mon, 13 May 2019 17:14:28 +0000 (20:14 +0300)]
Fix build error for mscoree coreclr.exports (#24547)

This partially reverts #23853

5 years agoCleanup some build files (#24539)
Aaron Robinson [Mon, 13 May 2019 00:23:51 +0000 (17:23 -0700)]
Cleanup some build files (#24539)

* Remove OsEnvironment, PackagesDir, and CoreCLRBinDir properties
* Replace usage of __BuildArch with BuildArch
* Simplify test timing out on ARM64

5 years agoFixed link to .NET Core SDK (#24544)
Yoh Deadfall [Sun, 12 May 2019 14:20:49 +0000 (17:20 +0300)]
Fixed link to .NET Core SDK (#24544)

5 years agoUpdate UsingYourBuild.md (#24389)
Dan Moseley [Sun, 12 May 2019 00:14:56 +0000 (17:14 -0700)]
Update UsingYourBuild.md (#24389)

Change MyGet to the custom feeds. I found that for dotnet new console to restore, I needed an ASP.NET feed as well.

5 years agoAdjust PAL_STDCPP_COMPAT to accommodate FreeBSD
Adeel [Fri, 10 May 2019 15:31:27 +0000 (15:31 +0000)]
Adjust PAL_STDCPP_COMPAT to accommodate FreeBSD

5 years agoFix CPUSET_T definition for FreeBSD
Adeel [Fri, 10 May 2019 06:41:47 +0000 (06:41 +0000)]
Fix CPUSET_T definition for FreeBSD

5 years agoFixing S.P.Corelib to not double include files and ensure that S.N.V is marked #nulla...
Tanner Gooding [Sat, 11 May 2019 03:19:26 +0000 (20:19 -0700)]
Fixing S.P.Corelib to not double include files and ensure that S.N.V is marked #nullable enable (#24526)

* Changing EnableDefaultCompileItems=false to EnableDefaultItems=false

* Taking the VS auto-fixes for the solution and corelib csproj

* Removing the duplicated T4 file includes in the main csproj

* Regenerating the included T4 templates

* Fixing S.P.Corelib to properly list available platforms/configurations

* Add a comment on the T4 template service

5 years agoFix EventCounter disable logic (#24519)
Sung Yoon Whang [Fri, 10 May 2019 23:59:38 +0000 (16:59 -0700)]
Fix EventCounter disable logic (#24519)

5 years agoDisable a tail call test when using minopts (#24426)
Koundinya Veluri [Fri, 10 May 2019 23:59:20 +0000 (16:59 -0700)]
Disable a tail call test when using minopts (#24426)

Disable a tail call test when using minopts

Fixes https://github.com/dotnet/coreclr/issues/24424

5 years agoMove EventProvider native layout to be driven by CMake configure (#24478)
Jeremy Koritzinsky [Fri, 10 May 2019 23:24:42 +0000 (16:24 -0700)]
Move EventProvider native layout to be driven by CMake configure (#24478)

* Generate eventpipe implementation as part of CMake configure.

* Generate Etw provider as part of CMake configure.

* First pass porting over lttng provider to cmake.

* Fix up CMake Lttng provider generation.

* Move Lttng provider into CMake tree.

* Move dummy event provider to CMake

* Move genEventing into the CMake tree.

* Remove extraneous logging and unused python locator.

* Clean up build.sh

* Clean up genEventingTests.py

* Add dependencies to enable more incremental builds (providers not fully incremental).

* Convert to custom command and targets instead of at configure time.

* Get each eventing target to incrementally build.

* Fix incremental builds

* Add missing dependencies on eventing headers.

* PR Feedback. Mark all generated files as generated

* Clean up eventprovider test CMakeLists

5 years agoRe-enable accidentally disabled tests. (#24531)
Jeremy Koritzinsky [Fri, 10 May 2019 23:22:02 +0000 (16:22 -0700)]
Re-enable accidentally disabled tests. (#24531)

5 years agoReenable IJW tests. (#24530)
Jeremy Koritzinsky [Fri, 10 May 2019 23:20:14 +0000 (16:20 -0700)]
Reenable IJW tests. (#24530)

5 years agoProperly set the nuget cache for the repo (#24505)
Aaron Robinson [Fri, 10 May 2019 21:07:11 +0000 (14:07 -0700)]
Properly set the nuget cache for the repo (#24505)

* Properly set the nuget cache for the repo

* Change coreclr NuGet package cache from "./packages" to "./.packages"

5 years agoRemove obsolete comments
Andrew Au [Fri, 10 May 2019 16:30:23 +0000 (09:30 -0700)]
Remove obsolete comments

5 years agoFix field signature generation
Jan Vorlicek [Fri, 10 May 2019 16:05:11 +0000 (18:05 +0200)]
Fix field signature generation

The ZapSig::EncodeField was missing similar treatment that was made to
the encodeMethod in the past for enabling large version bubble. We
should encode all fields as field defs and the module override at the
beginning of the fixup signature is computed with that assumption.
The issue was that we were storing memberrefs in some cases and the
module override made them invalid.
It fixes a corefx test that was failing due to this when crossgen-ed
with large version bubble enabled.

5 years agoAdd module override for constraint type in method
Jan Vorlicek [Fri, 10 May 2019 15:59:04 +0000 (17:59 +0200)]
Add module override for constraint type in method

The constraint type for method signature encoding was missing module
zapsig when it was needed.

5 years agoTweak a few nullable annotations (#24494)
Stephen Toub [Fri, 10 May 2019 13:18:53 +0000 (09:18 -0400)]
Tweak a few nullable annotations (#24494)

- Assembly.ToString() won't return null
- Several attributes have the intent that their arguments are non-nullable, even though they don't check and throw; the annotations should match the intent in such cases.

5 years agoUpdate dependencies from https://github.com/dotnet/corefx build 20190509.1 (#24495)
dotnet-maestro[bot] [Fri, 10 May 2019 03:46:14 +0000 (20:46 -0700)]
Update dependencies from https://github.com/dotnet/corefx build 20190509.1 (#24495)

- Microsoft.NETCore.Platforms - 3.0.0-preview6.19259.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview6.19259.1

5 years agoFix netstandard build for nullable annotations
Stephen Toub [Thu, 9 May 2019 21:21:48 +0000 (17:21 -0400)]
Fix netstandard build for nullable annotations

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
5 years agoFix netfx build with nullable annotations
Stephen Toub [Thu, 9 May 2019 19:25:49 +0000 (15:25 -0400)]
Fix netfx build with nullable annotations

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
5 years agoDead string (#24516)
Dan Moseley [Fri, 10 May 2019 03:43:00 +0000 (20:43 -0700)]
Dead string (#24516)

5 years ago[master] Update dependencies from dnceng/internal/dotnet-optimization (#24473)
dotnet-maestro[bot] [Fri, 10 May 2019 03:42:35 +0000 (20:42 -0700)]
[master] Update dependencies from dnceng/internal/dotnet-optimization (#24473)

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20190509.1

- optimization.IBC.CoreCLR - 99.99.99-master-20190509.1
- optimization.PGO.CoreCLR - 99.99.99-master-20190509.1

5 years agoFix an overflow issue with eventpipe buffer size (#24512)
Sung Yoon Whang [Fri, 10 May 2019 03:30:39 +0000 (20:30 -0700)]
Fix an overflow issue with eventpipe buffer size (#24512)

5 years ago[X86/Linux] Fix error: no member named 'GetId' in 'AppDomain' when enabled Interprete...
Leslie Zhai [Fri, 10 May 2019 03:24:25 +0000 (22:24 -0500)]
[X86/Linux] Fix error: no member named 'GetId' in 'AppDomain' when enabled Interpreter issue (#24513)

https://github.com/dotnet/coreclr/issues/24492

5 years agoMerge pull request #24482 from erozenfeld/Fix24159
Eugene Rozenfeld [Fri, 10 May 2019 00:16:10 +0000 (17:16 -0700)]
Merge pull request #24482 from erozenfeld/Fix24159

Mark local struct as having overlapping fields after struct reinterpretation

5 years agoFix memory leak in PAL_GenerateCoreDump (#24503)
Mike McLaughlin [Thu, 9 May 2019 21:01:10 +0000 (14:01 -0700)]
Fix memory leak in PAL_GenerateCoreDump (#24503)