RFR: 8183149: [AOT] SEGV in AMD64MathStub.pow: alignment for ArrayDataPointerConstant is not honored
Bob Vandette
bob.vandette at oracle.com
Tue Jul 25 19:22:17 UTC 2017
Please review these fixes to correct the alignment of the generated AOT library sections.
Although my initial implementation was compliant with the shared library specifications,
hotspot requires a greater alignment size. These changes use the binary container
code segment size for setting alignment.
I also fixed a typo in the Elf createByteSection under this issue.
http://cr.openjdk.java.net/~bobv/8183149/webrev/ <http://cr.openjdk.java.net/~bobv/8183149/webrev/>
Bob.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20170725/62d330f2/attachment.html>
More information about the hotspot-compiler-dev
mailing list