Integrated: 8249878: jfr_emergency_dump has secondary crashes

Markus Grönlund mgronlun at openjdk.java.net
Thu Oct 15 14:10:19 UTC 2020


On Thu, 15 Oct 2020 12:49:44 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:

> Hi,
> 
> Please review this small fix to remove an improperly placed assert. The assert is invalid at this location because Java
> threads are only a subset of all threads to enter. It was introduced by JDK-8245113 and is a debug support remnant,
> used for getting the new states in place.  Thanks,
> Markus

This pull request has now been integrated.

Changeset: 8ef88e59
Author:    Markus Grönlund <mgronlun at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/8ef88e59
Stats:     1 line in 1 file changed: 0 ins; 1 del; 0 mod

8249878: jfr_emergency_dump has secondary crashes

Reviewed-by: egahlin

-------------

PR: https://git.openjdk.java.net/jdk/pull/682


More information about the hotspot-jfr-dev mailing list