RFR: 8164485: Zero forms not properly generated
Hi, the generation of zero forms in JDK-8164451 was incorrect, since we currently don't deal with constant placeholders in forms generated by the jlink plugin. While the zero constants might be something we can special-case, for now I have to back out the pre-generation of the zero forms. webrev: http://cr.openjdk.java.net/~redestad/8164485/webrev.01/ bug: https://bugs.openjdk.java.net/browse/JDK-8164485 This was caught by existing but rather obscure tests. Thanks! /Claes
On 19 Aug 2016, at 08:52, Claes Redestad <claes.redestad@oracle.com> wrote:
Hi,
the generation of zero forms in JDK-8164451 was incorrect, since we currently don't deal with constant placeholders in forms generated by the jlink plugin. While the zero constants might be something we can special-case, for now I have to back out the pre-generation of the zero forms.
webrev: http://cr.openjdk.java.net/~redestad/8164485/webrev.01/ bug: https://bugs.openjdk.java.net/browse/JDK-8164485
+1 Paul.
This was caught by existing but rather obscure tests.
Thanks!
/Claes
participants (2)
-
Claes Redestad
-
Paul Sandoz