Closed
Description
There is code here:
runtime/src/coreclr/vm/methodtablebuilder.cpp
Lines 9909 to 9923 in cb57fbb
Which is intended to handle the special alignment requirement of the type on Unix x64/ARM64.
However, this code is currently dead because it is in an if
block under bmtGenerics->HasInstantiation()
(i. e. the if
only handles generic types).