[jdk17u-dev] RFR: 8274986: max code printed in hs-err logs should be configurable
Martin Doerr
mdoerr at openjdk.org
Tue Jun 20 14:10:28 UTC 2023
Backport of [JDK-8274986](https://bugs.openjdk.org/browse/JDK-8274986). Addition to https://github.com/openjdk/jdk17u-dev/commit/393aeaf7455238d7a53a85d243790f64995f32a5.
Applies cleanly, but `JavaThread::cast(_thread)` had to get replaced by `_thread->as_Java_thread()`.
-------------
Commit messages:
- Backport 33050f8013366f5e3a01ab1a75ba3fee9cc73089
Changes: https://git.openjdk.org/jdk17u-dev/pull/1475/files
Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1475&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8274986
Stats: 171 lines in 6 files changed: 76 ins; 38 del; 57 mod
Patch: https://git.openjdk.org/jdk17u-dev/pull/1475.diff
Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/1475/head:pull/1475
PR: https://git.openjdk.org/jdk17u-dev/pull/1475
More information about the jdk-updates-dev
mailing list