Joran Siu

Results 28 comments of Joran Siu

jenkins test sanity zlinux jdk17,jdk19 depends #15552

Looking at the referenced change above, the implementation was updated to use VarHandle [1]. However, it's still searching for a field named `target`. As such, I still expect a `NoSuchFieldException`...

Btw, VarHandles and MethodHandles.Lookup.findVarHandle API were introduced in Java 9. I expect the changes from https://github.com/corda/quasar/commit/25031be are likely part of the migration towards Java 9+ support. If we need a...

Apologies for the delay. I missed the original tag, so unfortuantely, no updates to report. Will have someone look into this from JIT perspective.

Thanks @r30shah. Changes LGTM. I'm going to grab a PR test driver, and do some explicit `rtResolve` tests to manually double check the patching logic before merging.

@r30shah : While reviewing some of the tree evaluations, I noticed that in the event of an awrtbari, the fence NOP is placed after the writebar code. The wrtbar code...

@dchopra001 : Line Ending check is flagging the following -- Can you double check? | runtime/vm/mz64/UpcallThunkGen.cpp:208: trailing whitespace.

jenkins test sanity zlinux jdk21