Yudi Zheng

Results 9 comments of Yudi Zheng

In preparation of secondary_super_cache removal, we are adapting the hashed lookup in the secondary supers array. Still, we have some code checking if super_check_offset is equal to offset of _secondary_super_cache....

Once @theRealAph integrated the jdk21u PR, we will enable it in Graal when updating to the next JDK 21 build. ``` diff --git a/compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/hotspot/replacements/TypeCheckSnippetUtils.java b/compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/hotspot/replacements/TypeCheckSnippetUtils.java index cbb342cebda..489566385f4 100644 --- a/compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/hotspot/replacements/TypeCheckSnippetUtils.java...

@AlanBateman I checked [the fibers changes](https://github.com/openjdk/loom/pull/210) and it seems like the JIT support is quite trivial. In this PR I have updated Graal's inlined monitorenter/exit code to respect `JavaThread::_lock_id`, and...

Could you please cherry pick https://github.com/mur47x111/jdk/commit/c45ebc2a89d0b25a3dd8cc46386e37a635ff9af2 for the JVMCI support?

Since the base is before the branch off, could you please merge master before integration and see if GHA still passes? This also helps us testing libgraal compilation.