Yi-Fan Tsai
Yi-Fan Tsai
> if it wouldn't be better to use a subclass of CompiledMethod The idea has been explored in [this earlier commit](https://github.com/openjdk/jdk/compare/994f2e92...yftsai:127609e3). Overall, it is more complex in reimplementing many CompiledMethod...
> Can't we use the existing AdapterBlob or MethodHandlesAdapterBlob? An MH intrinsic is handled differently from them in SharedRuntime::continuation_for_implicit_exception and compiledIC. The extra field _method is used in places like...
Thanks for reporting. We don't have access to gurobi library for further investigation, but would recommend to diagnose with `-Xcheck:jni` to do additional validation on the arguments passed to JNI...
The warning messages indicate that there are pending exceptions. I would recommend to investigate and properly handle them first.
Could you provide more details and the steps to reproduce the issue? The stack indicates the issue was around bcos-sdk-jni, which may not directly relate to Corretto.
opened [JDK-8302697](https://bugs.openjdk.org/browse/JDK-8302697)
Hi, more information is needed to investigate how the process got stuck. Could you try [jstack](https://docs.oracle.com/javase/7/docs/technotes/tools/share/jstack.html) to detect any deadlock and get the stack dump?
@Discorddd2 Thanks for bringing this up. Could you provide more information such as how to reproduce the issue?