Details
Description
JvmtiExport::gc_epilogue is called to fix the bcp (bytecode pointers) after a full GC. These used to move because Method* used to move. Since PermGen removal, the Method* does not move so these pointers no longer need adjustment.