GSPP
GSPP
Maybe it was a messed up installation installing over a different version. I fixed it with an uninstall and install cycle, so unfortunately the repro is gone now. I also...
I had pretty much this issue, using an array as the property type: Old: ``` public TestItem[] Items { get; set; } //Initialized to null ``` **A workaround is to...
@verelpode It is true that the JIT could be far better at devirtualization. The Java HotSpot VM is really good at that. From following the JIT issues on this issue...
@verelpode I do not sufficiently understand the consequences of allowing to derive from sealed classes. So I don't know what specifically I would accept. Java's virtual by default approach is...