RFR: 8242152: SA does not include StackMapTables when dumping .class files
Daohan Qu
duke at openjdk.org
Tue Jun 20 11:40:17 UTC 2023
This patch adds `StackMapTable` for the class files generated by `clhsdb`'s `buildreplayjars` command. This bug manifests itself during my diagnosing [JDK-8309751](https://bugs.openjdk.org/browse/JDK-8309751) and needs to be fixed first.
I have run jtreg test `tier1-3` of release build on x86 linux finding only one failure in `tier2` caused by [JDK-8309214](https://bugs.openjdk.org/browse/JDK-8309214). And `jtreg:test/hotspot/jtreg/serviceability` also passed.
-------------
Commit messages:
- Add StackMapTable for the class file generated by jhsdb
Changes: https://git.openjdk.org/jdk/pull/14556/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14556&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8242152
Stats: 57 lines in 3 files changed: 57 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/14556.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/14556/head:pull/14556
PR: https://git.openjdk.org/jdk/pull/14556
More information about the serviceability-dev
mailing list