RFR: 8305990: Stripping debug info of ASM 9.5 fails [v11]
Adam Sotona
asotona at openjdk.org
Fri May 5 07:52:17 UTC 2023
On Fri, 5 May 2023 02:50:45 GMT, Chen Liang <liach at openjdk.org> wrote:
> Since we want an option to toggle stackmap generation, will you add it to the Classfile options as a temporary measure, before we keep track of these options in a stateful object (with hierarchy resolver etc.) like brian envisioned?
I would prefer to separate multi-state stackmap generation option into a new RFE (or join it with the Brians proposal) and do not delay this fix by discussions about exact number and naming conventions of the option. Current boolean option handles the critical use cases and here proposed default (generate when mandatory) allows seamlessly transform various class versions.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13478#issuecomment-1535868523
More information about the core-libs-dev
mailing list