RFR: 8267908: linux: thread_native_entry can scribble on stack frame

David Holmes dholmes at openjdk.java.net
Tue Jun 8 02:15:30 UTC 2021


Please review this trivial fix to ensure we do not try to alloca zero bytes.

Thanks,
David

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

Commit messages:
 - 8267908: linux: thread_native_entry can scribble on stack frame

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

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


More information about the hotspot-runtime-dev mailing list