This patch updates stackMapTableFormat.hpp to handle early_larval frames so they can be correctly printed in the case of verification errors, especially those introduced with the handling of early_larval frames and strict fields. Note that early_larval frames "wrap" normal stack map frames so they are handled differently. Verified with tier 1-5 tests.
------------- Commit messages: - Copyright - Improved logging - 8359147: [lworld] Print early_larval_frame in VerifyError reporting Changes: https://git.openjdk.org/valhalla/pull/1973/files Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=1973&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8359147 Stats: 69 lines in 1 file changed: 68 ins; 0 del; 1 mod Patch: https://git.openjdk.org/valhalla/pull/1973.diff Fetch: git fetch https://git.openjdk.org/valhalla.git pull/1973/head:pull/1973 PR: https://git.openjdk.org/valhalla/pull/1973
