On Tue, 20 Jun 2023 11:31:40 GMT, Daohan Qu <d...@openjdk.org> wrote:
> 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). > `jtreg:test/hotspot/jtreg/serviceability` and `jtreg:test/jdk/sun/tools/` > also passed. This pull request has now been integrated. Changeset: 8e047029 Author: Daohan Qu <d...@openjdk.org> Committer: Serguei Spitsyn <sspit...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/8e047029e811a9e5758d564249ee794f584c9dc2 Stats: 60 lines in 4 files changed: 60 ins; 0 del; 0 mod 8242152: SA does not include StackMapTables when dumping .class files Reviewed-by: cjplummer, sspitsyn ------------- PR: https://git.openjdk.org/jdk/pull/14556