RFR: 8261660: AArch64: Race condition in stub code generation for LSE Atomics

Andrew Haley aph at openjdk.java.net
Fri Feb 12 16:32:48 UTC 2021


Temporary fix for race condition.

There's a narrow race condition in the code which generates LSE Atomic stubs and enables them for use by the runtime. DIsable LSE stub generation for now.

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

Commit messages:
 - Committed

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

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


More information about the hotspot-dev mailing list