Hi Nezih,

You error file with log does not help much.
Could you, please, reproduce this issue with the debug or fastdebug build?
Also, a standalone test case is better to provide to
increase chances the issue to be investigated and fixed.

In general, a JVMTI agent has to be written very carefully as it can easily cause the VM to crash.
So, it makes sense to look at the agent implementation first to make sure it does not do anything wrong.
It is what we normally do first and why a test case that demonstrates the problem is needed.

Thanks,
Serguei


On 5/8/18 16:00, nezih yigitbasi wrote:
Hi,

First of all, sorry for bringing up a crash issue in this dev mailing list, but the crash report submission page (https://bugreport.java.com/bugreport/crash.jsp) doesn't list Java 9 in the release drop down, so I couldn't report it there.

We recently got a crash with Java 9.0.1+11 with an interesting stack ending at "JvmtiExport::post_compiled_method_load()" (entire error file is here). A google search didn't end up with much info, so I just wanted to check with this mailing list to see whether anyone has any ideas to investigate this further.

Thanks,
Nezih


Reply via email to