Jerome Haltom
Jerome Haltom
Implementation of JPMS support in IKVM is going to require the introduction of a number of new concepts. JPMS provides a new layer that sits "almost" on-top of the existing...
``` Changes to JVM startup process: System is still used, but the order is a bit different. Driven by threads.cpp:Threads::initialize_java_lang_classes Thread initialized. ThreadGroup set. Initializes the Module class. Unsafe constants....
@AliveDevil @cemerick
Since IKVMC and runtime will both need C#-side tracking of modules, we'll need to implement a structure for that similar to RuntimeJavaType and RuntimeClassLoader. RuntimeModule. I am unsure whether we'll...
So the answer from the IKVM front is no. The lowest we go, today, is netcoreapp3.1. And MS support for .NET Core 3.1 is ending exactly 1 week from now...
I would clarify something though. Since this question is asking about ASP.Net Core, and not just .NET Core.... back in the day, ASP.Net Core 2.1 could run ontop of .NET...
I think the problem is a string not being interned. I'm doing a deep dive.
So, here's what's happening as I understand it so far. The primary package: com.evolvedbinary.thirdparty.org.eclipse.wst.xml:xpath2 produces xpath2.dll. The JAR file of xpath2.jar references classes which only exist in xercesImpl.jar. However, the...
That fixed it? For real?
Okay. I see. I was misled by the debugger. Test was working. This comes down to the code in sun.invoke.util.VerifyAccess. A method I don't quite fully understand yet. Part of...