[jdk11u-dev] Integrated: 8231058: VerifyOops crashes with assert(_offset >= 0) failed: offset for non comment?
SendaoYan
syan at openjdk.org
Wed Apr 9 02:38:50 UTC 2025
On Sun, 10 Nov 2024 01:24:15 GMT, SendaoYan <syan at openjdk.org> wrote:
> Hi all,
> This is clean backport of [JDK-8231058](https://bugs.openjdk.org/browse/JDK-8231058), to fix JVM crash when running with `-XX:+VerifyOops`. The newly added test run failed before this backport, and run passed after apply this backport.
>
> Additonal testing:
>
> - [x] linux aarch64 build with release/slowdebug configure
> - [x] linux x86_64 build with release/slowdebug configure
> - [x] jtreg tests(include tier1/2/3 etc.) with release build on linux aarch64
> - [x] jtreg tests(include tier1/2/3 etc.) with release build on linux x86_64
This pull request has now been integrated.
Changeset: 79faa196
Author: SendaoYan <syan at openjdk.org>
URL: https://git.openjdk.org/jdk11u-dev/commit/79faa1960335c5bdd7beab7baf29f74fc3243a97
Stats: 37 lines in 2 files changed: 36 ins; 0 del; 1 mod
8231058: VerifyOops crashes with assert(_offset >= 0) failed: offset for non comment?
Offset method should only be called for comments.
Backport-of: 6bc9833f65aefaaba189d4d26091261d2d9ca8b0
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/2963
More information about the jdk-updates-dev
mailing list