On Mon, 15 Mar 2021 11:48:38 GMT, Robbin Ehn <r...@openjdk.org> wrote:
> When returning from the last Java frame back to vm and hitting a safepoint > poll on that last return we sometimes have a last java frame but no vframe. > This seem to be a bug in itself, handled in: 8263576 > > Other places which uses vframe NULL checks it before, so let's do that in > GetCurrentLocationClosure also. > > Testing: nsk jdi/jvmti, jdk jdi, jck vm and t1-3. This pull request has now been integrated. Changeset: 7b9d2562 Author: Robbin Ehn <r...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/7b9d2562 Stats: 10 lines in 1 file changed: 0 ins; 3 del; 7 mod 8261262: Kitchensink24HStress.java crashed with EXCEPTION_ACCESS_VIOLATION Reviewed-by: dcubed, sspitsyn ------------- PR: https://git.openjdk.java.net/jdk/pull/3010