[jdk16u] RFR: 8259580: Shenandoah: uninitialized label in VerifyThreadGCState

Aleksey Shipilev shade at openjdk.java.net
Mon Mar 1 11:08:05 UTC 2021


Stabilizes Shenandoah verification. "label" is passed, but never hooked into the field. So instead of reporting a GC bug, Verifier would probably crash itself trying to read garbage memory.

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

Commit messages:
 - Backport 2e124544e6feafe925ada70dc37e82656fd8beee

Changes: https://git.openjdk.java.net/jdk16u/pull/51/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk16u&pr=51&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8259580
  Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk16u/pull/51.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk16u pull/51/head:pull/51

PR: https://git.openjdk.java.net/jdk16u/pull/51


More information about the jdk-updates-dev mailing list