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 Fri, 25 Oct 2024 07:59:29 GMT, Jonathan Lampérth <duke at openjdk.org> wrote:

>> Another example of such a trick is available at [test/jdk/jdk/classfile/ClassBuildingTest.java](https://github.com/openjdk/jdk/blob/master/test/jdk/jdk/classfile/ClassBuildingTest.java)
>
> I initially had something like this, but was not sure if the generated classfile could differ between jdk versions/implementations. I assume this is not a valid concern for such a simple example?

Have adjusted the implementation and moved to single source file.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/21685#discussion_r1816334918


More information about the compiler-dev mailing list