RFR: 8291360: Create entry points to expose low-level class file information
Roger Riggs
rriggs at openjdk.org
Mon Aug 1 17:10:24 UTC 2022
On Mon, 1 Aug 2022 16:38:48 GMT, Harold Seigel <hseigel at 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
More information about the build-dev
mailing list