[lworld] CDS test failures with IdentityObject
Srikanth
srikanth.adayapalam at oracle.com
Tue Feb 4 04:14:56 UTC 2020
Thanks a lot Ioi for looking into this. I have also been cleaning up
some of the failures in non-langtools tests (langtools were green at the
time of pushing).
(If absolutely needed you can suppress the top interface injection by
using the javac command line -XDnoTopInterfaceInjection option
as I had to do here
http://hg.openjdk.java.net/valhalla/valhalla/rev/aba88f79b64e to avoid a
constant pool overflow in a carefully handcrafted test case that maxes
out constant pool indices - but in general the tests should evolve along
with compiler behavior rather than revert to older behavior.)
Thanks
Srikanth
On 04/02/20 2:10 am, Ioi Lam wrote:
> FYI,
>
> We have a bunch of CDS failures with the IdentityObject change, like
> this:
>
> Class CustomLoadee implements the interface java.lang.IdentityObject,
> but no interface has been specified in the input line
>
> I'll try to fix this so we can avoid noise in the test runs.
>
> Thanks
> - Ioi
>
More information about the valhalla-dev
mailing list