[jdk11u-dev] RFR: 8270166: Missing check for infinite loop during node placement

Martin Doerr mdoerr at openjdk.java.net
Mon Jul 12 09:06:57 UTC 2021


11.0.13-oracle has implemented some error detection and bail out (see JBS). The test is publicly available as JDK-8268417. It also fails without the fix in OpenJDK 11u.

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

Commit messages:
 - Simple version without explicit bailout. Bailout may happen later if needed.
 - 8268360: Missing check for infinite loop during node placement

Changes: https://git.openjdk.java.net/jdk11u-dev/pull/113/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=113&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8270166
  Stats: 73 lines in 2 files changed: 72 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk11u-dev/pull/113.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/113/head:pull/113

PR: https://git.openjdk.java.net/jdk11u-dev/pull/113


More information about the jdk-updates-dev mailing list