RFR: 8034066: Incorrect alignment in the "Code" section for "-c -XDdetails" options [v2]
Jonathan Lampérth
duke at openjdk.org
Fri Oct 25 09:28:53 UTC 2024
On Thu, 24 Oct 2024 16:46:19 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
>> Jonathan Lampérth has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - adress feedback in implementation
>> - address feedback in tests
>
> test/langtools/tools/javap/8034066/T8034066.java line 44:
>
>> 42: public void run() throws IOException {
>> 43: String output = javap();
>> 44:
>
> Could you put a comment here that roughly shows what the expected output looks like? I think it would help readers understand what the following three lines are looking for.
Have added a partial snippet of the relevant part of the output.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21685#discussion_r1816333032
More information about the compiler-dev
mailing list