Julian Wang
Julian Wang
that goto bytecode is jumping to the return ... how come the endless loop is beyond me. intuitively some ILgen bug to me, but is the same IL gen-ed for...
are you able to confirm: when the "hang" happened, at least one VT was mounted and was busy looping in block#9? since that is the only method JIT-ed and block#9...
@tajila @hzongaro is the opposite expected instead? intuitively, when a VT is re-mounted to another carrier thread (effectively represented by **r15** on Power), it(**r15**) should not be restored from the...
Jenkins test sanity aix,plinux jdk8,jdk21
Jenkins test sanity.functional all jdk8,jdk23
@midronij there was one xlinux test failure: JIT server doesn't exist. it might not be related to your change, but please make sure of it.
pp64-aix testing failure was due to infra issue ... all tests passed; xlinux testing failure at jit-server not existing is not related to this PR; x86-windows aborted due to infra...
Jenkins test sanity plinux,xlinux,zlinux jdk8,jdk21
both pending and failure look like infrastructure issues (JITServer failing to set up on s390 and sanity.openjdk didn't run at all on x86 linux. Merging ...
this looks like a dup of what @IBMJimmyk opened up for occasional jbb2015 crash: on decReferenceCount() as well. he will take (is taking) care of it