Christian Despres
Christian Despres
The latest changes implement the alternate SCC frontend that ignores the local SCC (if present) and instead looks up the information cached by the deserializer in response to particular queries....
There is one other thing - a deserializer reset (which happens when a client disconnects from a server) can happen concurrently. We have to make sure that such a reset...
I'm not especially happy with `AOTCache.md`, though it is preliminary. What I want to convey is something like: 1. The JITServer AOT cache is a reimplementation of what the local...
Force-pushed to bring in the changes from https://github.com/eclipse-openj9/openj9/pull/18585 and https://github.com/eclipse-openj9/openj9/pull/18568. I also added a commit that strips the debug info from ROM classes and fixes the bytecodes during ROM class...
One thing I've run into in the other half of this issue (code generation at the server) is the use of SCC methods like `isROMClassInSharedCache(romClass, offsetOutputPtr)` and `offsetInSharedCacheFromROMClass(romClass)`, which expect...
Force-pushed to address some of Alexey's comments and to bring in https://github.com/eclipse-openj9/openj9/pull/18792.
Pushed to update the PR given the changes that have already been merged. The last changes ended up touching more files than I'd anticipated because I had to override a...
Force-pushed to bring in https://github.com/eclipse-openj9/openj9/pull/18971
I think that should be everything. Of course, https://github.com/eclipse-openj9/openj9/pull/18976 isn't in yet, so depending on what tests are run that error will show up. I can rebase once that's in.
Just to record it here - the test build failures are likely related to the PR that https://github.com/eclipse-openj9/openj9/pull/18981 reverted. Once this PR is rebased to bring in that revert and...