RFR: 8296440: Remove Method* handling from cleanup_inline_caches_impl

Vladimir Kozlov kvn at openjdk.org
Thu Mar 16 14:02:19 UTC 2023


On Thu, 16 Mar 2023 11:17:33 GMT, Richard Reingruber <rrich at openjdk.org> wrote:

> Have you seen this also on aarch64?

I just ran it on linux-aarch64 (Ampere) with the same flags and got the same failure with almost same call stack (without `jnr.enxio`):

V  [libjvm.so+0x16c57cc]  SharedRuntime::resolve_sub_helper(bool, bool, JavaThread*)+0x9b8  (sharedRuntime.cpp:1411)
V  [libjvm.so+0x16c595c]  SharedRuntime::resolve_helper(bool, bool, JavaThread*)+0x3c  (sharedRuntime.cpp:1246)
V  [libjvm.so+0x16c6644]  SharedRuntime::resolve_opt_virtual_call_C(JavaThread*)+0x174  (sharedRuntime.cpp:1690)
v  ~RuntimeStub::resolve_opt_virtual_call 0x0000ffff742a37d0
J 32008 c2 org.jruby.util.io.OpenFile$2.run(Lorg/jruby/runtime/ThreadContext;Ljava/lang/Object;[BII)I org.jruby.dist (15 bytes) @ 0x0000ffff769502f8 [0x0000ffff76950280+0x0000000000000078]

-------------

PR: https://git.openjdk.org/jdk/pull/12802


More information about the hotspot-dev mailing list