On Mon, 1 Aug 2022 16:38:48 GMT, Harold Seigel <hsei...@openjdk.org> wrote:
>> test/hotspot/jtreg/runtime/ClassFile/classAccessFlagsRaw.jcod line 25: >> >>> 23: */ >>> 24: >>> 25: // Class with ACC_SUPER set >> >> Can these classes be defined more succinctly either in Java or .asm? > > The jcod test files are relatively small so I don' think they need to be > rewritten using asm. ok, It mostly knowing which few of the lines are relevant to the test vs. just boilerplate to make a complete class. ------------- PR: https://git.openjdk.org/jdk/pull/9688