[jdk17u-dev] RFR: 8279011: JFR: JfrChunkWriter incorrectly handles int64_t chunk size as size_t

Aleksey Shipilev shade at openjdk.java.net
Tue Dec 21 13:47:49 UTC 2021


Clean backport to fix JFR bug manifesting on 32-bit platforms. This PR would stay open a bit to get the change tested in mainline first.

Additional testing:
 - [x] Linux x86_64 fastdebug `jdk_jfr` (passes)
 - [x] Linux x86_32 fastdebug `jdk_jfr` (used to fail, now passes with 1 unrelated failure)

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

Commit messages:
 - Backport 467f654916764751746934f80877d49a5f107194

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

PR: https://git.openjdk.java.net/jdk17u-dev/pull/24


More information about the jdk-updates-dev mailing list