[jdk17] RFR: 8268350: Remove assert that ensures thread identifier remains the same

Kim Barrett kbarrett at openjdk.java.net
Tue Jun 29 04:20:02 UTC 2021


On Mon, 28 Jun 2021 16:06:32 GMT, Leo Korinth <lkorinth at openjdk.org> wrote:

> This fix is divided into two commits: The first commit reverts the temporary 8268537 fixup to the problem that is properly resolved in this PR, the second commit removes the assert that ensures thread identifier remains the same for JFR events. It also always reassign a new thread identifier as it can not be known that it will remain the same after first assignment.

Looks good.

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

Marked as reviewed by kbarrett (Reviewer).

PR: https://git.openjdk.java.net/jdk17/pull/161



More information about the hotspot-gc-dev mailing list