You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Afzal-ibm,
This assertion means GC has discovered 0x1 at the place where object pointer expected to be. Based on assertion alone I can not tell is bad value discovered during roots scan (for example O-slot in the java stack) or during of the scan of the object in the heap. In order to investigate we need system dump file or standalone test case to reproduce this problem internally.
possible heap corruption or is this due to jdk.internal.misc.Unsafe ?
The text was updated successfully, but these errors were encountered: