[jdk17] Integrated: 8268350: Remove assert that ensures thread identifier remains the same
Leo Korinth
lkorinth at openjdk.java.net
Wed Jun 30 07:49:01 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.
This pull request has now been integrated.
Changeset: 6b64a795
Author: Leo Korinth <lkorinth at openjdk.org>
URL: https://git.openjdk.java.net/jdk17/commit/6b64a7956ceb0c10d3868c67a923a8de12433aee
Stats: 8 lines in 3 files changed: 0 ins; 5 del; 3 mod
8268350: Remove assert that ensures thread identifier remains the same
Reviewed-by: tschatzl, kbarrett
-------------
PR: https://git.openjdk.java.net/jdk17/pull/161
More information about the hotspot-gc-dev
mailing list